Author

Topic: How to create bitcoin wallet in my store (Read 1118 times)

member
Activity: 101
Merit: 10
February 13, 2017, 09:26:19 AM
#8
if you don't want a third party, use a bitcoind full node this RPC-JSON on which to communicate to your store.



legendary
Activity: 2436
Merit: 1849
Crypto for the Crypto Throne!
February 13, 2017, 07:14:01 AM
#7
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.
member
Activity: 118
Merit: 11
February 13, 2017, 12:02:43 AM
#6
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
sr. member
Activity: 434
Merit: 253
February 10, 2017, 01:57:33 PM
#5
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.
legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - PM!
February 10, 2017, 01:07:51 PM
#4
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
staff
Activity: 3500
Merit: 6152
February 10, 2017, 06:31:39 AM
#3
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 .
hero member
Activity: 882
Merit: 533
February 10, 2017, 06:28:11 AM
#2
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.
newbie
Activity: 2
Merit: 0
February 10, 2017, 12:00:28 AM
#1
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
Jump to: