Pages:
Author

Topic: Double Trouble 2! Double your money within 7 days! - page 5. (Read 14510 times)

newbie
Activity: 23
Merit: 0
Do I have to post here every transaction, every ammount if I play more than once ?
full member
Activity: 168
Merit: 100
are you manually paying out or have you worked it out to programmatically pay out?



full member
Activity: 140
Merit: 100
0.08 sent.
newbie
Activity: 28
Merit: 0
Just 0.08 btc to go for the next one!
newbie
Activity: 23
Merit: 0
Very interesting game.
I am in with 0.27 Smiley
legendary
Activity: 1153
Merit: 1012
An interesting game - maybe I'll give it a try on the 2nd run.
newbie
Activity: 28
Merit: 0
9th double!
newbie
Activity: 28
Merit: 0
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...
full member
Activity: 140
Merit: 100
I don't see why not.
newbie
Activity: 5
Merit: 0
Still hoping to get a payout on what I contributed. Are we allowed to play more than once?
newbie
Activity: 28
Merit: 0
full member
Activity: 140
Merit: 100
* Sent .89 back to you  Smiley
newbie
Activity: 28
Merit: 0
8 doubled!
Can 19oR5xAYaASPtPxgaV3BuQTCn7Dh9Wrzqw please send back the money? I did send 0.890 instead of 0.089 and to the wrong one...
newbie
Activity: 28
Merit: 0
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
newbie
Activity: 28
Merit: 0
7th got double his money!
full member
Activity: 140
Merit: 100
Added 0.5 to keep it going.
newbie
Activity: 28
Merit: 0
ahhh, i thought it had to be the very next person contributed exactly double or else you were screwed
No, fortunately not  Wink.
full member
Activity: 140
Merit: 100
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.
full member
Activity: 210
Merit: 100
firstbits: 121vnq
ahhh, i thought it had to be the very next person contributed exactly double or else you were screwed
newbie
Activity: 28
Merit: 0
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...
Pages:
Jump to: