Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Trying2Learn on October 14, 2018, 09:25:58 PM



Title: Looking too Learn how to code for blockchain
Post by: Trying2Learn on October 14, 2018, 09:25:58 PM
Hello,

I have worked in Linux coding for the last 2 months or so. However, I can't seem to find any links or resources on how to build a masternode based coin or even using the bitcoin codebase for that matter. Any help in that area which can be given is greatly appreciated. Thank you in advance. If his is in the wrong section I have no issue moving it. :) 

I would also be really great-full of any one to one help that can be given.

Thanks in advance.



Title: Re: Looking too Learn how to code for blockchain
Post by: joniboini on October 15, 2018, 01:12:13 PM
You should move this to Altcoin discussions, as you're looking specifically on how to build/code a master node coin. I'd suggest you to learn about Dash[1] or any other master node coin which is open source.
[1] https://github.com/dashpay/dash


Title: Re: Looking too Learn how to code for blockchain
Post by: seoincorporation on October 15, 2018, 01:53:15 PM
Hello,

I have worked in Linux coding for the last 2 months or so. However, I can't seem to find any links or resources on how to build a masternode based coin or even using the bitcoin codebase for that matter. Any help in that area which can be given is greatly appreciated. Thank you in advance. If his is in the wrong section I have no issue moving it. :) 

I would also be really great-full of any one to one help that can be given.

Thanks in advance.



Well, there are lots of ways to do this, you can use bash script on Linux to invoke bitcoin-cli and use all the functions from your bitcoin node, or another way is to get a wrapper for BTC and make your code in JS and node.

Since you are coding in linux the easy way would be with bash script, but it depends on the complexity of the project you are developing, if you want to build a robust system, then go with JS. if you want to make test and have some fun with codes then go with bash.