Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chives-network committed Jan 12, 2024
1 parent 5ac0b08 commit 9101a5e
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,32 @@ store rare data.

# Building from release tar.gz file

Step 1: Download tar.gz file
Step 1: Install the Erlang using the commands one by one:

```sh
sudo apt remove erlang
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt update
sudo apt install erlang

```
Step 2: Download tar.gz file

```sh
https://github.com/chives-network/Chivesweave/releases

```

Step 2: Extract file
Step 3: Extract file

```sh
mkdir /home/[YOUR_UBUNTU_USERNAME]/chivesweave/
cd /home/[YOUR_UBUNTU_USERNAME]/chivesweave/
tar -zxvf chivesweave-2.7.0-Ubuntu20.04.tar.gz
```

Step 3: Create Wallet Address
Step 4: Create Wallet Address

This directory can be any other directory, with a minimum requirement of at least 300GB of remaining space, and the path should be specified using an absolute path.

Expand All @@ -36,21 +46,21 @@ mkdir /home/[YOUR_UBUNTU_USERNAME]/chivesweave/mainnet_data_dir

```

Step 4: Running your node:
Step 5: Running your node:

```sh
./bin/start mine data_dir /home/[YOUR_UBUNTU_USERNAME]/chivesweave/mainnet_data_dir mining_addr [YOUR_WALLET_ADDRESS] storage_module 0,[YOUR_WALLET_ADDRESS] peer node1.chivesweave.net

```

Step 5: View the logs:
Step 6: View the logs:

```sh
./bin/logs -f

```

Step 6: Stop the node:
Step 7: Stop the node:

```sh
./bin/stop
Expand Down

0 comments on commit 9101a5e

Please sign in to comment.