We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55474a9 commit 1e37cd1Copy full SHA for 1e37cd1
README.md
@@ -28,7 +28,7 @@ To run with mining and full sync disabled:
28
docker run -d --net=host \
29
--name services-testnet-agc \
30
--user $(id -u):$(id -g) \
31
-clearmatics/services-testnet-afnc:v0.7.0 \
+clearmatics/services-testnet-afnc:v0.7.0.0 \
32
--datadir=/autonity \
33
--nat extip:<IP_ADDRESS>
34
@@ -41,7 +41,7 @@ To run with mining enabled and full sync enabled (so can become a validator node
41
42
43
44
45
46
--nat extip:<IP_ADDRESS> \
47
--mine --minerthreads 1 --syncmode full
0 commit comments