question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NBXplorer error Connection refused & Name or service not known

See original GitHub issue

Describe the bug Node is stuck syncing after update from v1.2.1.0 to v1.2.3.0 BTC The node is offline Last error: Name or service not known

To Reproduce the bug

Expected behavior

Screenshots image image

Your BTCPay Environment (please complete the following information):

  • BTCPay Server Version: v1.2.3.0
  • Deployment Method: Docker, LunaNode
  • Browser: Chrome
  • nbxplorer: 2.2.7 Logs (if applicable)

2021-09-19 21:43:42.848 +00:00 [INF] Running SSH command: . /etc/profile.d/btcpay-env.sh && nohup btcpay-restart.sh > /dev/null 2>&1 & disown 2021-09-19 21:43:46.381 +00:00 [INF] DelayedTransactionBroadcasterHostedService successfully exited... 2021-09-19 21:43:46.383 +00:00 [INF] Internal Socks HTTP Proxy closed 2021-09-19 21:43:46.384 +00:00 [INF] TorServices successfully exited... 2021-09-19 21:43:46.391 +00:00 [INF] CheckConfigurationHostedService successfully exited... 2021-09-19 21:43:46.423 +00:00 [INF] PullPaymentHostedService successfully exited... 2021-09-19 21:43:50.958 +00:00 [INF] NBXplorerListener successfully exited... 2021-09-19 21:43:50.966 +00:00 [INF] LightningListener successfully exited... 2021-09-19 21:43:50.970 +00:00 [INF] Stop watching invoices 2021-09-19 21:43:54.324 +00:00 [INF] RatesHostedService successfully exited... 2021-09-19 21:43:54.381 +00:00 [INF] DynamicDnsHostedService successfully exited... 2021-09-19 21:43:54.403 +00:00 [INF] NewVersionCheckerHostedService successfully exited... 2021-09-19 21:43:54.406 +00:00 [INF] DbMigrationsHostedService successfully exited... 2021-09-19 21:44:24.520 +00:00 [INF] BTC: Explorer url is http://nbxplorer:32838/ 2021-09-19 21:44:24.731 +00:00 [INF] BTC: Cookie file is /root/.nbxplorer/Main/.cookie 2021-09-19 21:44:25.340 +00:00 [INF] Internal Socks HTTP Proxy listening at http://127.0.0.1:44136/ 2021-09-19 21:44:25.491 +00:00 [INF] SSH settings detected, testing connection to root@host.docker.internal on port 22 ... 2021-09-19 21:44:25.613 +00:00 [INF] Starting listening NBXplorer (BTC) 2021-09-19 21:44:25.746 +00:00 [INF] Start watching invoices 2021-09-19 21:44:26.074 +00:00 [INF] Starting payment request expiration watcher 2021-09-19 21:44:27.203 +00:00 [INF] 0 pending payment requests being checked since last run 2021-09-19 21:44:27.362 +00:00 [ERR] BTC: NBXplorer error Connection refused2021-09-19 21:44:28.671 +00:00 [INF] SSH connection succeeded 2021-09-19 21:45:27.496 +00:00 [ERR] BTC: NBXplorer errorName or service not known2021-09-19 21:46:27.614 +00:00 [ERR] BTC: NBXplorer errorName or service not known2021-09-19 21:47:27.731 +00:00 [ERR] BTC: NBXplorer errorName or service not known2021-09-19 21:48:27.848 +00:00 [ERR] BTC: NBXplorer errorName or service not known2021-09-19 21:49:27.968 +00:00 [ERR] BTC: NBXplorer errorName or service not known``

