Add Charlie third node

This commit is contained in:
Oskar Thoren 2019-04-10 17:44:09 +08:00
parent ada6ceff9d
commit a7dd82e2e4
2 changed files with 6 additions and 0 deletions

1
hello-pss/charlie.key Normal file
View File

@ -0,0 +1 @@
0x2b8ed8c905a9ed26e5ebb03ab6473502729f5a4eac1c7005331e849049ad09ce

5
hello-pss/scripts/run-charlie Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
echo "[Running charlie with key charlie.key on port 9602 and logs in charlie.log.]"
go run hello_pss.go charlie.key 9602 2> charlie.log
echo "[Done.]"