Bitcoin Forum

Bitcoin => Project Development => Topic started by: Valzador on May 30, 2016, 09:07:18 AM



Title: Does BitGoD Completely Replace Bitcoind?
Post by: Valzador on May 30, 2016, 09:07:18 AM
As title states, does BitGo-D and its wallet functions completely replace bitcoind or do i still need to install it to use bitcoin-cli etc.



Title: Re: Does BitGoD Completely Replace Bitcoind?
Post by: Engine-IT on May 31, 2016, 01:45:26 PM
As title states, does BitGo-D and its wallet functions completely replace bitcoind or do i still need to install it to use bitcoin-cli etc.



Hello Valzador,

Bitgo can be used to accept and send Bitcoin transactions.
If that is what you just want, there is no need to run your own bitcoind.
It has just the same RPC interface as Bitcoin has, so there should not be any issues to switch from Bitcoind to Bitgo.


Title: Re: Does BitGoD Completely Replace Bitcoind?
Post by: Valzador on June 01, 2016, 12:05:03 PM
As title states, does BitGo-D and its wallet functions completely replace bitcoind or do i still need to install it to use bitcoin-cli etc.



Hello Valzador,

Bitgo can be used to accept and send Bitcoin transactions.
If that is what you just want, there is no need to run your own bitcoind.
It has just the same RPC interface as Bitcoin has, so there should not be any issues to switch from Bitcoind to Bitgo.

Alright, it just says that it can't find bitcoin-cli when i dont install bitcoind


Title: Re: Does BitGoD Completely Replace Bitcoind?
Post by: cloverme on June 01, 2016, 01:20:46 PM
It's an API that points to a hosted wallet service. So if you use the API, then you need to use the hosted wallet service.  It's made for people who have coded their application to use rpc json to connect to bitcoind that then migrate to bitco.com. So, really bitco.com replaces bitcoind, not bitgod from an apples to apples perspective. Like the readme says, "For wallet-related API calls, BitGoD speaks on the back-end to the BitGo REST API, and allows the client to easily operate a multi-sig wallet as if it were dealing with a standard bitcoind instance."

https://github.com/BitGo/bitgod
https://www.bitgo.com/

You still need bitcoin-cli, so you'll need to install it. Depending on the 31 flavors of linux, your command may vary
yum install bitcoin-utils   
dnf install bitcoin-utils   
npm install -g bitcoin-cli