0
Background I just got started yesterday learning Python and I'm currently building my first iPhone game.
What I'm trying to do is create a Bitcoin Pot Jar inside an iPhone app like Sarutobi:https://itunes.apple.com/us/app/id932194840?mt=8
You can test out the game to see how it works. All the user does is paste their bitcoin address in an input field, somehow this data goes somewhere and then the user receives randomly small tip during gameplay. How do I create something like this? What code is used to make this work?
What is this?: client_pass = "dadfisasf#@$sdf3sfR" – bluebit – 2015-01-18T17:16:03.643
I think this may be off-topic because this is a general programming question that is better suited for stackexchange.com. – cdecker – 2015-01-18T17:43:21.713
1
I was sent here from stackexchange.com and now you're telling me to go back? http://stackoverflow.com/questions/28012008/how-to-send-bitcoin-address-from-iphone-to-server-and-then-send-bitcoin-back-to?noredirect=1#comment44412677_28012008
– bluebit – 2015-01-18T18:01:39.687@cdecker While this is an incredibly broad question, its scope lies entirely within cryptocurrency. I've going to vote to leave open. – Nick ODell – 2015-01-18T20:02:15.813
@bluebit You should get more familiar with Web Services. Bassically iPhone will send request for invoking method to Web Service that lies on your server. Server will create and broadcast the transaction. - Sorry for previously misleading link. – Marek – 2015-01-18T20:17:06.280
Ok, so this looks a lot harder than I expected. I'm totally new to code. Can someone breakdown a list of what I need to learn to accomplish my goal. Do I need my buy own Server or can I use an online service? I've been looking at resources on how to code, but there are so many languages, and everybody says something different, I need a good teacher. – bluebit – 2015-01-19T00:32:51.507
@bluebit Please only ask one question per post. – Nick ODell – 2015-01-19T22:11:31.200
I don't mean to be discouraging, but a project that involves transferring real money around (yes, Bitcoin is real money) is not a good idea for someone who's "totally new to code". You can very easily get all your money stolen, for one thing. I'd suggest starting with something much simpler. – Nate Eldredge – 2015-01-19T23:22:44.467