Bitcoin Forum

Bitcoin => Project Development => Topic started by: wnj4 on January 09, 2017, 07:12:48 PM



Title: What is best programming language for faucet script ?
Post by: wnj4 on January 09, 2017, 07:12:48 PM
 If I wan developing a custom faucet script what is best programming language to develop it ? how much it will cost me?
 How long this script needs to develop it? I really appreciate all the suggestions in advance.


Title: Re: What is best programming language for faucet script ?
Post by: Moritz30 on January 09, 2017, 08:12:44 PM
PHP. It takes 1-5 days I think. Maybe a bit more. Depends on how experienced the programmer is. It will not cost you anything if you create it yourself. Otherwise I guess something around 50$ (would be my price at least).


Title: Re: What is best programming language for faucet script ?
Post by: fikihafana on January 09, 2017, 10:36:31 PM
If I wan developing a custom faucet script what is best programming language to develop it ? how much it will cost me?
 How long this script needs to develop it? I really appreciate all the suggestions in advance.

Using PHP. I've done this before


Title: Re: What is best programming language for faucet script ?
Post by: TrumpD on January 09, 2017, 10:44:09 PM
How long it takes depends on how much time you spend on it and your knowledge of PHP, say two or three days max if you know what you are doing. It should cost less than 100mbtc.


Title: Re: What is best programming language for faucet script ?
Post by: jooj on January 10, 2017, 12:13:49 AM
 I think it is depends on what future wan to add in it. best programming language should be JS in my opinion!


Title: Re: What is best programming language for faucet script ?
Post by: coinableS on January 10, 2017, 01:23:45 AM
PHP is probably the fastest and easiest. I've made several custom faucet games. If you already know what you're doing and it's not your first go around you can knock one out in a single weekend.

Side note, faucets were barely profitable when coins were $200-300. I can't imagine how people are making money with faucets anymore. I ran a few of them, but then adsense starting cracking down on them and it just wasn't worth getting banned by adsense. Either way, good luck!


Title: Re: What is best programming language for faucet script ?
Post by: wnj4 on January 14, 2017, 09:01:19 AM
  I really appreciate all your suggestions. I recently learned programming at W3 PHP and mysql, I don't know where to begin specifically. I begin confused as to use any of the php framework or code  myself.


Title: Re: What is best programming language for faucet script ?
Post by: WestWorld on January 14, 2017, 02:28:34 PM
All web programming languages are qualified to create a faucet site.
The easiest is PHP.
There is a lot of code (and coding inspirations) available in PHP you may use for your script.