Git Product home page Git Product logo

steem-docker's Introduction

Steem-in-a-box by @someguy123

Steem-in-a-box is a toolkit for using the Steem docker images published by @someguy123.

1.安装必要的依赖

sudo apt install libffi-dev libssl-dev python3 python3-dev python3-pip

2.安装 steem-python

pip3 install -U git+git://github.com/Netherdrake/steem-python

3.安装 conductor

pip3 install -U git+https://github.com/Netherdrake/conductor

4.更新系统,安装依赖,获取 steem-docker 的安装脚本

sudo apt update

sudo apt install git curl wget

git clone https://github.com/maiyude2018/steem-docker.git

cd steem-docker

5.安装 Docker,如果你的系统目前已经安装,则跳过该步

./run.sh install_docker

6.下载区块数据

docker run -v $(pwd)/:/download --rm leopere/axel-docker -n 5 https://files.steem.fans/data/steem_witness-20201218.tar.lz4

7.解压数据

tar xf steem_witness-20201218.tar.lz4 -I lz4 -C /root/steem-docker/data/witness_node_data_dir/

启动

./run.sh start

重启

./run.sh restart

停止

./run.sh stop

重新replay

./run.sh replay

steem-docker's People

Contributors

someguy123 avatar maiyude2018 avatar williambanks avatar azarus avatar lukestokes avatar mahdiyari avatar

Watchers

James Cloos 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.