This is my server
https:// space g1 dot confederacao-lusitana dot org/
https:// dot g1 dot confederacao-lusitana dot org/network/peering
Would anyone be able to help me troubleshoot by testing the links or by looking at the log files?
2023-04-02T11:26:52+00:00 - info: WS2P: init: bundle of peers 1/1
2023-04-02T11:26:52+00:00 - info: Block resolution: 0 potential blocks after current#614250...
2023-04-02T11:26:52+00:00 - info: Block resolution: 0 potential blocks after current#614250...
2023-04-02T11:26:52+00:00 - warn: Security trigger: proof-of-work process seems stuck
2023-04-02T11:26:52+00:00 - warn: Local node is not a member. Waiting to be a member before computing a block.
2023-04-02T11:26:52+00:00 - info: WS2P Bh9yDpXVhmDcryfXKAUi9L4BdGT5bGyEwE1d5XWVResT: new incoming connection from 10.0.5.3:51518!
2023-04-02T11:26:52+00:00 - error: WS2P >>> >>> WS ERROR: INCORRECT_PUBKEY_FOR_REMOTE
2023-04-02T11:26:52+00:00 - error: WS2P >>> >>> WS ERROR: INCORRECT_PUBKEY_FOR_REMOTE
2023-04-02T11:26:53+00:00 - error: WS2P >>> >>> WS ERROR: INCORRECT_PUBKEY_FOR_REMOTE
2023-04-02T11:26:53+00:00 - error: WS2P >>> >>> WS ERROR: INCORRECT_PUBKEY_FOR_REMOTE
2023-04-02T11:27:07+00:00 - info: WS2P: Could not connect to peer 8m7MA4Te using `WS2P 10.110.140.22 20900: WS2P connection timeout`
2023-04-02T11:27:07+00:00 - info: WS2P: Could not connect to peer 8fYS16Kx using `WS2P duniter971.dns1.us 20900: WS2P connection timeout`
2023-04-02T11:27:07+00:00 - info: WS2P: Could not connect to peer 6KFCG2A1 using `WS2P g1.confederacao-lusitana.org 443: WS2P connection timeout`
2023-04-02T11:27:07+00:00 - warn: WS2P: cannot connect to incoming WebSocket connection: WS2P connection timeout
I’m using it on docker v1.9 behind nginx proxy manager as per the guide below
This is my conf file
(I have replaces the url dots with dot so it doesn’t get picket up by robots/web crawlers)
{
"currency": "g1",
"endpoints": [],
"rmEndpoints": [],
"upInterval": 3600000,
"c": 0.0488,
"dt": 86400,
"dtReeval": 15778800,
"ud0": 1000,
"stepMax": 5,
"sigPeriod": 432000,
"sigReplay": 5259600,
"sigValidity": 63115200,
"msValidity": 31557600,
"sigQty": 5,
"xpercent": 0.8,
"percentRot": 0.67,
"powDelay": 0,
"avgGenTime": 300,
"dtDiffEval": 12,
"medianTimeBlocks": 24,
"httplogs": false,
"udid2": false,
"timeout": 3000,
"isolate": false,
"forksize": 100,
"switchOnHeadAdvance": 3,
"nonWoTPeersLimit": 100,
"txsMempoolSize": 200,
"sigStock": 100,
"sigWindow": 5259600,
"idtyWindow": 5259600,
"msWindow": 5259600,
"msPeriod": 5259600,
"udTime0": 1488970800,
"udReevalTime0": 1490094000,
"nbCores": 1,
"loglevel": "info",
"cpu": 0.6,
"prefix": 1,
"nobma": false,
"bmaWithCrawler": false,
"upnp": false,
"dos": {
"whitelist": [
"127.0.0.1",
"0.0.0.0",
"::1"
],
"maxcount": 50,
"burst": 20,
"limit": 40,
"maxexpiry": 10,
"checkinterval": 1,
"trustProxy": true,
"includeUserAgent": true,
"errormessage": "Error",
"testmode": false,
"silent": false,
"silentStart": true,
"responseStatus": 429
},
"ws2p": {
"uuid": "ed3bb7ae",
"privateAccess": true,
"publicAccess": true,
"preferedOnly": false,
"privilegedOnly": false,
"upnp": false,
"host": "0.0.0.0",
"port": 20901,
"maxPublic": 30,
"maxPrivate": 4,
"remotehost": "g1 *dot* confederacao-lusitana *dot* org",
"remoteport": 443,
"remotepath": "ws2p"
},
"proxiesConf": {
"reachingClearEp": "clear",
"forceTor": false
},
"remoteport": 443,
"rootoffset": 0,
"ipv4": "0.0.0.0",
"remotehost": "g1 *dot* confederacao-lusitana *dot* org",
"storage": {
"transactions": false,
"wotwizard": false
},
"port": 10901
}