Go implementation of the SummerCash protocol.
docker run summercash/go-summercash:master
go get -u github.com/SummerCash/go-summercash
To install the go-summercash node for use in the Go bin, run:
go get -u github.com/SummerCash/go-summercash && go install github.com/SummerCash/go-summercash
For pre-compiled executable binaries, check the releases page.
sudo go run main.go --archival
or, from the Go bin (same steps apply for all other bin commands):
sudo go-summercash --archival
sudo go run main.go
sudo go run main.go --terminal
sudo go run main.go --terminal --rpc-address RPC-ADDRESS-HERE