strong progress

This commit is contained in:
Para Dox
2025-05-16 15:16:39 +07:00
parent 44461bffcd
commit f2855d3a2c
2 changed files with 4 additions and 4 deletions

View File

@@ -48,13 +48,13 @@ services:
ports:
- 12990:12990
- 12990:12990/udp
- 72990-73010:72990-73010
- 62990-63010:62990-63010
expose:
- 8899:8899
entrypoint: [sh, -c, exec firesol start reader-node --reader-node-arguments "poller 0 $@", _]
command:
- --block-verification-method=unified-scheduler
- --dynamic-port-range=72990-73010
- --dynamic-port-range=62990-63010
- --entrypoint=entrypoint.mainnet-beta.solana.com:8001
- --entrypoint=entrypoint2.mainnet-beta.solana.com:8001
- --entrypoint=entrypoint3.mainnet-beta.solana.com:8001

View File

@@ -48,13 +48,13 @@ services:
ports:
- 10369:10369
- 10369:10369/udp
- 70369-70389:70369-70389
- 60369-60389:60369-60389
expose:
- 8899:8899
entrypoint: [sh, -c, exec firesol start reader-node --reader-node-arguments "poller 0 $@", _]
command:
- --block-verification-method=unified-scheduler
- --dynamic-port-range=70369-70389
- --dynamic-port-range=60369-60389
- --entrypoint=entrypoint.testnet.solana.com:8001
- --entrypoint=entrypoint2.testnet.solana.com:8001
- --entrypoint=entrypoint3.testnet.solana.com:8001