Bitcoin Forum
May 24, 2024, 12:33:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Fee's with Bitcoind..  (Read 657 times)
DesignDerby.co.uk (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 09, 2016, 12:01:57 AM
 #1

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;

Code:
https://blockchain.info/tx/e44feaeb8614e9be711bd08d16c13d9f23415148d5479f855f194c2a2e17bebc

This morning quite early and its still unconfirmed, I believe its because of the fee amount I 'opted' for..

Code:
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.
DesignDerby.co.uk (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 09, 2016, 02:11:51 AM
 #2

Nevermind, I have changed it to;

Code:
listen=1
server=1
daemon=1
txindex=1
rpcuser=username*
rpcpassword=password*
rpcport=8332
rpcallowip=127.0.0.1
paytxfee=0.0001

Seems to be working fine now.
unholycactus
Legendary
*
Offline Offline

Activity: 1078
Merit: 1024



View Profile WWW
February 09, 2016, 11:46:05 AM
 #3

Nevermind, I have changed it to;

Code:
listen=1
server=1
daemon=1
txindex=1
rpcuser=username*
rpcpassword=password*
rpcport=8332
rpcallowip=127.0.0.1
paytxfee=0.0001

Seems to be working fine now.

Meaning you have a flat 0.0001BTC fee for any transaction you'll be doing?
You might run into some trouble doing this.
siameze
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
February 09, 2016, 12:01:08 PM
 #4

Nevermind, I have changed it to;

Code:
listen=1
server=1
daemon=1
txindex=1
rpcuser=username*
rpcpassword=password*
rpcport=8332
rpcallowip=127.0.0.1
paytxfee=0.0001

Seems to be working fine now.

Meaning you have a flat 0.0001BTC fee for any transaction you'll be doing?
You might run into some trouble doing this.


I'll agree, depending on whether or not you are just making dust transactions. I have seen this on reddit so many times where people complain about tx not going through when they didn't bother to include a high enough fee or any at all.


EDIT: you may save yourself a few satoshi by sending all your payments in one batch and paying a single tx fee. Something to consider.


                     ▀▀█████████▀████████████████▄
                        ████▄      ▄████████████████
                     ▄██████▀  ▄  ███████████████████
                  ▄█████████▄████▄███████████████████
                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀████████
                                               ▀▀███▀
    ▄█▀█       ▄▀  ▄▀▀█  ▄▀   █████████████████▄ ██▀         ▄▀█
   ▄█ ▄▀      ▀█▀ █▀ █▀ ▀█▀  ███████████████████ █▀ ▀▀      ▄▀▄▀
  ▄█    ▄███  █     █   █   ████████████████████  ▄█     ▄▀▀██▀ ▄███
███▄▄▄  █▄▄▄ █▄▄ ▄▄▀   █▄▄ ██████████████████▀▀   █▄▄ ▄▄ █▄▄█▄▄▄█▄▄▄
                           ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                            ▀▀█████████████▄
                                █████████████▄
                                  █████████████▄
                                    ▀███████▀▀▀▀▀
                                      ▀████▀
                                        ▀█▀
LetItRideINNOVATIVE ▬▬▬
DICE GAME
                        ▄███████████▄
                       ██  ██████████▄
                     ▄█████████████  ██▄
            ▄▄▀█▄▄▄▄▄████████████████████▄
        ▄▄█▀   ███████████  █████  ████  █
    ▄██████ ▄▄███████████████████████████▀
 ▄▀▀ ██████████████████████████  ████  █
█  ▄███████████▀▀▀█████████████████████
██████████████    ████████▀▀██████  █▀
██████████████▄▄▄██████████   ▀▀▀▀▀▀▀
███▀ ▀██████████████████████
██    ███████████████████████
██▄▄██████████████████████████
██████████████▀   ██████████
  █████████████   ▄██████▀▀
     ▀▀██████████████▀▀
         ▀▀██████▀▀
PROVABLY
F A I R
▄█████████████▀ ▄█
██            ▄█▀
██          ▄██ ▄█
██ ▄█▄    ▄███  ██
██ ▀███▄ ▄███   ██
██  ▀███████    ██
██    █████     ██
██     ███      ██
██      ▀       ██
██              ██
▀████████████████▀
BUY  BACK
PLANS
[BTC]
DesignDerby.co.uk (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 09, 2016, 10:53:41 PM
 #5

The maximum amount being sent ever in these transactions will be 0.1, I presumed the amount above is perfectly reasonable for that amount? Is there anyway I can set the bitcoin daemon to send fees automatically based on the size?
siameze
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
February 09, 2016, 11:20:02 PM
 #6

The maximum amount being sent ever in these transactions will be 0.1, I presumed the amount above is perfectly reasonable for that amount? Is there anyway I can set the bitcoin daemon to send fees automatically based on the size?


Not possible, at least with core: https://bitcointalk.org/index.php?topic=644189.0

Learn more about how fees are calculated here. http://bitcoin.stackexchange.com/questions/1195/how-to-calculate-transaction-size-before-sending

The maths behind it are quite simple really once you get the hang of it.


                     ▀▀█████████▀████████████████▄
                        ████▄      ▄████████████████
                     ▄██████▀  ▄  ███████████████████
                  ▄█████████▄████▄███████████████████
                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀████████
                                               ▀▀███▀
    ▄█▀█       ▄▀  ▄▀▀█  ▄▀   █████████████████▄ ██▀         ▄▀█
   ▄█ ▄▀      ▀█▀ █▀ █▀ ▀█▀  ███████████████████ █▀ ▀▀      ▄▀▄▀
  ▄█    ▄███  █     █   █   ████████████████████  ▄█     ▄▀▀██▀ ▄███
███▄▄▄  █▄▄▄ █▄▄ ▄▄▀   █▄▄ ██████████████████▀▀   █▄▄ ▄▄ █▄▄█▄▄▄█▄▄▄
                           ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                            ▀▀█████████████▄
                                █████████████▄
                                  █████████████▄
                                    ▀███████▀▀▀▀▀
                                      ▀████▀
                                        ▀█▀
LetItRideINNOVATIVE ▬▬▬
DICE GAME
                        ▄███████████▄
                       ██  ██████████▄
                     ▄█████████████  ██▄
            ▄▄▀█▄▄▄▄▄████████████████████▄
        ▄▄█▀   ███████████  █████  ████  █
    ▄██████ ▄▄███████████████████████████▀
 ▄▀▀ ██████████████████████████  ████  █
█  ▄███████████▀▀▀█████████████████████
██████████████    ████████▀▀██████  █▀
██████████████▄▄▄██████████   ▀▀▀▀▀▀▀
███▀ ▀██████████████████████
██    ███████████████████████
██▄▄██████████████████████████
██████████████▀   ██████████
  █████████████   ▄██████▀▀
     ▀▀██████████████▀▀
         ▀▀██████▀▀
PROVABLY
F A I R
▄█████████████▀ ▄█
██            ▄█▀
██          ▄██ ▄█
██ ▄█▄    ▄███  ██
██ ▀███▄ ▄███   ██
██  ▀███████    ██
██    █████     ██
██     ███      ██
██      ▀       ██
██              ██
▀████████████████▀
BUY  BACK
PLANS
[BTC]
DesignDerby.co.uk (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 09, 2016, 11:58:31 PM
 #7

The maximum amount being sent ever in these transactions will be 0.1, I presumed the amount above is perfectly reasonable for that amount? Is there anyway I can set the bitcoin daemon to send fees automatically based on the size?


Not possible, at least with core: https://bitcointalk.org/index.php?topic=644189.0

Learn more about how fees are calculated here. http://bitcoin.stackexchange.com/questions/1195/how-to-calculate-transaction-size-before-sending

The maths behind it are quite simple really once you get the hang of it.

Thanks very much for that post, helped a lot. I think I have it covered for now.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!