$ docker logs --tail 100 generated_nbxplorer_1 info: Configuration: Data Directory: /datadir info: Configuration: Configuration File: /datadir/Main/settings.config info: Configuration: Network: Mainnet info: Configuration: Supported chains: BTC info: Configuration: DBCache: 50 MB info: Configuration: Network: Mainnet info: Configuration: Supported chains: BTC info: Configuration: DBCache: 50 MB info: Explorer: Defragmenting transaction tables... info: Explorer: Defragmentation succeed, 0 bytes saved info: Explorer: Applying migration if needed, do not close NBXplorer... info: Explorer: BTC: OutPoint migration was interupted last time... info: Explorer: BTC: Restarting the Outpoint Migration... Unhandled exception. System.FormatException: A uint256 must be 64 characters at NBitcoin.uint256..ctor(String str) at NBXplorer.TrackedTransactionKey.Parse(String str) in /source/NBXplorer/TrackedTransaction.cs:line 155 at NBXplorer.Repository.MigrateOutPoints(String directory, CancellationToken cancellationToken) at NBXplorer.Repository.MigrateOutPoints(String directory, CancellationToken cancellationToken) in /source/NBXplorer/Repository.cs:line 1485 at NBXplorer.RepositoryProvider.StartAsync(CancellationToken cancellationToken) in /source/NBXplorer/Repository.cs:line 139 at Microsoft.AspNetCore.Hosting.HostedServiceExecutor.ExecuteAsync(Func2 callback, Boolean throwOnFirstFailure) at Microsoft.AspNetCore.Hosting.WebHost.StartAsync(CancellationToken cancellationToken) at Microsoft.AspNetCore.Hosting.WebHostExtensions.RunAsync(IWebHost host, CancellationToken token, String startupMessage) at Microsoft.AspNetCore.Hosting.WebHostExtensions.RunAsync(IWebHost host, CancellationToken token, String startupMessage) at Microsoft.AspNetCore.Hosting.WebHostExtensions.RunAsync(IWebHost host, CancellationToken token) at Microsoft.AspNetCore.Hosting.WebHostExtensions.Run(IWebHost host) at NBXplorer.Program.Main(String[] args) in /source/NBXplorer/Program.cs:line 60 ` Additional context Bitcoin Core is fully synced

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
NicolasDoriercommented, May 3, 2022

@pretyflaco this bug was really specific for the corruption you got a while ago. Normally you won’t have such problems anymore, one reason I migrated to postgres for NBX is exactly to prevent the kind of corruption your install got.

1reaction
pretyflacocommented, May 3, 2022

@NicolasDorier it’s working again, thank you !

info: Configuration:  Data Directory: /datadir
info: Configuration:  Configuration File: /datadir/Main/settings.config
info: Configuration:  Network: Mainnet
info: Configuration:  Supported chains: BTC
info: Configuration:  DBCache: 50 MB
info: Configuration:  Network: Mainnet
info: Configuration:  Supported chains: BTC
info: Configuration:  DBCache: 50 MB
info: NBXplorer.DatabaseSetup: Postgres services activated
info: Explorer:       Trimming the event table if needed...
info: Explorer:       Applying migration if needed, do not close NBXplorer...
info: NBXplorer.PostgresMigration.BTC: Events migration skipped
info: NBXplorer.PostgresMigration.BTC: Scanning the tracked source...
info: NBXplorer.PostgresMigration.BTC: Migrating available keys to postgres...
info: NBXplorer.PostgresMigration.BTC: Available keys migrated.
info: NBXplorer.PostgresMigration.BTC: Migrating blocks to postgres...
info: NBXplorer.PostgresMigration.BTC: Blocks to import: 657
info: NBXplorer.PostgresMigration.BTC: Testing RPC connection to http://bitcoind:43782/
info: NBXplorer.PostgresMigration.BTC: RPC connection successful
info: NBXplorer.PostgresMigration.BTC: Full node version detected: 220000
info: NBXplorer.PostgresMigration.BTC: Getting blocks from RPC...
info: NBXplorer.PostgresMigration.BTC: Blocks migrated.
info: NBXplorer.PostgresMigration.BTC: Migrating raw transactions...
info: NBXplorer.PostgresMigration.BTC: Raw transactions migrated.
info: NBXplorer.PostgresMigration.BTC: Migrating tracked transactions and outputs...
info: NBXplorer.PostgresMigration.BTC: Tracked transactions migrated.
info: NBXplorer.PostgresMigration.BTC: Migrating tracked transactions inputs...
info: NBXplorer.PostgresMigration.BTC: Tracked transactions inputs migrated.
info: NBXplorer.PostgresMigration: Running ANALYZE and VACUUM FULL...
info: NBXplorer.PostgresMigration: The migration completed in 0 minutes.
warn: NBXplorer.PostgresMigration: A legacy DBTrie database has been previously migrated to postgres and is still present. You can safely delete it if you do not expect using it in the future. To delete the old DBTrie database, start NBXplorer with --deleteaftermigration (or environment variable: NBXPLORER_DELETEAFTERMIGRATION=1)
info: NBXplorer.Indexer.BTC: TCP Connection succeed, handshaking...
info: NBXplorer.Indexer.BTC: Handshaked
info: NBXplorer.Indexer.BTC: Testing RPC connection to http://bitcoind:43782/
info: NBXplorer.Indexer.BTC: RPC connection successful
info: NBXplorer.Indexer.BTC: Full node version detected: 220000
Hosting environment: Production
Content root path: /app/
Now listening on: http://0.0.0.0:32838
Application started. Press Ctrl+C to shut down.
info: NBXplorer.Indexer.BTC: NBXplorer is correctly whitelisted by the node
info: NBXplorer.Events: BTC: Node state changed: NotStarted => NBXplorerSynching
info: NBXplorer.Events: BTC: New block 00000000000000000004cc182a57e0afd5a158128822c20a477e18ef97b4364c (734455)
info: NBXplorer.Events: BTC: New block 000000000000000000038922607a589bc38e2f8b86f2475c4d5e0f49d7f30fdf (734456)
info: NBXplorer.Events: BTC: New block 00000000000000000005ae95f24045a9bfed258074c533423c89bdd8004e1933 (734457)
info: NBXplorer.Events: BTC: New block 00000000000000000007e25f3e5185dc0c5b54dcacb0760dbd49d9871d83d9a2 (734458)
info: NBXplorer.Events: BTC: New block 00000000000000000008dcaad94d2aba46d4d958df22188a61c5e04fbfd34970 (734459)
info: NBXplorer.Events: BTC: New block 000000000000000000096868d21158afe39ae0a543aa093f356260e2517855bb (734460)
info: NBXplorer.Events: BTC: New block 00000000000000000005c2286c7155c64c81d23952ff8175ab4167e795028c78 (734461)
info: NBXplorer.Events: BTC: New block 00000000000000000002c84592766002a37e63d6beee37cf6409af84e3a4c2b7 (734462)
info: NBXplorer.Events: BTC: New block 000000000000000000061c4cd9332696289fb39a2b05459502776fae5c77410f (734463)
info: NBXplorer.Events: BTC: New block 000000000000000000048cd7f4b7ccfb67299496c18564b71153f7032211c082 (734464)
info: NBXplorer.Events: BTC: New block 0000000000000000000056f384164b05afad19078939aedb41654017f441927d (734465)
info: NBXplorer.Events: BTC: New block 000000000000000000047cc974cd677bdde4ebffd2d6486b0cbec7266629a400 (734466)
info: NBXplorer.Events: BTC: New block 0000000000000000000732296918d6c57e67e9fa07559e08b869a1d1675946dc (734467)
info: NBXplorer.Events: BTC: New block 0000000000000000000479acf1bb1ad2a9a9479e12ec65d255dce2559ca0d190 (734468)
info: NBXplorer.Events: BTC: New block 00000000000000000000610dc09ffcf78545f41c8959b93f536a2f91b77742ea (734469)
info: NBXplorer.Events: BTC: New block 00000000000000000004c38f035bcc26b75bf112753a003055c94ee844a442a3 (734470)
info: NBXplorer.Events: BTC: New block 000000000000000000041b170f84a82d6f2defa21d25d71e63213192b08b89fb (734471)
info: NBXplorer.Events: BTC: New block 00000000000000000000b7d65ff1b3c7791000df3dc35b9b4a617c17f532ca8a (734472)
info: NBXplorer.Events: BTC: New block 000000000000000000029e1fd3fb90f91d1daa31e195cce1adbc67ecf7dba633 (734473)
info: NBXplorer.Events: BTC: New block 00000000000000000001bc0f57f03fd1cfaa612b20724266dbffeb3105c9a6d6 (734474)
info: NBXplorer.Events: BTC: New block 00000000000000000002def144325a9eca1a3b365d63d30c5fcea435d7d09455 (734475)
info: NBXplorer.Events: BTC: New block 00000000000000000007418e4e683447fc76dc63be7c7f61e5e6bf783bff1c36 (734476)
info: NBXplorer.Events: BTC: New block 000000000000000000060cbc71b6a7dc43359d34d560a4c482c19ea5cf56b9de (734477)
info: NBXplorer.Events: BTC: New block 00000000000000000005fe77fcdf612a838b4dcbafdf12e78ab4ae58b8ef9ef6 (734478)
info: NBXplorer.Events: BTC: New block 000000000000000000034a3e79060cf5443b0edd23f6fade126c515163eee6fb (734479)
info: NBXplorer.Events: BTC: New block 000000000000000000061b2254151ff4f7dc7b4adede5bdfeb3393e83dba815b (734480)
info: NBXplorer.Events: BTC: New block 000000000000000000061fa2f0bdc7591b182d05303848b68c6387c7f3f0f1d4 (734481)
info: NBXplorer.Events: BTC: New block 0000000000000000000812d7cb6831dc9f50659519201173b0c94f4132805f36 (734482)
info: NBXplorer.Events: BTC: New block 00000000000000000006e52f89bea519dedd918c71c4a62e726ead9374243b68 (734483)
info: NBXplorer.Events: BTC: New block 000000000000000000090ac6e91150c2340a66750eb8c9c35c61cd2fad36fcdf (734484)
info: NBXplorer.Events: BTC: New block 000000000000000000020ef9a146f0cef89c82e55d8732acf09f45a045261c42 (734485)
info: NBXplorer.Events: BTC: New block 000000000000000000024c446c986d0b0138b8fa7a1ac39e356a24b9f3c45cb8 (734486)
info: NBXplorer.Events: BTC: New block 00000000000000000002e47457ffec61ee46e55bb7b990f8e569fca65bb3a529 (734487)
info: NBXplorer.Events: BTC: New block 00000000000000000002f230e84a32ce4ae7b49ca68d41ce91d4f111c36b7a72 (734488)
info: NBXplorer.Events: BTC: New block 00000000000000000000f17c72f2ce46edc98058399bfac0dd7ebfff427595e5 (734489)
info: NBXplorer.Events: BTC: New block 00000000000000000005e43ceefc5a6cdc22bfb6877f7e2c333165965fba62e5 (734490)
info: NBXplorer.Events: BTC: New block 00000000000000000009501f0cd66704a1a54ef723005a58f4d5a92a9c77bc1d (734491)
info: NBXplorer.Events: BTC: New block 0000000000000000000408a5dffea175b3f335ccbc848f84ae98ec3558c48c5e (734492)
info: NBXplorer.Events: BTC: New block 00000000000000000005fe28d599ce9235fa0c1cf23863c71811451372722c64 (734493)
info: NBXplorer.Events: BTC: New block 00000000000000000008d0a040b539f99068f39ac5e98a4891bb9e4b297f2d83 (734494)
info: NBXplorer.Events: BTC: New block 00000000000000000004757da5e2ff0e688a654b3a7f776061d99cc1072ef02d (734495)
info: NBXplorer.Events: BTC: New block 0000000000000000000430bca43b85c882ddac982b706cebc7cece12b50b3aa0 (734496)
info: NBXplorer.Events: BTC: New block 00000000000000000006c9c12857042c4a5d32caeb1590851505dde09cae8cb4 (734497)
info: NBXplorer.Events: BTC: New block 00000000000000000001f728f7c2eb8b54ac913820177fb2a20cae9c7cfb25ef (734498)
info: NBXplorer.Events: BTC: New block 000000000000000000046e9027884ed158bd201f7f2d2ac372a941dc49ae4efd (734499)
info: NBXplorer.Events: BTC: New block 000000000000000000033b7023979238f2fc8093f3cc0e1052525837a2e58a07 (734500)
info: NBXplorer.Events: BTC: New block 00000000000000000002241f963d0cdd74957f9f55eb946ed090b3ca4bf5ad3d (734501)
info: NBXplorer.Events: BTC: New block 00000000000000000001404eb939817b8ed91f3a6377cd3b6c4b9ec7fe8d6871 (734502)
info: NBXplorer.Events: BTC: New block 00000000000000000005c0ca3f73a5db1637cd5974d2ff63c32e0084245049da (734503)
info: NBXplorer.Events: BTC: New block 000000000000000000072a488fb8878e3ddc9f6450f48078b49050b76ed9246e (734504)
info: NBXplorer.Events: BTC: New block 00000000000000000000c478b01b6e430cbce10133800045fc9dd2f0a8a30c14 (734505)
info: NBXplorer.Events: BTC: New block 00000000000000000002bd7ca597b29a3aa25756dee91eea18ce09b7e0063f35 (734506)
info: NBXplorer.Events: BTC: New block 00000000000000000008e4d5d76b7ec7508fcc172d954086949da7a6d583cce5 (734507)
info: NBXplorer.Events: BTC: New block 0000000000000000000307eb23303d3afca5b843b94b2d2ab37506eab294c20f (734508)
info: NBXplorer.Events: BTC: New block 000000000000000000043905b4f3e34c8d4717cadc8a9f30b384aac703f5730d (734509)
info: NBXplorer.Events: BTC: New block 00000000000000000003a8ef24695aa3e174ca086930afabe6e3f2eb5f42a87b (734510)
info: NBXplorer.Events: BTC: New block 0000000000000000000039804e7d4bfe1348746c9abaab42f6dddf71bb0053de (734511)
info: NBXplorer.Events: BTC: New block 0000000000000000000577176d7ec1d0b3cf2fe50c29307955a61ca5edbfd47d (734512)
info: NBXplorer.Events: BTC: New block 000000000000000000041058c65d7704679115efe501e959a494e89b7c29192c (734513)
info: NBXplorer.Events: BTC: New block 000000000000000000026c01c1fac1a8e69faaa78c5a9eb61aad6fbbdecc658b (734514)
info: NBXplorer.Events: BTC: New block 00000000000000000005d9d3e2d268e65289104edb328d890af30f955b953f7d (734515)
info: NBXplorer.Events: BTC: New block 0000000000000000000356bdbeeeacd340806d3059b4cd8f61f50202005033e3 (734516)
info: NBXplorer.Events: BTC: New block 0000000000000000000257f4836b5d3d869c26efddc8aad3e68003d7569babc3 (734517)
info: NBXplorer.Events: BTC: New block 00000000000000000007602f6382c18b512029fbb444eceb3862660e6e821340 (734518)
info: NBXplorer.Events: BTC: New block 00000000000000000006234d0ff12c2981983c2495e41ec48b6d409c331505cb (734519)
info: NBXplorer.Events: BTC: New block 000000000000000000019d9fae86262beb9edc03b7e09a204d26780a5d1338b4 (734520)
info: NBXplorer.Events: BTC: New block 000000000000000000087c7c61fd3e6c1df7febdfc91b41633308bfa8cfa841e (734521)
info: NBXplorer.Events: BTC: New block 0000000000000000000091a4496b3f50223a95085989631e4f5a4dd5e3c79d5c (734522)
info: NBXplorer.Events: BTC: New block 00000000000000000009314ca476747a1fda41e903771b48a0065a96aa7e86f8 (734523)
info: NBXplorer.Events: BTC: New block 000000000000000000045dfd8715649ea3ef832b696aeff2ef6b24bb1adda621 (734524)
info: NBXplorer.Events: BTC: New block 00000000000000000002ab6c247a1d0263c897b57d1caec0aa87bca170214715 (734525)
info: NBXplorer.Events: BTC: New block 000000000000000000017e80c857d7854944cf8caf488b41d373793befc209fa (734526)
info: NBXplorer.Events: BTC: New block 00000000000000000005f96a98372034a066c520258e07b88e14c253d1dc9bb7 (734527)
info: NBXplorer.Events: BTC: New block 00000000000000000008782ded177c2260ffef64c8a2f4ee883423e5eb807545 (734528)
info: NBXplorer.Events: BTC: New block 00000000000000000002a0de3f618e40e8f20fa38b3608a5fb9eb332bab7b1ec (734529)
info: NBXplorer.Events: BTC: New block 00000000000000000001d4fcc156a1c0aff8d70ec13cb9efebd9e31248801f1f (734530)
info: NBXplorer.Events: BTC: New block 0000000000000000000887060fd49ac05c222b4092275128ed21efb1c9adcaa7 (734531)
info: NBXplorer.Events: BTC: New block 000000000000000000081aff9dfcd0db9f0fde977533a364287a6147deaf7abf (734532)
info: NBXplorer.Events: BTC: New block 0000000000000000000346b3835e0aa0519852e1453d79c812cbbd19e3ea8149 (734533)
info: NBXplorer.Events: BTC: New block 000000000000000000067146ca45741c0258db79170a43b6ad28ce45effa3a1f (734534)
info: NBXplorer.Events: BTC: New block 0000000000000000000451c811961843050690a4f87150c4aad771656c0991a6 (734535)
info: NBXplorer.Events: BTC: New block 0000000000000000000385d989f5e744505bc7036284a405afb1bbbfd14388e9 (734536)
info: NBXplorer.Events: BTC: New block 0000000000000000000293e53982d68bb2401202be6b48384ec05b991bb31d65 (734537)
info: NBXplorer.Events: BTC: New block 0000000000000000000249cd61465bd3c3020aea13943794a0f3d3c87a0179ec (734538)
info: NBXplorer.Events: BTC: New block 00000000000000000003bf35f1844f4ced41fed8e90d70166ba35016965f3779 (734539)
info: NBXplorer.Events: BTC: New block 00000000000000000002c874927c94efc932efdbb8a48ab6869ac0f344b92b71 (734540)
info: NBXplorer.Events: BTC: New block 000000000000000000073fdd355c7156b0a8f086bc522341ca660d742cf8eea6 (734541)
info: NBXplorer.Events: BTC: New block 0000000000000000000934d7c5c4cb503a913d96b2ccb6f85609b8f48afb6d6e (734542)
info: NBXplorer.Events: BTC: New block 000000000000000000080b37eb873f24587e63950c0160e4c8a8f85c1b181ac7 (734543)
info: NBXplorer.Events: BTC: New block 00000000000000000001d1e388e8655b5cd1130e4628f4757140eab5fcf92727 (734544)
info: NBXplorer.Events: BTC: New block 000000000000000000004d74afef7ad66f9de235126149c21662d67fafd6fe7f (734545)
info: NBXplorer.Events: BTC: New block 00000000000000000008c9d22f7e9e532362e8fda8438e6233b4d4e3fbab5790 (734546)
info: NBXplorer.Events: BTC: New block 0000000000000000000672ee98c3c53677d6fc3d143e30fb2ec41e3181c32386 (734547)
info: NBXplorer.Events: BTC: New block 00000000000000000004af9d5e22e6001a2a3c64134f5c310ec887b57848e867 (734548)
info: NBXplorer.Events: BTC: New block 0000000000000000000386186b3104621653e34c0e9cc5f9aa50176d8ad7ed5d (734549)
info: NBXplorer.Events: BTC: New block 0000000000000000000480b76d75cb2c100875b709727b226593709d42b88e83 (734550)
info: NBXplorer.Events: BTC: New block 00000000000000000008a4e20c4dd87fcda60e7c33eb5c2b700d500e3ec9e8ce (734551)
info: NBXplorer.Events: BTC: New block 00000000000000000006b9c0809f641c4256303c6804f19ece4884589bb0d0ff (734552)
info: NBXplorer.Events: BTC: New block 000000000000000000000f15f50b74f3b13fd19c270d8b1a2c34ed803151135e (734553)
info: NBXplorer.Events: BTC: New block 00000000000000000008777b3aacd63c884f8baf5e6af0e66b73c3b267fd9372 (734554)
info: NBXplorer.Events: BTC: New block 00000000000000000005a170e0fa89cdb1b1a071c3bf6b44f61b9b8970cb627a (734555)
info: NBXplorer.Events: BTC: New block 0000000000000000000079bef628a9fc7bb12fd5a6e0b5d25974e44a1f184dee (734556)
info: NBXplorer.Events: BTC: New block 000000000000000000081baaef7289b4cbdecfb69671b8a3e741a2e2bfdb9ac5 (734557)
info: NBXplorer.Events: BTC: New block 000000000000000000012752dcc5424e31dab07dffe00c70decc130c9be7c577 (734558)
info: NBXplorer.Events: BTC: New block 0000000000000000000059783dfbecdcca0abd3111a12b044573e412c3fd0dc3 (734559)
info: NBXplorer.Events: BTC: New block 00000000000000000001316df0189984225b3d33a611b8b3646552254a7bc46a (734560)
info: NBXplorer.Events: BTC: New block 0000000000000000000278516ed78db6be0f13a87d55efb2cc2b9f94298c9be9 (734561)
info: NBXplorer.Events: BTC: New block 000000000000000000037d3849b7647290aedb4f5571d7d001939ee8d4f20a85 (734562)
info: NBXplorer.Events: BTC: New block 0000000000000000000316036471fffa29fce2b877b3a864d3f5f9b5ebd1c318 (734563)
info: NBXplorer.Events: BTC: New block 000000000000000000054fa12f4ff4f62a108604252f8df71bc579c18b822e55 (734564)
info: NBXplorer.Events: BTC: New block 00000000000000000000cebb40af98956f5e9a3fc733d5684ad0a7f22647942a (734565)
info: NBXplorer.Events: BTC: New block 0000000000000000000543e44def755a6d50194e745cb2a3499f07dae5981474 (734566)
info: NBXplorer.Events: BTC: New block 00000000000000000005de5cfd6386df0913b8b5d96fd0d493cb8100aeb0eeae (734567)
info: NBXplorer.Events: BTC: New block 000000000000000000026b3e33ed13879f1efdc429c18aa8722e1c60bb580c33 (734568)
info: NBXplorer.Events: BTC: New block 00000000000000000001085f7be7814ddfddb2c02ab7fca60493de3d9fb0220c (734569)
info: NBXplorer.Events: BTC: New block 000000000000000000016afa1e3f921fd3c734f7372f08cec70c9f65e58c99e5 (734570)
info: NBXplorer.Events: BTC: New block 00000000000000000005625c2435e78a118e1bad1ef7a7f4bf3ccfa989a43ac2 (734571)
info: NBXplorer.Events: BTC: New block 00000000000000000000af2f9a9b0627dbd094e939aebb08ab045276e653113c (734572)
info: NBXplorer.Events: BTC: New block 00000000000000000002979300725655dbd3036b1c3a932d5da9648e82aaa244 (734573)
info: NBXplorer.Events: BTC: New block 000000000000000000049d087b0714b013e69216b13577e3fb71bf024dafb78f (734574)
info: NBXplorer.Events: BTC: New block 0000000000000000000003e0282de42e33db73dda471718399ce5d8c26ef4737 (734575)
info: NBXplorer.Events: BTC: New block 00000000000000000005875a86e9c3c389ece7dd67f7876aded49f4678150e03 (734576)
info: NBXplorer.Events: BTC: New block 00000000000000000004d1d28c65d8f93b49b3e460aca0bbb6febfd5a9a51bda (734577)
info: NBXplorer.Events: BTC: New block 00000000000000000003f6590f573243fad93b9389da80a3bfa984b4b264376c (734578)
info: NBXplorer.Events: BTC: New block 00000000000000000008f221a649fe54cd8ca8809ffc3ebdcf9d617911d83395 (734579)
info: NBXplorer.Events: BTC: New block 0000000000000000000309ff63e5ea1eefda0d83691026745894a82b17cde626 (734580)
info: NBXplorer.Events: BTC: New block 00000000000000000003db47184d68cfabf456a44700560e9f4946dbdea10e34 (734581)
info: NBXplorer.Events: BTC: New block 000000000000000000071ac72fbc8d723c4d7854689cd4e92935d063a3a7538d (734582)
info: NBXplorer.Events: BTC: New block 00000000000000000000af10ca0135c66ce6888ab1e5bd252fb825a272780b5d (734583)
info: NBXplorer.Events: BTC: New block 0000000000000000000381cf564720f466d4bf22418e07ccb5f16c3a11cd5463 (734584)
info: NBXplorer.Events: BTC: New block 00000000000000000001c5ebc98f92d40486d72c1e5a489c61aa79615df25bc3 (734585)
info: NBXplorer.Events: BTC: New block 00000000000000000006ab7e5f37220f28ca6212efd39b6f55ff6e76afe796a9 (734586)
info: NBXplorer.Events: BTC: New block 000000000000000000018244b58c0f14d3c62330b8df85b436d9acfd41ffc1a2 (734587)
info: NBXplorer.Events: BTC: New block 000000000000000000054bf5055c1ccf3a1df8fc7d31e798b5d4e02b30c500c0 (734588)
info: NBXplorer.Events: BTC: New block 000000000000000000088b0c2258c7fe1530e08103bde36e6fb60d219d9b663a (734589)
info: NBXplorer.Events: BTC: New block 000000000000000000028e14ed3f940df5d6eabe6da6b209d9ad1a3286087554 (734590)
info: NBXplorer.Events: BTC: New block 00000000000000000005515eeed2d934a4aa4acba423434d518584d506303907 (734591)
info: NBXplorer.Events: BTC: New block 000000000000000000062cfffbf2d97995a367b74b38147b64005116c4e68936 (734592)
info: NBXplorer.Events: BTC: New block 00000000000000000008c0da051dc3314122f410a369a3e2489c6bde3d131d1b (734593)
info: NBXplorer.Events: BTC: New block 00000000000000000007d28c1a28e32126ce989d1944c4eb03dd7e3323865462 (734594)
info: NBXplorer.Events: BTC: New block 0000000000000000000094ef6b3f10470729b2416871373dc1a66658cd4a1405 (734595)
info: NBXplorer.Events: BTC: New block 00000000000000000004317443fd6092c7e4fbef7e1bdec6726dd20c61364215 (734596)
info: NBXplorer.Events: BTC: New block 000000000000000000063a57574ae2909f0f15fd7f73a3c17ec831f175320149 (734597)
info: NBXplorer.Events: BTC: New block 0000000000000000000761d24aee01bf8c0fec5c60d02525c7541002db3708c3 (734598)
info: NBXplorer.Events: BTC: New block 00000000000000000002ae720d39a4c3861d7665a96448ad3edc35f089575eb7 (734599)
info: NBXplorer.Events: BTC: New block 000000000000000000071162ac41556c4f230f443a250cdc19fc91d678b5120c (734600)
info: NBXplorer.Events: BTC: New block 000000000000000000030eea698a1f1bd07453bf6620c967cecc8e0040609528 (734601)
info: NBXplorer.Events: BTC: New block 0000000000000000000675b3c1c6d0d28abb5811108035598be7b5aeeac1007c (734602)
info: NBXplorer.Events: BTC: New block 0000000000000000000185854392d43e201aaed5e556e28a061ab61592fd5d60 (734603)
info: NBXplorer.Events: BTC: New block 0000000000000000000296427143403019f5691579b9e5324f84502bd834ce07 (734604)
info: NBXplorer.Events: BTC: New block 00000000000000000008d0f41ca83e485571e97392735b885d3180919e476d95 (734605)
info: NBXplorer.Events: BTC: New block 00000000000000000003d21e959b2392647eca111b6e77300f4469e610d64f82 (734606)
info: NBXplorer.Events: BTC: New block 00000000000000000004bc66423ff6df4c4166a75b2496002339dfa31ef85c5f (734607)
info: NBXplorer.Events: BTC: New block 0000000000000000000267f8696a052616f3f6c2a23ca043c367fe21bfd6b2c7 (734608)
info: NBXplorer.Events: BTC: New block 000000000000000000022dafa72775425991ba84f112e3a51d535e2b60686906 (734609)
info: NBXplorer.Events: BTC: New block 0000000000000000000631c62ba108c052501277e2862bb99ef6ab40323ee292 (734610)
info: NBXplorer.Events: BTC: New block 00000000000000000003c21ef3ac3dd8207c1073342b37641c0950308a4204e4 (734611)
info: NBXplorer.Events: BTC: New block 000000000000000000076466f0d66689a7b0f599e2a095c2e336303da9d266fa (734612)
info: NBXplorer.Events: BTC: New block 0000000000000000000358f695af40f748a4cd429a31ea55f916d86d52a7f1c8 (734613)
info: NBXplorer.Events: BTC: New block 00000000000000000004829a249752cd65784671d96ca6a101e8858c2062b576 (734614)
info: NBXplorer.Events: BTC: New block 00000000000000000004b409b68562b82757eec71d0c4462421d989665e4b6a8 (734615)
info: NBXplorer.Events: BTC: New block 00000000000000000005a142dc4a9f13c8f91093ee44621351380298b810f38c (734616)
info: NBXplorer.Events: BTC: New block 000000000000000000016787b4ca1e0fcf64d2e67c74e4d41647a2962a95f485 (734617)
info: NBXplorer.Events: BTC: New block 00000000000000000008cd80e67e3491a32a1646df48ad57ccd99787180414b6 (734618)
info: NBXplorer.Events: BTC: New block 00000000000000000007eb8174632edf5df4ad8be08fc3fed77b1365dacb89ae (734619)
info: NBXplorer.Events: BTC: New block 00000000000000000003beede1977e69853f16a5d35ce58eb196878ac3ff1d8a (734620)
info: NBXplorer.Events: BTC: New block 000000000000000000083645ac5e6a02c6d08fba4426bf4111ea5e95c4434d68 (734621)
info: NBXplorer.Events: BTC: New block 00000000000000000000db4aba096e4ad6f3dd700d2ce083c715a867cf1612e9 (734622)
info: NBXplorer.Events: BTC: New block 0000000000000000000245c494569b8dbafed5a186113d8b3c267ea67d0c5489 (734623)
info: NBXplorer.Events: BTC: New block 00000000000000000001c20102a64f0cf381bfc2527c3176ebb3a7879889ff91 (734624)
info: NBXplorer.Events: BTC: New block 00000000000000000006ee5bf1b33a25defbcaaf9326a39eef0db914015c2759 (734625)
info: NBXplorer.Events: BTC: New block 000000000000000000012eae97b142755f974acce71a26fad2888e7717bfc27a (734626)
info: NBXplorer.Events: BTC: New block 0000000000000000000563090f3fef6e699d55dd94b5f384a6d6398794dea151 (734627)
info: NBXplorer.Events: BTC: New block 000000000000000000084a326061d3b99b9e53baea3a3f1bfe887365d5de0a61 (734628)
info: NBXplorer.Events: BTC: New block 000000000000000000012d794105beebc20e6352fc19e15e466507312f9829ad (734629)
info: NBXplorer.Events: BTC: New block 00000000000000000008bb1616bcc560e740f1f3f40b7e447a5b926666e8cea4 (734630)
info: NBXplorer.Events: BTC: New block 00000000000000000001f35f91837d5b869f34a4117526bb1c6c12c07f609728 (734631)
info: NBXplorer.Events: BTC: New block 000000000000000000058332a21fa1c07b8232ada721903d130852fbbf079896 (734632)
info: NBXplorer.Events: BTC: New block 000000000000000000044e7436ea72adf28b2b34e92e0271670768f8673321fc (734633)
info: NBXplorer.Events: BTC: New block 00000000000000000001084dbaa525edbdac5b24a7d60f68cca0fe46e161f2ce (734634)
info: NBXplorer.Events: BTC: New block 000000000000000000013171d7f75ec77853e187c5fbdc498548ca13e07bb393 (734635)
info: NBXplorer.Events: BTC: New block 00000000000000000004ac7acb5864fc6756520247fddef2bbd7954c35276b89 (734636)
info: NBXplorer.Events: BTC: New block 0000000000000000000122f589c77a3714589f01156e2d26204003d223e27ee6 (734637)
info: NBXplorer.Events: BTC: New block 0000000000000000000339623153c307c9c299cea5b58fc3a065b12c35e8f4c0 (734638)
info: NBXplorer.Events: BTC: New block 000000000000000000029cdf6dfb412641fb2f1a9f11b77b03132c1416a5ec64 (734639)
info: NBXplorer.Events: BTC: New block 00000000000000000007c43c36501fabf5f35ca25ae376f639774c2db60a7ad8 (734640)
info: NBXplorer.Events: BTC: New block 0000000000000000000055cd3107d323658e85deb0e911bc79f3fdd0d3923ee2 (734641)
info: NBXplorer.Events: BTC: New block 00000000000000000003b2daf5bea500a466a5e6026fd9ab798da9a4e2d143cc (734642)
info: NBXplorer.Events: BTC: New block 000000000000000000044262bbb5c1e19a3f4c1e036a436073cc994a9e1e153f (734643)
info: NBXplorer.Events: BTC: New block 000000000000000000001acb437ce30ec94a3ea5e2b199a9a4f5f5aba06ab00a (734644)
info: NBXplorer.Events: BTC: New block 00000000000000000002cdd57fa9aa2350942aa21da82d728b66068c2dc68b3f (734645)
info: NBXplorer.Events: BTC: New block 00000000000000000004304b14423478ed85bf257f6aaaa2990fd4c7b0fc9b5b (734646)
info: NBXplorer.Events: BTC: New block 0000000000000000000640a18f7a5665dd133833b709ca36e99e060887813147 (734647)
info: NBXplorer.Events: BTC: New block 00000000000000000005a6780ab150be7c573290bf6feabc53dedd2032fcd1e6 (734648)
info: NBXplorer.Events: BTC: New block 00000000000000000006c8b8c3018525de0290035131b56d4af8b2708afc665e (734649)
info: NBXplorer.Events: BTC: New block 00000000000000000007af663ee2ca70c1d57fb6ab5ccabde0124ffec72d32e2 (734650)
info: NBXplorer.Events: BTC: New block 00000000000000000002ef809fe933ededb19a12176630fd5fdd63e65e40f71a (734651)
info: NBXplorer.Events: BTC: New block 00000000000000000001d0a475756d7d55c0d4a2847df9e39372445d1697ceeb (734652)
info: NBXplorer.Events: BTC: New block 00000000000000000006d9e82d4e12b3323e931572259531dfb388c747bb649a (734653)
info: NBXplorer.Events: BTC: New block 00000000000000000004fb472e95ee8d2450ea2b41c92465caefd4239f8e513f (734654)
info: NBXplorer.Events: BTC: New block 00000000000000000006d57f367c9c8b07b3e7e8d755f2d4aca81d5aa5965216 (734655)
info: NBXplorer.Events: BTC: New block 0000000000000000000797aaf94ad6dd73a93c0a5f95d5b302bc6d237bc7cda8 (734656)
info: NBXplorer.Events: BTC: New block 00000000000000000001a2b63d60e25b0f8be828dca0c46b92646df70afcfd90 (734657)
info: NBXplorer.Events: BTC: New block 00000000000000000000f168fdc6c5aeaff5254fdedac24f851679eafaf0fae4 (734658)
info: NBXplorer.Events: BTC: New block 000000000000000000016ad4210a8351732e22ebca9447b047cf14acf0d1def6 (734659)
info: NBXplorer.Events: BTC: New block 0000000000000000000054d24984b87e5fba82624805777f4d243b7b41f74673 (734660)
info: NBXplorer.Events: BTC: New block 000000000000000000021dfa7f1f7497228c5bd96bc2c68d2c550a60eb410604 (734661)
info: NBXplorer.Events: BTC: New block 000000000000000000079bd19b14d5f3919e57f1cd4281a307e196d25ecdf8ca (734662)
info: NBXplorer.Events: BTC: New block 00000000000000000008970fd2d2753d7da067a57fbbe718284512577f8e1f9e (734663)
info: NBXplorer.Events: BTC: New block 0000000000000000000643b83cc6ef6bc17f5b112f2aedf9a5192985e67543f3 (734664)
info: NBXplorer.Events: BTC: New block 0000000000000000000397ae7215a4380bd1027b81544e84f66dbe49307fe35b (734665)
info: NBXplorer.Events: BTC: New block 000000000000000000024c21e94487c53d80225c7fffccf3798f158b496d3913 (734666)
info: NBXplorer.Events: BTC: New block 00000000000000000004b8b6062423ad4f60f8b1eaae259abf7288c6c475bc7a (734667)
info: NBXplorer.Events: BTC: New block 0000000000000000000841ce6f122aba29f017596256d2b534baebbcb2431d39 (734668)
info: NBXplorer.Events: BTC: New block 00000000000000000003c37f5f5346048b863ff736a782762ce7e589ff6d5e52 (734669)
info: NBXplorer.Events: BTC: New block 000000000000000000074b73114584b06e706fc8909712c37220972a37202eb4 (734670)
info: NBXplorer.Events: BTC: New block 000000000000000000064d196bcecfa341095f64f6da980331ed5cf69b693555 (734671)
info: NBXplorer.Events: BTC: New block 0000000000000000000816ae6d6893b29437d38050bb30f1d6175a41964f6a9a (734672)
info: NBXplorer.Events: BTC: New block 00000000000000000001a54afaee2be4fda4a5e4beecb23fd22997c4abd56a4b (734673)
info: NBXplorer.Events: BTC: New block 000000000000000000027cebed8e2c035516a494f1871e9246a68470a6e6fbbb (734674)
info: NBXplorer.Events: BTC: New block 00000000000000000002431139ab8ae8aff93d9fd191b951b3eb0b865d9706f1 (734675)
info: NBXplorer.Events: BTC: New block 0000000000000000000077f6e0750aa7892ceddf408fcc2d23453b3dca57523a (734676)
info: NBXplorer.Events: BTC: New block 00000000000000000000b1b0d297dbc6f8bfcbf328576c45e388792ac6357c57 (734677)
info: NBXplorer.Events: BTC: New block 00000000000000000000eb04841017af0b8456a10bdad61d5e30bda172fd11b9 (734678)
info: NBXplorer.Events: BTC: New block 000000000000000000052186f19d8ac2f85ff29e8bbad486aff3df0fc765373d (734679)
info: NBXplorer.Events: BTC: New block 000000000000000000058ca989691f5f94518da50775bd5fddfbd190d2f78aa2 (734680)
info: NBXplorer.Events: BTC: New block 000000000000000000029d28ed89b9bed893eb7d6fc78d18e133fc679fbf6b46 (734681)
info: NBXplorer.Events: BTC: New block 000000000000000000061ff811bd203bf58fccf60756e941535efa20972d5249 (734682)
info: NBXplorer.Events: BTC: New block 00000000000000000005ffda08a7df0aa2492d8e1b1419873689377e0e5ab384 (734683)
info: NBXplorer.Events: BTC: New block 000000000000000000072ec3c0cf2316a9bb662a1d760f5c67a179044b61628d (734684)
info: NBXplorer.Events: BTC: New block 000000000000000000055d2e8998208fdcbb6d512a26f2bc0c0108ecb5f09e6d (734685)
info: NBXplorer.Events: BTC: New block 000000000000000000083a2de8c9276165c8a3e25300ed086cb51b06476c34df (734686)
info: NBXplorer.Events: BTC: New block 00000000000000000000e07b5d558ed69cf07b16280bfb70c06c44b31435305e (734687)
info: NBXplorer.Events: BTC: New block 00000000000000000002e81e65e8b9b0af8262f64a7b810e4f839bc04c4c4136 (734688)
info: NBXplorer.Events: BTC: New block 00000000000000000006e298eae4d811df29702d0bd4caf8cf951f59bcb4d954 (734689)
info: NBXplorer.Events: BTC: New block 000000000000000000003a7dde4699d9cbe6199022cb9aed2b56cfff857df01d (734690)
info: NBXplorer.Events: BTC: New block 00000000000000000007430fa1f64a392960da9893dfc7be3bad5b6fbd676610 (734691)
info: NBXplorer.Events: BTC: New block 000000000000000000035d8c6d6cf5b12ee21b66e64476de87eabdb931ddc22e (734692)
info: NBXplorer.Events: BTC: New block 0000000000000000000853285beacf119de9f7c5371cd6368de41fb781dbdf13 (734693)
info: NBXplorer.Events: BTC: Node state changed: NBXplorerSynching => Ready
Read more comments on GitHub >

github_iconTop Results From Across the Web

nbxplorer restart....... · Issue #398
I rebooted after the update. Then nbxplorer keeps restarting with the following error in nbxplorer. Is there any way to verify the details...
Read more >
Troubleshooting an issue in BTCPay Server
# 1. Replicating the issue ... First and foremost, try to determine when the issue happens. Try to replicate the problem. Try to...
Read more >
Cant connect with My Own BTC full core node server
Connection refused means that the WordPress machine could not connect to your wallet's RPC port. This could be for any number of reasons....
Read more >
Using Electrum via Proxy
It seems like NBXplorer does not have a config file as entering that code results in an error stating the file can't be...
Read more >
BTCPay server Connection refused (10.21.21.20:32838)
I have installed BTCPay server on my Umbrel pi node and I am getting this message and error in a BTCPay server popup,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found