Bitcoin Forum
April 18, 2024, 05:04:02 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: OpenFaucet: The open source coin faucet implementation!  (Read 8791 times)
maco
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 22, 2014, 08:25:34 AM
 #21

I just want to give my review of Zen00 for the community to find out what type of guy he is.

Zen00 is dedicated to the success of any coin, without him worrying about his pockets or constantly asking for bounties. He has been proactive and making new updates and backing up his word with his new open source faucet because he really believes in himself. He is even humble enough to push updates without much crypto coins trying to jump on his software. Zen00 is a go getter.

If any crypto currency wants an official or even community driven (adopters) faucet hosted on your domain without worrying about being scammed by a third party faucet holder, or virus driven site filled with ads that can potentially hurt you and your community, this is the right faucet to go to. Not only is this project open source (we all love that) the best part is -- Zen00 is here to back you up through the entire process. I see a big window of opportunity for many crypto currencies to use his software, and I for one, am a big 42 coin adopter, and would like to get this faucet updated on 42 coin very soon, and any of my other adoptions.

He is worth being paid bounty!  Zen00 please post your 42 Coin Address here or pm me that info. I'll donate to you.

I haven't fully installed it on the site yet but I want to make sure others know about you and you are paid for your
efforts to help the crypto currency industry. I'll make a donation on behalf of the Bitcointalk (Crypto) community now.



Okay, for all you people out there who have had trouble. I just went through the entire setup process with a fresh install of Ubuntu Server 12.0.4 and here are my findings.

You need to remember to install all dependencies, namely these ones in particular.

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

Additionally you need to remember to set file permissions, own your public folders with the Apache file group, www-data, and make your logging directory writable, for testing purposes I just 777'd all the files and folders, never do that on a production site. See MPOS setup for more information.

Code:
chown www-data public/templates/compile public/templates/cache logs


Also remember to update to the latest version of all things with apt-get update/upgrade.

This should clear up any errors you're having, if you experience any other errors, well let me know as usual.


And thanks to those who found bugs for this project and reported them.
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713459842
Hero Member
*
Offline Offline

Posts: 1713459842

View Profile Personal Message (Offline)

Ignore
1713459842
Reply with quote  #2

1713459842
Report to moderator
1713459842
Hero Member
*
Offline Offline

Posts: 1713459842

View Profile Personal Message (Offline)

Ignore
1713459842
Reply with quote  #2

1713459842
Report to moderator
1713459842
Hero Member
*
Offline Offline

Posts: 1713459842

View Profile Personal Message (Offline)

Ignore
1713459842
Reply with quote  #2

1713459842
Report to moderator
Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 22, 2014, 03:32:13 PM
 #22

Found 2 new critical bugs in the crons which would cause them to fail. Please update now to have working crons. Also, remember to set your crons .sh files as executable.

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
squiggie
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile WWW
February 22, 2014, 04:13:26 PM
 #23

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?

Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 22, 2014, 04:26:24 PM
Last edit: February 22, 2014, 04:40:58 PM by Zen00
 #24

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.

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
squiggie
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile WWW
February 22, 2014, 05:27:02 PM
 #25

OK I'll give that another shot.

squiggie
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile WWW
February 24, 2014, 12:19:01 AM
 #26

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?

Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 24, 2014, 01:31:39 AM
 #27

You'll need to register.

index.php?page=register
index.php?page=login

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
JTeam
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile WWW
February 24, 2014, 03:56:05 PM
 #28

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.
Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 24, 2014, 08:09:50 PM
 #29

Currently working on integrating bootstrapping, new security checks, and other major changes right now.

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
Bitcoin_Mafia
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
February 25, 2014, 02:55:12 PM
 #30

What cryptocurrencies will this support? I can't wait for the roll-out...it sounds EXACTLY like what I've been looking for.

Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 25, 2014, 11:09:22 PM
 #31

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.

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
Zen00 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 09, 2014, 12:42:25 AM
 #32

Security update is live on branch Security-Test. Check it out and let me know if you find any bugs.

Mine CasinoCoin with the CasinoCoin Slashers, daily backups, fast transactions, block finder rewards, secured server!
LTC: Lf57yviumAnFGP8NJ2MSMz9f2xLj2Hicxv                                CSC: CKnzrwrck2EFzvTLxmLhNkVcdZatKPmTgk
If the MPOS wiki has been useful to you, consider donating to me as thanks for maintaining.
vual
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
April 13, 2014, 06:32:27 AM
 #33

Any news when we may see this implemented into MPOS ?
somic
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2014, 11:24:47 AM
 #34

OpenFaucet: The open source coin faucet implementation!

where is the source?
Bitcoin_Mafia
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
April 30, 2014, 01:08:55 PM
 #35

Dumb question - where do I put the cronjob files?

ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
April 30, 2014, 01:46:50 PM
 #36

OpenFaucet: The open source coin faucet implementation!

where is the source?
Here is source https://github.com/Zen00/openfaucet
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
April 30, 2014, 01:47:04 PM
 #37

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!
JedWafu
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
July 28, 2014, 07:11:38 AM
 #38

is this project still pursuing? Thanks for the great contribution!
milly6
Legendary
*
Offline Offline

Activity: 1632
Merit: 1010



View Profile WWW
March 01, 2016, 08:47:34 PM
 #39

is this project still pursuing? Thanks for the great contribution!

Any fork of this project out there? Reliable?

Eyes open, No Fear. Be Safe! Trinity: Currency Without Bias
wdnj
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500



View Profile
March 02, 2016, 01:51:02 PM
 #40

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.

     
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!