Post
Topic
Board Mining (Altcoins)
Re: cruzbit: A simple decentralized peer-to-peer ledger implementation
by
jstnryan
on 06/07/2019, 03:03:31 UTC
It also requires Go version 1.11+

That could be the key bit of information, there. Apt-get installed 1.10.4. Will report back after upgrading.

Edit: No luck.

Code:
go version
go version go1.11.5 linux/arm

Code:
GO111MODULE=on go install github.com/cruzbit/cruzbit/wallet
go: cannot find main module; see 'go help modules'