update on that repo. It builds, a daemon fell out of make and it found peers.
Syncing the chains, let's see where it ends up.
Debugging stuff like this for practise is fun xD
Why do people let their exchange-listed coins rot? meh.
Edit: it syncs up to this block but source is too old.
$ offerings/src/Offeringd getinfo
{
"version" : 1010000,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 591599,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 34.12052545,
"testnet" : false,
"keypoololdest" : 1528400240,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
}
Edit: was pointed to a more recent (1.7) Source, that builds, too when modified slightly to work with modern c++ and boost
Let's see what the f*ck happened here.