- raise mintxfee and minrelaytxfee back to defaults (0.0001)
Anyone know where (in the coin source) the default mins can be found? Searched but could not find it. Trying to see what would be good values for some altcoins.
Probably in ~/.bitcoin/bitcoin.conf
e.g.
mintxfee=0.0001
minrelaytxfee=0.0001
blockprioritysize=8000
blockminsize=10000
Then your bitcoind will use those to construct the block.
In most alts it is in the same spot, with a different name.
Assuming I understood what you were asking. :-)