Pages:
Author

Topic: Introducing Cryptour - Fun Bitcoin Tournament | No signups req | Provably fair - page 2. (Read 5426 times)

newbie
Activity: 54
Merit: 0
That was me.  Grin

9 winners now.



Edit:
Verifying my ticket.
SHA256(f807499f5b597e7d100bce905ef5257e25309770b599c275159d2fc6de93bead28279234791ESmdyVC14xpytDQYBKw54u8b4EPSjL5H3)
= 23d9d881d3f534d1cf07c14da9a598ffdf1648f8817ef0439d0c712fe8a8cdaa . Substring : ffdf1648f8817ef0439d0c712fe8a8cdaa  => Decimal value : 87068537118452384981019157031072802852266 Cheesy



Provably fair system Verified by ndnhc.  Cool

Congrats on your 1st place entry. Hope it keeps its position.

The substring is 32nd to 41st characters, hence for yours fdf1648f8. Still some space to squeeze in to the top position. Smiley


fdf1648f8 is indeed 68167289080 in decimal. Smiley
https://www.google.com/search?q=0xfdf1648f8+in+decimal
https://cryptour.com/t/1ESmdyVC14xpytDQYBKw54u8b4EPSjL5H3

newbie
Activity: 54
Merit: 0
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Confirming receipt of the prizes. Cheesy
newbie
Activity: 54
Merit: 0
Congratulations to the 10 winners of our Pilot Tournament.

https://i.imgur.com/7HB98hc.jpg

It was a fun one. Winners should have received their prizes (tx)

On to the next ones:
newbie
Activity: 54
Merit: 0
Why is the main 0.5BTC guaranteed tournament postponed?

We shifted it back when there were 0 entries to allow us more time to campaign for it.

legendary
Activity: 2198
Merit: 1014
Bitdice is scam scam scammmmmmmmmmmmmmmmmmmmmmmmmm
Why is the main 0.5BTC guaranteed tournament postponed?
newbie
Activity: 54
Merit: 0

It's not a typo, in common programming language, esp. for .substring(), 1st character is at position 0. 32nd character is at position 31 (starting from 0). Even though the doc is using psuedo-code, we are using JavaScript as the base.


lol. sorry. Grin

I don't have much idea about javascript. But in Excel, entering =mid(31,40) gets me the substring from the 31st place.

Ooops. Oh well, Microsoft...

legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit

It's not a typo, in common programming language, esp. for .substring(), 1st character is at position 0. 32nd character is at position 31 (starting from 0). Even though the doc is using psuedo-code, we are using JavaScript as the base.


lol. sorry. Grin

I don't have much idea about javascript. But in Excel, entering =mid(31,40) gets me the substring from the 31st place.
newbie
Activity: 54
Merit: 0
Congrats on your 1st place entry. Hope it keeps its position.

The substring is 32nd to 41st characters, hence for yours fdf1648f8. Still some space to squeeze in to the top position. Smiley


32nd? Dang! Oh, it is. Can you fix this typo:

Quote
// Concatenate txid, nonce and tournament address
// txid and tournament address are hex strings while nonce is string in integer
composite = txid.toString() + nonce of first confirming block + tournament address;

// SHA-256 it
hash = sha256(composite);

// Get a substring of hash at 32nd to 41st position
// with string length of 9 characters
score_in_hex = hash.substring(31, 40);

// Convert it into decimal
score = parseInt(score_in_hex, 16);

It's not a typo, in common programming language, esp. for .substring(), 1st character is at position 0. 32nd character is at position 31 (starting from 0). Even though the doc is using psuedo-code, we are using JavaScript as the base.
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Congrats on your 1st place entry. Hope it keeps its position.

The substring is 32nd to 41st characters, hence for yours fdf1648f8. Still some space to squeeze in to the top position. Smiley


32nd? Dang! Oh, it is. Can you fix this typo:

Quote
// Concatenate txid, nonce and tournament address
// txid and tournament address are hex strings while nonce is string in integer
composite = txid.toString() + nonce of first confirming block + tournament address;

// SHA-256 it
hash = sha256(composite);

// Get a substring of hash at 32nd to 41st position
// with string length of 9 characters
score_in_hex = hash.substring(31, 40);

// Convert it into decimal
score = parseInt(score_in_hex, 16);


Edit: I checked. Order is correct. Funny I took 32 for almost all the cases.
newbie
Activity: 54
Merit: 0
That was me.  Grin

9 winners now.



