modified linux_wh
This commit is contained in:
parent
65c54fde1f
commit
6a720fd472
|
@ -1,31 +1,32 @@
|
||||||
docker run -d --name guardiand --add-host=host.docker.internal:172.17.0.1 -p 7073:7073 -p 7071:7071 -p 7070:7070 --hostname guardian-0 --cap-add=IPC_LOCK --entrypoint /guardiand guardian node \
|
docker kill guaridand && docker rm guardiand
|
||||||
|
docker run -d --name guardiand --network host -p 7073:7073 -p 7071:7071 -p 7070:7070 --hostname guardian-0 --cap-add=IPC_LOCK --entrypoint /guardiand guardian node \
|
||||||
--unsafeDevMode --guardianKey /tmp/bridge.key --publicRPC "[::]:7070" --publicWeb "[::]:7071" --adminSocket /tmp/admin.sock --dataDir /tmp/data \
|
--unsafeDevMode --guardianKey /tmp/bridge.key --publicRPC "[::]:7070" --publicWeb "[::]:7071" --adminSocket /tmp/admin.sock --dataDir /tmp/data \
|
||||||
--ethRPC ws://host.docker.internal:8545 \
|
--ethRPC ws://localhost:8545 \
|
||||||
--ethContract "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550" \
|
--ethContract "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550" \
|
||||||
--bscRPC ws://host.docker.internal:8546 \
|
--bscRPC ws://localhost:8546 \
|
||||||
--bscContract "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550" \
|
--bscContract "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550" \
|
||||||
--polygonRPC ws://host.docker.internal:8545 \
|
--polygonRPC ws://localhost:8545 \
|
||||||
--avalancheRPC ws://host.docker.internal:8545 \
|
--avalancheRPC ws://localhost:8545 \
|
||||||
--auroraRPC ws://host.docker.internal:8545 \
|
--auroraRPC ws://localhost:8545 \
|
||||||
--fantomRPC ws://host.docker.internal:8545 \
|
--fantomRPC ws://localhost:8545 \
|
||||||
--oasisRPC ws://host.docker.internal:8545 \
|
--oasisRPC ws://localhost:8545 \
|
||||||
--karuraRPC ws://host.docker.internal:8545 \
|
--karuraRPC ws://localhost:8545 \
|
||||||
--acalaRPC ws://host.docker.internal:8545 \
|
--acalaRPC ws://localhost:8545 \
|
||||||
--klaytnRPC ws://host.docker.internal:8545 \
|
--klaytnRPC ws://localhost:8545 \
|
||||||
--celoRPC ws://host.docker.internal:8545 \
|
--celoRPC ws://localhost:8545 \
|
||||||
--moonbeamRPC ws://host.docker.internal:8545 \
|
--moonbeamRPC ws://localhost:8545 \
|
||||||
--neonRPC ws://host.docker.internal:8545 \
|
--neonRPC ws://localhost:8545 \
|
||||||
--terraWS ws://host.docker.internal:8545 \
|
--terraWS ws://localhost:8545 \
|
||||||
--terra2WS ws://host.docker.internal:8545 \
|
--terra2WS ws://localhost:8545 \
|
||||||
--terraLCD https://http://terra-terrad:1317 \
|
--terraLCD https://http://terra-terrad:1317 \
|
||||||
--terra2LCD http://host.docker.internal:1317 \
|
--terra2LCD http://localhost:1317 \
|
||||||
--terraContract terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5 \
|
--terraContract terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5 \
|
||||||
--terra2Contract terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5 \
|
--terra2Contract terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5 \
|
||||||
--solanaContract Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o \
|
--solanaContract Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o \
|
||||||
--solanaWS ws://host.docker.internal:8900 \
|
--solanaWS ws://localhost:8900 \
|
||||||
--solanaRPC http://host.docker.internal:8899 \
|
--solanaRPC http://localhost:8899 \
|
||||||
--algorandIndexerRPC ws://host.docker.internal:8545 \
|
--algorandIndexerRPC ws://localhost:8545 \
|
||||||
--algorandIndexerToken "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" \
|
--algorandIndexerToken "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" \
|
||||||
--algorandAlgodToken "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" \
|
--algorandAlgodToken "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" \
|
||||||
--algorandAlgodRPC https://http://host.docker.internal:4001 \
|
--algorandAlgodRPC https://http://localhost:4001 \
|
||||||
--algorandAppID "4"
|
--algorandAppID "4"
|
Loading…
Reference in New Issue