Bitcoin Forum

Bitcoin => Project Development => Topic started by: ahmadhammam on February 10, 2017, 05:00:28 AM



Title: How to create bitcoin wallet in my store
Post by: ahmadhammam on February 10, 2017, 05:00:28 AM
Hello ,

please i need help for something ,,,

I have my own website store and I want to create bitcoin wallet on my website without need to connect with any 3rd party

i need my website give wallets to customers like blockchain.info and Xapo.com

i need my store connect directly with bitcoin network ,

Can any tell me what should i do in this case ?

Thanks


Title: Re: How to create bitcoin wallet in my store
Post by: nemgun on February 10, 2017, 11:28:11 AM
I think it is not the best way to do it, in order to realise what you want, you need to have a VPS with at least 200GB of disk space, so i highly advise you to use an API like blocktrail or blockchain.info, it is easy to link to your website, you can use the calls and save informations to your database, trigger payments and listen for incoming transactions.
If you have some money to waste, go for the first option AKA host a bitcoin full node and use easybitcoin.php to manage querries.
If you don't have a lot of money, or don't want to waste it, use the second option AKA bitcoin API web wallet, wich is the best option for you i guess.


Title: Re: How to create bitcoin wallet in my store
Post by: OmegaStarScream on February 10, 2017, 11:31:39 AM
If you use an API instead of running bitcoind , It could cost you much less resources however If you choose to do that (run bitcoind) , you may need some experience and the programming and security parts will definitely won't be that easy and you need an understanding of the bitcoind commands such as getnewaddress , getaccountaddress .


Title: Re: How to create bitcoin wallet in my store
Post by: Patatas on February 10, 2017, 06:07:51 PM
I have my own website store and I want to create bitcoin wallet on my website without need to connect with any 3rd party

i need my website give wallets to customers like blockchain.info and Xapo.com

i need my store connect directly with bitcoin network ,

Can any tell me what should i do in this case ?

Thanks
1.Either you can hire a developer to get it done for you or code yourself if you're keen on programming.

If you're planning to code from scratch.
   -Write your own API
   -Use a third party API

Tutorial : https://www.youtube.com/watch?v=0cMhcZb8aNw

Plugins : https://bitpay.com/bitcoin-for-ecommerce


Title: Re: How to create bitcoin wallet in my store
Post by: BuySomeBitcoins on February 10, 2017, 06:57:33 PM
I think it's pretty simple, you will still need to get a coder.

Create a wallet on Electrum.
Use public key to generate addresses.
Allocate a new address for new orders.
Use blockcypher API to watch your incoming transactions.

Voila.


Title: Re: How to create bitcoin wallet in my store
Post by: annie9771 on February 13, 2017, 05:02:43 AM
run bitcoind on a VPS if you know programming then its good , if you need any more help sent me pm


Hello ,

please i need help for something ,,,

I have my own website store and I want to create bitcoin wallet on my website without need to connect with any 3rd party

i need my website give wallets to customers like blockchain.info and Xapo.com

i need my store connect directly with bitcoin network ,

Can any tell me what should i do in this case ?

Thanks


Title: Re: How to create bitcoin wallet in my store
Post by: johhnyUA on February 13, 2017, 12:14:01 PM
There two main ways: use side service for your store (Steam and BitGo) for example or create your own wallet for your store. First way is much easier than second, but for me second more truthfull and stable.


Title: Re: How to create bitcoin wallet in my store
Post by: slick2 on February 13, 2017, 02:26:19 PM
if you don't want a third party, use a bitcoind full node this RPC-JSON on which to communicate to your store.