coin

command module
v0.0.0-...-3df7063 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2022 License: LGPL-2.1 Imports: 1 Imported by: 0

README

Coin

Coin is my Golang blockchain implementation.

Initialize First Node

First set NODE_ID.

export NODE_ID=3000 // linux
set NODE_ID=3000 // macos

Create wallet.

coin wallet --create

Create blockchain

coin server --create --address 1PprhXRdQQB5LjY5FNTNjkRbuxwc1E3Fh

Create start initial node.

coin server --address 1PprhXRdQQB5LjY5FNTNjkRbuxwc1E3Fh

Initialize More Nodes

First set other NODE_ID.

export NODE_ID=5000 // linux
set NODE_ID=5000 // macos

Create wallet.

coin wallet --create

Start node.

coin server --address 1PprhXRdQQB5LjY5FNTNjkRbuxwc1E3Fh

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL