Merge branch 'master' into master

This commit is contained in:
Piotr Włodarek 2023-06-18 08:56:21 +00:00 committed by GitHub
commit 4cf44e13db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ tail -f ~/.bitmonero/stagenet/bitmonero.log # watch the logs
./monerod --stagenet exit # ask daemon to exit gracefully ./monerod --stagenet exit # ask daemon to exit gracefully
``` ```
The [mainnnet](/infrastructure/networks) is when you want to deal with the real XMR. The [mainnet](/infrastructure/networks) is when you want to deal with the real XMR.
``` ```
./monerod --detach # run as a daemon in background ./monerod --detach # run as a daemon in background
@ -216,7 +216,7 @@ The following options configure **solo mining** using **CPU** with the standard
* experimentation and learning * experimentation and learning
* if you have access to vast CPU resources * if you have access to vast CPU resources
Be advised though that it may take a **long** time to find a mainnet block. For this reason, it is often better to mine with p2pool instead. Be advised though that real mining happens **in pools** like p2pool, and with dedicated miner software like xmrig.
| Option | Description | Option | Description
|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------