Closed pavlenex closed 3 months ago
Be aware that I am running this with changes made in docker file in #18
@pavlenex are you running the cpu-miner without specifying a user, right?
Because I'm pretty sure that's the reason why it's failing.
Try to run the cpu-miner for SV1 with ./minerd -a sha256d -o stratum+tcp://127.0.0.1:3333 -q -D -P -u pavlenex.pavlenex
That was it @GitGab19! It works now, should we update docs just in case?
Hey @pavlenex , we are updating this in the documentation. There is already a PR to docs in progress, and we will add the changes in that same PR.
Hmm, it seems this wasn't it and I celebrated too early, give me a few minutes and I'lll update you guys.
Getting this
p@Pavles-Mac-mini SV1 % ./minerd -a sha256d -o stratum+tcp://127.0.0.1:3333 -q -D -P -u pavlenex.pavlenex
[2024-07-18 12:14:56] Starting Stratum on stratum+tcp://127.0.0.1:3333
[2024-07-18 12:14:56] 8 miner threads started, using 'sha256d' algorithm.
* Trying 127.0.0.1:3333...
* Connected to 127.0.0.1 (127.0.0.1) port 3333 (#0)
* Connection #0 to host 127.0.0.1 left intact
[2024-07-18 12:14:56] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.5.1"]}
[2024-07-18 12:14:56] stratum_recv_line failed
[2024-07-18 12:14:56] ...retry after 30 seconds
* Trying 127.0.0.1:3333...
* Connected to 127.0.0.1 (127.0.0.1) port 3333 (#0)
* Connection #0 to host 127.0.0.1 left intact
[2024-07-18 12:15:26] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.5.1"]}
[2024-07-18 12:15:26] < {"id":1,"error":null,"result":[[["mining.notify","2d9e69e9"]],"2d9e69e9",4]}
[2024-07-18 12:15:26] Stratum session id: 2d9e69e9
[2024-07-18 12:15:26] > {"id": 2, "method": "mining.authorize", "params": ["pavlenex.pavlenex", ""]}
[2024-07-18 12:15:26] < {"id":2,"result":null,"error":[20,"Authorization validation error",", pavlenex"]}
[2024-07-18 12:15:26] Stratum authentication failed
[2024-07-18 12:15:26] ...retry after 30 seconds
* Trying 127.0.0.1:3333...
* Connected to 127.0.0.1 (127.0.0.1) port 3333 (#0)
* Connection #0 to host 127.0.0.1 left intact
[2024-07-18 12:15:56] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.5.1", "2d9e69e9"]}
[2024-07-18 12:15:56] < {"id":1,"error":null,"result":[[["mining.notify","b85cf3f9"]],"b85cf3f9",4]}
[2024-07-18 12:15:56] Stratum session id: b85cf3f9
[2024-07-18 12:15:56] > {"id": 2, "method": "mining.authorize", "params": ["pavlenex.pavlenex", ""]}
[2024-07-18 12:15:56] < {"id":2,"result":null,"error":[20,"Authorization validation error",", pavlenex"]}
[2024-07-18 12:15:56] Stratum authentication failed
[2024-07-18 12:15:56] ...retry after 30 seconds
* Trying 127.0.0.1:3333...
* Connected to 127.0.0.1 (127.0.0.1) port 3333 (#0)
* Connection #0 to host 127.0.0.1 left intact
[2024-07-18 12:16:26] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.5.1", "b85cf3f9"]}
[2024-07-18 12:16:26] < {"id":1,"error":null,"result":[[["mining.notify","760d4462"]],"760d4462",4]}
[2024-07-18 12:16:26] Stratum session id: 760d4462
[2024-07-18 12:16:26] > {"id": 2, "method": "mining.authorize", "params": ["pavlenex.pavlenex", ""]}
[2024-07-18 12:16:27] < {"id":2,"result":null,"error":[20,"Authorization validation error",", pavlenex"]}
[2024-07-18 12:16:27] Stratum authentication failed
[2024-07-18 12:16:27] ...retry after 30 seconds
2024-07-18 12:09:33 SV1 proxy listening on port 3333
2024-07-18 12:09:33 No latency value found, skipping this cycle.
2024-07-18 12:10:33 Setting latency to 42.7519ms
2024-07-18 12:10:38 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1"]}
2024-07-18 12:10:38 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","1194d151"]],"1194d151",4]}
2024-07-18 12:10:38 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:10:38 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:11:08 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1","1194d151"]}
2024-07-18 12:11:08 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","96b2cd90"]],"96b2cd90",4]}
2024-07-18 12:11:08 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:11:08 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:11:33 Setting latency to 42.7519ms
2024-07-18 12:12:33 Setting latency to 42.7519ms
2024-07-18 12:13:33 Setting latency to 42.7519ms
2024-07-18 12:14:43 SV1 proxy listening on port 3333
2024-07-18 12:14:47 No latency value found, skipping this cycle.
2024-07-18 12:14:58 SV1 proxy listening on port 3333
2024-07-18 12:14:58 Setting latency to 0ms
2024-07-18 12:15:26 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1"]}
2024-07-18 12:15:26 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","2d9e69e9"]],"2d9e69e9",4]}
2024-07-18 12:15:26 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:15:26 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:15:56 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1","2d9e69e9"]}
2024-07-18 12:15:56 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","b85cf3f9"]],"b85cf3f9",4]}
2024-07-18 12:15:56 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:15:56 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:15:58 Setting latency to 48.4737ms
2024-07-18 12:16:26 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1","b85cf3f9"]}
2024-07-18 12:16:26 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","760d4462"]],"760d4462",4]}
2024-07-18 12:16:26 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:16:27 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:16:57 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1","760d4462"]}
2024-07-18 12:16:57 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","e3d0bf45"]],"e3d0bf45",4]}
2024-07-18 12:16:57 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:16:57 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
2024-07-18 12:16:58 Setting latency to 48.4737ms
2024-07-18 12:14:56 Error: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }
2024-07-18 12:17:27 Client to Server: {"id":1,"method":"mining.subscribe","params":["cpuminer/2.5.1","e3d0bf45"]}
2024-07-18 12:17:27 Server to Client: {"error":null,"id":1,"result":[[["mining.notify","ca741846"]],"ca741846",4]}
2024-07-18 12:17:27 Client to Server: {"id":2,"method":"mining.authorize","params":["pavlenex.pavlenex",""]}
2024-07-18 12:17:27 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
Seems this is the culprit? 2024-07-18 12:17:27 Server to Client: {"error":[20,"Authorization validation error",", pavlenex"],"id":2,"result":null}
@pavlenex try indicating an address:
./minerd -a sha256d -o stratum+tcp://127.0.0.1:3333 -q -D -P -u tb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8.sv2-pavlenex
Ok, that worked, I am now mining! You guys can close this issue if this is already being worked on and I'll update you on my progress. Wooohooo! 🥳 just a note I am running master with changes from https://github.com/stratum-mining/benchmarking-tool/issues/18#issuecomment-2232976185
While my SV2 CPU successfully connects, SV1 miner won't. Testing on https://github.com/stratum-mining/benchmarking-tool/commit/5781165d49b7482835151d602db3fa02a10375df
CPU MINER
SV1 Custom proxy
Seems this may be the problem:
Full logs of SV1 Proxy
2024-07-17 12:28:23 No latency value found, skipping this cycle. 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [NestFactory] Starting Nest application... 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +63ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] HttpModule dependencies initialized +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] CacheModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] ConfigModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +66ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] ClientStatisticsModule dependencies initialized +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] ClientModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] AddressSettingsModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] TelegramSubscriptionsModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] BlocksModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] RpcBlocksModule dependencies initialized +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [InstanceLoader] AppModule dependencies initialized +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RoutesResolver] AppController {/api}: +20ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/info, GET} route +6ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/pool, GET} route +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/network, GET} route +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/info/chart, GET} route +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RoutesResolver] ClientController {/api/client}: +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/client/:address, GET} route +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/client/:address/chart, GET} route +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/client/:address/:workerName, GET} route +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/client/:address/:workerName/:sessionId, GET} route +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RoutesResolver] AddressController {/api/address}: +0ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [RouterExplorer] Mapped {/api/address/settings, PATCH} route +1ms 2024-07-17 12:28:24 [Nest] 1 - 07/17/2024, 10:28:24 AM LOG [NestApplication] Nest application successfully started +23ms 2024-07-17 12:28:24 API listening on http://0.0.0.0:3334 2024-07-17 12:28:24 Bitcoin RPC connected 2024-07-17 12:28:34 Stratum server is listening on port 3332 2024-07-17 12:29:23 Setting latency to 46.2942ms 2024-07-17 12:30:23 Setting latency to 46.2942ms 2024-07-17 12:33:15 block height change 2024-07-17 12:33:16 block height change 2024-07-17 12:33:16 block height change 2024-07-17 12:33:17 block height change 2024-07-17 12:33:17 block height change 2024-07-17 12:33:18 block height change 2024-07-17 12:33:18 block height change 2024-07-17 12:33:19 block height change 2024-07-17 12:33:19 block height change 2024-07-17 12:33:20 block height change 2024-07-17 12:33:20 block height change 2024-07-17 12:33:21 block height change 2024-07-17 12:33:21 block height change 2024-07-17 12:33:22 block height change 2024-07-17 12:33:23 Setting latency to 46.3702ms 2024-07-17 12:33:24 Killing dead clients 2024-07-17 12:34:21 New client ID: : 395dca9d, ::ffff:10.5.0.19:45550 2024-07-17 12:34:21 Client 395dca9d disconnected, hadError?:false 2024-07-17 12:34:24 Setting latency to 43.8288ms 2024-07-17 12:34:51 New client ID: : 6c93d55a, ::ffff:10.5.0.19:52570 2024-07-17 12:34:51 Client 6c93d55a disconnected, hadError?:false 2024-07-17 12:35:21 New client ID: : f96e66d3, ::ffff:10.5.0.19:38372 2024-07-17 12:35:21 Client f96e66d3 disconnected, hadError?:false 2024-07-17 12:35:24 Setting latency to 43.8288ms 2024-07-17 12:35:52 New client ID: : e2b39604, ::ffff:10.5.0.19:34524 2024-07-17 12:35:52 Client e2b39604 disconnected, hadError?:false 2024-07-17 12:36:22 New client ID: : f77b73dd, ::ffff:10.5.0.19:53524 2024-07-17 12:36:22 Client f77b73dd disconnected, hadError?:false 2024-07-17 12:36:24 Setting latency to 44.3034ms 2024-07-17 12:36:35 New client ID: : 04638d11, ::ffff:10.5.0.19:49074 2024-07-17 12:36:35 Client 04638d11 disconnected, hadError?:false 2024-07-17 12:37:05 New client ID: : dab3be88, ::ffff:10.5.0.19:52896 2024-07-17 12:37:06 Client dab3be88 disconnected, hadError?:false 2024-07-17 12:37:24 Setting latency to 44.5875ms 2024-07-17 12:37:36 New client ID: : 860b363e, ::ffff:10.5.0.19:41104 2024-07-17 12:37:36 Client 860b363e disconnected, hadError?:false 2024-07-17 12:38:06 New client ID: : 303b52f0, ::ffff:10.5.0.19:45408 2024-07-17 12:38:06 Client 303b52f0 disconnected, hadError?:false 2024-07-17 12:38:24 Setting latency to 44.5875ms 2024-07-17 12:38:24 Killing dead clients 2024-07-17 12:38:36 New client ID: : 45e05670, ::ffff:10.5.0.19:42106 2024-07-17 12:38:36 Client 45e05670 disconnected, hadError?:false 2024-07-17 12:39:06 New client ID: : 23044188, ::ffff:10.5.0.19:43702 2024-07-17 12:39:07 Client 23044188 disconnected, hadError?:false 2024-07-17 12:39:24 Setting latency to 47.0074ms 2024-07-17 12:39:52 New client ID: : e97aecf9, ::ffff:10.5.0.19:53454 2024-07-17 12:39:52 Client e97aecf9 disconnected, hadError?:false 2024-07-17 12:40:22 New client ID: : f7f9e49d, ::ffff:10.5.0.19:46334 2024-07-17 12:40:22 Client f7f9e49d disconnected, hadError?:false 2024-07-17 12:40:24 Setting latency to 47.0074ms 2024-07-17 12:40:52 New client ID: : 86f362eb, ::ffff:10.5.0.19:36472 2024-07-17 12:40:52 Client 86f362eb disconnected, hadError?:false 2024-07-17 12:41:23 New client ID: : 016c8c7e, ::ffff:10.5.0.19:44974 2024-07-17 12:41:23 Client 016c8c7e disconnected, hadError?:false 2024-07-17 12:41:24 Setting latency to 43.3743ms 2024-07-17 12:41:53 New client ID: : 7c34fa68, ::ffff:10.5.0.19:37608 2024-07-17 12:41:53 Client 7c34fa68 disconnected, hadError?:false 2024-07-17 12:42:23 New client ID: : 202101ad, ::ffff:10.5.0.19:49734 2024-07-17 12:42:23 Client 202101ad disconnected, hadError?:false 2024-07-17 12:42:24 Setting latency to 45.5529ms 2024-07-17 12:42:53 New client ID: : f1792764, ::ffff:10.5.0.19:39718 2024-07-17 12:42:54 Client f1792764 disconnected, hadError?:false 2024-07-17 12:43:24 Setting latency to 45.5529ms 2024-07-17 12:43:24 New client ID: : f2d2ca1b, ::ffff:10.5.0.19:38670 2024-07-17 12:43:24 Client f2d2ca1b disconnected, hadError?:false 2024-07-17 12:34:21 Authorization validation error 2024-07-17 12:34:21 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:34:21 2024-07-17 12:34:51 Authorization validation error 2024-07-17 12:34:51 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:34:51 2024-07-17 12:35:21 Authorization validation error 2024-07-17 12:35:21 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:35:21 2024-07-17 12:35:52 Authorization validation error 2024-07-17 12:35:52 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:35:52 2024-07-17 12:36:22 Authorization validation error 2024-07-17 12:36:22 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:36:22 2024-07-17 12:36:35 Authorization validation error 2024-07-17 12:36:35 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:36:35 2024-07-17 12:37:05 Authorization validation error 2024-07-17 12:37:05 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:37:05 2024-07-17 12:37:36 Authorization validation error 2024-07-17 12:37:36 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:37:36 2024-07-17 12:38:06 Authorization validation error 2024-07-17 12:38:06 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:38:06 2024-07-17 12:38:36 Authorization validation error 2024-07-17 12:38:36 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:38:36 2024-07-17 12:39:07 Authorization validation error 2024-07-17 12:39:07 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:39:07 2024-07-17 12:39:52 Authorization validation error 2024-07-17 12:39:52 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:39:52 2024-07-17 12:40:22 Authorization validation error 2024-07-17 12:40:22 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:40:22 2024-07-17 12:40:52 Authorization validation error 2024-07-17 12:40:52 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:40:52 2024-07-17 12:41:23 Authorization validation error 2024-07-17 12:41:23 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:41:23 2024-07-17 12:41:53 Authorization validation error 2024-07-17 12:41:53 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:41:53 2024-07-17 12:42:23 Authorization validation error 2024-07-17 12:42:23 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:42:23 2024-07-17 12:42:54 Authorization validation error 2024-07-17 12:42:54 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:42:54 2024-07-17 12:43:24 Authorization validation error 2024-07-17 12:43:24 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:43:24 2024-07-17 12:43:24 Killing dead clients 2024-07-17 12:43:54 New client ID: : 03e4e0b7, ::ffff:10.5.0.19:42076 2024-07-17 12:43:54 Client 03e4e0b7 disconnected, hadError?:false 2024-07-17 12:44:24 Setting latency to 44.883ms 2024-07-17 12:44:24 New client ID: : fc974c92, ::ffff:10.5.0.19:58268 2024-07-17 12:44:25 Client fc974c92 disconnected, hadError?:false 2024-07-17 12:44:55 New client ID: : d49cd9cb, ::ffff:10.5.0.19:34386 2024-07-17 12:44:55 Client d49cd9cb disconnected, hadError?:false 2024-07-17 12:45:24 Setting latency to 44.883ms 2024-07-17 12:45:25 New client ID: : 0fe1bb94, ::ffff:10.5.0.19:58918 2024-07-17 12:45:25 Client 0fe1bb94 disconnected, hadError?:false 2024-07-17 12:45:55 New client ID: : fd23a14e, ::ffff:10.5.0.19:40574 2024-07-17 12:45:55 Client fd23a14e disconnected, hadError?:false 2024-07-17 12:46:24 Setting latency to 47.9133ms 2024-07-17 12:46:25 New client ID: : ef796fad, ::ffff:10.5.0.19:55114 2024-07-17 12:46:26 Client ef796fad disconnected, hadError?:false 2024-07-17 12:46:56 New client ID: : d2087afc, ::ffff:10.5.0.19:42300 2024-07-17 12:46:56 Client d2087afc disconnected, hadError?:false 2024-07-17 12:47:24 Setting latency to 46.5276ms 2024-07-17 12:47:26 New client ID: : 1ea89c24, ::ffff:10.5.0.19:58524 2024-07-17 12:47:26 Client 1ea89c24 disconnected, hadError?:false 2024-07-17 12:47:56 New client ID: : de4303c3, ::ffff:10.5.0.19:37094 2024-07-17 12:47:57 Client de4303c3 disconnected, hadError?:false 2024-07-17 12:48:24 Setting latency to 46.5276ms 2024-07-17 12:48:24 Killing dead clients 2024-07-17 12:48:27 New client ID: : cd092a74, ::ffff:10.5.0.19:57424 2024-07-17 12:48:27 Client cd092a74 disconnected, hadError?:false 2024-07-17 12:48:57 New client ID: : 283a6b97, ::ffff:10.5.0.19:34382 2024-07-17 12:48:57 Client 283a6b97 disconnected, hadError?:false 2024-07-17 12:49:18 Stopping services 2024-07-17 12:50:46 No latency value found, skipping this cycle. 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [NestFactory] Starting Nest application... 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +53ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] HttpModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] CacheModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] ConfigModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +32ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] ClientStatisticsModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] ClientModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] AddressSettingsModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] TelegramSubscriptionsModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] BlocksModule dependencies initialized +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] RpcBlocksModule dependencies initialized +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [InstanceLoader] AppModule dependencies initialized +2ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RoutesResolver] AppController {/api}: +23ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/info, GET} route +2ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/pool, GET} route +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/network, GET} route +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/info/chart, GET} route +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RoutesResolver] ClientController {/api/client}: +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/client/:address, GET} route +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/client/:address/chart, GET} route +1ms 2024-07-17 12:43:54 Authorization validation error 2024-07-17 12:43:54 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:43:54 2024-07-17 12:44:24 Authorization validation error 2024-07-17 12:44:24 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:44:24 2024-07-17 12:44:55 Authorization validation error 2024-07-17 12:44:55 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:44:55 2024-07-17 12:45:25 Authorization validation error 2024-07-17 12:45:25 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:45:25 2024-07-17 12:45:55 Authorization validation error 2024-07-17 12:45:55 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:45:55 2024-07-17 12:46:26 Authorization validation error 2024-07-17 12:46:26 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:46:26 2024-07-17 12:46:56 Authorization validation error 2024-07-17 12:46:56 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:46:56 2024-07-17 12:47:26 Authorization validation error 2024-07-17 12:47:26 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:47:26 2024-07-17 12:47:56 Authorization validation error 2024-07-17 12:47:56 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:47:56 2024-07-17 12:48:27 Authorization validation error 2024-07-17 12:48:27 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:48:27 2024-07-17 12:48:57 Authorization validation error 2024-07-17 12:48:57 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:48:57 2024-07-17 12:49:08 Error getmininginfo Error: connect ECONNREFUSED 10.5.0.16:48332 2024-07-17 12:49:09 Error getmininginfo Error: connect ECONNREFUSED 10.5.0.16:48332 2024-07-17 12:49:09 Error getmininginfo Error: connect ECONNREFUSED 10.5.0.16:48332 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/client/:address/:workerName, GET} route +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/client/:address/:workerName/:sessionId, GET} route +1ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RoutesResolver] AddressController {/api/address}: +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [RouterExplorer] Mapped {/api/address/settings, PATCH} route +0ms 2024-07-17 12:50:48 [Nest] 1 - 07/17/2024, 10:50:48 AM LOG [NestApplication] Nest application successfully started +17ms 2024-07-17 12:50:48 API listening on http://0.0.0.0:3334 2024-07-17 12:50:48 Bitcoin RPC connected 2024-07-17 12:50:48 block height change 2024-07-17 12:50:58 Stratum server is listening on port 3332 2024-07-17 12:51:27 New client ID: : d446cf52, ::ffff:10.5.0.19:35440 2024-07-17 12:51:27 Client d446cf52 disconnected, hadError?:false 2024-07-17 12:51:46 Setting latency to 49.1085ms 2024-07-17 12:51:46 block height change 2024-07-17 12:51:57 New client ID: : d0969d67, ::ffff:10.5.0.19:47018 2024-07-17 12:51:57 Client d0969d67 disconnected, hadError?:false 2024-07-17 12:52:28 New client ID: : 79ce5828, ::ffff:10.5.0.19:46134 2024-07-17 12:52:28 Client 79ce5828 disconnected, hadError?:false 2024-07-17 12:52:46 Setting latency to 49.1085ms 2024-07-17 12:52:58 New client ID: : b6129e1d, ::ffff:10.5.0.19:39634 2024-07-17 12:52:58 Client b6129e1d disconnected, hadError?:false 2024-07-17 12:53:28 New client ID: : 9f15c13b, ::ffff:10.5.0.19:57646 2024-07-17 12:53:29 Client 9f15c13b disconnected, hadError?:false 2024-07-17 12:53:46 Setting latency to 48.4624ms 2024-07-17 12:53:59 New client ID: : 507595da, ::ffff:10.5.0.19:53648 2024-07-17 12:53:59 Client 507595da disconnected, hadError?:false 2024-07-17 12:54:29 New client ID: : aa2ada69, ::ffff:10.5.0.19:42806 2024-07-17 12:54:30 Client aa2ada69 disconnected, hadError?:false 2024-07-17 12:54:46 Setting latency to 48.4624ms 2024-07-17 12:55:00 New client ID: : 097a5ea4, ::ffff:10.5.0.19:38770 2024-07-17 12:55:00 Client 097a5ea4 disconnected, hadError?:false 2024-07-17 12:55:30 New client ID: : 0b92ac72, ::ffff:10.5.0.19:57436 2024-07-17 12:55:30 Client 0b92ac72 disconnected, hadError?:false 2024-07-17 12:55:46 Setting latency to 45.597ms 2024-07-17 12:55:48 Killing dead clients 2024-07-17 12:56:00 New client ID: : 25b97264, ::ffff:10.5.0.19:41834 2024-07-17 12:56:01 Client 25b97264 disconnected, hadError?:false 2024-07-17 12:56:31 New client ID: : 6f41be5c, ::ffff:10.5.0.19:48504 2024-07-17 12:56:31 Client 6f41be5c disconnected, hadError?:false 2024-07-17 12:56:46 Setting latency to 54.7158ms 2024-07-17 12:57:01 New client ID: : 556d5c1d, ::ffff:10.5.0.19:43360 2024-07-17 12:57:02 Client 556d5c1d disconnected, hadError?:false 2024-07-17 12:57:30 block height change 2024-07-17 12:57:32 New client ID: : fb2f7c74, ::ffff:10.5.0.19:56052 2024-07-17 12:57:32 Client fb2f7c74 disconnected, hadError?:false 2024-07-17 12:57:46 Setting latency to 54.7158ms 2024-07-17 12:58:02 New client ID: : 482088f8, ::ffff:10.5.0.19:43648 2024-07-17 12:58:02 Client 482088f8 disconnected, hadError?:false 2024-07-17 12:58:33 New client ID: : 194c51f7, ::ffff:10.5.0.19:47820 2024-07-17 12:58:33 Client 194c51f7 disconnected, hadError?:false 2024-07-17 12:58:47 Setting latency to 46.4522ms 2024-07-17 12:59:03 New client ID: : 506a0f8f, ::ffff:10.5.0.19:37992 2024-07-17 12:59:03 Client 506a0f8f disconnected, hadError?:false 2024-07-17 12:59:33 New client ID: : c40bb540, ::ffff:10.5.0.19:60852 2024-07-17 12:59:34 Client c40bb540 disconnected, hadError?:false 2024-07-17 12:59:47 Setting latency to 46.4522ms 2024-07-17 13:00:04 New client ID: : 39651ce7, ::ffff:10.5.0.19:52948 2024-07-17 13:00:04 Client 39651ce7 disconnected, hadError?:false 2024-07-17 13:00:34 New client ID: : 0d1b3124, ::ffff:10.5.0.19:53908 2024-07-17 13:00:34 Client 0d1b3124 disconnected, hadError?:false 2024-07-17 13:00:47 Setting latency to 48.8578ms 2024-07-17 13:00:48 Killing dead clients 2024-07-17 13:01:04 New client ID: : 31fbe488, ::ffff:10.5.0.19:53346 2024-07-17 13:01:05 Client 31fbe488 disconnected, hadError?:false 2024-07-17 13:01:35 New client ID: : 0b0ab3d1, ::ffff:10.5.0.19:38660 2024-07-17 13:01:35 Client 0b0ab3d1 disconnected, hadError?:false 2024-07-17 13:01:47 Setting latency to 48.8578ms 2024-07-17 13:02:05 New client ID: : 5c5fcf4d, ::ffff:10.5.0.19:40256 2024-07-17 13:02:05 Client 5c5fcf4d disconnected, hadError?:false 2024-07-17 13:02:35 New client ID: : 74ff6669, ::ffff:10.5.0.19:37192 2024-07-17 13:02:36 Client 74ff6669 disconnected, hadError?:false 2024-07-17 13:02:47 Setting latency to 51.8616ms 2024-07-17 13:03:06 New client ID: : f7fe7f00, ::ffff:10.5.0.19:60970 2024-07-17 13:03:06 Client f7fe7f00 disconnected, hadError?:false 2024-07-17 13:03:36 New client ID: : a3cfaa1a, ::ffff:10.5.0.19:53176 2024-07-17 13:03:36 Client a3cfaa1a disconnected, hadError?:false 2024-07-17 13:03:47 Setting latency to 46.696ms 2024-07-17 13:04:07 New client ID: : da04e088, ::ffff:10.5.0.19:38808 2024-07-17 13:04:07 Client da04e088 disconnected, hadError?:false 2024-07-17 13:04:37 New client ID: : 38f11f3c, ::ffff:10.5.0.19:52026 2024-07-17 13:04:37 Client 38f11f3c disconnected, hadError?:false 2024-07-17 13:04:45 New client ID: : c0624920, ::ffff:10.5.0.19:53724 2024-07-17 13:04:45 Client c0624920 disconnected, hadError?:false 2024-07-17 13:04:47 Setting latency to 46.696ms 2024-07-17 13:05:15 New client ID: : 02aac0e0, ::ffff:10.5.0.19:44360 2024-07-17 13:05:15 Client 02aac0e0 disconnected, hadError?:false 2024-07-17 13:05:39 block height change 2024-07-17 13:05:45 New client ID: : b4af5ea2, ::ffff:10.5.0.19:46398 2024-07-17 13:05:45 Client b4af5ea2 disconnected, hadError?:false 2024-07-17 13:05:48 Setting latency to 46.8716ms 2024-07-17 13:05:48 Killing dead clients 2024-07-17 13:06:16 New client ID: : d59df755, ::ffff:10.5.0.19:49302 2024-07-17 13:06:16 Client d59df755 disconnected, hadError?:false 2024-07-17 13:06:46 New client ID: : 22497c52, ::ffff:10.5.0.19:56642 2024-07-17 13:06:46 Client 22497c52 disconnected, hadError?:false 2024-07-17 13:06:48 Setting latency to 46.8716ms 2024-07-17 13:07:16 New client ID: : ad02e41c, ::ffff:10.5.0.19:39192 2024-07-17 13:07:16 Client ad02e41c disconnected, hadError?:false 2024-07-17 13:07:47 New client ID: : 80237638, ::ffff:10.5.0.19:43716 2024-07-17 13:07:47 Client 80237638 disconnected, hadError?:false 2024-07-17 13:07:48 Setting latency to 47.2332ms 2024-07-17 12:51:27 Authorization validation error 2024-07-17 12:51:27 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:51:27 2024-07-17 12:51:57 Authorization validation error 2024-07-17 12:51:57 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:51:57 2024-07-17 12:52:28 Authorization validation error 2024-07-17 12:52:28 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:52:28 2024-07-17 12:52:58 Authorization validation error 2024-07-17 12:52:58 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:52:58 2024-07-17 12:53:29 Authorization validation error 2024-07-17 12:53:29 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:53:29 2024-07-17 12:53:59 Authorization validation error 2024-07-17 12:53:59 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:53:59 2024-07-17 12:54:29 Authorization validation error 2024-07-17 12:54:29 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:54:29 2024-07-17 12:55:00 Authorization validation error 2024-07-17 12:55:00 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:55:00 2024-07-17 12:55:30 Authorization validation error 2024-07-17 12:55:30 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:55:30 2024-07-17 12:56:00 Authorization validation error 2024-07-17 12:56:00 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:56:00 2024-07-17 12:56:31 Authorization validation error 2024-07-17 12:56:31 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:56:31 2024-07-17 12:57:01 Authorization validation error 2024-07-17 12:57:01 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:57:01 2024-07-17 12:57:32 Authorization validation error 2024-07-17 12:57:32 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:57:32 2024-07-17 12:58:02 Authorization validation error 2024-07-17 12:58:02 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:58:02 2024-07-17 12:58:33 Authorization validation error 2024-07-17 12:58:33 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:58:33 2024-07-17 12:59:03 Authorization validation error 2024-07-17 12:59:03 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:59:03 2024-07-17 12:59:33 Authorization validation error 2024-07-17 12:59:33 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 12:59:33 2024-07-17 13:00:04 Authorization validation error 2024-07-17 13:00:04 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:00:04 2024-07-17 13:00:34 Authorization validation error 2024-07-17 13:00:34 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:00:34 2024-07-17 13:01:05 Authorization validation error 2024-07-17 13:01:05 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:01:05 2024-07-17 13:01:35 Authorization validation error 2024-07-17 13:01:35 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:01:35 2024-07-17 13:02:05 Authorization validation error 2024-07-17 13:02:05 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:02:05 2024-07-17 13:02:36 Authorization validation error 2024-07-17 13:02:36 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:02:36 2024-07-17 13:03:06 Authorization validation error 2024-07-17 13:03:06 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:03:06 2024-07-17 13:03:36 Authorization validation error 2024-07-17 13:03:36 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:03:36 2024-07-17 13:04:07 Authorization validation error 2024-07-17 13:04:07 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:04:07 2024-07-17 13:04:37 Authorization validation error 2024-07-17 13:04:37 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:04:37 2024-07-17 13:04:45 Authorization validation error 2024-07-17 13:04:45 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:04:45 2024-07-17 13:05:15 Authorization validation error 2024-07-17 13:05:15 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:05:15 2024-07-17 13:05:45 Authorization validation error 2024-07-17 13:05:45 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:05:45 2024-07-17 13:06:16 Authorization validation error 2024-07-17 13:06:16 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:06:16 2024-07-17 13:06:46 Authorization validation error 2024-07-17 13:06:46 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:06:46 2024-07-17 13:07:16 Authorization validation error 2024-07-17 13:07:16 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:07:16 2024-07-17 13:07:47 Authorization validation error 2024-07-17 13:07:47 {"id":2,"result":null,"error":[20,"Authorization validation error",", "]} 2024-07-17 13:07:47