samaphp / eth-gen

Own Ethereum node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum node

Createing a private Ethereum node.

Requirements

Download (Geth & Tools) from geth.ethereum.org.

Getting Started

Install the dependencies.

npm install

Generate a random private, public key and address.

node gen.js

Create a private folder. Then generate a private key for the node.

bootnode -genkey node.key

Start the bootnode from the private key.

bootnode -nodekey node.key --verbosity 4

About

Own Ethereum node.


Languages

Language:JavaScript 100.0%