Bitcoin Forum
April 25, 2024, 05:05:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: [Win 180% of a bet] A simple automated lottery  (Read 5597 times)
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 20, 2011, 03:18:27 PM
Last edit: January 11, 2012, 01:26:13 PM by pent
 #1

Hi everyone! Introducing simple lottery http://btc-fortune.com

Lottery is very simple!

* Enter your name or nick or whatever and your bitcoin purse to receive a prize
* Press tha Red Button
* Send your bet from 0.1 to 1 BTC to the specified address
* You will get a ticket with a number from 1 to 777 after 1 payment confirmation

You win 160% 180% of a bet: if you get ticket with even number (2,56,100,etc)
You get JackPot: if you get a ticket with number 777

If jackpot is less than 1 BTC, you will play round without jackpot, but still have a 50% chance to win 180% of a bet. Jackpot will be always greater than 1 BTC in any way! When someone will take it, system automatically set Jackpot > 1 BTC (from my funds).

Game is totally interactive, powered by Ajax. You can see incoming bets, tickets and payout history in realtime.

Any questions please send to support@btc-fortune.com or PM me.

And good luck!

----- UPDATE: 30 Aug 2011:

Starting Jackpot amount is now assigned automatically when new round starts, and is growing as much you doing bets.

----- UPDATE: 11 Jan 2012:

Earn free bitcoins by retweeting my advertising campaign:

http://www.feedzebirds.com/4r2ln
1714064743
Hero Member
*
Offline Offline

Posts: 1714064743

View Profile Personal Message (Offline)

Ignore
1714064743
Reply with quote  #2

1714064743
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
TeraPool
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 20, 2011, 06:55:51 PM
 #2

Username "JackpotISMine" rolled a 776 on his first try and stopped?

Something looks rigged about that, not sure what! A shill perhaps?!
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 20, 2011, 07:11:12 PM
 #3

Wow, he was so close...

And no, no rigging, just getting /dev/urandom bytes from PHP Smiley
anthony_
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
July 20, 2011, 09:50:17 PM
 #4

Wow, he was so close...

And no, no rigging, just getting /dev/urandom bytes from PHP Smiley

After having a long run with PRNGs and gambling, I suggest using a TRNG like random.org.

You can snatch random numbers from: http://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain

Anyways, seems very similar to betcoin.eu except the chances on yours are worse, also does it payout 160% winners from the jackpot or is there a seperate bank account then only a certain amount gets entered into the jackpot?
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 20, 2011, 10:17:53 PM
 #5

After having a long run with PRNGs and gambling, I suggest using a TRNG like random.org.

You can snatch random numbers from: http://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain
Okay, random.org library is on the way. I thought about it. Currently using /dev/urandom source.

also does it payout 160% winners from the jackpot or is there a seperate bank account then only a certain amount gets entered into the jackpot?
Jackpot is an odd number, so it can't win 160%. Jackpot is a Jackpot. You can send any bet (0.1 through 1), and if you take 777, you will be paid with full current jackpot bank. So because "no jackpot" rounds processed when jackpot bank is lower than max bet.

Jackpot has a separate "untochable" account, where ##% of any valid incoming transaction is added each time.

Ivalid bets (out of 0.1-1 range) are paid back without getting tickets.
anthony_
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
July 20, 2011, 10:43:43 PM
 #6

After having a long run with PRNGs and gambling, I suggest using a TRNG like random.org.

You can snatch random numbers from: http://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain
Okay, random.org library is on the way. I thought about it. Currently using /dev/urandom source.

also does it payout 160% winners from the jackpot or is there a seperate bank account then only a certain amount gets entered into the jackpot?
Jackpot is an odd number, so it can't win 160%. Jackpot is a Jackpot. You can send any bet (0.1 through 1), and if you take 777, you will be paid with full current jackpot bank. So because "no jackpot" rounds processed when jackpot bank is lower than max bet.

Jackpot has a separate "untochable" account, where ##% of any valid incoming transaction is added each time.

Ivalid bets (out of 0.1-1 range) are paid back without getting tickets.

What i was asking is if you had a separate account for betting bank and jackpot.
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 20, 2011, 10:50:15 PM
 #7

Sure.

