We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
阿希团队于今日(2018.8.31)正式发布 Asch v1.4.4 版本,希望各节点安排升级。
本次升级主要解决的问题:
进入 asch 目录,执行./aschd upgrade
./aschd upgrade
net is mainnet Please select one of the following sources to use 0. https://www.asch.io/downloads [No data,do not use.] 1. http://47.75.26.122/ [Hongkong users recommended] Version:1.4.4 Date:2018-08-31 Size:66239667 2. http://125.32.110.138:9999/downloads [China users recommended] Version:1.4.3 Date:2018-08-14 Size:66239667 3. http://39.107.52.143 [China users recommended] Version:1.4.3 Date:2018-08-23 Size:66239667 Please input your choice [default 0] : 1 // 选择1 或者 3 --2018-08-31 11:13:49-- http://47.75.26.122//asch-linux-1.4.4-mainnet.tar.gz Connecting to 47.75.26.122:80... connected. HTTP request sent, awaiting response... 200 OK Length: 65920975 (63M) [application/octet-stream] Saving to: 'tmp/asch-linux-1.4.4-mainnet.tar.gz' tmp/asch-linux-1.4.4-mainn 100%[=====================================>] 62.87M 2.39MB/s in 26s 2018-08-31 11:14:14 (2.46 MB/s) - 'tmp/asch-linux-1.4.4-mainnet.tar.gz' saved [65920975/65920975] Check md5 passed! Extracting new package ... Asch server stopped Copying new files ... copy tmp/asch-linux-1.4.4-mainnet/app.js ... copy tmp/asch-linux-1.4.4-mainnet/aschd ... copy tmp/asch-linux-1.4.4-mainnet/bin ... copy tmp/asch-linux-1.4.4-mainnet/chains ... copy tmp/asch-linux-1.4.4-mainnet/data ... copy tmp/asch-linux-1.4.4-mainnet/genesisBlock.json ... copy tmp/asch-linux-1.4.4-mainnet/init ... copy tmp/asch-linux-1.4.4-mainnet/logs ... copy tmp/asch-linux-1.4.4-mainnet/node_modules ... copy tmp/asch-linux-1.4.4-mainnet/package-lock.json ... copy tmp/asch-linux-1.4.4-mainnet/package.json ... copy tmp/asch-linux-1.4.4-mainnet/public ... copy tmp/asch-linux-1.4.4-mainnet/src ... copy tmp/asch-linux-1.4.4-mainnet/tmp ... Upgrade to 1.4.4 done. ./aschd: line 253: unexpected EOF while looking for matching `"' // 此处报错不影响升级,新版已修复,可以忽略 ./aschd: line 258: syntax error: unexpected end of file
然后执行 ./aschd start, 观察区块同步及启动情况。
./aschd start
使用源码安装的节点可以直接删除 node_modules 然后执行npm install即可(注意npm缓存影响)。
npm install
运行./aschd rebuild或者
./aschd rebuild
http://china.aschcdn.com/blockchain-mainnet-snapshot.tar.gz
下载后直接解压替换data目录即可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
阿希团队于今日(2018.8.31)正式发布 Asch v1.4.4 版本,希望各节点安排升级。
本次升级主要解决的问题:
升级方法
进入 asch 目录,执行
./aschd upgrade
然后执行
./aschd start
, 观察区块同步及启动情况。使用源码安装的节点可以直接删除 node_modules 然后执行
npm install
即可(注意npm缓存影响)。快照地址
运行
./aschd rebuild
或者http://china.aschcdn.com/blockchain-mainnet-snapshot.tar.gz
下载后直接解压替换data目录即可
The text was updated successfully, but these errors were encountered: