Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
/golosPublic archive
forked fromsteemit/steem

Socio-economic mediablockchain

License

NotificationsYou must be signed in to change notification settings

GolosChain/golos

 
 

Repository files navigation

Build Status

Golos is an experimental Proof of Work blockchain with an unproven consensusalgorithm.

No Support & No Warranty

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISINGFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGSIN THE SOFTWARE.

Code is Documentation

Rather than attempt to describe the rules of the blockchain, it is up toeach individual to inspect the code to understand the consensus rules.

Quickstart

Just want to get up and running quickly? Try deploying a prebuilt dockerized container.

sudo docker run -d \    -p 4243:4243 \    -p 8090:8090 \    -p 8091:8091 \    --name golos-default  goloschain/golos:latest

To attach to the golosd you should use the cli_wallet:

sudo docker exec -ti golos-default \    /usr/local/bin/cli_wallet \    --server-rpc-endpoint="ws://127.0.0.1:8091"

Building

See thebuild instruction, which containsmore information about configuring, building and running of docker containers.

Testing

git clone https://github.com/GolosChain/golos.gitcd golossudo docker rm local/golos-testsudo docker build -t local/golos-test -f share/golosd/docker/Dockerfile-test .

Seed Nodes

A list of some seed nodes to get you started can be found inshare/golosd/seednodes.

This same file is baked into the docker images and can be overridden bysettingSTEEMD_SEED_NODES in the container environment atdocker runtime to a whitespace delimited list of seed nodes (with port).


[8]ページ先頭

©2009-2025 Movatter.jp