File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ brew services start redis
33brew install unzip
44mkdir -p ~ /.local/share/aelf/keys
55cd ../../
6- wget https://github.com/AElfProject/AElf/releases/download/v1.0.0-rc1 /aelf.zip && unzip aelf.zip
6+ wget https://github.com/AElfProject/AElf/releases/download/v1.0.0/aelf.zip && unzip aelf.zip
77cp scripts/aelf-node/keys/SD6BXDrKT2syNd1WehtPyRo3dPBiXqfGUj8UJym7YP9W9RynM.json ~ /.local/share/aelf/keys/
88cp scripts/aelf-node/app* aelf/
99echo " start node"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $job1 = Start-Job -ScriptBlock { cd D:\a\1\s\redis; .\redis-server.exe; }
44sleep 30
55mkdir - p C:\Users\VssAdministrator\AppData\Local\aelf\keys
66cp - r scripts\aelf- node\keys\* C:\Users\VssAdministrator\AppData\Local\aelf\keys;
7- wget https:// github.com / AElfProject/ AElf/ releases/ download/ v1.0.0 - rc1 / aelf.zip - OutFile aelf.zip ;
7+ wget https:// github.com / AElfProject/ AElf/ releases/ download/ v1.0.0 / aelf.zip - OutFile aelf.zip ;
88Expand-Archive - Path aelf.zip - DestinationPath aelf ;
99cp scripts\aelf- node\appsettings.json aelf\aelf\appsettings.json ;
1010cp scripts\aelf- node\appsettings.MainChain.TestNet.json aelf\aelf\appsettings.MainChain.TestNet.json ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo sed -i "s/127.0.0.1/$ip/g" appsettings.json
55sudo apt update && apt install unzip
66sudo mkdir -p /home/ubuntu/.ssh/aelf/keys && sudo mkdir -p /root/.ssh/aelf/keys
77cd ../../
8- wget https://github.com/AElfProject/AElf/releases/download/v1.0.0-rc1 /aelf.zip
8+ wget https://github.com/AElfProject/AElf/releases/download/v1.0.0/aelf.zip
99sudo unzip aelf.zip
1010sudo mkdir -p aelf/aelf/keys
1111sudo cp scripts/aelf-node/keys/* .json aelf/aelf/keys/
You can’t perform that action at this time.
0 commit comments