Sign inSign up

someguy123/steem

By someguy123

•Updated over 6 years ago

Steem is a blockchain-based social network. This docker image contains steemd, cli-wallet, etc.

Image
1

10K+

someguy123/steem repository overview

Steem is a peer-to-peer social network, using a blockchain based on BitShares. This docker image contains steemd, cli-wallet, and all other tools in the https://github.com/steemit.com/steem⁠ repo.

You will need to mount a directory, or docker data volume onto /steem for the blockchain, config file, and logs. Here's an example:

docker run -v /var/lib/steem:/steem -t steem --name=seed

This was designed to function with Steem-in-a-Box, which is a small utility to handle the STEEM docker image with zero effort. https://github.com/Someguy123/steem-docker⁠

Make sure you have seeds in your /var/lib/steem/witness_node_data_dir, or your STEEM node will NOT sync

Here are some examples:

seed-node = 212.117.213.186:2016
seed-node = seed.riversteem.com:2001
seed-node = 52.74.152.79:2001
seed-node = seed.steemd.com:34191

Tag summary

Content type

Image

Digest

Size

438.9 MB

Last updated

over 6 years ago

docker pull someguy123/steem