DERO Node Setup

See how to keep time sync on windows machine:

net stop w32time
net start w32time
w32tm /resync /force
or
net time /set

Also http://www.timesynctool.com/ , Recommended by several users.

Thank you @snipeTR .

I recommend this service. it really offers the easiest and error-free and continuous solution.
http://www.timesynctool.com/

1 Like

Hi!

Am am using Linux with ZFS filesystem and created a compressed ZFS file system for my dero node. But see XFS is recommended. I don’t have any problems but still wonder if there are some recommended settings for a ZFS file system or if I really should move over to XFS?

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