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