Bitcoin Forum
April 30, 2024, 06:20:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Economy / Gambling / Re: First FIGHTING bitcoin gamling game - choose between sword, bow and magic on: January 24, 2013, 12:41:50 PM
TradeFortress:
That's a known missing feature.. I am sorry you met that problem.

I've send you a private message.
62  Economy / Gambling / Re: First FIGHTING bitcoin gamling game - choose between sword, bow and magic on: January 24, 2013, 08:19:15 AM
Everyone can now see the earlier fights here:
http://www.threehitgame.com#games

Thanks for a lot of good fights guys ;-)
63  Economy / Gambling / Re: First FIGHTING bitcoin gamling game - choose between sword, bow and magic on: January 17, 2013, 09:01:07 PM
TradeFortress:
Ha! Maybe that's an idea. We make a pond and give people a fishing pole! ;-)

SpaceJelly:
You won some matches against me! Damn you! ;-) Haha.
64  Economy / Gambling / [Closed] First FIGHTING bitcoin gamling game - choose between sword, bow and on: January 16, 2013, 01:43:01 PM
GAME IS NOW CLOSED.

Are you a great warrior? It is time to find out at http://www.threehitgame.com

A new bitcoin casino game has been released. The game is Three Hit Game, and you can find it at http://www.threehitgame.com .

The game is simple: You create a game and place a bet, someone challenges you, and then you play for 3 rounds. For every round, you can pick an attack: Sword, magic or bow.

The rules are:
  • Sword beats bow
  • Magic beats sword
  • Bow beats magic

The winner after 3 games will win the game and money.



Example of a game
See all the fights here, and pick a fight you want to see:
http://www.threehitgame.com#games

Questions

In case of a tie - what happens?
In case of a tie, both players get the money back.

What happens if I transfer too much money?
As of right now, the same thing as if you transfered the correct amount. Post in this thread and we will solve it.

What happens if I transfer too little money?
The game won't start, and you can't transfer an additional time to "make it up". Post in this thread, and we will solve it.

House fee?
Right now it is 2%.

Future plans?
If people seem to like this simple game, you will get the best bitcoin game ever made. That's a promise.

Link to game
http://www.threehitgame.com

Any questions?
Post here!
If it is private, you can also write an email to threehitgame@gmail.com .



Pictures

Game result



Here you can challenge other players



65  Bitcoin / Development & Technical Discussion / Re: Bitcoin API with callback function? on: January 16, 2013, 01:13:12 PM
Carlos:
I just tried running the code on my website, and now it worked. It seems they made a fix, as I didn't change my code at all. Interesting! :-)

Thanks a lot for your help though.
66  Bitcoin / Development & Technical Discussion / Re: Bitcoin API with callback function? on: January 16, 2013, 10:35:20 AM
The url.com was just a replacement URL. I have full http://www. on my domain, and the callback tool on their API page works perfectly. It is when the money is payed to that address, the callback is never called. I log any visit (before checking IP), and the url is never called.
67  Bitcoin / Development & Technical Discussion / Re: Bitcoin API with callback function? on: January 15, 2013, 10:11:36 PM
Carlos:
That sounds VERY interesting! Could you provide an example of a URL you send?

I send:
https://blockchain.info/api/receive?method=create&address=1Ccypfi3rnXosUgY6p1sQVXFyddFvwLFEJ&anonymous=false&callback=url.com/callbackhandler.ashx&myid=a0613be5-1c05-47ff-a455-a9f597d61ea5&participant=A

(I've tried several others like this)

Did you need to activate anything?
68  Bitcoin / Development & Technical Discussion / Re: Bitcoin API with callback function? on: January 15, 2013, 05:46:36 PM
BitcoinHoarder:
Ok, that code is really simple. Even without understanding python, that's so readable. I will look into it.

Carlos L:
Blockchain never make a callback, even though my code should work, and their support doesn't answer.

Thanks a lot for answers so far Smiley
69  Bitcoin / Development & Technical Discussion / Re: Bitcoin API with callback function? on: January 15, 2013, 10:11:36 AM
Grau:
If you implement it fast, you have a customer, and maybe, with quite a lot of volume ;-)

Realpra:
Only issue, seems like I need to learn Python first.. ;-)

Thanks for the answers! I would love to hear other thoughts too.

70  Bitcoin / Development & Technical Discussion / Bitcoin API with callback function? on: January 14, 2013, 06:46:00 PM
I am currently developing several applications for bitcoins, but I have problems with the most vital part: Receiving payments!

I need the following two API calls:
- Generating a bitcoin address, providing a callback, which is called with my custom parameters, when the payment is made
- Sending money to a bitcoin address

I've investigated the following:

Blockchain:
They seem to have the perfect API, but after more than a week of silence in a support case, the API simply doesn't seem to work (the callback part).
Therefore, I am not comfortable with these guys.

Coinbase:
Has a minimum transaction of 0.01BTC and no callback function when sending money.

MtGox:
As I see it, it doesn't look to provide what I need, but different things.

Bitcoin RPC:
If I can avoid having a local server it would be great, plus I've no idea how to program against this API ;-)

I would love ANY ideas!
71  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 14, 2013, 06:26:42 PM
Can anyone get the callback function in the API to work, when creating an address?

I've tried for over a week now, and the guys at Blockchain basically ignore my well written support cases..

The API is well written and documented, and I would love to get it too work.. But I don't get any callbacks when people have transfered money to the generated addresses...

EDIT (16-01-2013 14:13): Now the API seem to work.
72  Bitcoin / Bitcoin Discussion / Re: Making Bitcoin usable in needy places on: January 13, 2013, 07:36:47 PM
I personally believe this is the way bitcoin will be used for a start, more than what it is now. It's obvious when you can ignore Visa/Paypal/WU fees, bitcoins can be an alternative.

Thanks for the info. I will definetely investigate Nokia app development.
73  Other / Beginners & Help / Re: Why are you here? on: January 12, 2013, 08:52:41 PM
I am here to make projects, to expand bitcoins into larger groups of people, using the advantages bitcoins have, obviously! :-)
74  Other / Beginners & Help / Alternative to Blockchain api? on: January 12, 2013, 08:51:13 PM
I am currently working on several bitcoin projects, and I currently don't want to host a bitcoin server on my own Windows Server.

I need to be able to send and receive money, using an API. The BlockChain api is described really well, but it doesn't work. I've contacted their support for a week now, and they answer me with any solutions (for those interested: it doesn't make any callback to my url's, which makes the service completely useless).

Therefore I am looking for alternatives to the Blockchain API... Any good suggestions?
75  Other / Beginners & Help / Re: 4 hours logged in on: January 12, 2013, 02:06:43 AM
So I guess a script which logs me in and click random links every 10 minutes for hours will give me full access? Challenge accepted!
76  Other / Beginners & Help / Re: Newbie restrictions on: January 12, 2013, 02:05:13 AM
Quite fun how these restrictions leads to plenty of spam ;-)
77  Other / Beginners & Help / Re: Introduce yourself :) on: January 12, 2013, 02:04:15 AM
Hi, my name is Lars. I've followed bitcoins for aprox. a year, but the last week I've been really into it and researched it. With a background as a computer programmer, this will be extremely exciting. Can't wait to make awesome applications (they are under construction).
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!