Author

Topic: Tx Fee (Read 1317 times)

member
Activity: 102
Merit: 10
November 05, 2015, 02:06:32 PM
#2
Code:
Error: Invalid amount for -paytxfee=: '0.00' (must be at least 0.00001000 BTC/kB)

There you have it.  If you specify -paytxfee you MUST set it to .00001/kB or more.  If you want it to be 0.00 just leave the flag off, the default value is 0.00
newbie
Activity: 1
Merit: 0
November 04, 2015, 03:33:54 AM
#1
Hi All,

in the help you can see:

 -paytxfee=        Fee (in BTC/kB) to add to transactions you send (default: 0.00)

But, when I am trying to set the tx fee to 0 in the regtest mode, as in each transaction there is an amount subtracted from the balance, I receive the following error:

root@alice:/# bitcoin-cli -regtest -paytxfee=0.00 -sendfreetransactions -daemon -printtoconsole                                                                             
Bitcoin server starting
root@alice:/# Error: Invalid amount for -paytxfee=: '0.00' (must be at least 0.00001000 BTC/kB)
Error: Invalid amount for -paytxfee=: '0.00' (must be at least 0.00001000 BTC/kB)
Shutdown: In progress...
StopNode()
Shutdown: done

Why?
Jump to: