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 SourceIf 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'
git clone https://github.com/Soilcoin/go-soil
cd go-soil
make gsoil
build/bin/gsoil version
I see this here:
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:
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#msg18990348and here
https://bitcointalk.org/index.php?topic=1176709.msg18995434#msg18995434Anyone else, more or more recent infos?