I am trying to send automated payments from my linux server and I am having a problem with the fee amount in the bitcoin.conf, I was under the impression it would automatically take the fees required for optimal sending time but it doesnt.
I sent this payment;
https://blockchain.info/tx/e44feaeb8614e9be711bd08d16c13d9f23415148d5479f855f194c2a2e17bebc
This morning quite early and its still unconfirmed, I believe its because of the fee amount I 'opted' for..
listen=1
server=1
daemon=1
txindex=1
rpcuser=username*
rpcpassword=password*
rpcport=8332
rpcallowip=127.0.0.1
paytxfee=0.00001
mintxfee=0.00001
limitfreerelay=15
minrelaytxfee=0.00001
blockmaxsize=750000
blockminsize=0
blockprioritysize=50000
I understand fees are different based on the size of the transaction, so I need some help as to what to set fees at.. I will be sending a range of payments, some at say $30, some at $0.50.
Thanks for the help in advance, if you need any more information please let me know.