Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: thevran on June 07, 2018, 09:58:45 PM



Title: I want to learn to build a PoW/PoS coin with Masternodes
Post by: thevran on June 07, 2018, 09:58:45 PM
I want to learn how to build a PoW/PoS coin with Masternodes but have not been able to find any good education resources online, any suggestions?


Title: Re: I want to learn to build a PoW/PoS coin with Masternodes
Post by: btj on June 07, 2018, 10:41:37 PM
If you want to build your own coin, first thing to do is to learn C++ programming language.

When it's done, you have to learn how Blockchain works and all things related to it.

Good ressources from here:
https://bitcoin.org/en/developer-guide

https://hackernoon.com/learn-blockchains-by-building-one-117428612f46
https://jeiwan.cc/posts/building-blockchain-in-go-part-1/

From there, you can check another altcoins code from github to be inspired from them and learn their technology.