Bitcoin Forum
May 03, 2024, 08:13:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Dev Faucet - [OFFICIAL]  (Read 1812 times)
devthedev (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
July 16, 2013, 05: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

1714724034
Hero Member
*
Offline Offline

Posts: 1714724034

View Profile Personal Message (Offline)

Ignore
1714724034
Reply with quote  #2

1714724034
Report to moderator
1714724034
Hero Member
*
Offline Offline

Posts: 1714724034

View Profile Personal Message (Offline)

Ignore
1714724034
Reply with quote  #2

1714724034
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714724034
Hero Member
*
Offline Offline

Posts: 1714724034

View Profile Personal Message (Offline)

Ignore
1714724034
Reply with quote  #2

1714724034
Report to moderator
1714724034
Hero Member
*
Offline Offline

Posts: 1714724034

View Profile Personal Message (Offline)

Ignore
1714724034
Reply with quote  #2

1714724034
Report to moderator
1714724034
Hero Member
*
Offline Offline

Posts: 1714724034

View Profile Personal Message (Offline)

Ignore
1714724034
Reply with quote  #2

1714724034
Report to moderator
peapodamus
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile
July 16, 2013, 06: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 )

whiskers75
Hero Member
*****
Offline Offline

Activity: 658
Merit: 502


Doesn't use these forums that often.


View Profile
July 16, 2013, 06:10:44 PM
 #3

Vouch for this faucet - it's a good one, I know the developers and they are good people.

Cheesy

Elastic.pw Elastic - The Decentralized Supercomputer
ELASTIC ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
devthedev (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
July 16, 2013, 07: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.

Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
July 16, 2013, 08: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 )


peapodamus
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile
July 16, 2013, 08: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
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
July 16, 2013, 09: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.
peapodamus
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile
July 16, 2013, 09: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
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
July 16, 2013, 09: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
JamesSandwitch
Newbie
*
Offline Offline

Activity: 13
Merit: 0



View Profile
July 17, 2013, 01:11:24 AM
 #10

Site looks good. HOping I can get enough for a cashout tomorrow Smiley
Cyrus
Ninja
Administrator
Legendary
*
Offline Offline

Activity: 3766
Merit: 2949



View Profile
July 17, 2013, 04:22:04 AM
 #11

Nice site. You guys done a good job Smiley.

JamesSandwitch
Newbie
*
Offline Offline

Activity: 13
Merit: 0



View Profile
July 18, 2013, 12:16:53 AM
 #12

Site looks good. HOping I can get enough for a cashout tomorrow Smiley

got my cashout today. thnks giuys
devthedev (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
August 24, 2013, 03:30:34 PM
 #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!

whiskers75
Hero Member
*****
Offline Offline

Activity: 658
Merit: 502


Doesn't use these forums that often.


View Profile
August 25, 2013, 06: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

Elastic.pw Elastic - The Decentralized Supercomputer
ELASTIC ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
devthedev (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
December 07, 2014, 04:05:59 AM
 #15

Oh man, I have the urge to revive this project.

syahrere
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 08, 2014, 02:31:52 PM
 #16

is it still active or not? Huh

minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
December 08, 2014, 08: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
karlb187
Full Member
***
Offline Offline

Activity: 210
Merit: 100

Need To Contact Me? Go To My Site!


View Profile WWW
December 08, 2014, 08:12:10 PM
 #18

Bring it back and I will promote it.  Wink

   Bitcoin Faucet List Maker      Makes Your Bitcoin Commissions Explode!   (100% FREE)
   Paid to Post Bitcoin Forum      Earn Up To 3,000 Satoshi Per Post!  
 ▥ SKYPE: karl.moneyinpjs ▥ ▦ TWITTER: @karlmoneyinpjs
mlferro
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
December 08, 2014, 08:47:11 PM
 #19

Bring it back and I will promote it.  Wink
great !!
waiting for reactivation

Pages: [1]
  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!