Author

Topic: How do faucets do the "direct weekly payouts"? (Read 318 times)

hero member
Activity: 868
Merit: 500
December 22, 2016, 10:15:51 AM
#7
How do the top faucets do it? I have a script with payments to blockchain wallet directly, but fees are too high for single withdrawals. I want to know how the weekly payments are done. Willing to pay someone for a solution, or if they can change my script to payout directly and use a micro payment processor (Xapo, epay, faucethub etc.)
You need a programmer who can code for you your desired feature. Use micro wallet payment processor to avoid big fees for small payouts. Micro payment processor helps you to reduce your transaction cost. You can also use xapo script which has no fees if bitcoin is sent to another xapo users.
hero member
Activity: 1568
Merit: 544
Or if they can change my script to payout directly and use a micro payment processor (Xapo, epay, faucethub etc.)

Maybe this will give you some insights on how it can be done A guide for building Xapo faucets + download script
legendary
Activity: 3514
Merit: 5123
https://merel.mobi => buy facemasks with BTC/LTC
I'm currently developing a script for an anonymous buyer, i'm going to use the sendmany rpc request, a cronjob that runs one time a week, cumulating the claims and only paying out everybody that has a balance over x... That way i can send the payments in bulk, the total size of the transaction should be a lot smaller than the combined size of the seperate transactions.

The first time we might even try a couple of manual payments, just to make sure everything works:
./xxx-cli sendmany "My account" '{"address1":0.01, "address2":0.5, "address3":1, "address4":0.005}'
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
How do the top faucets do it? I have a script with payments to blockchain wallet directly, but fees are too high for single withdrawals. I want to know how the weekly payments are done. Willing to pay someone for a solution, or if they can change my script to payout directly and use a micro payment processor (Xapo, epay, faucethub etc.)
Why not simply use a microwallet? You're going to eliminate your sending fees or user withdraw fees?
Check out www.faucethub.io
sr. member
Activity: 650
Merit: 350
NOBT - WNOBT your saving bank◕◡◕
You need a developer guy has silks to impelled this future on your faucet site.
legendary
Activity: 1120
Merit: 1000
https://cryptoworld.io
I think the solution is cron jobs server-side.
In other words, set a scheduler to execute some programming stuff weekly
mg8
newbie
Activity: 10
Merit: 0
How do the top faucets do it? I have a script with payments to blockchain wallet directly, but fees are too high for single withdrawals. I want to know how the weekly payments are done. Willing to pay someone for a solution, or if they can change my script to payout directly and use a micro payment processor (Xapo, epay, faucethub etc.)
Jump to: