Skip to content

Commit

Permalink
Add a note on syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jul 25, 2023
1 parent f4ec740 commit 99fac15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/user/mining-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ operations. For example, executing
docker run -e MINER_ADDRESS="t1XhG6pT9xRqRQn3BHP7heUou1RuYrbcrCc" -p 8232:8232 zfnd/zebra:v1.1.0.experimental
```

will start a container on Mainnet and bind port 8232 on your Docker host.
will start a container on Mainnet and bind port 8232 on your Docker host. If you
want to start generating blocks, you need to let Zebra sync first.

Note that you must pass the address for your mining rewards via the
`MINER_ADDRESS` environment variable when you are starting the container, as we
Expand Down

0 comments on commit 99fac15

Please sign in to comment.