This commit is contained in:
cventastic
2022-09-27 10:18:26 +02:00
parent 16d1a1abce
commit 7a37728c8b
2 changed files with 4 additions and 20 deletions

View File

@@ -1,4 +1,7 @@
### Docs ### Docs
TODO:
Fix wireguard chains network for pocket-frontends
[Pocket Validator](README_POKT.md) </br> [Pocket Validator](README_POKT.md) </br>
[Harmony Validator](harmony/README_HARMONY.md)

View File

@@ -1,19 +0,0 @@
Place validator.key and validator.pass into ./keyfiles
```
docker-compose up -d
```
Check if Bootstrap is working.
```
docker logs -f pokt_dokt_harmony-mainnet_1
```
Logs are at:
```
harmony/log
```
HARMONY QUERY
```
curl --location --request POST 'https://$DOMAIN/' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "hmy_latestHeader", "params": [], "id": 1}'
```
[HMY CLI Flags](https://docs.harmony.one/home/network/validators/node-setup/installing-updating/installing-node/using-binary#option-2-setup-using-flag-parsing)