Author

Topic: settxfee has no effect on json rpc (Read 968 times)

legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
April 16, 2015, 01:15:05 PM
#3
Hi,

i want to send bitcoin to more than one address, i want to use minimum free for transaction and im using settxfee but it is has no effect.

Code :

$wallet->settxfee((double)0.00001000);
$wallet->sendmany("", $params);

What is the problem ?

Note : I can send bitcoin to all addresses but the fee is too high

AFAIK that command doesn't have any effect for low priority transactions when setting that fee could prevent the TX from being confirmed.
Anyway you can try adding "paytxfee=0.00001000" to your bitcoin.conf.

Reading this will help you:
https://bitcointalksearch.org/topic/m.1332793
full member
Activity: 151
Merit: 100
April 16, 2015, 07:18:07 AM
#2
With 'settxfee' you only control the transaction fee per kilobyte, not the total fee Wink
hero member
Activity: 826
Merit: 1000
April 15, 2015, 05:50:53 PM
#1
Hi,

i want to send bitcoin to more than one address, i want to use minimum free for transaction and im using settxfee but it is has no effect.

Code :

$wallet->settxfee((double)0.00001000);
$wallet->sendmany("", $params);

What is the problem ?

Note : I can send bitcoin to all addresses but the fee is too high
Jump to: