Author

Topic: 🤔Why does <getrawmempool> return empty?🤔 (Read 143 times)

newbie
Activity: 24
Merit: 2
December 14, 2022, 04:04:32 PM
#5
Why does return empty?

Code:
testnet=1
[test]
addnode=104.237.131.138
addnode=151.80.205.132
addnode=192.155.82.123
addnode=74.220.255.190
addnode=80.100.203.151

blocksdir=D:\\Bitcoin
datadir=D:\\Bitcoin

dbcache=4000
maxorphantx=1000
maxmempool=1000
blockreconstructionextratxn=1000
maxsigcachesize=100
blockmaxweight=4000000

#debug=1
#natpmp=1
blocksonly=1
logips=1
deprecatedrpc=validateaddress
deprecatedrpc=signrawtransaction
deprecatedrpc=addwitnessaddress
deprecatedrpc=accounts
acceptnonstdtxn=1
server=1
rest=1

Screen: https://pastenow.ru/f335e33eef49c18306448a298f326972

FIX Bitcoin Config: blocksonly=1 TO blocksonly=0
hero member
Activity: 1050
Merit: 681
Shouldn't you use the command "bitcoin-cli getrawmempool true" ?

I am getting empty array or json
https://pastenow.ru/613f47d92635e1c9256d1d08a512e409
You are probably not fully synced with the blockchain, run getpeerinfo command and check for bytes recv.
newbie
Activity: 24
Merit: 2
Shouldn't you use the command "bitcoin-cli getrawmempool true" ?

I am getting empty array or json
https://pastenow.ru/613f47d92635e1c9256d1d08a512e409
hero member
Activity: 504
Merit: 1065
Crypto Swap Exchange
Shouldn't you use the command "bitcoin-cli getrawmempool true" ?
newbie
Activity: 24
Merit: 2
Why does return empty?

Code:
testnet=1
[test]
addnode=104.237.131.138
addnode=151.80.205.132
addnode=192.155.82.123
addnode=74.220.255.190
addnode=80.100.203.151

blocksdir=D:\\Bitcoin
datadir=D:\\Bitcoin

dbcache=4000
maxorphantx=1000
maxmempool=1000
blockreconstructionextratxn=1000
maxsigcachesize=100
blockmaxweight=4000000

#debug=1
#natpmp=1
blocksonly=1
logips=1
deprecatedrpc=validateaddress
deprecatedrpc=signrawtransaction
deprecatedrpc=addwitnessaddress
deprecatedrpc=accounts
acceptnonstdtxn=1
server=1
rest=1

Screen: https://pastenow.ru/f335e33eef49c18306448a298f326972
Jump to: