Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VNL]- VanillaCoin.net [ New WhirlpoolX Algo ]
by
traumschiff
on 04/03/2015, 08:10:19 UTC
In any regard, I will keep this thread updated.

Wallet repair is possible this way: install curl and cmd box the following:

Linux: curl --user user --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Win: curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"getinfo\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

People on IRC can help with this, a user just reported back with this working.

(If it's an issue with your wallet)
This will give you information about the wallet
If you would like to fix wallet you have to write in the command line instead getinfo repairwallet

That worked for me on windows:
curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"repairwallet\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/



whops, copied the wrong link, sorry for that. What Jimlite wrote was the correct one.

Also feel free to join IRC and check out the VNL Bot for Curl commands.

Write in "!rpc " for commands. It has the following currently:

checkwallet, dumpprivkey, encryptwallet, getaccount, getaccountaddress, getbalance, getblock, getblockcount, getblockhash
getblocktemplate, getdifficulty, getinfo, listsinceblock, getmininginfo, getnetworkhashps, getnewaddress, getpeerinfo
getrawtransaction, gettransaction, listtransactions, repairwallet, submitblock, sendmany, sendtoaddress, validateaddress