GithubHelp home page GithubHelp logo

doc's Introduction

StarCoin测试转主网挖矿教程

记录工作相关的东西, 杂七杂八的。

1、修改账户相关信息

# 关掉服务
systemctl stop starcoin_miner
systemctl stop starcoin
# 升级挖矿相关代码
cd ~/starcoin
rm * -rf
wget https://github.com/starcoinorg/starcoin/releases/download/v1.0.0/starcoin-ubuntu-latest.zip
unzip starcoin-ubuntu-latest.zip

tee /etc/systemd/system/starcoin.service > /dev/null <<EOF 
[Unit]
Description=starcoin Full Node
After=network-online.target

[Service]
User=root
ExecStart=/root/starcoin/starcoin-artifacts/starcoin -n main
Restart=always
RestartSec=3
LimitNOFILE=4096

[Install]
WantedBy=multi-user.target
EOF

# 删除主网的原始数据
rm -rf ~/.starcoin/main/account_vaults
# 复制测试账户到主网
cp -rf ~/.starcoin/barnard/account_vaults ~/.starcoin/main/
# 启动服务
systemctl start starcoin
systemctl start starcoin_miner
# 测试网

[Unit]
Description=starcoin Full Node
After=network-online.target

[Service]
User=root
ExecStart=/root/starcoin/starcoin-artifacts/starcoin -n barnard --push-server-url http://miner-metrics-pushgw.starcoin.org:9191/ --push-interval 5 --miner-thread 2
Restart=always
RestartSec=3
LimitNOFILE=4096

[Install]
WantedBy=multi-user.target

doc's People

Contributors

yefei572 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.