我们建议选择主要的几家云主机平台的VPS服务,运行比原链节点对算力没有要求,但是请配置尽可能大的磁盘空间以适应区块链数据未来增长的需要。
节点服务器最小配置:
操作系统: Windows/Linux/Docker
CPU: 2核
内存: 2G
硬盘: 40G
网络: 独立IP,2MB带宽
防火墙: 开启46657端口
sudo apt-get update
sudo apt-get install build-essential git unzip wget vim
wget https://mirrors.tuna.tsinghua.edu.cn/osdn/bytom/70718/bytom-1.0.8-linux.zip
unzip bytom-1.0.8-linux.zip
chmod +777 ./bytomd
./bytomd init --chain_id mainnet
./bytomd node --simd.enable
官方链接:
https://nuwen.net/mingw.html
下载链接:
https://nuwen.net/files/mingw/mingw-16.1.exe
官方地址:
https://golang.org/
下载链接:
https://studygolang.com/dl/golang/go1.12.windows-amd64.msi
参考链接:
https://studygolang.com/dl
官方地址:
https://git-scm.com/
下载链接:
https://git-scm.com/download/win
下载链接:
https://mirrors.tuna.tsinghua.edu.cn/osdn/bytom/70718/bytom-1.0.8-linux.zip
解压zip文件,并右键文件夹权限修改成可读写
./bytomd.exe init --chain_id mainnet
./bytomd.exe node --simd.enable
docker pull bytom/bytom:latest
docker run -v ~/Bytom:/root/.bytom bytom/bytom:latest bytomd init --chain_id mainnet
docker run -d -p 46657:46657 -v ~/Bytom:/root/.bytom bytom/bytom:latest bytomd node --web.closed --auth.disable
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。