Author

Topic: [ANN] bit-loot.com - LTC hunting game, homage to treeloot.com NOW LIVE (Read 866 times)

full member
Activity: 220
Merit: 100
Update: added bet history page with txids linking to block-explorer.com
full member
Activity: 220
Merit: 100
Great innovated game. keep up the good work Smiley

Glad you're enjoying it.
hero member
Activity: 526
Merit: 500
Its all about the Gold
Great innovated game. keep up the good work Smiley
full member
Activity: 220
Merit: 100
OP updated to clarify betting / payout calculation methodology.
hero member
Activity: 526
Merit: 500
Its all about the Gold
sent you a pm. please contact me asap.
thanks
full member
Activity: 220
Merit: 100
Update: corrected a bug where ajax calls to validate.php (the script that checks the validity of a submitted LTC address) were getting blocked by modsecurity2

Apparently some LTC addresses being evaluated by a RegEX query were coming back as likely to be part of an SQL injection attack. Lol

It's fixed now.  If the site wasn't behaving properly for anybody, it should work now.
full member
Activity: 220
Merit: 100
No stuffed monkeys, sorry!

I actually won two of those things back in 2001 or something. Smiley
gg
newbie
Activity: 6
Merit: 0
bet 1 ltc
won 1.5

will i ever win a stuffed monkey?  Grin
full member
Activity: 220
Merit: 100
First try went ok and received the loot immidietly, on the second try nothing happend  Huh

transaction id?



bd7e68141d13ead097fddfa931b28bb47cd61808781e76684917a9b6b96bd571

Looks like you just picked an unlucky set of coordinates.

I decided not to send a "confirmation" payout like satoshidice does so as to keep blockchain dust to a minimum.

I will be implementing a lookup function very shortly however.

Thanks for playing!


Code:
[----> Bet received with 0 confirm!
[----> Processing incoming bet for: Lbd1BMbqK31VjCcdy3BCXfxZcSyMvxfB4a
   [===================> PROCESSING BET <=============================
   [ bet             id: 26
   [ bet      timestamp: 2013-07-23 20:53:22
   [ bet    received at: Lbd1BMbqK31VjCcdy3BCXfxZcSyMvxfB4a
   [ bet  received from: LTakMPcH8ezjoZnTXFqRYPd6qQRg392j7G
   [ bet          tx_id: bd7e68141d13ead097fddfa931b28bb47cd61808781e76684917a9b6b96bd571
   [ bet   amount (LTC): 1.01
   [ bet received (LTC): 1.01
   [ bet       validity: 1
   [ bet         coords: ***,***,***,***
   [------------------------------------------------------------------
          |--------------------------> begin <------------------------
          |      checking **** ... no loot found, bummer
          |      checking **** ... no loot found, bummer
          |      checking **** ... no loot found, bummer
          |      checking **** ... no loot found, bummer                    
          |~~~~~~~~~~~~~~~~~~~~~~~~~~~ done ~~~~~~~~~~~~~~~~~~~~~~~~~~
          |~~~~~~~~~~~~~~~~~ distributing bets to grid ~~~~~~~~~~~~~~~
          |      hiding: [ 0.5 LTC ] at [ *** ]
          |      hiding: [ 0.51 LTC ] at [ *** ]
          |======================= FINISHED ==========================
member
Activity: 217
Merit: 10
First try went ok and received the loot immidietly, on the second try nothing happend  Huh

transaction id?



bd7e68141d13ead097fddfa931b28bb47cd61808781e76684917a9b6b96bd571

Or did i just not win anything? I thought there was always a even some tiny loot to see if it works
full member
Activity: 220
Merit: 100
Found a bug: When I switch tabs and then switch back (in Chrome), the gridlines disappear and I have to refresh the page.

good call

hmmm, must be an html5 canvas thing...

I'll look into it
full member
Activity: 220
Merit: 100
First try went ok and received the loot immidietly, on the second try nothing happend  Huh

transaction id?

member
Activity: 217
Merit: 10
First try went ok and received the loot immidietly, on the second try nothing happend  Huh
hero member
Activity: 868
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Found a bug: When I switch tabs and then switch back (in Chrome), the gridlines disappear and I have to refresh the page.
hero member
Activity: 868
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Interesting...

I'll give it a try. Smiley
full member
Activity: 220
Merit: 100
Hey everybody.

I'd like to announce the project I've been working on for the last few weeks.

bit-loot.com is a money hunting game: LTC (currently ~100) is hidden in tiles around the tree.  

Click the tiles you would like to search, paste in your LTC address, and click Go.  

The site will generate a unique receiving address and tell you how much it will cost to search those tiles.  

Send your bet, and bit-loot will search the tiles you selected and return any loot contained therein to your address.  

Your bet will then be randomly distributed across the tree for others to find.

The house takes a 2.5% cut.

Please report any bugs or post suggestions!

Edit:

Update: corrected a bug where ajax calls to validate.php (the script that checks the validity of a submitted LTC address) were getting blocked by modsecurity2

Apparently some LTC addresses being evaluated by a RegEX query were coming back as likely to be part of an SQL injection attack. Lol

It's fixed now.  If the site wasn't behaving properly for anybody, it should work now.


Edit:
There was a little confusion regarding the payout calculation method so I thought I would clarify:

When playing, the cost per tile is calculated with:

S = L / T

S = the per block cost to search.
L = Total loot on the board (for instance: 100)
T = Total number of tiles on the game board (400)

S = 100 / 400 = 0.25

So, to search two blocks, the cost would be 0.25 * 2 = 0.5

When the bet is received, the backend looks in specifially the coordinates you specified to see if they contain any loot. It adds up any loot that is found, deducts 2.5% from this and sends the rest to the address you provided.

Then, it takes your bet (0.5 in this case) and randomly places it in a tile on the board for someone else to find.  In the case of larger bets (say, 2 LTC for instance), it will distribute the loot across the board in increments approximately equal to 2x the per-block bet (2*S) (so it would hide 0.5 LTC in 4 different tiles).

Some tiles on the board will thus end up containing multiple bets worth of loot and are like mini "jackpots"

Hope this clears that up Smiley
Jump to: