DERO Node Setup

Pls use XFS, there have been some reported issues of caching on ZFS filesystem.
ZFS was initial choice though but have to switch to XFS filesystem.

Hello. What is the function of the parameter “–min-peers”.

--min-ppers X is used to maintain connection with at-least X number of peers.

Thanks! Problem is I have no disk space for that. I could make a ZFS volume and put XFS on top of that but not sure it helps. I guess its time for SSD upgrade.

1 Like

OK, I see. Thank you

1 Like

Hi, how do I install a dero node on Windows? I don’t understand very well the explanation that you give me here and I’m doing some work. Could you help me

1 Like

1 ] Follow post above to create windows disk DERO Node Setup - #5 by snipeTR

2] Download latest release for windows

3] Unzip and cd into DERO folder in command prompt.

4] ./derod-wndows-amd64

Note: UDP connections permission required if using VPN/router.

2 Likes

Excuse me, what can I do with that node, and what do I gain from it?

1 Like

Can I mine with that node? Excuse my ignorance a bit for the questions I ask. It’s just that I’m new to this, I saw this project and fell in love with it. Thanks again for your help

1 Like

Fastest way to mine is to use remote node but you pay 10% fees.
Download latest release.
Register your Stargate address/wallet first.
Start mining with following cmd:
./dero-miner --mining-threads 22 --wallet-address walletAddress

Note: Remote mining node is minernode1.dero.io.

2 Likes

What is the function of the new version – sync-node?

1 Like

Is the official node of miner connection “-- daemon-RPC-address 190.2.136.120:10100”?
Or do you have to use "minernode1.dero.live:10100“

1 Like

Better to use domain name minernode1.dero.live.
Use Ipaddress in cases like mobiles where DNS resolving fails sometimes.

1 Like

--sync-node is used to sync node with one of the seed nodes.

1 Like

@DEVELOPER
hi
mount dataFsFile dNodedata
How can I make this process happen automatically at system startup?

1 Like

Add following entry in fstab to automount
/path/dataFsFile /path/dNodedata xfs defaults 0 0

man fstab for fine tuning mount options.

1 Like

what is the optimized space for linux setup if running own node? how much space should be allocated for xfs file system? any pointers appreciated? The mainnet folder slows down dramatically in windows system, tried to use rocky linux but no go, looking at debian.

Thanks

1 Like

100GB is good enough for next few years.
Use XFS filesystem on any linux OS as described above.

2 Likes

for remote monitoring, which program do you recommend using to remote into it? realvnc?

1 Like

Simple SSH,putty for all OS.

2 Likes