Bitcoin Forum

Economy => Gambling => Topic started by: JoeMattie on July 21, 2013, 04:04:11 AM



Title: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 21, 2013, 04:04:11 AM
Hi everybody,

I would greatly appreciate it if some of you would help test a game I've been working on.

It's a bit of an homage to treeloot.com, which some of you may remember from the last decade :)

Coins have been randomly distributed across the 1600 400 tiles of the tree.  Click on the tiles you would like to search, paste in your (testnet) LTC address and click "go".  The game will generate a unique address for you and inform you of the amount of coins it will cost to search.  The amount varies based on the total loot hidden on the tree.  

I designed the game to give you approximately a 50% chance of either finding nothing or doubling your money for any given tile searched.  Of course this will vary with search strategy and luck (some tiles have 10+ LTC on them at the moment)

Any LTC hidden in the tiles you clicked on will be sent to your address, and your "bets" will be randomly distributed on the tree for others to find.  Because of the hashrate variance on testnet, it is set to respond at 0 confirms at the moment.

TESTNET LTC is the only currency supported at the moment.  PM me with your address if you need some testnet LTC.

The url is http://bit-loot.com

IE is not really supported.  I've tested it with Safari, Chrome, and FF.

I would appreciate feedback, questions, suggestions and bug reports.

http://bit-loot.com/images/bitloot.jpg


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: erono on July 21, 2013, 04:07:06 AM
when can i use Internet Explorer for this?


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: Mooshire on July 21, 2013, 04:07:36 AM
When it stops being such a piece of shit.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 21, 2013, 04:10:34 AM
When it stops being such a piece of shit.

Took the words right out of my mouth.

Honestly, I haven't actually used IE since around 2003


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: 🏰 TradeFortress 🏰 on July 21, 2013, 05:05:52 AM
btc-loot

LTC. lol


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: Cyberdyne on July 21, 2013, 05:10:55 AM
btc-loot

LTC. lol

Where does it say btc-loot? I must have missed it.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 21, 2013, 05:11:01 AM
btc-loot

LTC. lol

Actually, it is bit-loot

I will be switching it over to BTC after the beta is complete.  (the backend is agnostic to which json-rpc daemon it is talking to)

testnet LTC was simply easier for the testing phase.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: PurpleTentacle on July 21, 2013, 07:13:50 AM
It would be nice if you could draw on the tree by dragging the mouse across the board.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 21, 2013, 07:51:17 AM
I was thinking that as well.

It shouldn't be too hard to implement, I'll look into it tomorrow.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 23, 2013, 08:07:15 PM
We are now in LIVE beta, with real LTC (BTC boards coming soon)

Please report bugs!


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: Mooshire on July 24, 2013, 03:56:50 AM
Waitin for da BTC


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: 🏰 TradeFortress 🏰 on July 24, 2013, 06:08:01 AM
You should support http://inputs.io for instant transactions without the double spending risk.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 24, 2013, 06:50:59 AM
You should support http://inputs.io for instant transactions without the double spending risk.

I will definitely look into it.  Does it have an api interface for determination of the return address (without having to parse the raw transaction)?  This would allow me to remove the need to specify a return address...


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: 🏰 TradeFortress 🏰 on July 24, 2013, 06:53:50 AM
You should support http://inputs.io for instant transactions without the double spending risk.

I will definitely look into it.  Does it have an api interface for determination of the return address (without having to parse the raw transaction)?  This would allow me to remove the need to specify a return address...

We supply you the from address (so we parse it already). Make sure to also test off chain transactions if you use Inputs - there shouldn't be any problems because the only difference is that the from address would be an email (eg admin@glados.cc) instead of a Bitcoin address.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: Mooshire on July 24, 2013, 08:45:14 PM
Use inputs :D


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 25, 2013, 05:47:44 AM
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.


Title: Re: bit-loot.com - a treeloot homage now beta testing
Post by: JoeMattie on July 27, 2013, 11:44:46 PM
Update: added bet history page with txids linking to block-explorer.com