Edit:
Verifying my ticket.
SHA256(f807499f5b597e7d100bce905ef5257e25309770b599c275159d2fc6de93bead28279234791ESmdyVC14xpytDQYBKw54u8b4EPSjL5H3)
= 23d9d881d3f534d1cf07c14da9a598ffdf1648f8817ef0439d0c712fe8a8cdaa . Substring : ffdf1648f8817ef0439d0c712fe8a8cdaa  => Decimal value : 87068537118452384981019157031072802852266 Cheesy



Provably fair system Verified by ndnhc.  Cool

Congrats on your 1st place entry. Hope it keeps its position.

The substring is 32nd to 41st characters, hence for yours fdf1648f8. Still some space to squeeze in to the top position. Smiley
legendary
Activity: 1330
Merit: 1001
Yeah provably fair system is working fine now, nice that you get rid of the salt
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Anyhow lets say if my position is in winning stage, and then alot entries coming and my position drop out..
Is it possible that entry will back to winning place again if the number of winners increases?

Yes, that is a valid possibility.
If the new entries are mostly scoring lower than yours.


Alright thanks and understood all of it.. because my position just gone.. and check its at no6.. and just checked again. Become no7. Eww its so sad.. too early for celebrating no5 just now.

Hey, you got company. Smiley
I am fourth. from second.  Cool

...and #1 on the 000 tourney.

Once you get a super high number I think it would be really hard to defeat.

The latest confirmed block (375 464) just just pushed everyone down by 2 spots!


That was me.  Grin

9 winners now.



Edit:
Verifying my ticket.
SHA256(f807499f5b597e7d100bce905ef5257e25309770b599c275159d2fc6de93bead28279234791ESmdyVC14xpytDQYBKw54u8b4EPSjL5H3)
= 23d9d881d3f534d1cf07c14da9a598ffdf1648f8817ef0439d0c712fe8a8cdaa . Substring : ffdf1648f8817ef0439d0c712fe8a8cdaa  => Decimal value : 87068537118452384981019157031072802852266 Cheesy



Provably fair system Verified by ndnhc.  Cool
newbie
Activity: 54
Merit: 0
Anyhow lets say if my position is in winning stage, and then alot entries coming and my position drop out..
Is it possible that entry will back to winning place again if the number of winners increases?

Yes, that is a valid possibility.
If the new entries are mostly scoring lower than yours.


Alright thanks and understood all of it.. because my position just gone.. and check its at no6.. and just checked again. Become no7. Eww its so sad.. too early for celebrating no5 just now.

Hey, you got company. Smiley
I am fourth. from second.  Cool

...and #1 on the 000 tourney.

Once you get a super high number I think it would be really hard to defeat.

The latest confirmed block (375 464) just just pushed everyone down by 2 spots!
newbie
Activity: 54
Merit: 0
Can I send one tx for multiple entries?

Not at the moment though because of the txid.

But it's a feature that we should look at. We shall add support for this with txout index as another scoring factor.
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Can I send one tx for multiple entries?
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Anyhow lets say if my position is in winning stage, and then alot entries coming and my position drop out..
Is it possible that entry will back to winning place again if the number of winners increases?

Yes, that is a valid possibility.
If the new entries are mostly scoring lower than yours.


Alright thanks and understood all of it.. because my position just gone.. and check its at no6.. and just checked again. Become no7. Eww its so sad.. too early for celebrating no5 just now.

Hey, you got company. Smiley
I am fourth. from second.  Cool

...and #1 on the 000 tourney.

Once you get a super high number I think it would be really hard to defeat.
sr. member
Activity: 308
Merit: 250
❃ CyberNick ❃
Anyhow lets say if my position is in winning stage, and then alot entries coming and my position drop out..
Is it possible that entry will back to winning place again if the number of winners increases?

Yes, that is a valid possibility.
If the new entries are mostly scoring lower than yours.


Alright thanks and understood all of it.. because my position just gone.. and check its at no6.. and just checked again. Become no7. Eww its so sad.. too early for celebrating no5 just now.
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
Didn't get much of it, but gonna try anyway, lets see if I can beat Mr. Hobbit

Mr. Hobbit is now 3rd. Still with just one ticket that is 9x prize. Grin

Edit: Almost 9x.



Just reserved a seat in the 000's tourney.  Cool
Awh crap, I'm the last guy.   Cry
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Didn't get much of it, but gonna try anyway, lets see if I can beat Mr. Hobbit

Mr. Hobbit is now 3rd. Still with just one ticket that is 9x prize. Grin

Edit: Almost 9x.



Just reserved a seat in the 000's tourney.  Cool
Pages:
Jump to: