Author

Topic: Bitcoin 0.19.0.1 Mempool info show N/A (Read 147 times)

hero member
Activity: 1092
Merit: 520
December 05, 2019, 02:59:12 AM
#4
Appreciate the quick reply's guy. Love your work.

Thanks
HCP
legendary
Activity: 2086
Merit: 4314
December 05, 2019, 12:37:18 AM
#3
Hi anyone know why Bitcoin Core 0.19.0.1 mempool info constantly shows N/A?

both Current number of transactions and memory usage just say N/A
For now... you'll just have to use getmempoolinfo on the console (Window -> Console)...


size = Number of Transactions
bytes = Total "size" of all transactions in mempool


Quote from: help getmempoolinfo
Returns details on the active state of the TX memory pool.

Result:
{
  "loaded": true|false         (boolean) True if the mempool is fully loaded
  "size": xxxxx,               (numeric) Current tx count
  "bytes": xxxxx,              (numeric) Sum of all virtual transaction sizes as defined in BIP 141. Differs from actual serialized size because witness data is discounted
  "usage": xxxxx,              (numeric) Total memory usage for the mempool
  "maxmempool": xxxxx,         (numeric) Maximum memory usage for the mempool
  "mempoolminfee": xxxxx       (numeric) Minimum fee rate in BTC/kB for tx to be accepted. Is the maximum of minrelaytxfee and minimum mempool fee
  "minrelaytxfee": xxxxx       (numeric) Current minimum relay fee for transactions
}
staff
Activity: 3374
Merit: 6530
Just writing some code
December 04, 2019, 09:27:18 PM
#2
Known issue: https://github.com/bitcoin/bitcoin/issues/17576

Fixed by https://github.com/bitcoin/bitcoin/pull/17427 and backported for inclusion in 0.19.1 (to be released at a later date).
hero member
Activity: 1092
Merit: 520
December 04, 2019, 07:59:22 PM
#1
Hi anyone know why Bitcoin Core 0.19.0.1 mempool info constantly shows N/A?

both Current number of transactions and memory usage just say N/A
Jump to: