How can I create and distribute my own private blockchains in a scalable way?

0

I would like to experiment with blockchains in a controlled environment for fun and/or development purposes. Is there a way to do this easily?

derrend

Posted 2016-04-09T03:06:42.790

Reputation: 606

This is what regtest is for.morsecoder 2016-04-10T17:16:04.060

Answers

-1

Yes there is:
https://github.com/coinclone/cloner

You can mine genesis blocks, configure common settings for nodes on your network and ship them easily using this opensource project.

derrend

Posted 2016-04-09T03:06:42.790

Reputation: 606