Pages:
Author

Topic: OpenFaucet: The open source coin faucet implementation! (Read 8785 times)

full member
Activity: 238
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
This project looks like it was last updated 2 years ago, I highly recommend no one use it until the php is audited, no one knows if there are anymore security risks and looks like OP is not updating it.
hero member
Activity: 756
Merit: 500
Great project, you have put a lot of thought into it and the features are very thorough. Do you still need someone to look at CSS?
tyz
legendary
Activity: 3346
Merit: 1530
@Zen00: Thanks for releasing this peace of software open source. I decided to use it (over faucetbox) for my crypto blog.
I let you know when I have it integrated into Wordpress.
hero member
Activity: 762
Merit: 500
What cryptocurrencies will this support? I can't wait for the roll-out...it sounds EXACTLY like what I've been looking for.

It will support all currencies with standard JSONRPC calls.
Is this software under development or complete project? is there setup, install guide on Debian7.

     
legendary
Activity: 1632
Merit: 1010
is this project still pursuing? Thanks for the great contribution!

Any fork of this project out there? Reliable?
newbie
Activity: 29
Merit: 0
is this project still pursuing? Thanks for the great contribution!
legendary
Activity: 1414
Merit: 1000
Dumb question - where do I put the cronjob files?
No idea.
It would be great if someone posts a manual how to start a faucet for certain Crypto using this script.How to configure etc!
legendary
Activity: 1414
Merit: 1000
OpenFaucet: The open source coin faucet implementation!

where is the source?
Here is source https://github.com/Zen00/openfaucet
member
Activity: 112
Merit: 10
Dumb question - where do I put the cronjob files?
newbie
Activity: 11
Merit: 0
OpenFaucet: The open source coin faucet implementation!

where is the source?
hero member
Activity: 714
Merit: 500
Any news when we may see this implemented into MPOS ?
member
Activity: 112
Merit: 10
Security update is live on branch Security-Test. Check it out and let me know if you find any bugs.
member
Activity: 112
Merit: 10
What cryptocurrencies will this support? I can't wait for the roll-out...it sounds EXACTLY like what I've been looking for.

It will support all currencies with standard JSONRPC calls.
member
Activity: 112
Merit: 10
What cryptocurrencies will this support? I can't wait for the roll-out...it sounds EXACTLY like what I've been looking for.
member
Activity: 112
Merit: 10
Currently working on integrating bootstrapping, new security checks, and other major changes right now.
newbie
Activity: 32
Merit: 0
Zen - this is amazing! We've been praying to find some good open faucet software.
Thank you!

You'll be getting some LTC your way soon. For the MPOS wiki and this.
member
Activity: 112
Merit: 10
You'll need to register.

index.php?page=register
index.php?page=login
full member
Activity: 147
Merit: 100
Well that worked! I'm not sure why it didn't work when I specified the dependencies below.

Code:
apt-get install php5-mysqlnd php5-curl build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git

I did have an issue with libboost-all-dev so perhaps that prevented php5-mysqlnd for some reason.

So now it's working but I have another stupid question. How do you access the admin section? Did I miss how to do that?
full member
Activity: 147
Merit: 100
OK I'll give that another shot.
member
Activity: 112
Merit: 10
I'm still getting the same error in the setting.php

Code:
PHP Fatal error:  Call to undefined method mysqli_stmt::get_result() in /var/www/openfaucet/public/include/classes/setting.class.php on line 16

I'm wondering if there needs to be some values in the DB or it's returning no values for tcertain tables. Would you be able to provide a dump of your test DB so I can import those values and test with them?

That error is specifically caused by not installing php5-mysqlnd and php5-curl. Try reinstalling them and updating.

The specifics being that get_result() is a mysqlnd function and if you haven't installed mysqlnd properly it will not be able to be called, resulting in a undefined method. It has nothing to do with the DB in general.
Pages:
Jump to: