Chivesweave mainnet useful link
Github: https://github.com/chives-network/Chivesweave
Web Wallet: https://wallet.chivesweave.org
Chives Drive https://drive.chivesweave.org
Explorer: https://explorer.chivesweave.org
Website: https://chivesweave.org
Welcome join!
Discord: https://discord.com/invite/8KrtgBRjZn
ChivesWeave Mining Device:
1 High performance CPU, E.g. AMD 3950X or more high
2 HDD or SSD 500G – 1T
Building from release tar.gz file
Step 1: Install the Erlang using the commands one by one:
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 fileDownload the tar.gz from attachments
Step 3: Extract file
mkdir /home/[YOUR_UBUNTU_USERNAME]/chivesweave/
cd /home/[YOUR_UBUNTU_USERNAME]/chivesweave/ tar -zxvf chivesweave-2.7.0-Ubuntu20.04.tar.gz
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.
mkdir /home/[YOUR_UBUNTU_USERNAME]/chivesweave/mainnet_data_dir
./bin/create-wallet /home/[YOUR_UBUNTU_USERNAME]/chivesweave/mainnet_data_dir
Step 5: Running your node:
./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 6: View the logs:
./bin/logs -f
Step 7: Stop the node:
./bin/stop