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:13] – 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 USER ===== | + | ===== A new Monero User ===== |
---- | ---- | ||
First we wanna create a new monero user | First we wanna create a new monero user | ||
Line 28: | Line 28: | ||
Install and extract the monero full node: | Install and extract the monero full node: | ||
< | < | ||
- | wget https:// | + | wget https:// |
- | tar --strip-components= -xvjf linux64 | + | tar --strip-components= -xvjf linux64 |
- | mv monero/ | + | mv monero/ |
</ | </ | ||
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 80: | Line 94: | ||
\\ | \\ | ||
- | ===== Login ===== | + | ===== Wallet |
---- | ---- | ||
After that make your IP Visible with the command: | After that make your IP Visible with the command: | ||
Line 87: | Line 101: | ||
</ | </ | ||
- | Then Login with your | + | Then Login in your monero-wallet-gui |
* 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.1735474434.txt.gz · Last modified: 2024/12/29 12:13 by marlonivo