Post
Topic
Board Announcements (Altcoins)
Re: 🌱[ANN] SOIL | Environmental | Agriculture | Smart Contracts | Sustainable
by
altsheets
on 07/01/2018, 15:22:21 UTC
Beware: The following might be superseded by more recent newer versions (then please someone jump in here and tell us, thx), but this is what I used last time, see the links below.

(Linux) Compile from Source

If you have a reasonably recent 'golang' version installed, plus the typical compilation depencies, it is this simple to use martymcfly2015's version 'v1.6.7'

Code:
git clone https://github.com/Soilcoin/go-soil
cd go-soil
make gsoil
build/bin/gsoil version

I see this here:
Code:
Gsoil
Version: 1.6.7-MMF
Git Commit: 3a0bc72664fedf5356c5a2cdf4ed9b31579e16fd
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 42
Go Version: go1.7.4
Operating System: linux

If you get BAD BLOCK messages when upgrading from an older fork, then try this:
Code:
build/bin/gsoil init genesis.json

If you see "Block syncronisation started" but then nothing happens for a long time, you need peers, e.g.
from here http://178.62.133.174:9001/#/util/peers

---

There is more information here https://bitcointalk.org/index.php?topic=1176709.msg18990348#msg18990348
and here https://bitcointalk.org/index.php?topic=1176709.msg18995434#msg18995434

Anyone else, more or more recent infos?