DAEMON Sync

  



--rpc-bind-ip [IP ADDRESS] # Binds the daemon to an IP address. You need to use your external IP if you plan to access this daemon from outside the internal network, or an internal one if you only want it to work for devices in the same network. If you are unsure about whether to use internal or external, you most likely want to use the external IP address. You can find this by using the IP address the VPS provider gave you or by searching for it with a site such as ipleak.net.--rpc-bind-port [PORT] # Binds the daemon to a port. Keep in mind the daemon will be unsafe unless this option is also run with --restricted-rpc. The default option is 18081, though some services (such as MoneroWorld) use 18089.--restricted-rpc # Restricts the actions that external users can perform when they are connected to the node over RPC. You will typically want to use this option.--confirm-external-bind # A required verification if using RPC bind options.--rpc-login [USERNAME]:[PASSWORD] # Restricts use of the node to users who know the username and password. Make sure to use a strong password.--limit [KB/s] # Limits the total download and upload limit to a certain value in kilobytes per second. Eg: 128 would set the maximum upload and download speed to one megabit per second.--limit_up [KB/s] # Limits the total upload speed to a certain value in kilobytes per second.--limit_down [KB/s] # Limits the total download speed to a certain value in kilobytes per second.--data-dir [LOCATION] # Saves the blockchain to a manual location by file path. Can be used to save the blockchain in another folder on one hard drive or even another hard drive or flash drive.--db-sync-mode safe # Syncs the blockchain in a way that avoids corruption. This is much slower, so it’s typically best to run with the normal parameters without worrying about a very small chance of corruption.--out-peers [NUM] # Sets the max number of outgoing peers (ones you connect with). The default is 8.--block-sync-size [NUM] # Sets the number of batched blocks. The default is 20. If you are having issues syncing the blockchain, try reducing the number to 10.--db-salvage # Try using this command if your database becomes corrupt.--add-peer [IP]:[PORT] # Manually adds a peer by IP address and port.
Apk

Daemon Sync Alternative

Start daemon doesnt do anything. If I try to close my wallet and reopen it it gets perpetually stuck at 'closing wallet' and forces me to alt-ctrl-del to shut it down. I have experience using wallets for bitcoin (electrum for example) and it was never this complicated. Meet free cloud solution from DAEMON Tools! Sync files from app to PC & Mac, share photos & videos, back up your data and stay secure inside local network. The easiest way to synchronize your data from app to pc or mac. You can verify the daemon is running with: ps x grep rsync. If you have anything weird in the output, such as a statement stating unconfined, you may have SELinux blocking the daemon. You will need to work to add rsync to be accepted by SELinux in order for you to run the daemon.