What happen When use -maxtxfee and -mintxfee with bitcoind

0

I read some document about -mintxfee and -maxtxfee. I apply this to my regtest network using the following command

./bitcoind -txconfirmtarget=6 -maxtxfee=0.00005 -mintxfee=0.00005

My question is

  • If I send large amount of BTC, or if I send large size of transaction, What will happen in bitcoin main net(In regtest net, working perfectly )....?? It will fail ..??

  • I set minimum and maximum fee are same value, That is the transaction fee for every transaction is equal to 0.00005...???

Note: I use bitcoind 0.16.3

salman faris

Posted 2019-04-09T08:58:39.357

Reputation: 35

No answers