Bitcoin Forum
May 28, 2024, 01:23:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to install bitcoin server for running own wallet website?  (Read 2880 times)
Versatile (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
May 11, 2016, 06:54:28 PM
 #1


I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
May 11, 2016, 07:02:47 PM
 #2

I would suggest you to find a professional developer for this,if you're new to programming can be something wrong and users lost their bitcoins

achow101
Staff
Legendary
*
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
May 11, 2016, 07:02:59 PM
 #3


I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.

By bitcore, do you mean Bitcoin Core or Bitpay's Bitcore?

Each one of those software are different and suit different needs. Bitcoin Core can be used as a wallet. AFAIK Bitpay's Bitcore cannot be used for a wallet.

danda
Full Member
***
Offline Offline

Activity: 201
Merit: 157


View Profile WWW
May 11, 2016, 07:41:28 PM
 #4

The traditional way is to run bitcoind and query it via RPC.

If you just want a bolt-on checkout module fast, you might want to look at cryptowoo.

mybitprices.info - wallet auditing   |  hd-wallet-derive - derive keys locally |  hd-wallet-addrs - find used addrs
lightning-nodes - list of LN nodes  |  coinparams - params for 300+ alts  |  jsonrpc-cli - cli jsonrpc client
subaddress-derive-xmr - monero offline wallet tool
Versatile (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
May 11, 2016, 11:53:16 PM
 #5

danda i need this for running my own btc wallet service.

bitcore = bitpay's bitcore.

So i must use bitcoin core? bitcoin daemon version?
achow101
Staff
Legendary
*
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
May 11, 2016, 11:57:34 PM
 #6

danda i need this for running my own btc wallet service.

bitcore = bitpay's bitcore.

So i must use bitcoin core? bitcoin daemon version?
It depends on what you need. Bitcore uses NodeJS so it may be good to use that if you plan on using NodeJS. It has additionally libraries for it that may add wallet support, but you will have to find them yourself.

Bitcoin Core has the wallet and node stuff build it. You can communicate with it through the JSON-RPC interface.

It all really depends on how you want to do it and which is most secure and convenient for you.

pneumatic5
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★Bitvest.io★ Play Plinko or Invest!


View Profile
May 15, 2016, 06:25:38 PM
 #7


I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.


find a professional developer for this

cloverme
Legendary
*
Offline Offline

Activity: 1512
Merit: 1057


SpacePirate.io


View Profile WWW
May 16, 2016, 12:52:41 PM
 #8


I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.


You're going to want to partner up with a solid developer who can help you. Most people who embark on your journey, have large teams of people, such as Coinbase.  All this of course depends on your end goal and what you're trying to do. If you just want to generate addresses and such for your website, that's much easier.

Politics aside, bitcore is developed by bitpay and similar to bitcoind. Bitcore-node is for use with Node.js. Bitcoin-daemon (more referred to as bitcoind) is aligned with the bitcoin foundation.

bitcoind:
https://bitcoin.org/en/developer-documentation

Do focus on security, heavily.
https://cryptoconsortium.github.io/CCSS/Details/
https://www.owasp.org/index.php/OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide

Learn from those who have made grave errors:
http://www.coindesk.com/hackers-steal-bitcoins-inputs-io-wallet-service/
http://www.theverge.com/2013/11/26/5147410/bitcoin-hack-allegedly-steals-over-1-million-from-bips-wallet-service
https://www.cryptocoinsnews.com/bitcoin-exchange-gatecoin-hacked-250-btc-185000-eth-lost/
http://www.coindesk.com/unconfirmed-report-5-million-bitstamp-bitcoin-exchange/
https://www.hackread.com/cryptsy-hacked-bitcoin-worth-usd-6-million-stolen/
http://www.cnet.com/news/bitcoin-exchange-bitfloor-shuttered-after-virtual-heist/
https://bitcointalk.org/index.php?topic=16457.0

coinerstar
Member
**
Offline Offline

Activity: 84
Merit: 10

Coiner Star


View Profile
January 23, 2017, 01:23:55 PM
 #9

I am looking for a developer who can code altcoin exchange php script for my website. 10+ coins market, wallets, admin panel and all.
johhnyUA
Legendary
*
Offline Offline

Activity: 2422
Merit: 1834


Crypto for the Crypto Throne!


View Profile
January 23, 2017, 04:00:34 PM
 #10


I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.


For example, blockchain info doesn't have it's own bitcoin node (as i knew). It's connected to other nodes. But it have another way of technical issues.
But for your own API you need bitcore-node. Or maybe there some other ways (many of them)

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
cloverme
Legendary
*
Offline Offline

Activity: 1512
Merit: 1057


SpacePirate.io


View Profile WWW
January 24, 2017, 02:11:56 PM
 #11

I am looking for a developer who can code altcoin exchange php script for my website. 10+ coins market, wallets, admin panel and all.

Post on upwork, there are a few cryptocurrency aware developers on there now.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!