Skip to content

SummerCash/go-summercash

Repository files navigation

SummerCash

Go implementation of the SummerCash protocol.

Godoc Reference Go Report Card Build Status Gluten Status Subreddit

Installation

Docker

docker run summercash/go-summercash:master

Getting the Source

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

Pre-compiled Binaries

For pre-compiled executable binaries, check the releases page.

Usage

Running the Node Daemon From Source

Running an Archival Node (Recommended)

sudo go run main.go --archival

or, from the Go bin (same steps apply for all other bin commands):

sudo go-summercash --archival

Running a Light Personal Node

sudo go run main.go

Running the Node With Terminal Input

sudo go run main.go --terminal

Connecting to a Running Node In Terminal Mode

sudo go run main.go --terminal --rpc-address RPC-ADDRESS-HERE