Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getinfo and getbalance show different balance #90

Open
Maetiz opened this issue Jan 10, 2019 · 0 comments
Open

getinfo and getbalance show different balance #90

Maetiz opened this issue Jan 10, 2019 · 0 comments

Comments

@Maetiz
Copy link

Maetiz commented Jan 10, 2019

Describe the issue

Balance shown by getinfo and getbalance "*" 6 are substantially different.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

~ $ emercoin-cli getinfo
{
  "version": 70300,
  "protocolversion": 70015,
  "walletversion": 60000,
  "balance": 287.385304,
  "newmint": 0.000000,
  "stake": 0.000000,
  "blocks": 334266,
  "moneysupply": 43161040.068026,
  "timeoffset": 0,
  "connections": 8,
  "proxy": "",
  "difficulty": 13093834140455.88,
  "testnet": false,
  "keypoololdest": 1474105766,
  "keypoolsize": 501,
  "encrypted": true,
  "mintonly": true,
  "unlocked_until": 2546803428,
  "paytxfee": 0.000100,
  "relayfee": 0.000100,
  "errors": ""
}
~ $ emercoin-cli getbalance "*" 6
480.776179
~ $ emercoin-cli listaccounts
{
  "": 283.310000,
  "pool.emercoin.com": 197.466179
}

Expected behaviour

Balance should be the same. It is now difficult to say how many coins there are in the wallet.

What version of bitcoin-core are you using?

The official emercoin-0.7.3-x86_64-linux-gnu.tar.gz precompiled package.

Machine specs:

  • OS: Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-141-generic x86_64)
  • RAM: 1 GB
  • Disk size: 20 GB
  • Disk Type (HD/SDD): SSD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant