Author

Topic: Can't send transaction containing small amounts of Bitcoins (Read 1367 times)

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
I will give min 6000 satoshi.
How can I educe txfee to 1000 satoshi? If it is impossible, I will stop coding...

Won't this work? Sorry i stopped using Bitcoin core/d.

Code:
settxfee -- is a real and is rounded to the nearest 0.00000001

I am creating faucet. I want to send satoshi beetwen 100 and 500 but when I try to send satoshies, I am getting error:
Quote
Can't send transaction containing small amounts
I added this line to my bitcoin.conf file
Quote
paytxfee = 0.000001
How can I achieve this problem?
I am using last version

I suggest you either use Microwallet or make payout threshold to >5000 satoshi(5500 would be good).
 
  ~~MZ~~
hero member
Activity: 658
Merit: 500
I think it depend from your wallet - may be there are wallets, who have not any sending fee  Grin.
sr. member
Activity: 507
Merit: 252
Why not link up with something like Micro Wallet where all your payments go there and the user can cash out from there once they reach around 5,500 satoshi.

I'm not sure how it works on the back-end but there are plenty of faucets linked to Micro Wallet.

https://www.microwallet.org/

thanks, i will use it
sr. member
Activity: 336
Merit: 250
Why not link up with something like Micro Wallet where all your payments go there and the user can cash out from there once they reach around 5,500 satoshi.

I'm not sure how it works on the back-end but there are plenty of faucets linked to Micro Wallet.

https://www.microwallet.org/
sr. member
Activity: 507
Merit: 252
I will give min 6000 satoshi.
How can I educe txfee to 1000 satoshi? If it is impossible, I will stop coding...
sr. member
Activity: 507
Merit: 252
I am creating faucet. I want to send satoshi beetwen 100 and 500

Please, dont.

This is a very bad idea.

You're just going to have problems.

Many clients will refuse to relay your transactions, and many miners (and mining pools) will refuse to confirm your transactions.

This will result in your site being just one more waste of everone's time preying on the un-knowledgeable and creating a bad impression of bitcoin for new users.



Thank you.

I will give min 6000 satoshi.
How can I raduce txfee to 1000 satoshi? If is it impossible, I will stop coding...

legendary
Activity: 3388
Merit: 4615
I am creating faucet. I want to send satoshi beetwen 100 and 500

Please, dont.

This is a very bad idea.

You're just going to have problems.

Many clients will refuse to relay your transactions, and many miners (and mining pools) will refuse to confirm your transactions.

This will result in your site being just one more waste of everone's time preying on the un-knowledgeable and creating a bad impression of bitcoin for new users.

sr. member
Activity: 507
Merit: 252
I am creating faucet. I want to send satoshi beetwen 100 and 500 but when I try to send satoshies, I am getting error:
Quote
Can't send transaction containing small amounts
I added this line to my bitcoin.conf file
Quote
paytxfee = 0.000001
How can I achieve this problem?
I am using last version
Jump to: