2
So I have ubuntu 16x running bitcoin core. Its a full node and fully synched. Run with bitcoind --daemon as suggested. Using a particular address from my wallet, whenever I send money to the address getblanace works fine (bitcoin-cli getbalance XXXX 1). Whenever I send money from the address, (on a completely different system using a web based wallet), it shows that the bitcoins arrive when expected, but my getbalance of my correct address never goes down. I even tried sending all the money out in 10 different transactions and saw it was failing when the the account should have been zero'd out, all the while always reporting that I had my high original balance.
I feel like I am missing something basic but I can't seem to figure it out. Thank you in advance
Have the transactions confirmed? – JBaczuk – 2018-10-04T16:48:42.413
Yea all the transaction have a dozen or so confirmations at this point, and they show up in the other wallet and I can spend them in the new wallet. – noone392 – 2018-10-04T17:11:08.447
that also shows the incorrect balance. – noone392 – 2018-10-04T17:22:21.577
Does bitcoin core have all the latest blocks?
$ bitcoin-cli getblockcount– JBaczuk – 2018-10-04T17:23:10.977wait there is a mysterious entry at the top of list accounts that says "" -0.00145718 which is approximately what i have sent from that address!? – noone392 – 2018-10-04T17:23:30.987
block count is 544380 which is the same number in getblockchaininfo – noone392 – 2018-10-04T17:24:19.000
The accounts feature is very confusing and has been removed in the latest version
– JBaczuk – 2018-10-04T17:24:50.120v0.17.0. https://bitcoin.org/en/release/v0.17.0#label-and-account-apis-for-walletaww shoot. Thank you for that. I guess its back to the drawing board for my development. – noone392 – 2018-10-04T17:26:22.610