Pages:
Author

Topic: Easiest way to accept BTC and test - page 3. (Read 3514 times)

legendary
Activity: 2912
Merit: 1060
January 11, 2014, 02:07:02 AM
#5
Use blockchain

Here's a sending example https://bitcointalksearch.org/topic/blockchain-mass-send-api-sql-data-type-to-use-5-amazon-voucher-as-a-thank-you-409372

I would receive to an armory wallet and manually fill and send hot wallet

Thanks for your reply.  Let me reiterate what you wrote, so I understand you fully.

You gave a sending example, but you are recommending that I do not use it.  Instead, I should "manually fill and send" to my users.  Is that correct?

What is a "hot wallet"?

The example also shows the database going through pending sends. You would modify it to do a dry run to tell you how much to deposit then send for real.

A hot wallet is a wallet your server can send from, eg. The example BUT has funds. Keep it empty until sending.

Also watch out for a hack where they change your deposit address.
jlp
sr. member
Activity: 266
Merit: 264
January 11, 2014, 01:25:32 AM
#4
Use blockchain

Here's a sending example https://bitcointalksearch.org/topic/blockchain-mass-send-api-sql-data-type-to-use-5-amazon-voucher-as-a-thank-you-409372

I would receive to an armory wallet and manually fill and send hot wallet

Thanks for your reply.  Let me reiterate what you wrote, so I understand you fully.

You gave a sending example, but you are recommending that I do not use it.  Instead, I should "manually fill and send" to my users.  Is that correct?

What is a "hot wallet"?
legendary
Activity: 2912
Merit: 1060
January 11, 2014, 12:39:39 AM
#3
Use blockchain

Here's a sending example https://bitcointalksearch.org/topic/blockchain-mass-send-api-sql-data-type-to-use-5-amazon-voucher-as-a-thank-you-409372

I would receive to an armory wallet and manually fill and send hot wallet
full member
Activity: 309
Merit: 100
jlp
sr. member
Activity: 266
Merit: 264
January 09, 2014, 07:16:19 PM
#1
We are building an online game and planning to enable our players to play for bitcoins.  Therefore, we need to enable players to deposit and withdraw bitcoins.

Which way is the easiest to start accepting bitcoins from users?  Use the bitcoin API call list (https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list) or use Blockchain.info's "receive payment API" (http://blockchain.info/api/api_receive)?

On Blockchain.info's page for "receive payment API", it gives a PHP example:  https://github.com/blockchain/receive_payment_php_demo.  The example enables your website to prompt the user to send bitcoins to us, via Blockchain.info.  I like to test this out.  Which way is the best way to test it out?  Send real bitcoins or send testnet bitcoins?

If the best way to test is to use real bitcoins, I'm assuming that we should send one Satoshi (0.00000001 BTC) each time?  But how much transaction or network fee will I have to pay (since it is likely that I'll need to send BTC many times)?

If the best way to test is to use Testnet coins, then how does one use them?  I cannot find good information on how to use them to answer questions such as:  Can we use testnet coins to test out the bitcoin API call list or Blockchain.info's "receive payment API" and their PHP example?
Pages:
Jump to: