Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1022 Bytes

File metadata and controls

38 lines (26 loc) · 1022 Bytes

Multi-node Network Configuration

Environment:

Need to install redis or SSDB

After clone it, copy the key in the keys directory to ~/.local/share/aelf/keys/

(For Windows environment, please copy to C:\Users\your account\AppData\Local\aelf\keys)

Build and Run

Build

cd aelf-boilerplate/chain/src/AElf.Boilerplate.Launcher/
dotnet build

Start the first node:

Cd aelf-boilerplate/chain/multi-node-config/configInfo/bp1
Dotnet ../../../src/AElf.Boilerplate.Launcher/bin/Debug/netcoreapp2.2/AElf.Boilerplate.Launcher.dll

Create a new terminal to start the second node

Cd aelf-boilerplate/chain/multi-node-config/configInfo/bp1
Dotnet ../../../src/AElf.Boilerplate.Launcher/bin/Debug/netcoreapp2.2/AElf.Boilerplate.Launcher.dll

Create a new terminal to start the third node

Cd aelf-boilerplate/chain/multi-node-config/configInfo/bp1
Dotnet ../../../src/AElf.Boilerplate.Launcher/bin/Debug/netcoreapp2.2/AElf.Boilerplate.Launcher.dll