Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-JamesR authored Nov 26, 2020
1 parent 1a91e73 commit 5f9e2fd
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,6 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/MFn9Tmz)
[![CircleCI](https://circleci.com/gh/Ether1Project/Ether1.svg?style=svg)](https://circleci.com/gh/Ether1Project/Ether1)

## 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

```shell
$ geth --ethofs=mn --ethofsInit console
```

Step 2: Run ethoFS Configuration

```shell
$ geth --ethofs=mn --ethofsConfig console
```

Step 3: Start ethoFS Enabled Node

```shell
$ geth --ethofs=mn console
```

## Building the source

Expand Down Expand Up @@ -351,6 +320,39 @@ proceedings to the account specified by `--etherbase`. You can further tune the
by changing the default gas limit blocks converge to (`--targetgaslimit`) and the price
transactions are accepted at (`--gasprice`).


## 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

```shell
$ geth --ethofs=mn --ethofsInit console
```

Step 2: Run ethoFS Configuration

```shell
$ geth --ethofs=mn --ethofsConfig console
```

Step 3: Start ethoFS Enabled Node

```shell
$ geth --ethofs=mn console
```

## Contribution

Thank you for considering to help out with the source code! We welcome contributions
Expand Down

0 comments on commit 5f9e2fd

Please sign in to comment.