mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-13 01:26:43 +00:00

* [NOD-1220] Add network name to the version message. * [NOD-1220] Ban peers from the wrong network. * [NOD-1220] Add the network parameter to protowire. * [NOD-1220] Add "kaspa-" to network names.
7 lines
315 B
Markdown
7 lines
315 B
Markdown
protowire
|
|
=========
|
|
|
|
1. Download and place in your PATH: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip
|
|
2. `go get github.com/golang/protobuf/protoc-gen-go`
|
|
3. `go get google.golang.org/grpc/cmd/protoc-gen-go-grpc`
|
|
4. In the protowire directory: `go generate .` |