Could you post a bit more information? Screenshots, wallet version used, etc?
Or join our slack: https://join.slack.com/cravecommunity/shared_invite/MTczMTI3MTU2MzcyLTE0OTI4NzQ1ODEtODI1ZDNkYzM4ZQ/
Hi,
Sure thing. I'm currently using the version of the wallet supplied by CooleRRSA. I was using the latest version of the wallet from the ANN post previously, but when I saw the error sending my coins, I backed up my wallet.dat, deleted that older wallet, downloaded CooleRRSA's wallet, network resynced and restored my wallet.dat, thinking that would solve the issue. My coins are spendable according to the wallet, but still come up with an error when sending them. I have ran the repairwallet command in the debug console but that didn't solve the issue. Here is a screenshot:
https://pasteboard.co/h9K4PNx4m.jpg
Hello. Sorry for that. I'm still developing my wallet version, and trying to make it stable.
Disable Darksend in bottom of window.
If it don't helps you can do this:
- enter in debug console "dumpprivkey YOURADDRESS" where YOURADDRESS is adress contains your coins.
- write down key you recieve
- shut down wallet
- remove wallet.dat
- start wallet
- open debug console
- enter "importprivkey YOURKEY" where YOURKEY is key you recieved above
- after 1-2 minutes wallet is hangouts and rescan process begins. depends of your hard drive speed it will be several 5-10 minutes (when I do this process I create RAMDISK and make it there)
- your coins appears in your wallet.
You can take my version of wallet, or get old version.
If you take old version of wallet and start complete waallet resync I recommend you make "improtprivkey" at the beginning of resync process.
This worked perfectly. Thanks.