new branch for harmony-validator

This commit is contained in:
cventastic
2022-04-27 21:03:27 +02:00
parent 40ce43a82c
commit bc0a971418
35 changed files with 19 additions and 23122 deletions

View File

@@ -1,4 +1,20 @@
### Docs
Place val.key and val.pass into ./harmony/keyfiles
[Pocket Validator](README_POKT.md) </br>
[Harmony Validator](harmony/README_HARMONY.md)
```
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)