got it , thanks.
BTW, I've just installed raiblocks wallet 8.0, the sync process get stuck when it gets to block 1496811.
I take a look at the log file under C:\Users\Administrator\AppData\Local\RaiBlocks\log, it always pops up the error "UDP Receive error: An existing connection was forcibly closed by the remote host"
I notice someone else has reported the issue in
https://github.com/clemahieu/raiblocks/issues/188.
Does anyone know how to resolve the issue?
Does anyone know how to set the parameters in config.json under C:\Users\Administrator\AppData\Local\RaiBlocks.
I try to set preconfigured_peers to some IP address of the peers listed on railblocks.net. It doesn't work.
below are my settings:
"work_peers": "",
"preconfigured_peers": [
"rai.raiblocks.net",
"36.72.50.93",
"36.74.73.100",
"36.79.166.25",
"58.186.16.32",
"103.195.241.115",
"123.24.205.175",
"125.163.227.9",
"171.248.231.69",
"172.104.32.150",
"221.195.73.42"
],
is there anything wrong with my setting?