Getting error when starting bitcoind in regtest mode

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)

somesh

Posted 2015-05-26T10:38:05.510

Reputation: 397

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

Answers

2

Since paytxfee is not passed as an argument you need to alter the value of paytxfee in your bitcoin.conf.

George Kimionis

Posted 2015-05-26T10:38:05.510

Reputation: 2 824