core

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

README

SONM-IO CORE Logo

SONM Core

Official core client


Build Status Gitter Go Report Card

Running in docker:

Start boootnode

docker run -it --rm --name bootnode -p 8092:8092  sonm/bootnode

Start hub, open port 10001 to connect with cli

docker run -it --rm --name hub -p 10001:10001 sonm/hub

Start miner, link it to hub, mount /var/run to access docker.sock

docker run -it --rm --link hub -v /var/run:/var/run sonm/miner:latest /sonmminer

Check all components using cli:

./sonmcli --hub 127.0.0.1:10001 ping

How to build

If you want to build all the components by yourself:

make build

build docker containers locally:

make docker_all

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
bootnode command
cli command
hub command
miner command
examples/hub command
examples/miner command
hub
insonmnia
hub
proto
hub
Package hub is a generated protocol buffer package.
Package hub is a generated protocol buffer package.
miner
Package miner is a generated protocol buffer package.
Package miner is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL