dmajumder4292 What should I do to create my own version of Stellar Blockchain? I am new to this, so if anyone to take some time to explain everything to me starting from setting up the core and connecting to peers to form the network.
israellevin As I just replied on another thread, this might be of use: https://github.com/stellar/docker-stellar-core-horizon Please keep us updated with the results!
dassiorleando If you want something quick, the docker provided up here will do as there is a standalone flag allowing to run something different from Stellar testnet/pubnet. In case you're planning to update the source code you can still compile your own stellar-core, install your own horizon by following the guide provided into each respective guides. Remember to update your passphrase. Resources: https://github.com/stellar/docker-stellar-core-horizon https://github.com/stellar/stellar-core/blob/master/INSTALL.md https://github.com/stellar/stellar-core/blob/master/docs/software/admin.md https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg https://github.com/stellar/stellar-core/blob/master/docs/software/commands.md https://github.com/stellar/go/tree/master/services/horizon https://github.com/stellar/go/blob/master/services/horizon/internal/docs/reference/admin.md Only start it and let us know if anything isn't clear.
Crypt0Pro Hey Dassiorleandro, great of you! What tips can you give concerning Stellar blockchain creation?
Crypt0Pro VladEx, I think there are a lot of people who managed to do it. At least you can see that here is one of them.