Bitcoin Forum
March 28, 2024, 10:16:32 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 »  All
  Print  
Author Topic: Double Trouble 2! Double your money within 7 days!  (Read 14469 times)
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 05, 2011, 08:40:49 PM
 #21

I think next time (at the end of this game, at least 7 days from now on) I will anounce when exactly the game begins (in UTC). Then everybody can play about the same time Cool...
1711664192
Hero Member
*
Offline Offline

Posts: 1711664192

View Profile Personal Message (Offline)

Ignore
1711664192
Reply with quote  #2

1711664192
Report to moderator
1711664192
Hero Member
*
Offline Offline

Posts: 1711664192

View Profile Personal Message (Offline)

Ignore
1711664192
Reply with quote  #2

1711664192
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711664192
Hero Member
*
Offline Offline

Posts: 1711664192

View Profile Personal Message (Offline)

Ignore
1711664192
Reply with quote  #2

1711664192
Report to moderator
1711664192
Hero Member
*
Offline Offline

Posts: 1711664192

View Profile Personal Message (Offline)

Ignore
1711664192
Reply with quote  #2

1711664192
Report to moderator
lemonginger
Full Member
***
Offline Offline

Activity: 210
Merit: 100


firstbits: 121vnq


View Profile
June 05, 2011, 09:59:55 PM
 #22

ahhh, i thought it had to be the very next person contributed exactly double or else you were screwed
herbertfilby
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 05, 2011, 10:28:03 PM
 #23

Hah, yeah that's what I was thinking, and I figured that in 4-5 rounds, people would give up because the next level was going to be astronomical haha. Thanks for clarifying.
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 05, 2011, 10:40:15 PM
 #24

ahhh, i thought it had to be the very next person contributed exactly double or else you were screwed
No, fortunately not  Wink.
herbertfilby
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 05, 2011, 11:35:11 PM
 #25

Added 0.5 to keep it going.
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 05:46:20 AM
 #26

7th got double his money!
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 06:17:13 AM
 #27

made a python script for this:

Code:
tickets = [
    ['1EPd8DM5vQ3UvQY6Yr4bcYk13a4XsBnwz3', 5],
    ['1EnvHJgQh7WGPpnL686RDQFW6FEeznTbkB', 10],
    ['1tqwh6iBYk7F7gcVQ7PKuamf1PR4QgbgF', 20],
    ['1HvsWwqqtc775XM2iYHjAoekpzH3dptVNr', 41],
    ['1JosHcP8sVeBCdonMDSaZfS6cb9Ub46cmJ', 40],
    ['1FZ8tW5wjh1EDFsztSQYtpkxsa1C79GvZX', 125],
    ['1DpL7b8XBE7N2FecL6GGMtSRVUyBKC6Rd3', 251],
    ['16Uox1JKSqfe5LpWpm5TVVqdCcqBiybfgP', 5],
    ['19xRS9cz3m8YXnf83eWe2vHRL1skgixJre', 20],
    ['1FdtJayHR5qWJ67RAhGDjgedVKjFSHSKad', 75],
    ['1BUN1vb6r6fz1peafNrptCtMuRwVq8aNKo', 5],
    ['1AiqDfTWsT2wiu9JqgFJaCYpJZ5XBMGRPy', 50],
    ['12DnFV5JeeD8oBeVd17hkqZCaAnKzWeoNp', 15],
    ['17r7ALUqoKQ3d8MpQ8QBTfqiEoQMiztRDh', 20],
    ['1HvsWwqqtc775XM2iYHjAoekpzH3dptVNr', 50],
    ['1QKVV9BHmZNJkMCUNyssYX1BimzXZ72dQP', 125],
    ['1NV8i5tQGysjogJZcZ2mAQkf6NsT4ccw2Q', 100],
    ['19oR5xAYaASPtPxgaV3BuQTCn7Dh9Wrzqw', 40]
]

result = []

total = 0
wanted = tickets[0][1] * 2
index = 0
for i in range(1,len(tickets)):
    total += tickets[i][1]
    if (total >= wanted):
        print (tickets[index][0], wanted)
        total = total-wanted
        index = index +1
        wanted = tickets[index][1] * 2
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 06:33:37 AM
Last edit: June 06, 2011, 07:35:02 AM by bitcoinlottery
 #28

8 doubled!
Can 19oR5xAYaASPtPxgaV3BuQTCn7Dh9Wrzqw please send back the money? I did send 0.890 instead of 0.089 and to the wrong one...
herbertfilby
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 10:52:03 AM
 #29

* Sent .89 back to you  Smiley
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 10:54:15 AM
 #30

* Sent .89 back to you  Smiley
Ah, thank you! =)
jigj119
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
June 06, 2011, 02:44:00 PM
 #31

Still hoping to get a payout on what I contributed. Are we allowed to play more than once?
herbertfilby
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 04:09:05 PM
 #32

I don't see why not.
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 04:13:16 PM
 #33

Still hoping to get a payout on what I contributed. Are we allowed to play more than once?
Yes you are =). Actually, it can be part of your strategy...
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 04:17:57 PM
 #34

9th double!
IIOII
Legendary
*
Offline Offline

Activity: 1153
Merit: 1012



View Profile
June 06, 2011, 04:49:05 PM
 #35

An interesting game - maybe I'll give it a try on the 2nd run.
obekt
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
June 06, 2011, 05:32:04 PM
 #36

Very interesting game.
I am in with 0.27 Smiley
bitcoinlottery (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 06, 2011, 07:37:03 PM
 #37

Just 0.08 btc to go for the next one!
herbertfilby
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 07:45:33 PM
 #38

0.08 sent.
hawks5999
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile WWW
June 06, 2011, 07:50:52 PM
 #39

are you manually paying out or have you worked it out to programmatically pay out?




■ ▄▄▄
■ ███
■ ■  ■               
LEDGER  WALLET    ████
■■■ ORDER NOW! ■■■
              LEDGER WALLET
Smartcard security for your BTCitcoins
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Decentralized. Open. Secure.
obekt
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
June 06, 2011, 08:14:42 PM
 #40

Do I have to post here every transaction, every ammount if I play more than once ?
Pages: « 1 [2] 3 4 5 6 »  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!