added avalance, updated README.md

This commit is contained in:
cventastic
2021-12-13 00:52:19 +01:00
parent 09a8f4827e
commit 4fd82ac865
2 changed files with 44 additions and 4 deletions

View File

@@ -1,6 +1,33 @@
TODO !!!! #### Usage
git clone https://github.com/cventastic/POKT_DOKT.git
cd POKT_DOKT
chown -R 1005:1001 chains
docker-compose up -d
1 Beim lesen von chain.json braucht pokt rechte auf den chains ordner #### TODO !!!!
uid=1005(app) gid=1001(app) groups=1001(app)
2 command: pocket start --seeds=$POCKET_TEST_SEEDS --testnet ! testnet variable?! POKT:
- Beim lesen von chain.json braucht pokt rechte auf den chains ordner: chown -R 1005:1001 chains
- command: pocket start --seeds=$POCKET_TEST_SEEDS --testnet ! testnet variable?!
- Archive?
- Monitoring
GOERLI:
- Bootstrap Archive
- Monitoring
RINKEBY:
- Bootstrap Archive
- Monitoring
ROPSTEN:
- Bootstrap Archive
- Monitoring
MAINNET:
- Bootstrap Archive
- Monitoring
ERIGON-Trace:
- Bootstrap Archive
- Monitoring

View File

@@ -71,6 +71,18 @@ services:
- "8545" - "8545"
restart: unless-stopped restart: unless-stopped
avalanche:
image: avaplatform/avalanchego
expose:
- "8545"
- "8546"
- "30303"
volumes:
- avalanche:/.avalanche
command: "--http-host=*"
networks:
- pocket
pocket-fullnode: pocket-fullnode:
image: poktnetwork/pocket-core:stagenet-latest image: poktnetwork/pocket-core:stagenet-latest
ports: ports:
@@ -95,6 +107,7 @@ volumes:
geth-ropsten: geth-ropsten:
geth-mainnet: geth-mainnet:
erigon-trace: erigon-trace:
avalanche:
pocket-data: pocket-data:
networks: networks: