start:system:monero:node
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:monero:node [2024/12/29 12:16] – [Login] marlonivo | start:system:monero:node [2025/01/04 09:14] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Node ====== | + | ====== |
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. A node that is not running on your local machine is called remote node. Remote nodes can be private, if they are for personal use only, or open, if they are accessible by other people. | A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. A node that is not running on your local machine is called remote node. Remote nodes can be private, if they are for personal use only, or open, if they are accessible by other people. | ||
Line 7: | Line 7: | ||
* 200 GB SSD | * 200 GB SSD | ||
- | ===== A new MONERO USER ===== | + | ===== A new Monero User ===== |
---- | ---- | ||
First we wanna create a new monero user | First we wanna create a new monero user | ||
Line 36: | Line 36: | ||
===== Monerod Configurations ===== | ===== Monerod Configurations ===== | ||
---- | ---- | ||
- | Create a new configuration file with '' | + | Create a new configuration file with '' |
< | < | ||
- | rpc-bind-ip=0.0.0.0 | + | # Configuration file for monerod |
- | rpc-bind-port=18081 | + | # See ' |
- | confirm-external-bind=1 | + | |
- | rpc-login=username: | + | # Binding your node & set username and password |
- | log-file=/ | + | rpc-bind-ip=0.0.0.0 |
- | data-dir=/ | + | rpc-bind-port=18081 |
+ | confirm-external-bind=1 | ||
+ | rpc-login=username: | ||
+ | |||
+ | # Set the blockchain directory | ||
+ | data-dir=/ | ||
+ | log-file=/ | ||
+ | log-level=0 | ||
+ | |||
+ | # Slow but reliable db-settings | ||
+ | db-sync-mode=safe | ||
+ | limit-rate-up=1048576 | ||
+ | limit-rate-down=1048576 | ||
+ | |||
+ | # Prune Blockchain in order to speed up the process | ||
+ | prune-blockchain=true | ||
+ | sync-pruned-blocks=true | ||
</ | </ | ||
- | At last give your user the rights to execute | + | At last give the monero |
< | < | ||
chown -R monero: | chown -R monero: | ||
Line 63: | Line 79: | ||
< | < | ||
# | # | ||
+ | # Autostart monero daemon with configuration from monero.conf | ||
- | description=" | + | command=" |
- | + | command_args=" | |
- | command=" | + | |
- | command_args=" | + | |
- | command_background=" | + | |
pidfile="/ | pidfile="/ | ||
Line 89: | Line 103: | ||
Then Login in your monero-wallet-gui with your credentials: | Then Login in your monero-wallet-gui with your credentials: | ||
* IP: 123.45.6.7.89 | * IP: 123.45.6.7.89 | ||
- | * Port: 18080 | + | * Port: 18081 |
* Username: user | * Username: user | ||
* Passwort: password | * Passwort: password |
start/system/monero/node.1735474605.txt.gz · Last modified: 2024/12/29 12:16 by marlonivo