Peer-to-peer blockchain using golang
Terminal 1
go build main.go
main.exe -h <your internal ip> -p <a port of your choice>
Terminal 2
go build main.go
main.exe -h <your internal ip> -p <a port of your choice> <terminal1 ip + port>
- Terminal 1
go build main.go
main.exe -h 192.168.1.2 -p 4444
- Terminal 2
go build main.go
main.exe -h 192.168.1.3 -p 4445 192.168.1.2:4444