mirror of
https://github.com/monero-project/monero-docs.git
synced 2025-01-08 20:09:31 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
4cf44e13db
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------
|
|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue