Skip to content

v1.4.1 - Kepler

Compare
Choose a tag to compare
@Dev-JamesR Dev-JamesR released this 21 Oct 17:47
· 865 commits to master since this release
1a91e73

V1.4.1 - Kepler

1)Full merge of ethoFS and ETHO Daemon
2)Upstream go-ethereum updates (V1.9.22)

Kepler Updates (ethoFS enabled nodes)

Initializing, configuring and running an ethoFS node with the Kepler update is a three step process.

All three node types are available to initialize, config and run via the CLI utilizing the --ethofs flag to designate node type. Explore the Ether-1 Node Dashboard (https://nodes.ether1.org) for details and requirements for deploying each ethofs enabled node type.

Node Types:

Service Node (sn) Masternode (mn) Gateway Node (gn)

Node Initialization, Configuration and Run Commands:

Step 1: Run ethoFS Initialization

$ geth --ethofs=mn --ethofsInit console

Step 2: Run ethoFS Configuration

$ geth --ethofs=mn --ethofsConfig console

Step 3: Start ethoFS Enabled Node

$ geth --ethofs=mn console

All Ether-1 standard daemon functionality remains the same. Exchanges, mining pools and other nodes that do not require ethoFS to be enabled can still run the node with standard operating flags by not utilizing the new --ethofs, --ethofsInit & --ethofsConfig flags.

Directions To Connect Node To Network Stats Page:

Extract the zip file for your operating system
Open a terminal/cmd prompt into the folder where you extracted the zip file
On Linux you might need to chmod 755 geth before you can execute it
./geth --ethstats "YOUR_NODE_NAME:ether1stats@stats.ether1.org" console

If you have trouble syncing see

https://github.com/Ether1Project/Ether1-Bootnodes

https://github.com/Ether1Project/bootstrap/releases