-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathZenon
More file actions
23 lines (21 loc) · 749 Bytes
/
Zenon
File metadata and controls
23 lines (21 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
apt update
apt upgrade
apt-get install ntp
Restart
apt install zip
wget https://testnet.znn.space/downloads/znn-testnet-bundle-linux-amd64.zip
unzip znn-testnet-bundle-linux-amd64.zip
chmod +x znnd (if get error- paste: cd znn-testnet-bundle-linux-amd64 ) And try step 4 again chmod +x znnd
chmod +x znn-cli
chmod +x znn-deployer
ls -la
./znn-cli enableRPC
./znn-deployer
./znn-deployer
./znn-cli wallet.createFromMnemonic "your syrius mnemonic password goes in between these quotations" yoursyriuspasswordgoeshere
./znn-deployer
./znn-cli start znnd
./znn-cli pillar.list
./znn-cli resync
Sentinel and Pillar nodes are configured.
Testnet successful. Got 400 QSR. Let's wait for a successful phase of the market and implement the rewards.