DEV Community

Cover image for Create your own private blockchain using Ethereum.
AbhayPatel98
AbhayPatel98

Posted on

 

Create your own private blockchain using Ethereum.

Image descriptionThe Ethereum private blockchain is a blockchain like Ethereum, but the network used is not the Ethereum Main. When you use a private network all blockchain is totally apart from the Ethereum blockchain, it's possible to change the configurations like mining difficulty, access, and other aspects.

😁 Follow the next steps to build your Private Blockchain.
1-Install Geth
2-Define Genesis Block
3-Start the first blockchain node
4-Start the second blockchain node
5-Create the peer-to-peer connection
6-Mining Blocks and Creating Transactions.

Boot Node - The advantage of a boot node is it connects all the nodes, it would not mine blocks.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git