Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Golos info

vadimicus edited this page Dec 14, 2017 · 11 revisions

This page is wiki about use GOLOS.IO

Description

GOLOS WIKI for developers

white paper (rus)

a few words about golos api

a few words about how to use steem api

extanted steemit api (no wallet api)

Building node

For building node must have:

  • gcc5-6
  • boost 1.58
  • path boost !!!!
  • git checkout golos-v0.16.4
  • sudo CC=gcc-6.4 CXX=g++-6.4 cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release .
  • sudo make golosd -j4

node setup

sudo git clone --recursive https://github.com/GolosChain/golos.git

Docker node

mount partition of the golos

sudo mount --bind /var/lib/docker/volumes/chain_data/_data /media/multy/Samsung_T5/golos/mainnet/
Clone this wiki locally