why paytxfee and settxfee don't work on the bitcoind latest version ? how can I set it ?
-
BitWaspBitWasp commented at 8:13 AM on June 18, 2016: none
-
MarcoFalke commented at 8:35 AM on June 18, 2016: member
Can you explain what and how you tried to set them?
What does getwalletinfo return?
-
BitWaspBitWasp commented at 8:58 AM on June 18, 2016: none
getwalletinfo:
"version": 120100, "protocolversion": 70012, "paytxfee": 0.00010000, "relayfee": 0.00001000,
but when I send btc I can see: "fee": -0.00002250 . The fee is smaller and my transaction receive "confirmations" only in some days
-
MarcoFalke commented at 9:16 AM on June 18, 2016: member
The help text for settxfee:
settxfee amount Set the transaction fee per kB. Overwrites the paytxfee parameter. Arguments: 1. amount (numeric or string, required) The transaction fee in BTC/kBSo if you set to 0.0001 BTC and your transaction is 225 bytes, the fee will be 0.0000225 BTC.
-
BitWaspBitWasp commented at 10:14 AM on June 18, 2016: none
yes I know it and did it(you can see: I have "paytxfee": 0.00010000,) but in new version bitcoind it doesn't work
-
BitWaspBitWasp commented at 10:21 AM on June 18, 2016: none
sorry I understood and checked - it works - thank you very much
but in previous versions i had "paytxfee": 0.0001 and the same "fee": -0.0001 .
-
MarcoFalke commented at 10:27 AM on June 18, 2016: member
Duplicate of #7633
- MarcoFalke closed this on Jun 18, 2016
- MarcoFalke locked this on Sep 8, 2021
Contributors