Bet bank initialized with tens of bitcoins to ensure everyone can win if they win. Even if payout is higher than bet bank, lottery transaction can be processed in hand mode later, when i add some funds to bet bank.

Jackpot has also separate bank.
anthony_
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
July 20, 2011, 10:59:51 PM
 #8

Sure.

Bet bank initialized with tens of bitcoins to ensure everyone can win if they win. Even if payout is higher than bet bank, lottery transaction can be processed in hand mode later, when i add some funds to bet bank.

Jackpot has also separate bank.

I see, I also run a similar game and it is probably the most popular of the three, http://berlin.ifixshit.net/index.php?page=commands
!roll is the command for the game.
The only problem I have run into is the occasional extreme win streak destroys the bank
tysat
Legendary
*
Offline Offline

Activity: 966
Merit: 1004


Keep it real


View Profile
July 21, 2011, 12:43:23 AM
 #9

So if I bet 1 and I won, I would get back 1.6?
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 21, 2011, 12:51:16 AM
 #10

So if I bet 1 and I won, I would get back 1.6?
There is no sense in all of this if you dont
tysat
Legendary
*
Offline Offline

Activity: 966
Merit: 1004


Keep it real


View Profile
July 21, 2011, 01:42:06 AM
 #11

The house advantage on this is nearly 20% (19.97).  Unless the jackpot is a gigantic multiple of your bet, this game is not worth playing at all.
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 21, 2011, 12:01:31 PM
Last edit: July 21, 2011, 01:00:10 PM by pent
 #12

The house advantage on this is nearly 20% (19.97).  Unless the jackpot is a gigantic multiple of your bet, this game is not worth playing at all.
gigantic multiple of bet can not be reached with chance to take it 1/777. And what was the formula you computed this value?

Look, its just a lottery. For a house advantages you may visit Nevada state with good house advantage cities in it.
Einewton
Sr. Member
****
Offline Offline

Activity: 256
Merit: 250



View Profile
July 21, 2011, 03:09:55 PM
 #13

I'm having a riot with this game... Good job on it. Whoever developed it did a great job!

-= Got BitCoin? =-
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
August 03, 2011, 03:58:46 PM
 #14

Jackpot is more than 3 BTC now. Make your bets!
pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
August 29, 2011, 03:06:16 AM
Last edit: August 29, 2011, 07:23:50 AM by pent
 #15

The special offer week has been ended Smiley Keep for updates.

Due to active player, we have Jackpot over 10 BTC now!
Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
August 29, 2011, 07:26:24 AM
 #16

I call foul. I just purchased 500+ tickets, and now payouts aren't happening anymore, and my current ticket purchases waiting for confirmation (3 confirmations now) are apparently being dripped into the stream, at a lower than purchased rate of return - 0.16 vs 0.20 that I bought in for.

I am calling shenanigans.

Shenanigans!

Regards,
Jonathan


pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
August 29, 2011, 07:31:25 AM
 #17

Well, the bitcoin network refusing spam transactions from you. They will be confirmed in any way in some time.

Thank you for your game. I'll send you a personal prize 5 BTC, So you will really double your investments.
Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
August 29, 2011, 07:40:14 AM
 #18

Oh.. Is it considered spam? Well.. That's inconvenient.

So they aren't confirming even though I paid tx fees?

These are good things to know about Bitcoin. I figured I'd try to break your game just like people broke mine. Lol.


pent (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
August 29, 2011, 07:44:35 AM
 #19

Nope. I see your transactions coming and coming unconfirmed. Is this was a ddos attack? lol Smiley Anyway this was fun. I'll return you all of this when it will end up.

If you try to do this with two different wallets, you will see most transactions unconfirmed during long period of time.
Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
August 29, 2011, 07:46:40 AM
 #20

Nope. I see your transactions coming and coming unconfirmed. Is this was a ddos attack? lol Smiley Anyway this was fun. I'll return you all of this when it will end up.

If you try to do this with two different wallets, you will see most transactions unconfirmed during long period of time.

I'm a pretty good authority to try to break stuff. I actually laughed out loud when I saw the web page change and the 200% offer removed.

I was wondering how long it would take for someone to notice Wink

-jonathan

Pages: [1] 2 3 4 »  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!