Bitcoin Forum

Bitcoin => Mining => Topic started by: HoBzY on December 09, 2022, 11:44:11 AM



Title: 🤔Why does <getrawmempool> return empty?🤔
Post by: HoBzY on December 09, 2022, 11:44:11 AM
Why does <getrawmempool> 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


Title: Re: 🤔Why does <getrawmempool> return empty?🤔
Post by: paid2 on December 14, 2022, 04:33:20 PM
Shouldn't you use the command "bitcoin-cli getrawmempool true" ?


Title: Re: 🤔Why does <getrawmempool> return empty?🤔
Post by: HoBzY on December 14, 2022, 05:04:30 PM
Shouldn't you use the command "bitcoin-cli getrawmempool true" ?

I am getting empty array or json
https://pastenow.ru/613f47d92635e1c9256d1d08a512e409


Title: Re: 🤔Why does <getrawmempool> return empty?🤔
Post by: Edwardard on December 14, 2022, 05:48:50 PM
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.


Title: Re: 🤔Why does <getrawmempool> return empty?🤔
Post by: HoBzY on December 14, 2022, 08:04:32 PM
Why does <getrawmempool> 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