Ill give it a shot once my wallet is synced (167 weeks behind...), will be few days
Zapwallettxes is only available for Bitcoin Core 0.10 and above. That may be the reason why it isn't working?
Try updating it and trying my command again.
i have wallet Bitcoin Qt version 4.8.3, no idea what is bitcoin core
That is the main problem here. Bitcoin Qt was the earlier version of Bitcoin Core and no one should be using a version that is that old. Go to
https://bitcoin.org/en/download and you should be able to upgrade by downloading and installing a newer version.
Judging from your post history you've been struggling with this since October last year?
this is still not solved. Whoever will offer solution that will work for me will receive 0.3 BTC from me
Alternative solution:
In Bitcoin Core, click Help > Debug window > Console
IF you set a password, type this:
walletpassphrase yourpassword 600
THEN type:
dumpprivkey <address that holds the 6 BTC>
Import the private key into Electrum.
My
Bitcoin address is in my
profile clarification needed ... keep in my mind you have to exactly tell me what to do since im clueless
I found Help - Debug - Console in my Bitcoin Qt Wallet.
Why would I set password there? I know my password.
So I just use that dump command there?
I wouldn't recommend anyone that doesn't know Bitcoin a lot to handle private key by themselves. Anyway, if you really wish to continue, you are not setting your password there, you are unlocking your wallet.
So, key in:
walletpassphrase password843 600
<To unlock your wallet with the password of password843 for 600 seconds>
dumpprivkey 1myaddressthatIwanttoexport
<To get the private key of your address.>
After this, just copy the private key (starting with 5 or K or L). You can choose to "sweep" the wallet and all of the value will be transferred to your wallet. Just go to Wallet>Private Keys and you should be able to sweep your address. Just paste your private key into the dialog and select an address by pressing the address button and it should be swept to your wallet.
Please make a backup of your private key before doing this. Consider trying to upgrade your Bitcoin Core first and use this method as a last resort.