Bitcoin Forum
May 08, 2024, 07:58:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin 0.19.0.1 Mempool info show N/A  (Read 147 times)
calkob (OP)
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 520


View Profile
December 04, 2019, 11: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
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715155134
Hero Member
*
Offline Offline

Posts: 1715155134

View Profile Personal Message (Offline)

Ignore
1715155134
Reply with quote  #2

1715155134
Report to moderator
1715155134
Hero Member
*
Offline Offline

Posts: 1715155134

View Profile Personal Message (Offline)

Ignore
1715155134
Reply with quote  #2

1715155134
Report to moderator
1715155134
Hero Member
*
Offline Offline

Posts: 1715155134

View Profile Personal Message (Offline)

Ignore
1715155134
Reply with quote  #2

1715155134
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
December 05, 2019, 01:27:18 AM
Merited by Jet Cash (2)
 #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).

HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
December 05, 2019, 04:37:18 AM
Merited by Jet Cash (2)
 #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
}

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
calkob (OP)
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 520


View Profile
December 05, 2019, 06:59:12 AM
 #4

Appreciate the quick reply's guy. Love your work.

Thanks
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!