Tag Archives: node

Removing Signer Node from Private Ethereum Network

In previous post we added second signer node to our private blockchain Adding Signer Node to Private Ethereum Network This time we will remove first node from blockchain. Those two steps can be considered as blockchain migration from one server to another. It is quite simple, execute in geth  console for both nodes command clique.propose(“0x2C80fc7FAE05Ec4daCC44465fa0a9989C3147bA1”, false)… Read More »

Adding Another Node to Private Ethereum Network

This article is a continuation of the article Private Proof-of-Authority Ethereum Network on Synology NAS Here we describe how to add another node to our private Ethereum development blockchain. Keep in mind that it is private and development platform, so for public node all security requirements may not be met. In previous article we already did… Read More »