Hello.
I'm really not sure I'm on the correct chain.
I deleted the chainstate, blocks folders and peers.dat, then updated and ran 0.10.3
Prior to this update I didn't make any transfer for 2 weeks.
The balance in my wallet is correct, but the address ain't showing here:
http://explorer.viacoin.org/ and here
http://viacoinexplorer.com/chain/Viacoin#Run a -rescan on your wallet.
Did so, balance is still correct.
But this should also be showing in the explorers, right?
It should, especially since all your transactions are pre-fork. Perhaps your wallet/browser copy/pasted the address incorrectly?
Nope, the address is correct. I'm gonna send some test coins to an exchange.
Maybe you are not correctly synced.
Go to Help->Debug->Console
Type
getinfo
example result below
{
"version" : 100300,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 566.415,
"blocks" : 47093,
"timeoffset" : -4,
"connections" : 8,
"proxy" : "",
"difficulty" : 31.83888654,
"testnet" : false,
"keypoololdest" : 1406130918,
"keypoolsize" : 101,
"paytxfee" : 0.00100000,
"relayfee" : 0.00100000,
"errors" : ""
}
Now take the block hash which should be greater than 47093
Type getblockhash n
Where n is the blockhash - it will display a hash like this
e0417fa28946555c8455bb1c793efcabb2489524f1fa389e9bae9eea3725f38e
Check that hash exists in the block explorer. If not, you are not correctly synced.
To be synced you must delete the peers.dat, blocks and chainstate folders.
"blocks" : 47027,
I deleted those 3 instances before syncing again and this was the result. I'm gonna try it again and report. Brb