Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a5c5a0

Browse filesBrowse files
author
shiwk
authored
Merge pull request #14 from AElfProject/update-node
Update test node to v1.0.0
2 parents 7880825 + 5698fff commit 9a5c5a0
Copy full SHA for 9a5c5a0

3 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎scripts/aelf-node/start-mac.sh‎

Copy file name to clipboardExpand all lines: scripts/aelf-node/start-mac.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ brew services start redis
33
brew install unzip
44
mkdir -p ~/.local/share/aelf/keys
55
cd ../../
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
77
cp scripts/aelf-node/keys/SD6BXDrKT2syNd1WehtPyRo3dPBiXqfGUj8UJym7YP9W9RynM.json ~/.local/share/aelf/keys/
88
cp scripts/aelf-node/app* aelf/
99
echo "start node"
Collapse file

‎scripts/aelf-node/start-window.ps1‎

Copy file name to clipboardExpand all lines: scripts/aelf-node/start-window.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $job1 = Start-Job -ScriptBlock { cd D:\a\1\s\redis; .\redis-server.exe; }
44
sleep 30
55
mkdir -p C:\Users\VssAdministrator\AppData\Local\aelf\keys
66
cp -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 ;
88
Expand-Archive -Path aelf.zip -DestinationPath aelf ;
99
cp scripts\aelf-node\appsettings.json aelf\aelf\appsettings.json ;
1010
cp scripts\aelf-node\appsettings.MainChain.TestNet.json aelf\aelf\appsettings.MainChain.TestNet.json ;
Collapse file

‎scripts/aelf-node/start.sh‎

Copy file name to clipboardExpand all lines: scripts/aelf-node/start.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo sed -i "s/127.0.0.1/$ip/g" appsettings.json
55
sudo apt update && apt install unzip
66
sudo mkdir -p /home/ubuntu/.ssh/aelf/keys && sudo mkdir -p /root/.ssh/aelf/keys
77
cd ../../
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
99
sudo unzip aelf.zip
1010
sudo mkdir -p aelf/aelf/keys
1111
sudo cp scripts/aelf-node/keys/*.json aelf/aelf/keys/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.