Author

Topic: bitcoin development with Golang (Read 297 times)

newbie
Activity: 10
Merit: 0
January 01, 2018, 12: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.
newbie
Activity: 2
Merit: 0
December 13, 2017, 08:48:23 PM
#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.
sr. member
Activity: 434
Merit: 270
December 13, 2017, 03:36:47 AM
#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)



newbie
Activity: 2
Merit: 0
December 12, 2017, 11:13:01 PM
#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.
Jump to: