Golosd Daemon Server (golos.io) (Fork of Someguy123/STEEM)
836
Golos is a peer-to-peer social network, using a blockchain based on STEEM/BitShares. This docker image contains golosd, cli-wallet, and all other tools in the https://github.com/GolosChain/golos repo.
You will need to mount a directory, or docker data volume onto /golos for the blockchain, config file, and logs. Here's an example:
docker run -v /var/lib/golos:/golos -t golos --name=seed
This was designed to function with Golos-in-a-Box, which is a small utility to handle the GOLOS docker image with zero effort. https://github.com/Someguy123/golos-docker
Make sure you have seeds in your /var/lib/golos/witness_node_data_dir, or your GOLOS node will NOT sync
Here are some examples:
seed-node = 95.89.13.228:2228 # @cyberfounder (NL)
seed-node = 95.85.33.35:2228 # @litvintech (NL)
seed-node = 136.243.33.85:2228 # @smailer (DE)
seed-node = golos-seed.someguy123.com:2228 # @someguy123 (USA)
seed-node = steemul.ru:2228 # @xtar (DE)
Content type
Image
Digest
Size
422.4 MB
Last updated
over 9 years ago
docker pull someguy123/golos