I tried to send some coins from a V2 wallet …the coins didn’t arrive and I discovered it was not possible with the v2 wallet.
Initial transactions were done on laptop then i moved over to desktop for troubleshooting not realising having same wallet on two pc’s can cause problems.
I have since done a wallet reboot and a walletzap run …coins apear back in my wallet and the bad transactions have been cleared in tx list but i am unable to spend
Make a backup before you start. Do never skip the backup step.
With the instructions above you will remove and download the blockchain again. This will make sure you’re on the right/new chain.
You’re already on a v3 wallet, but update to the latest version (v3.10.2) if you’re running a previous v3 version - download from here: https://download.reddcoin.com/bin/reddcoin-core-3.10.2/ (would recommend the win64.exe in your case).
What didn’t work? You need to tell more… We can’t see what you see, we only know what you tell us. And there is not much possible with “didn’t work”.
Which steps did you take, were they all successful? What do you see? Do you get any messages? Is there something different than before?
There are some other things you can do, but we need to make sure your blockchain was reset and is now synced back again fully. That is what happened right?
What do you see in your transactions list? Any troubled transactions? All transactions are confirmed, no stuck transactions?
You’re making it hard for me by not answering the questions fully.
When troubleshooting, you check the possible issues and solutions one by one. You check and verify solution 1, if that didn’t help, you proceed to solution 2. And so on…
For example, I asked if you did -rescan AND -zapwallettxes. Only received back that you did -rescan. I can’t continue, because I need to know if you did -zapwallettxes=1…
The other thing is, I will contact the devs if we can’t find a solution together. In that case, it helps to know what you are experiencing (reason I ask so many questions) and which steps ypu already took… If basic troubleshooting is done right, it saves time later…
So:
Make sure to backup.
Please do a -reindex, then -rescan, followed by a -zapwallettxes=1` (so, do all three of them).
No need to move to another computer. Make sure your internet connection is stable, and only run the wallet at one device at a time.
And then let me know of you still have issues spending your RDDs. In that case, I’ll contact the Reddcoin developers.
Reddcoin Core installs in the ‘Program Files’ or ‘Program Files (x86)’ folder by default.
I assume your Reddcoin Core install folder is C:\Program Files\Reddcoin Core.
That folder should have a reddcoin-qt.exe file.
Please check if you can find the folder/file.
Open the folder of where reddcoin-qt.exe is in.
Right click on the .exe file and select ‘create shortcut’.
There should be a new file on the folder, the shortcut. Right click on the shortcut and select ‘Properties’.
In the properties screen, there is a ‘Target’ field. It should point to the location of the reddcoin-qt. The value is between " " → add a space and -rescan behind it. So it will look something like this: "C:\...\...\reddcoin-qt.exe" -rescan
Above example is for -rescan. Repeat the same steps for -reindex and -zapwallettxes=1.
The end result should be:
1 shortcut with -rescan ==> "C:\...\...\reddcoin-qt.exe" -rescan
1 shortcut with -reindex ==> "C:\...\...\reddcoin-qt.exe" -reindex
1 shortcut with -zapwallettxes=1 ==> "C:\...\...\reddcoin-qt.exe" -zapwallettxes=1
After this, you can use the shortcuts as I mentioned in my earlier posts.