Author

Topic: Cant change my bitcoin server transaction fee (JSON-RPC) !??!? (Read 1690 times)

member
Activity: 70
Merit: 10
Thanks for your reply..

I guess I have to keep it like dailybitcoins..

I`ll give it a try
legendary
Activity: 4326
Merit: 3041
Vile Vixen and Miss Bitcointalk 2021-2023
Is there any way to avoid this low-value fee?Or to increase my priority?
The standard way is to send to multiple addresses in one large transaction instead of multiple tiny transactions (this is why sites like dailybitcoins.org have a payout delay - it allows them to accumulate payouts for multiple users and send them all in one transaction). You will still probably have to pay the anti-spam fee, but the fee per output will be much smaller on average (because you have more outputs per transaction).

You can, of course, modify the source code to send transactions with no fees at all, but these transactions are likely to take an extremely long time to get confirmed, and may never even get confirmed at all, causing your users to hate you (to put it mildly). This one falls squarely in the "don't do that" category, and I only mention it because you might be tempted to do it on your own, then get upset that nobody warned you it was a bad idea.

My concept is based on sending small amounts, but not in a spammy way..
Unfortunately, the only way to distinguish small amounts from spam is to include a transaction fee. Otherwise anyone could send small amounts to themselves repeatedly to bloat the blockchain, and nobody wants that. As a result, virtually no miners will process such transactions unless an appropriate fee is included.
legendary
Activity: 2506
Merit: 1010
Is there any way to avoid this low-value fee?Or to increase my priority? My concept is based on sending small amounts, but not in a spammy way..

Other then batch up your sends, probably not.  See this thread:
 - https://bitcointalksearch.org/topic/how-to-lower-my-transaction-fee-80000.
member
Activity: 70
Merit: 10
Is there any way to avoid this low-value fee?Or to increase my priority? My concept is based on sending small amounts, but not in a spammy way..
legendary
Activity: 4326
Merit: 3041
Vile Vixen and Miss Bitcointalk 2021-2023
As I understand, the fee you set in bitcoin.conf is for the transaction size (per kB) fee only. The anti-spam fee for low-value or low-priority transactions cannot be changed (nor should it, since it is required by most if not all miners (I think)).
member
Activity: 70
Merit: 10
Hi,

It doesnt matter how I do this.. Hardcoded inside the bitcoin.conf or with an api call.. TX fee stays on 0.0005 btc!?
Can someone tell me what I am doing wrong?

Thanks in advance..
Jump to: