Bitcoin Forum

Economy => Services => Topic started by: fentanyl08 on November 13, 2021, 10:10:36 AM



Title: Need a developer for a modification on a Bitcoin faucet script
Post by: fentanyl08 on November 13, 2021, 10:10:36 AM
I need a small change on my faucet dailyfreebits.com which is based on Mini faucet script created by Elbandi and using Faucetpay.io to process payments.
I wanted to reduce the reward to 0.5 satoshi and the decimal reward didn't add up properly e.g previous balance was 3 but claining 0.5 Satoshi reward increased it to 4 instead of 3.5. I think making some change in database to support decimals should fix this.
I think it's not technically possible to process a payment in fractions of Satoshi but this decimal amount would only accumulate while member is accumulating and members should only be able to withdraw whole number.
Let me know the if anyone can do it and quote me your charges.


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: alexeyneu on November 13, 2021, 05:41:03 PM
150 bucks. 50 upfront.
@alexneud telegram


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: trishcis on November 14, 2021, 04:49:54 AM
I need a small change on my faucet dailyfreebits.com which is based on Mini faucet script created by Elbandi and using Faucetpay.io to process payments.
I wanted to reduce the reward to 0.5 satoshi and the decimal reward didn't add up properly e.g previous balance was 3 but claining 0.5 Satoshi reward increased it to 4 instead of 3.5. I think making some change in database to support decimals should fix this.
I think it's not technically possible to process a payment in fractions of Satoshi but this decimal amount would only accumulate while member is accumulating and members should only be able to withdraw whole number.
Let me know the if anyone can do it and quote me your charges.


Hello,

I can you help with this, would you be able to drop us an email to get an estimate?
Email – trish@cisinlabs.com or you can connect with me on Skype - live:.cid.baff7c7dd9471b54

Kind regards,
Trish


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: fentanyl08 on November 14, 2021, 05:03:56 PM
Still looking for someone.


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: DittoB on November 16, 2021, 05:50:38 AM
Go to the DB and modify the balance, referralbalance and totalbalance columns to a DECIMAL, FLOAT or DOUBLE type.


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: alexeyneu on November 16, 2021, 07:50:54 AM
Go to the DB and modify the balance, referralbalance and totalbalance columns to a DECIMAL, FLOAT or DOUBLE type.
he need >256 bit numbers


Title: Re: Need a developer for a modification on a Bitcoin faucet script
Post by: DittoB on November 16, 2021, 12:23:54 PM
Go to the DB and modify the balance, referralbalance and totalbalance columns to a DECIMAL, FLOAT or DOUBLE type.
he need >256 bit numbers
lol