Thanks guys for resurrecting this coin once again. I have a slight problem though. I have the Mac wallet and have been successfully staking since the beginning but for some reason I can't seem to send any coins to Polo. Does anyone have any ideas? Thanks.
Hi...
Is the wallet unlocked and if so is it unlocked unlocked or unlocked for staking only?
The code for the Mac wallet is the same as for the windows wallet. If in the windows wallet there is a checkbox that allows you to switch of staking, then that same box will be there in the Mac wallet.
If you would switch staking off, then you have to wait the coins to mature before they will become "Spendable".
So if all your coins are in "Stake" and only a few are in "Spendable" then you should wait to transfer the coins. You can only transfer the coins if they are "Spendable".
*** Everybody should allways keep the combination address and private key some where save ***
Ok, I was able to spend a little time on the wallet this weekend. I made sure all coins had matured. I tried to send the coins but it just "thinks" for a long time and then says there is a transaction error. If I do a back up and reinstall the program do I need to uninstall the program first?
Wait until mdtspain advises you on what to do with your mac wallet or pm him about the issue but beforehand go to console and type in repairwallet then check to see that your balance is showing the full amount being available for spending.Also try -rescan or -reindex id possible.
You would need to back up your wallet off the fully synced one you have and make sure all coins are on the balance and not staking before doing the backup.Make sure you have the private keys for ALL the addresses you have ever used to receive coins with this wallet also.
Once you are backed up and all keys are safely stored then you would uninstall the programme COMPLETELY.Then reboot and reinstall a new wallet.There is a bootstrap.dat available file to help you downlaod the blockchain quicker if you want.
Where exactly do I type "repair wallet" or "rescan" or "reindex id possible"? Thank you
-Open wallet and then go to menu Help > Debug window > tab Console..then just type in the single word .. repairwallet
-Only use rescan and reindex option when all else fails and for this you can create a shortcut for bitcoinplus-qt.exe file, add -rescan (or -reindex if wishing to reindex blockchain)to shortcut's Target field and then use shortcut to run wallet.
-For private keys lets use example address B539KQtetSJRZo3JJLc1XRNEZRzGyVgU2W.So in this case ........
1. Start your XBC wallet
2. If it is locked just unlock it but uncheck "For staking only"
3. Go to menu Help > Debug window > tab Console
4. In bottom input box type the following line and press enter
dumpprivkey B539KQtetSJRZo3JJLc1XRNEZRzGyVgU2W
5. Write down code returned on few papers / files / whatever and keep it safe, that is private key for address B539KQtetSJRZo3JJLc1XRNEZRzGyVgU2W
6. Later if your HDD fails again, computer ends up stolen or something like that just use
importprivkey privatekey label
to import address to some other XBC wallet. Label is name for address that will be imported, it can be anything you want.