Bitcoin Forum

Bitcoin => Project Development => Topic started by: kzim on June 16, 2015, 01:58:11 PM



Title: Looking for online wallet with API
Post by: kzim on June 16, 2015, 01:58:11 PM
HI

I'm quite new in bitcoin world, therefore need some information about online wallets.

I would like to build something similar to satoshi dice, but would like to avoid hassle with storing wallet on my server. Ideal world to have something like online wallet with API.

My API requirements:

 - create address per transaction, or at least create some pool of 1k addresses.
 - quick bitcoin sending, receiving
 - send me some confirmation about transaction

I've spent some time reading about coinbase and merchant etc, but looks like they have too much "bureaucracy" with invoice etc. In general i'm looking for something simpler:

1. User can send btc to wallet
2. Confirmation that user send this btc
3. Roll dice
4. Quickly payout from website to user.
5. Confirmation that user got btc.

This will be simple project. Nothing complex.




Title: Re: Looking for online wallet with API
Post by: achow101 on June 16, 2015, 02:17:20 PM
You can use blockchain.info's api, but it might not be entirely trustworthy. Blockchain.info has had some issues recently.


Title: Re: Looking for online wallet with API
Post by: altcoinhosting on June 16, 2015, 02:22:02 PM
you can always rent a VPS, install bitcoind and use rpc  to create you own "online" wallet with API

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)


Title: Re: Looking for online wallet with API
Post by: tspacepilot on June 16, 2015, 02:25:53 PM
As knight said, I think blockchain.info is the API you're looking for.  Here's a link to the docs: https://blockchain.info/api

I also think that if I were you, before I started a project like this, I'd say it's worth it to understand bitcoin to the point that you don't find that running a node is a "hassle".  But that's just my 2 satoshi's.  (and are you sure the world needs another dice site?)  Best of luck!


Title: Re: Looking for online wallet with API
Post by: fbueller on June 16, 2015, 03:02:39 PM
Blocktrail might work!


Title: Re: Looking for online wallet with API
Post by: neutraLTC on June 16, 2015, 04:28:18 PM
Hey,

BlockTrail (http://www.blocktrail.com) has a Wallet API that supports HD Wallets (BIP32) which allows you to generate (near-)infinite amount of addresses without requiring to make new backups (you only backup the initial master seed when creating the wallet).

And when receiving coins into these addresses you can use a webhook to receive a POST to your server for new transactions and when the transactions get confirmed!

And ofcourse you can use it to send your received bitcoin ;-)

Also has a web UI to manage your wallet for things you want to do manually instead of automated through the API!

Go to www.blocktrail.com for more information


Title: Re: Looking for online wallet with API
Post by: GWGoods on June 16, 2015, 08:33:14 PM
BlockTrail without doubt. Really nice API.


Title: Re: Looking for online wallet with API
Post by: btcspry on June 17, 2015, 05:53:26 AM
HI

I'm quite new in bitcoin world, therefore need some information about online wallets.

I would like to build something similar to satoshi dice, but would like to avoid hassle with storing wallet on my server. Ideal world to have something like online wallet with API.

My API requirements:

 - create address per transaction, or at least create some pool of 1k addresses.
 - quick bitcoin sending, receiving
 - send me some confirmation about transaction

I've spent some time reading about coinbase and merchant etc, but looks like they have too much "bureaucracy" with invoice etc. In general i'm looking for something simpler:

1. User can send btc to wallet
2. Confirmation that user send this btc
3. Roll dice
4. Quickly payout from website to user.
5. Confirmation that user got btc.

This will be simple project. Nothing complex.

Many people suggest blockchain.info (BCI), but they have a lot of issues.  I'd recommend either using Electrum (I know it's not what you're asking for, but it's hands down the best wallet out there), or using BlockCypher.com (because they have a great API with lots of features [and three coins: btc, ltc, doge]), or blockr.io


Title: Re: Looking for online wallet with API
Post by: tspacepilot on June 17, 2015, 06:24:20 AM
Many people suggest blockchain.info (BCI), but they have a lot of issues.  I'd recommend either using Electrum (I know it's not what you're asking for, but it's hands down the best wallet out there), or using BlockCypher.com (because they have a great API with lots of features [and three coins: btc, ltc, doge]), or blockr.io

After reading the other posts I'd sat that block trail is actually what he wants.  He wants to be able to do an HD chain for unique addresses for each customer upon each deposit and I'm not sure that blockchain.info does that.  I haven't used Electrum so I don't know about it's api features.


Title: Re: Looking for online wallet with API
Post by: bitnanigans on June 17, 2015, 07:16:01 PM
You can try the chain.com API (https://chain.com/docs). They provide a very robust API for generating wallets and processing payments.


Title: Re: Looking for online wallet with API
Post by: neutraLTC on June 18, 2015, 12:57:47 PM
Many people suggest blockchain.info (BCI), but they have a lot of issues.  I'd recommend either using Electrum (I know it's not what you're asking for, but it's hands down the best wallet out there), or using BlockCypher.com (because they have a great API with lots of features [and three coins: btc, ltc, doge]), or blockr.io

After reading the other posts I'd sat that block trail is actually what he wants.  He wants to be able to do an HD chain for unique addresses for each customer upon each deposit and I'm not sure that blockchain.info does that.  I haven't used Electrum so I don't know about it's api features.

Exactly, if he is looking for an HD Wallet, best bet is www.BlockTrail.com.

I've reached out to OP for assistance with his project, if anyone else wants to create a project with BlockTrail (http://www.blocktrail.com)'s API, just reach out to me.


Title: Re: Looking for online wallet with API
Post by: Cearea11 on June 18, 2015, 04:52:48 PM
You can also try with GreenAddress. It's a very safe wallet with his 2-factor authentication and also has android/Ios app. GreenAddress is 100% online, here you can find api: http://api.greenaddress.it/


Title: Re: Looking for online wallet with API
Post by: btcspry on June 18, 2015, 05:30:17 PM
You can also try with GreenAddress. It's a very safe wallet with his 2-factor authentication and also has android/Ios app. GreenAddress is 100% online, here you can find api: http://api.greenaddress.it/

That is a very, very good point!  I'd check out GreenAddress for sure, I forgot about it during my post.


Title: Re: Looking for online wallet with API
Post by: brendanjhwu on June 18, 2015, 07:40:16 PM
Blockchain, is one of the most popular wallets and it also provides an amazing API!