Added minrelaytxfee=0.000001 To me bitcoin.conf 0.1 Allow SAT/VBYTE transactions and enter the node’s Mempool.
I see this works when browsing and running Mempool transactions getmempoolinfo:
{
...
"mempoolminfee": 0.00000100,
"minrelaytxfee": 0.00000100,
"incrementalrelayfee": 0.00001000,
...
}
But when I run getblocktemplate, Only transactions that contain at least one SAT/VBYTE in the candidate block. So, even if Mempool has enough transactions to fill the candidate block, you are not actually creating a transaction of 1.00 VMB blocks unless Mempool has enough SAT/VBYTE transaction.
Is there a reason? getblocktemplate I don’t choose from all possible transactions in Mempool, but I think I’m only including at least one SAT/VBYTE transaction?
Discover more from Earlybirds Invest
Subscribe to get the latest posts sent to your email.

