Author

Topic: Dev Faucet - [OFFICIAL] (Read 1812 times)

sr. member
Activity: 252
Merit: 250
December 08, 2014, 04:47:11 PM
#19
Bring it back and I will promote it.  Wink
great !!
waiting for reactivation
full member
Activity: 210
Merit: 100
Need To Contact Me? Go To My Site!
December 08, 2014, 04:12:10 PM
#18
Bring it back and I will promote it.  Wink
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
December 08, 2014, 04:08:06 PM
#17
is it still active or not? Huh
This shut down with the inputs.io hack, which I believe was about a year ago.

Also, if you want to revive it dev, I'd be fully supportive! This faucet was bad ass a while ago! Cheesy
sr. member
Activity: 266
Merit: 250
December 08, 2014, 10:31:52 AM
#16
is it still active or not? Huh
legendary
Activity: 1050
Merit: 1004
December 07, 2014, 12:05:59 AM
#15
Oh man, I have the urge to revive this project.
hero member
Activity: 658
Merit: 502
Doesn't use these forums that often.
August 25, 2013, 02:54:53 AM
#14
Yeay, devfaucet!
Great site, must vouch for. Always pays out, and is probably the best MyFaucet out there.

PS: They should be adding withdrawals to WhiskChat (link in sig) soon... Wink
legendary
Activity: 1050
Merit: 1004
August 24, 2013, 11:30:34 AM
#13
We now have 15k members! Thanks for making this possible!

Want to bid on some adspace? Head over to http://devfaucet.com for more info!
newbie
Activity: 13
Merit: 0
July 17, 2013, 08:16:53 PM
#12
Site looks good. HOping I can get enough for a cashout tomorrow Smiley

got my cashout today. thnks giuys
administrator
Activity: 3738
Merit: 2948
July 17, 2013, 12:22:04 AM
#11
Nice site. You guys done a good job Smiley.
newbie
Activity: 13
Merit: 0
July 16, 2013, 09:11:24 PM
#10
Site looks good. HOping I can get enough for a cashout tomorrow Smiley
legendary
Activity: 1008
Merit: 1000
July 16, 2013, 05:57:17 PM
#9
I say the Dev Faucet has more features than probably all of the other faucets based on TF's MyFaucet code. I like the Peerbet and Just-Dice withdraw features and the security token concept.
However, a few kinks could be worked out. It's rather annoying to have to get a security token every time you want to withdraw to Peerbet/Just-Dice.

And I'm also curious: what's with the small text at the bottom of the page that says "Want to start up your own faucet? Click Here for more info!"? XD

EDIT: NVM about the small text XD Just read the post a few posts above.

Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )



Thanks for your feedback relating to the Security Token code. You do not need to request a new security token each time you withdraw, as the tokens are generated with the following code:
Code:
$token = hash_hmac("sha256",$email,$encryption_key);
where $encryption_key is a private constant. I do have plans to use a cookie to store the security token on a user's computer, therefore eliminating the need to go dig it up every single time  Grin

Ah, okay. Makes things much simpler with a cookie, I would think.
Also, I would imagine that the "Logout" button placement could be better, as it took me quite a while to find it, even though it's obvious where it is after I found it XD I think you might want to move it to the right side of the "Your email is: blah" text, where it would be more easily seen.
I will move the logout button later today/tonight, I just threw that in there in literally five minutes Tongue

Oh, lolk XD
newbie
Activity: 43
Merit: 0
July 16, 2013, 05:53:23 PM
#8
I say the Dev Faucet has more features than probably all of the other faucets based on TF's MyFaucet code. I like the Peerbet and Just-Dice withdraw features and the security token concept.
However, a few kinks could be worked out. It's rather annoying to have to get a security token every time you want to withdraw to Peerbet/Just-Dice.

And I'm also curious: what's with the small text at the bottom of the page that says "Want to start up your own faucet? Click Here for more info!"? XD

EDIT: NVM about the small text XD Just read the post a few posts above.

Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )



Thanks for your feedback relating to the Security Token code. You do not need to request a new security token each time you withdraw, as the tokens are generated with the following code:
Code:
$token = hash_hmac("sha256",$email,$encryption_key);
where $encryption_key is a private constant. I do have plans to use a cookie to store the security token on a user's computer, therefore eliminating the need to go dig it up every single time  Grin

