BlockchainCommons / GordianServer-macOS

Tor-protected full-node GordianServer for macOS
Other
63 stars 8 forks source link

BUG: Display of "Size:" incorrect #128

Closed ChristopherA closed 3 years ago

ChristopherA commented 3 years ago

As of latest #105 29bf6fcb36200bfd877bf787f793e8d5a999a643 on 2021-09-28:

On launch it initially said 1 GB. Now it says 0. It should be space used / space remaining.

If we can't fix this for this release 1.0.0, delete this status line.

image
shannona commented 3 years ago

Also see #122 & #130.

shannona commented 3 years ago

I flagged this one as "do next" because it includes Christopher's comment that we should either resolve these inaccuracies or else remove the data for 1.0.0, but it refers equally to all three of the linked issues with the data.

Fonta1n3 commented 3 years ago

@shannona @ChristopherA this value is fetched from bitcoin-cli getblockchaininfo size_on_disk. Could you please open a terminal, and run $ Users/you/.gordian/BitcoinCore/bitcoin-22.0/bin/bitcoin-cli getblockchaininfo and share the output here? Along with the value that is showing in size status on GS UI.

shannona commented 3 years ago
  "size_on_disk": 960152061,
Size: 0gb
shannona commented 3 years ago

Replaced with #143.