Short description: given two binary strings, one "truly random" and one generated by myself, decide which one has been generated by me. Resolves YES if A is the string generated by me and NO if it is B.
More bits will be revealed as time goes on. Currently revealed: 500 (all) bits.
A: 00001001101101110100101000010011000011100100011100010100100011100000011110100101101010110000100111011110000101110110000110001001010011110010100110101111100011101110111111100100001101111110110010000001011010000010110000000010111101110101011010000111000111101110010111100101110001100110111000001101010011100100100110011000100001001011111001111000000010111100010001111111011000110011010011010010010100001011110111100111110011001000110001000111010110101110100000000110000111100110010000110100010110011110
B: 01110110100010110101000101000101101101110100100110101010100010000011010110110100100111101011001100100110001001101000000111010100110101101110100101111010010001110111100101101001010100010110101000101011101010010000001010110110110101000110110100101010010110100010110110100010110110100101011010010101101011110010001011011010010101110101000101001101101011110100001011010111111111001010001101110110010110100101010010100010110111011001001101111010101001101011011010100101011010110010010110101001010110101001
--------
Detailed descriptions:
I have generated two bit strings.
One of the strings was created by me by pressing the buttons "0" and "1" on my keyboard. I produced a bit string of length 500. This took me roughly 115 seconds.
Another string was generated by running the following python code:
import random
for i in range(500):
print(random.randrange(2), end="")
print()
I've labeled these strings A and B by determining that the python-produced bit string is A iff random.org gives me the result 1 with settings min=1, max=2.
I will successively reveal more bits as time progresses, at my own discretion, in the next few days. I'll mainly be optimizing fun with the pacing of new information. The market likely won't be up for more than a week.
The market will resolve at latest when all of the 500 bits have been revealed and people have made their final bets. I reserve the right to resolve the market earlier if it seems wise, e.g. if the market has more or less made up its mind. I won't aim for adversarial resolutions or anything like that.
I won't bet on this market.
I may answer questions about the data generation process and myself in the comments. I may also answer to requests to reveal more bits.
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ236 | |
2 | Ṁ214 | |
3 | Ṁ155 | |
4 | Ṁ130 | |
5 | Ṁ70 |