1
I tried starting bitcoind in regtest mode but got the following error.
Command : bitcoind -regtest -daemon
Output :
Bitcoin server starting
Error: Invalid amount for -paytxfee=: '0.00' (must be at least 0.00001000 BTC/kB)
1
I tried starting bitcoind in regtest mode but got the following error.
Command : bitcoind -regtest -daemon
Output :
Bitcoin server starting
Error: Invalid amount for -paytxfee=: '0.00' (must be at least 0.00001000 BTC/kB)
2
Since paytxfee is not passed as an argument you need to alter the value of paytxfee in your bitcoin.conf.
What are the contents of
bitcoin.conf(if any)? – George Kimionis – 2015-05-26T13:19:01.477@George Thanks. I changed paytxfee=0.00001000 in bitcoin.conf file and now it works. – somesh – 2015-05-26T14:09:50.323