update README.MD

This commit is contained in:
cventastic
2021-12-16 17:54:13 +01:00
parent f73f696823
commit adaa0ba5e0

View File

@@ -1,9 +1,9 @@
Tested on Ubuntu 20.04.3 LTS Tested on Ubuntu 20.04.3 LTS
#### Prerequisites: #### Prerequisites:
docker docker <br />
docker-compose docker-compose <br />
DNS A-Record pointing to your server DNS A-Record pointing to your server <br />
#### Usage #### Usage
``` ```
@@ -32,12 +32,14 @@ DOMAIN=
MAIL= MAIL=
``` ```
!!! I added a simple test-script (util/test_relay.sh) to see if the (geth)chains are synced. Dont try to relay before they are. !!! I added a simple test-script (util/test_relay.sh) to see if the (geth)chains are synced. Dont try to relay before they are. <br />
To test if relaying chains works, pokt-testnet-service and pokt-mainnet service have to be provided with the following command parameters: To test if relaying chains works, pokt-testnet-service and pokt-mainnet service have to be provided with the following command parameters:
``` ```
command: pocket start --simulateRelay command: pocket start --simulateRelay
``` ```
If you want to activly relay. You also have to Stake! <br />
Testnet-Faucet: (https://faucet.pokt.network/) <br />
How to stake: https://docs.pokt.network/home/paths/node-runner#stake-the-validator <br />
# EXAMPLES # EXAMPLES
@@ -55,14 +57,14 @@ I you want to test SSL comment in:
``` ```
# - "--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory" # - "--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
``` ```
Check if there is a file here /traefic/letsencrypt/acme.json if yes, you have to delete it. Otherwise traefik will not issue the certificate for an existing domain. Check if there is a file here /traefic/letsencrypt/acme.json if yes, you have to delete it. <br />
Otherwise traefik will not issue the certificate for an existing domain. <br />
#### TODO !!!! #### TODO !!!!
mal alle geth clients mit erigon vergleichen mal alle geth clients mit erigon vergleichen
poly_submodule? -> relativer pfad vom submodule, macht probleme wenn man docker-compose vom root des repos aufruft.
General Monitoring General Monitoring <br />
Bootstrapping from Snapshots Bootstrapping from Snapshots <br />
AVALANCHE: AVALANCHE:
- Archive? - Archive?