Bitcoin Forum
May 04, 2024, 07:10:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin development with Golang  (Read 268 times)
DonggonLee (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 13, 2017, 04:13:01 AM
 #1

Hi, I am a newbie for bitcoin development.
I have so many question with bitcoin development.
What I understand with bitcoin development is that
building backend server to communicate with bitcoind.

If it is correct, rpcclient or gocoin is enough to work for that?
https://github.com/btcsuite/btcd/tree/master/rpcclient
https://github.com/utamaro/gocoin

Thank you.
1714806640
Hero Member
*
Offline Offline

Posts: 1714806640

View Profile Personal Message (Offline)

Ignore
1714806640
Reply with quote  #2

1714806640
Report to moderator
1714806640
Hero Member
*
Offline Offline

Posts: 1714806640

View Profile Personal Message (Offline)

Ignore
1714806640
Reply with quote  #2

1714806640
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
btctousd81
Sr. Member
****
Offline Offline

Activity: 434
Merit: 270


View Profile WWW
December 13, 2017, 08:36:47 AM
Merited by ABCbits (1)
 #2

i dont understand what you are trying to do.,

there is bitcoin core
btcd is an alternative full node bitcoin implementation written in Go (golang).

https://github.com/btcsuite/btcd

,

if you just want to do RPC calls to your node running, Bitcoin core, then you can do that from any major language. listed here
https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)




DonggonLee (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 14, 2017, 01:48:23 AM
 #3

Thank you for answering.
For example, if I want to make bitcoin game service or if I want to make a website to generate bit coin wallet,
I need to run bitcoin core and communicate with it by RPC?

Is that the way we provide bitcoin related services?

Thanks again.
kudosoblique
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 01, 2018, 05:38:44 AM
 #4

Try this one https://github.com/btcsuite/btcd and you might get more information for it. You need to try and explore more and look for alternative full node bitcoin.
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!