Ah, okay. Makes things much simpler with a cookie, I would think.
Also, I would imagine that the "Logout" button placement could be better, as it took me quite a while to find it, even though it's obvious where it is after I found it XD I think you might want to move it to the right side of the "Your email is: blah" text, where it would be more easily seen.
I will move the logout button later today/tonight, I just threw that in there in literally five minutes Tongue
legendary
Activity: 1008
Merit: 1000
July 16, 2013, 05:41:26 PM
#7
I say the Dev Faucet has more features than probably all of the other faucets based on TF's MyFaucet code. I like the Peerbet and Just-Dice withdraw features and the security token concept.
However, a few kinks could be worked out. It's rather annoying to have to get a security token every time you want to withdraw to Peerbet/Just-Dice.

And I'm also curious: what's with the small text at the bottom of the page that says "Want to start up your own faucet? Click Here for more info!"? XD

EDIT: NVM about the small text XD Just read the post a few posts above.

Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )



Thanks for your feedback relating to the Security Token code. You do not need to request a new security token each time you withdraw, as the tokens are generated with the following code:
Code:
$token = hash_hmac("sha256",$email,$encryption_key);
where $encryption_key is a private constant. I do have plans to use a cookie to store the security token on a user's computer, therefore eliminating the need to go dig it up every single time  Grin

Ah, okay. Makes things much simpler with a cookie, I would think.
Also, I would imagine that the "Logout" button placement could be better, as it took me quite a while to find it, even though it's obvious where it is after I found it XD I think you might want to move it to the right side of the "Your email is: blah" text, where it would be more easily seen.
newbie
Activity: 43
Merit: 0
July 16, 2013, 04:59:20 PM
#6
I say the Dev Faucet has more features than probably all of the other faucets based on TF's MyFaucet code. I like the Peerbet and Just-Dice withdraw features and the security token concept.
However, a few kinks could be worked out. It's rather annoying to have to get a security token every time you want to withdraw to Peerbet/Just-Dice.

And I'm also curious: what's with the small text at the bottom of the page that says "Want to start up your own faucet? Click Here for more info!"? XD

EDIT: NVM about the small text XD Just read the post a few posts above.

Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )



Thanks for your feedback relating to the Security Token code. You do not need to request a new security token each time you withdraw, as the tokens are generated with the following code:
Code:
$token = hash_hmac("sha256",$email,$encryption_key);
where $encryption_key is a private constant. I do have plans to use a cookie to store the security token on a user's computer, therefore eliminating the need to go dig it up every single time  Grin
legendary
Activity: 1008
Merit: 1000
July 16, 2013, 04:13:28 PM
#5
I say the Dev Faucet has more features than probably all of the other faucets based on TF's MyFaucet code. I like the Peerbet and Just-Dice withdraw features and the security token concept.
However, a few kinks could be worked out. It's rather annoying to have to get a security token every time you want to withdraw to Peerbet/Just-Dice.

And I'm also curious: what's with the small text at the bottom of the page that says "Want to start up your own faucet? Click Here for more info!"? XD

EDIT: NVM about the small text XD Just read the post a few posts above.

Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )


legendary
Activity: 1050
Merit: 1004
July 16, 2013, 03:04:49 PM
#4
We have just added a log out button to the Dev Faucet. It is located on the top left of the page.
hero member
Activity: 658
Merit: 502
Doesn't use these forums that often.
July 16, 2013, 02:10:44 PM
#3
Vouch for this faucet - it's a good one, I know the developers and they are good people.

Cheesy
newbie
Activity: 43
Merit: 0
July 16, 2013, 02:04:02 PM
#2
Vouch for DevFaucet - I co-develop it Cheesy

I think it should be said that this faucet started as a MyFaucet faucet, and while a lot has been added to it, some credit should still go to TradeFortress(about 25% should go to him - which is why the style on his footer is text-size: 25%;  Grin Grin Grin )

legendary
Activity: 1050
Merit: 1004
July 16, 2013, 01:57:35 PM
#1
We have just launched the new Dev Faucet!

You can earn up to 8000 Satoshi per day and can request a reward every 3 hours.

Here's the link to get started! - http://devfaucet.com

We've just added two features: Security Tokens and Just-Dice cashouts! Security Tokens are special codes that users get by email that allow them to cashout to Just-Dice.com. This was added as a security precaution to prevent people from draining other people's DevFaucet accounts into their own Just-Dice account.

You can also now withdraw from DevFaucet directly to Peerbet! All you need is a Security Token and a Peerbet username to receive your DevFaucet balance directly to your Peerbet account!

You have the ability to cash out with a direct Inputs.io, Just-dice.com or Peerbets account.

If anyone's interested in advertising with us please reply to this thread, we've gotten to a point where we're getting about 800 unique users per day!

So what are you waiting for? Come check us out at http://devfaucet.com  Cool
Jump to: