Bitcoin Forum
July 18, 2026, 05:58:35 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Why my node doesn't connect to any peer?
My OS can have made any update - 0 (0%)
My node doesn't work properly - 1 (100%)
Total Voters: 1

Pages: [1]
  Print  
Author Topic: My node doesn't connect to any peer  (Read 160 times)
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 02:06:23 AM
Merited by DireWolfM14 (1)
 #1

Hello everybody,
my node is the
Bitcoin Client Software and Version Number: 31.0.0 version,
Operating System: i am under Ubuntu 22.0 Jammy,
System Hardware Specs: i have a 8 core AMD machine (3 years old), 16GB RAM, OS is on 100GB SSD, database is on a 2TB Hard drive (852GB Free)
and there is nothing interesting in the debug.log file ;
Code:
...
Please restart with -reindex or -reindex-chainstate to recover.
2024-09-16T05:45:04Z Aborted block database rebuild. Exiting.
2024-09-16T05:45:04Z Shutdown: In progress...
2024-09-16T05:45:04Z scheduler thread exit
2024-09-16T05:45:04Z Flushed fee estimates to fee_estimates.dat.
2024-09-16T05:45:04Z Shutdown: done
- EOF
My node denying to connect to any peer, it's frozen since 6 days ;

I didn't move anything in the configuration files and i doesn't understand why there is no peer in the queue. Is there anyone else with the same problem?
nc50lc
Legendary
*
Offline

Activity: 3206
Merit: 8916


Self-proclaimed Genius


View Profile
July 17, 2026, 03:38:46 AM
Merited by TypoTonic (1)
 #2

Code:
...
Please restart with -reindex or -reindex-chainstate to recover.
My node denying to connect to any peer, it's frozen since 6 days
This line indicates that there's a corrupted file in your datadir.

You can follow what's instructed but it would be more efficient to find which file is corrupted so you know if --reindex-chainstate is enough to fix it or a full reindex is required.
The latter is quite heavy and will take longer to finish than the former.
There should be lines above those that show the corrupted file(s).

BTW, in case your blockchain is pruned, it's not possible without redoing IBD again.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
DireWolfM14
Copper Member
Legendary
*
Offline

Activity: 2926
Merit: 5753



View Profile WWW
July 17, 2026, 03:50:29 AM
 #3

Strange things happen from time to time; if your data drive is an external usb drive the cable could be going bad, or the OS got distracted with some other usb processes.  It could have been caused by a power surge.  I've had hard drives go bad with little to no warning.  If this never happened before, just reindex and hope it doesn't happen again.  If it becomes endemic, then you'll want to dig deeper.

░░░░▄▄████████████▄
▄████████████████▀
▄████████████████▀▄█▄
▄██████▀▀░░▄███▀▄████▄
▄██████▀░░░▄███▀▀██████▄
██████▀░░▄████▄░░░▀██████
██████░░▀▀▀▀▄▄▄▄░░██████
██████▄░░░▀████▀░░▄██████
▀██████▄▄███▀░░░▄██████▀
▀████▀▄████░░▄▄███████▀
▀█▀▄████████████████▀
▄████████████████▀
▀████████████▀▀░░░░
 
 CCECASH 
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 07:02:55 AM
 #4

Code:
...
Please restart with -reindex or -reindex-chainstate to recover.
My node denying to connect to any peer, it's frozen since 6 days
This line indicates that there's a corrupted file in your datadir.

You can follow what's instructed but it would be more efficient to find which file is corrupted so you know if --reindex-chainstate is enough to fix it or a full reindex is required.
The latter is quite heavy and will take longer to finish than the former.
There should be lines above those that show the corrupted file(s).

BTW, in case your blockchain is pruned, it's not possible without redoing IBD again.
I'm sorry i have post an old bitcoin log, it's its original initialization, since 2024 no any blockchain problem appears.
LoyceV
Legendary
*
Offline

Activity: 4102
Merit: 22313


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
July 17, 2026, 08:01:11 AM
Merited by ABCbits (1)
 #5

Quoting for visibility:
My node denying to connect to any peer, it's frozen since 6 days ;

I'm sorry i have post an old bitcoin log
Is there no more recent entry in debug.log?
Code:
2024-09-16T05:45:04Z Shutdown: done
- EOF
Even if it can't connect, it should write that to debug.log. Is it possible you're looking in an old directory?

¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
nc50lc
Legendary
*
Offline

Activity: 3206
Merit: 8916


Self-proclaimed Genius


View Profile
July 17, 2026, 08:06:16 AM
 #6

Code:
...
Please restart with -reindex or -reindex-chainstate to recover.
My node denying to connect to any peer, it's frozen since 6 days
This line indicates that there's a corrupted file in your datadir.
I'm sorry i have post an old bitcoin log, it's its original initialization, since 2024 no any blockchain problem appears.
The timestamps give it away, I can't believe I missed that.
So how about the current log?

There may not be any errors, but subtle issues like following the wrong chain tip or some config may cause such issue.
You may also include the lines that show your settings (just snip the parts that you need to censor like rpc credentials)

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 08:15:23 AM
 #7

Here is the current debug.log file ;
Code:

2026-07-17T08:11:33Z [warning] Ignoring unknown configuration value rpctimeout
2026-07-17T08:11:33Z [warning] Data directory "/data/donee" contains a "bitcoin.conf" file which is ignored, because a different configuration file "/home/gilles/.bitcoin/bitcoin.conf" from data directory "/home/gilles/.bitcoin" is being used instead. Possible ways to address this would be to:
- Delete or rename the "bitcoin.conf" file in data directory "/data/donee".
- Change datadir= or conf= options to specify one configuration file, not two, and use includeconf= to include any other configuration files.
2026-07-17T08:11:33Z [warning] Ignoring unknown rw_settings value onion-prev
2026-07-17T08:11:33Z Bitcoin Core version v31.0.0 (release build)
2026-07-17T08:11:33Z parameter interaction: -proxy set -> setting -listen=0
2026-07-17T08:11:33Z parameter interaction: -proxy set -> setting -discover=0
2026-07-17T08:11:33Z parameter interaction: -listen=0 -> setting -listenonion=0
2026-07-17T08:11:33Z parameter interaction: -listen=0 -> setting -i2pacceptincoming=0
2026-07-17T08:11:33Z parameter interaction: -onlynet excludes IPv4 and IPv6 -> setting -dnsseed=0
2026-07-17T08:11:33Z Qt 6.8.3 (static), plugin=xcb
2026-07-17T08:11:33Z Static plugins:
2026-07-17T08:11:33Z  QMinimalIntegrationPlugin, version 395264
2026-07-17T08:11:33Z  QXcbIntegrationPlugin, version 395264
2026-07-17T08:11:33Z Style: fusion / QFusionStyle
2026-07-17T08:11:33Z System: Ubuntu 22.04.5 LTS, x86_64-little_endian-lp64
2026-07-17T08:11:33Z Screen: XWAYLAND0 1920x1080, pixel ratio=1.0
2026-07-17T08:11:33Z Log output may contain privacy-sensitive information. Be cautious when sharing logs.
2026-07-17T08:11:33Z Using the 'x86_shani(1way;2way)' SHA256 implementation
2026-07-17T08:11:33Z Using RdSeed as an additional entropy source
2026-07-17T08:11:33Z Using RdRand as an additional entropy source
2026-07-17T08:11:33Z Default data directory /home/gilles/.bitcoin
2026-07-17T08:11:33Z Using data directory /data/donee
2026-07-17T08:11:33Z Config file: /home/gilles/.bitcoin/bitcoin.conf
2026-07-17T08:11:33Z Config file arg: allowignoredconf="1"
2026-07-17T08:11:33Z Config file arg: datadir="/data/donee/"
2026-07-17T08:11:33Z Config file arg: dbcache="7196"
2026-07-17T08:11:33Z Config file arg: onlynet="onion"
2026-07-17T08:11:33Z Config file arg: proxy="127.0.0.1:9050"
2026-07-17T08:11:33Z Config file arg: rpcallowip="127.0.0.1"
2026-07-17T08:11:33Z Config file arg: rpcpassword=****
2026-07-17T08:11:33Z Config file arg: rpcport="8332"
2026-07-17T08:11:33Z Config file arg: rpcthreads="14"
2026-07-17T08:11:33Z Config file arg: rpcuser=****
2026-07-17T08:11:33Z Config file arg: rpcworkqueue="64"
2026-07-17T08:11:33Z Config file arg: server="1"
2026-07-17T08:11:33Z Config file arg: txindex="1"
2026-07-17T08:11:33Z Setting file arg: dbcache = "450"
2026-07-17T08:11:33Z Setting file arg: lang = "fr"
2026-07-17T08:11:33Z Setting file arg: natpmp = false
2026-07-17T08:11:33Z Setting file arg: onion = ""
2026-07-17T08:11:33Z Setting file arg: onion-prev = "127.0.0.1:9050"
2026-07-17T08:11:33Z Setting file arg: proxy = "127.0.0.1:9050"
2026-07-17T08:11:33Z Setting file arg: server = true
2026-07-17T08:11:33Z Setting file arg: wallet = ["ujiko"]
2026-07-17T08:11:33Z Using at most 125 automatic connections (1024 file descriptors available)
2026-07-17T08:11:33Z scheduler thread start
2026-07-17T08:11:33Z [warning] Option -rpcallowip was specified without -rpcbind; this doesn't usually make sense
2026-07-17T08:11:33Z Binding RPC on address ::1 port 8332
2026-07-17T08:11:33Z [warning] libevent: getaddrinfo: address family for nodename not supported
2026-07-17T08:11:33Z [warning] Binding RPC on address ::1 port 8332 failed.
2026-07-17T08:11:33Z Binding RPC on address 127.0.0.1 port 8332
2026-07-17T08:11:33Z Using rpcuser/rpcpassword authentication.
2026-07-17T08:11:33Z [warning] The use of rpcuser/rpcpassword is less secure, because credentials are configured in plain text. It is recommended that locally-run instances switch to cookie-based auth, or otherwise to use hashed rpcauth credentials. See share/rpcauth in the source directory for more information.
2026-07-17T08:11:33Z Starting HTTP server with 14 worker threads
2026-07-17T08:11:33Z http_pool_0 thread start
2026-07-17T08:11:33Z http_pool_1 thread start
2026-07-17T08:11:33Z http_pool_2 thread start
2026-07-17T08:11:33Z http_pool_3 thread start
2026-07-17T08:11:33Z http_pool_4 thread start
2026-07-17T08:11:33Z http_pool_5 thread start
2026-07-17T08:11:33Z http_pool_6 thread start
2026-07-17T08:11:33Z http_pool_7 thread start
2026-07-17T08:11:33Z http_pool_8 thread start
2026-07-17T08:11:33Z http_pool_9 thread start
2026-07-17T08:11:33Z http_pool_10 thread start
2026-07-17T08:11:33Z http_pool_11 thread start
2026-07-17T08:11:33Z http_pool_12 thread start
2026-07-17T08:11:33Z http_pool_13 thread start
2026-07-17T08:11:33Z Using wallet directory /data/donee/wallets
2026-07-17T08:11:33Z Using SQLite Version 3.50.4
2026-07-17T08:11:33Z init message: Vérification des portefeuilles…
2026-07-17T08:11:33Z Using /16 prefix for IP bucketing
2026-07-17T08:11:33Z init message: Chargement des adresses P2P…
2026-07-17T08:11:33Z Loaded 38953 addresses from peers.dat  66ms
2026-07-17T08:11:33Z init message: Chargement de la liste d’interdiction…
2026-07-17T08:11:33Z SetNetworkActive: true
2026-07-17T08:11:33Z Cache configuration:
2026-07-17T08:11:33Z * Using 2.0 MiB for block index database
2026-07-17T08:11:33Z * Using 56.2 MiB for transaction index database
2026-07-17T08:11:33Z * Using 8.0 MiB for chain state database
2026-07-17T08:11:33Z * Using 383.8 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2026-07-17T08:11:33Z Script verification uses 15 additional threads
2026-07-17T08:11:33Z Using obfuscation key for blocksdir *.dat files (/data/donee/blocks): '0000000000000000'
2026-07-17T08:11:33Z Opening LevelDB in /data/donee/blocks/index
2026-07-17T08:11:34Z Opened LevelDB successfully
2026-07-17T08:11:34Z Using obfuscation key for /data/donee/blocks/index: 0000000000000000
2026-07-17T08:11:34Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2026-07-17T08:11:34Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2026-07-17T08:11:34Z init message: Chargement de l’index des blocs…
2026-07-17T08:11:34Z Assuming ancestors of block 00000000000000000000ccebd6d74d9194d8dcdc1d177c478e094bfad51ba5ac have valid signatures.
2026-07-17T08:11:34Z Setting nMinimumChainWork=0000000000000000000000000000000000000001128750f82f4c366153a3a030
2026-07-17T08:11:36Z Loading block index db: last block file = 5643
2026-07-17T08:11:36Z Loading block index db: last block file info: CBlockFileInfo(blocks=65, size=103890260, heights=957456...957520, time=2026-07-10...2026-07-11)
2026-07-17T08:11:36Z Checking all blk files are present...
2026-07-17T08:11:36Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2026-07-17T08:11:36Z Opening LevelDB in /data/donee/chainstate
2026-07-17T08:11:37Z Opened LevelDB successfully
2026-07-17T08:11:37Z Using obfuscation key for /data/donee/chainstate: 4f347c68695b20ab
2026-07-17T08:11:37Z Loaded best chain: hashBestChain=0000000000000000000186c58c93bcbde59c983f7f83308208e6bc0e640bfb99 height=957520 date=2026-07-11T04:10:34Z progress=0.997940
2026-07-17T08:11:37Z init message: Vérification des blocs…
2026-07-17T08:11:37Z Verifying last 6 blocks at level 3
2026-07-17T08:11:37Z Verification progress: 0%
2026-07-17T08:11:37Z Verification progress: 16%
2026-07-17T08:11:37Z Verification progress: 33%
2026-07-17T08:11:37Z Verification progress: 50%
2026-07-17T08:11:37Z Verification progress: 66%
2026-07-17T08:11:37Z Verification progress: 83%
2026-07-17T08:11:37Z Verification progress: 99%
2026-07-17T08:11:37Z Verification: No coin database inconsistencies in last 6 blocks (32341 transactions)
2026-07-17T08:11:37Z Block index and chainstate loaded
2026-07-17T08:11:37Z Opening LevelDB in /data/donee/indexes/txindex
2026-07-17T08:11:38Z Opened LevelDB successfully
2026-07-17T08:11:38Z Using obfuscation key for /data/donee/indexes/txindex: 0000000000000000
2026-07-17T08:11:38Z init message: Chargement du portefeuille…
2026-07-17T08:11:38Z [ujiko] Last client version = 310000
2026-07-17T08:11:38Z [ujiko] Descriptors: 8, Descriptor Keys: 0 plaintext, 1 encrypted, 1 total.
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = 6d9e3f7162741b9bfe193c1aa3a7f9e305e582521e5f316b0b571f06e196aafd, type = legacy, internal = false
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = aaaabc9f17b2d13f02df7bcb798d250988933394f350c442fa0e7a68b4ec73e3, type = p2sh-segwit, internal = false
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = 5a7510578b23a4f1068bf6a5f49cbf82e249d9fbf3d89e07dec0a110ac34209f, type = bech32, internal = false
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = d91d9ac3a7d3a223bf1502f469d37d907db693c51d6af1e616fbbffc128a1b45, type = bech32m, internal = false
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = d5780be334cc6ac3d8283fb1f961965bd77ee473213b55887b20c3bcc983a031, type = legacy, internal = true
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = 33e70aa301288c0a9b4ec5af6c16dfe7e41f1fb772d5d0d1a096fd0338eaf015, type = p2sh-segwit, internal = true
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = 5c69bb229a2298149fc8044b64d1258b06d4dd722a53b3775d24ef96ee4a6800, type = bech32, internal = true
2026-07-17T08:11:38Z [ujiko] Setting spkMan to active: id = 921ea6e9b80a404b9340e613df68bc7a10fddfb7911de2b6c42509008381d646, type = bech32m, internal = true
2026-07-17T08:11:38Z [ujiko] Wallet completed loading in             298ms
2026-07-17T08:11:40Z [ujiko] setKeyPool.size() = 8000
2026-07-17T08:11:40Z [ujiko] mapWallet.size() = 0
2026-07-17T08:11:40Z [ujiko] m_address_book.size() = 1
2026-07-17T08:11:40Z Setting NODE_NETWORK in non-prune mode
2026-07-17T08:11:40Z block tree size = 957554
2026-07-17T08:11:40Z nBestHeight = 957520
2026-07-17T08:11:40Z Loaded 0 addresses from "anchors.dat"
2026-07-17T08:11:40Z initload thread start
2026-07-17T08:11:40Z 0 block-relay-only anchors will be tried for connections.
2026-07-17T08:11:40Z init message: Démarrage des processus réseau…
2026-07-17T08:11:40Z Loading 2515 mempool transactions from file...
2026-07-17T08:11:40Z txindex thread start
2026-07-17T08:11:40Z txindex is enabled at height 957520
2026-07-17T08:11:40Z txindex thread exit
2026-07-17T08:11:40Z DNS seeding disabled
2026-07-17T08:11:40Z net thread start
2026-07-17T08:11:40Z addcon thread start
2026-07-17T08:11:40Z opencon thread start
2026-07-17T08:11:40Z init message: Le chargement est terminé
2026-07-17T08:11:40Z msghand thread start
2026-07-17T08:11:40Z GUI: Platform customization: "other"
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 10% (tried 252, 2263 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 20% (tried 503, 2012 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 30% (tried 755, 1760 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 40% (tried 1006, 1509 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 50% (tried 1258, 1257 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 60% (tried 1509, 1006 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 70% (tried 1761, 754 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 80% (tried 2012, 503 remaining)
2026-07-17T08:11:40Z Progress loading mempool transactions from file: 90% (tried 2264, 251 remaining)
2026-07-17T08:11:40Z Imported mempool transactions from file: 2515 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2026-07-17T08:11:40Z initload thread exit
2026-07-17T08:11:54Z http_pool_0 thread exit
2026-07-17T08:11:54Z http_pool_1 thread exit
2026-07-17T08:11:54Z http_pool_12 thread exit
2026-07-17T08:11:54Z http_pool_4 thread exit
2026-07-17T08:11:54Z http_pool_7 thread exit
2026-07-17T08:11:54Z http_pool_11 thread exit
2026-07-17T08:11:54Z http_pool_9 thread exit
2026-07-17T08:11:54Z http_pool_3 thread exit
2026-07-17T08:11:54Z net thread exit
2026-07-17T08:11:54Z http_pool_6 thread exit
2026-07-17T08:11:54Z http_pool_10 thread exit
2026-07-17T08:11:54Z http_pool_13 thread exit
2026-07-17T08:11:54Z addcon thread exit
2026-07-17T08:11:54Z http_pool_2 thread exit
2026-07-17T08:11:54Z Shutdown in progress...
2026-07-17T08:11:54Z http_pool_8 thread exit
2026-07-17T08:11:54Z http_pool_5 thread exit
2026-07-17T08:11:54Z msghand thread exit
2026-07-17T08:11:54Z [error] Error while reading proxy response
2026-07-17T08:11:54Z opencon thread exit
2026-07-17T08:11:55Z [ujiko] Releasing wallet ujiko..
2026-07-17T08:11:55Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat started
2026-07-17T08:11:55Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat completed (0.05s)
2026-07-17T08:11:55Z scheduler thread exit
2026-07-17T08:11:55Z Writing 2515 mempool transactions to file...
2026-07-17T08:11:55Z Writing 0 unbroadcast transactions to file.
2026-07-17T08:11:55Z Dumped mempool: 0.002s to copy, 0.038s to dump, 1110296 bytes dumped to file
2026-07-17T08:11:55Z Shutdown done

LoyceV
Legendary
*
Offline

Activity: 4102
Merit: 22313


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
July 17, 2026, 08:37:44 AM
 #8

Code:
2026-07-17T08:11:33Z Config file arg: proxy="127.0.0.1:9050"
~
2026-07-17T08:11:54Z [error] Error while reading proxy response
This is where I'd start looking Smiley

¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 09:16:54 AM
 #9

i've opened the 9050 port in the fw, nut no changed.
nc50lc
Legendary
*
Offline

Activity: 3206
Merit: 8916


Self-proclaimed Genius


View Profile
July 17, 2026, 09:17:32 AM
 #10

Here is the current debug.log file
Is Tor running in the background?

Aside from conflicting and depreciated settings which isn't the main issue,
I see that you're using onlynet=onion which means that your node will only connect to onion peers
So, if Tor isn't running or having issues, then Bitcoin Core wont be able to connect either.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 09:47:37 AM
 #11

First tor is running, but i comment #onlynet=onion and #txindex=1
here is the debug.log ;
Code:
2026-07-17T09:41:38Z [warning] Ignoring unknown configuration value rpctimeout
2026-07-17T09:41:38Z [warning] Data directory "/data/donee" contains a "bitcoin.conf" file which is ignored, because a different configuration file "/home/gilles/.bitcoin/bitcoin.conf" from data directory "/home/gilles/.bitcoin" is being used instead. Possible ways to address this would be to:
- Delete or rename the "bitcoin.conf" file in data directory "/data/donee".
- Change datadir= or conf= options to specify one configuration file, not two, and use includeconf= to include any other configuration files.
2026-07-17T09:41:38Z [warning] Ignoring unknown rw_settings value onion-prev
2026-07-17T09:41:38Z Bitcoin Core version v31.0.0 (release build)
2026-07-17T09:41:38Z parameter interaction: -proxy set -> setting -listen=0
2026-07-17T09:41:38Z parameter interaction: -proxy set -> setting -discover=0
2026-07-17T09:41:38Z parameter interaction: -listen=0 -> setting -listenonion=0
2026-07-17T09:41:38Z parameter interaction: -listen=0 -> setting -i2pacceptincoming=0
2026-07-17T09:41:38Z Qt 6.8.3 (static), plugin=xcb
2026-07-17T09:41:38Z Static plugins:
2026-07-17T09:41:38Z  QMinimalIntegrationPlugin, version 395264
2026-07-17T09:41:38Z  QXcbIntegrationPlugin, version 395264
2026-07-17T09:41:38Z Style: fusion / QFusionStyle
2026-07-17T09:41:38Z System: Ubuntu 22.04.5 LTS, x86_64-little_endian-lp64
2026-07-17T09:41:38Z Screen: XWAYLAND0 1920x1080, pixel ratio=1.0
2026-07-17T09:41:38Z Log output may contain privacy-sensitive information. Be cautious when sharing logs.
2026-07-17T09:41:38Z Using the 'x86_shani(1way;2way)' SHA256 implementation
2026-07-17T09:41:38Z Using RdSeed as an additional entropy source
2026-07-17T09:41:38Z Using RdRand as an additional entropy source
2026-07-17T09:41:38Z Default data directory /home/gilles/.bitcoin
2026-07-17T09:41:38Z Using data directory /data/donee
2026-07-17T09:41:38Z Config file: /home/gilles/.bitcoin/bitcoin.conf
2026-07-17T09:41:38Z Config file arg: allowignoredconf="1"
2026-07-17T09:41:38Z Config file arg: datadir="/data/donee/"
2026-07-17T09:41:38Z Config file arg: dbcache="7196"
2026-07-17T09:41:38Z Config file arg: proxy="127.0.0.1:9050"
2026-07-17T09:41:38Z Config file arg: rpcallowip="127.0.0.1"
2026-07-17T09:41:38Z Config file arg: rpcpassword=****
2026-07-17T09:41:38Z Config file arg: rpcport="8332"
2026-07-17T09:41:38Z Config file arg: rpcthreads="14"
2026-07-17T09:41:38Z Config file arg: rpcuser=****
2026-07-17T09:41:38Z Config file arg: rpcworkqueue="64"
2026-07-17T09:41:38Z Config file arg: server="1"
2026-07-17T09:41:38Z Setting file arg: dbcache = "450"
2026-07-17T09:41:38Z Setting file arg: lang = "fr"
2026-07-17T09:41:38Z Setting file arg: natpmp = false
2026-07-17T09:41:38Z Setting file arg: onion = ""
2026-07-17T09:41:38Z Setting file arg: onion-prev = "127.0.0.1:9050"
2026-07-17T09:41:38Z Setting file arg: proxy = "127.0.0.1:9050"
2026-07-17T09:41:38Z Setting file arg: server = true
2026-07-17T09:41:38Z Setting file arg: wallet = ["ujiko"]
2026-07-17T09:41:38Z Using at most 125 automatic connections (1024 file descriptors available)
2026-07-17T09:41:38Z scheduler thread start
2026-07-17T09:41:38Z [warning] Option -rpcallowip was specified without -rpcbind; this doesn't usually make sense
2026-07-17T09:41:38Z Binding RPC on address ::1 port 8332
2026-07-17T09:41:38Z [warning] libevent: getaddrinfo: address family for nodename not supported
2026-07-17T09:41:38Z [warning] Binding RPC on address ::1 port 8332 failed.
2026-07-17T09:41:38Z Binding RPC on address 127.0.0.1 port 8332
2026-07-17T09:41:38Z Using rpcuser/rpcpassword authentication.
2026-07-17T09:41:38Z [warning] The use of rpcuser/rpcpassword is less secure, because credentials are configured in plain text. It is recommended that locally-run instances switch to cookie-based auth, or otherwise to use hashed rpcauth credentials. See share/rpcauth in the source directory for more information.
2026-07-17T09:41:38Z Starting HTTP server with 14 worker threads
2026-07-17T09:41:38Z http_pool_0 thread start
2026-07-17T09:41:38Z http_pool_1 thread start
2026-07-17T09:41:38Z http_pool_2 thread start
2026-07-17T09:41:38Z http_pool_3 thread start
2026-07-17T09:41:38Z http_pool_4 thread start
2026-07-17T09:41:38Z http_pool_5 thread start
2026-07-17T09:41:38Z http_pool_6 thread start
2026-07-17T09:41:38Z http_pool_7 thread start
2026-07-17T09:41:38Z http_pool_8 thread start
2026-07-17T09:41:38Z http_pool_9 thread start
2026-07-17T09:41:38Z http_pool_10 thread start
2026-07-17T09:41:38Z http_pool_11 thread start
2026-07-17T09:41:38Z http_pool_12 thread start
2026-07-17T09:41:38Z http_pool_13 thread start
2026-07-17T09:41:38Z Using wallet directory /data/donee/wallets
2026-07-17T09:41:38Z Using SQLite Version 3.50.4
2026-07-17T09:41:38Z init message: Vérification des portefeuilles…
2026-07-17T09:41:38Z Using /16 prefix for IP bucketing
2026-07-17T09:41:38Z init message: Chargement des adresses P2P…
2026-07-17T09:41:38Z Creating peers.dat because the file was not found ("/data/donee/peers.dat")
2026-07-17T09:41:38Z init message: Chargement de la liste d’interdiction…
2026-07-17T09:41:38Z SetNetworkActive: true
2026-07-17T09:41:38Z /data/donee/fee_estimates.dat is not found. Continue anyway.
2026-07-17T09:41:38Z Cache configuration:
2026-07-17T09:41:38Z * Using 2.0 MiB for block index database
2026-07-17T09:41:38Z * Using 8.0 MiB for chain state database
2026-07-17T09:41:38Z * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2026-07-17T09:41:38Z Script verification uses 15 additional threads
2026-07-17T09:41:38Z Using obfuscation key for blocksdir *.dat files (/data/donee/blocks): '0000000000000000'
2026-07-17T09:41:38Z Opening LevelDB in /data/donee/blocks/index
2026-07-17T09:41:39Z Opened LevelDB successfully
2026-07-17T09:41:39Z Using obfuscation key for /data/donee/blocks/index: 0000000000000000
2026-07-17T09:41:39Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2026-07-17T09:41:39Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2026-07-17T09:41:39Z init message: Chargement de l’index des blocs…
2026-07-17T09:41:39Z Assuming ancestors of block 00000000000000000000ccebd6d74d9194d8dcdc1d177c478e094bfad51ba5ac have valid signatures.
2026-07-17T09:41:39Z Setting nMinimumChainWork=0000000000000000000000000000000000000001128750f82f4c366153a3a030
2026-07-17T09:41:41Z Loading block index db: last block file = 5643
2026-07-17T09:41:41Z Loading block index db: last block file info: CBlockFileInfo(blocks=65, size=103890260, heights=957456...957520, time=2026-07-10...2026-07-11)
2026-07-17T09:41:41Z Checking all blk files are present...
2026-07-17T09:41:41Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2026-07-17T09:41:41Z Opening LevelDB in /data/donee/chainstate
2026-07-17T09:41:41Z Opened LevelDB successfully
2026-07-17T09:41:41Z Using obfuscation key for /data/donee/chainstate: 4f347c68695b20ab
2026-07-17T09:41:42Z Loaded best chain: hashBestChain=0000000000000000000186c58c93bcbde59c983f7f83308208e6bc0e640bfb99 height=957520 date=2026-07-11T04:10:34Z progress=0.997919
2026-07-17T09:41:42Z init message: Vérification des blocs…
2026-07-17T09:41:42Z Verifying last 6 blocks at level 3
2026-07-17T09:41:42Z Verification progress: 0%
2026-07-17T09:41:42Z Verification progress: 16%
2026-07-17T09:41:42Z Verification progress: 33%
2026-07-17T09:41:42Z Verification progress: 50%
2026-07-17T09:41:42Z Verification progress: 66%
2026-07-17T09:41:42Z Verification progress: 83%
2026-07-17T09:41:42Z Verification progress: 99%
2026-07-17T09:41:42Z Verification: No coin database inconsistencies in last 6 blocks (32341 transactions)
2026-07-17T09:41:42Z Block index and chainstate loaded
2026-07-17T09:41:42Z init message: Chargement du portefeuille…
2026-07-17T09:41:42Z [ujiko] Last client version = 310000
2026-07-17T09:41:42Z [ujiko] Descriptors: 8, Descriptor Keys: 0 plaintext, 1 encrypted, 1 total.
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = 6d9e3f7162741b9bfe193c1aa3a7f9e305e582521e5f316b0b571f06e196aafd, type = legacy, internal = false
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = aaaabc9f17b2d13f02df7bcb798d250988933394f350c442fa0e7a68b4ec73e3, type = p2sh-segwit, internal = false
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = 5a7510578b23a4f1068bf6a5f49cbf82e249d9fbf3d89e07dec0a110ac34209f, type = bech32, internal = false
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = d91d9ac3a7d3a223bf1502f469d37d907db693c51d6af1e616fbbffc128a1b45, type = bech32m, internal = false
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = d5780be334cc6ac3d8283fb1f961965bd77ee473213b55887b20c3bcc983a031, type = legacy, internal = true
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = 33e70aa301288c0a9b4ec5af6c16dfe7e41f1fb772d5d0d1a096fd0338eaf015, type = p2sh-segwit, internal = true
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = 5c69bb229a2298149fc8044b64d1258b06d4dd722a53b3775d24ef96ee4a6800, type = bech32, internal = true
2026-07-17T09:41:42Z [ujiko] Setting spkMan to active: id = 921ea6e9b80a404b9340e613df68bc7a10fddfb7911de2b6c42509008381d646, type = bech32m, internal = true
2026-07-17T09:41:42Z [ujiko] Wallet completed loading in             277ms
2026-07-17T09:41:45Z [ujiko] setKeyPool.size() = 8000
2026-07-17T09:41:45Z [ujiko] mapWallet.size() = 0
2026-07-17T09:41:45Z [ujiko] m_address_book.size() = 1
2026-07-17T09:41:45Z Setting NODE_NETWORK in non-prune mode
2026-07-17T09:41:45Z block tree size = 957554
2026-07-17T09:41:45Z nBestHeight = 957520
2026-07-17T09:41:45Z 0 block-relay-only anchors will be tried for connections.
2026-07-17T09:41:45Z initload thread start
2026-07-17T09:41:45Z init message: Démarrage des processus réseau…
2026-07-17T09:41:45Z Failed to open mempool file. Continuing anyway.
2026-07-17T09:41:45Z initload thread exit
2026-07-17T09:41:45Z net thread start
2026-07-17T09:41:45Z dnsseed thread start
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.bitcoin.jonasschnelli.ch.
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.btc.petertodd.net.
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.mainnet.achownodes.xyz.
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.bitcoin.sprovoost.nl.
2026-07-17T09:41:45Z Loading addresses from DNS seed dnsseed.bluematt.me.
2026-07-17T09:41:45Z Loading addresses from DNS seed dnsseed.emzy.de.
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.bitcoin.wiz.biz.
2026-07-17T09:41:45Z Loading addresses from DNS seed seed.bitcoin.sipa.be.
2026-07-17T09:41:45Z 0 addresses found from DNS seeds
2026-07-17T09:41:45Z dnsseed thread exit
2026-07-17T09:41:45Z addcon thread start
2026-07-17T09:41:45Z init message: Le chargement est terminé
2026-07-17T09:41:45Z opencon thread start
2026-07-17T09:41:45Z msghand thread start
2026-07-17T09:41:45Z GUI: Platform customization: "other"
2026-07-17T09:42:46Z Adding fixed seeds as 60 seconds have passed and addrman is empty for at least one reachable network
2026-07-17T09:42:46Z Added 1536 fixed seeds from reachable networks.
2026-07-17T09:43:08Z http_pool_1 thread exit
2026-07-17T09:43:08Z http_pool_0 thread exit
2026-07-17T09:43:08Z http_pool_12 thread exit
2026-07-17T09:43:08Z http_pool_2 thread exit
2026-07-17T09:43:08Z http_pool_13 thread exit
2026-07-17T09:43:08Z http_pool_3 thread exit
2026-07-17T09:43:08Z http_pool_8 thread exit
2026-07-17T09:43:08Z http_pool_10 thread exit
2026-07-17T09:43:08Z http_pool_9 thread exit
2026-07-17T09:43:08Z addcon thread exit
2026-07-17T09:43:08Z http_pool_5 thread exit
2026-07-17T09:43:08Z http_pool_6 thread exit
2026-07-17T09:43:08Z net thread exit
2026-07-17T09:43:08Z http_pool_7 thread exit
2026-07-17T09:43:08Z http_pool_4 thread exit
2026-07-17T09:43:08Z Shutdown in progress...
2026-07-17T09:43:08Z http_pool_11 thread exit
2026-07-17T09:43:08Z msghand thread exit
2026-07-17T09:43:09Z [ujiko] Releasing wallet ujiko..
2026-07-17T09:43:09Z [error] Error while reading proxy response
2026-07-17T09:43:09Z opencon thread exit
2026-07-17T09:43:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat started
2026-07-17T09:43:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat completed (0.04s)
2026-07-17T09:43:09Z scheduler thread exit
2026-07-17T09:43:09Z Writing 0 mempool transactions to file...
2026-07-17T09:43:09Z Writing 0 unbroadcast transactions to file.
2026-07-17T09:43:09Z Dumped mempool: 0.000s to copy, 0.053s to dump, 27 bytes dumped to file
2026-07-17T09:43:09Z Shutdown done
nc50lc
Legendary
*
Offline

Activity: 3206
Merit: 8916


Self-proclaimed Genius


View Profile
July 17, 2026, 11:34:55 AM
 #12

First tor is running, but i comment #onlynet=onion and #txindex=1
Commenting it out shouldn't be the solution.
Your node is still setup to run behind Tor proxy, so looking for possible issues in your Tor setup should be done first so I've asked if it's running in the background.
Since you said that it does, there must be an issue with it.

Does it show anything when you enter this in the terminal?
Code:
ss -aln | grep 9050

Or if you want, you can disable those settings related to Tor, but your node will connect to clearnet nodes.
I see multiple instances of proxy settings, one in your "bitcoin.conf" file and one in your "settings.json" file which is set by the GUI's settings menu (only the latter).

As for txindex, you don't have to remove it.
I mistook the config line as --reindex but quickly removed it from my post in less than 10 seconds after posting it.
(you must have read the original message since it needs a browser refresh to update)

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
NotATether
Legendary
*
Offline

Activity: 2394
Merit: 9887


┻┻ ︵㇏(°□°㇏)


View Profile WWW
July 17, 2026, 01:17:55 PM
 #13

I see that you're using onlynet=onion which means that your node will only connect to onion peers
So, if Tor isn't running or having issues, then Bitcoin Core wont be able to connect either.

And if Tor is running, then this sort of error message above should never appear. It shouldn't shut down Bitcoin Core either. It would just stall and keep trying to sync without being able to connect to any of its peers (whether from the dnsseed or saved). So this is the most likely cause.

 
 b1exch.to 
  ETH      DAI   
  BTC      LTC   
  USDT     XMR    
.███████████▄▀▄▀
█████████▄█▄▀
███████████
███████▄█▀
█▀█
▄▄▀░░██▄▄
▄▀██▄▀█████▄
██▄▀░▄██████
███████░█████
█░████░█████████
█░█░█░████░█████
█░█░█░██░█████
▀▀▀▄█▄████▀▀▀
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 02:16:12 PM
Last edit: July 17, 2026, 11:53:40 PM by Mr. Big
 #14

I see that you're using onlynet=onion which means that your node will only connect to onion peers
So, if Tor isn't running or having issues, then Bitcoin Core wont be able to connect either.

And if Tor is running, then this sort of error message above should never appear. It shouldn't shut down Bitcoin Core either. It would just stall and keep trying to sync without being able to connect to any of its peers (whether from the dnsseed or saved). So this is the most likely cause.
I havr thid ;
Code:
$ ss -aln | grep 9050
tcp   LISTEN 0      4096                                                127.0.0.1:9050             0.0.0.0:*

But i believe that the problem appears when i shut it down while it was synchronizing the blockchain, like a corrupted intermediate file.



Code:
2026-07-17T08:11:33Z Config file arg: proxy="127.0.0.1:9050"
~
2026-07-17T08:11:54Z [error] Error while reading proxy response
This is where I'd start looking Smiley
Yes, i search why.



I have these warnings ;
Code:
2026-07-17T18:37:14Z [warning] Option -rpcallowip was specified without -rpcbind; this doesn't usually make sense
2026-07-17T18:37:14Z Binding RPC on address ::1 port 8332
2026-07-17T18:37:14Z [warning] libevent: getaddrinfo: address family for nodename not supported
2026-07-17T18:37:14Z [warning] Binding RPC on address ::1 port 8332 failed.
Cricktor
Legendary
*
Offline

Activity: 1554
Merit: 4161



View Profile
July 17, 2026, 09:21:02 PM
 #15

As you're running on Ubuntu 22.04.5 LTS, is your Tor package installed from Snap or did you install it via apt?

I had issues on the same Ubuntu OS version with the Snap packages of Bitcoin Core and Tor, but it's maybe one or two years ago and because I couldn't get them resolved, I ditched the Snap packages and installed Bitcoin Core and Tor from other sources.

I forgot the details, might have to dig in my posting history.


P.S.
You might want to respect Unofficial list of (official) Bitcointalk.org rules, guidelines, FAQ and avoid breaking rule #32 (unnecessary consecutive posts within less than 24h time interval).

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
ujiko (OP)
Jr. Member
*
Offline

Activity: 30
Merit: 5


View Profile
July 17, 2026, 09:30:34 PM
Last edit: July 17, 2026, 09:42:32 PM by ujiko
 #16

i used apt to install tor and i install bitcoin 31.0.0 from the native packages.
Code:
/bitcoin-31.0$ sudo install -m 0755 -o root -g root -t /usr/local/bin bin/*
nc50lc
Legendary
*
Offline

Activity: 3206
Merit: 8916


Self-proclaimed Genius


View Profile
Today at 03:27:45 AM
 #17

Does it show anything when you enter this in the terminal?
Code:
ss -aln | grep 9050
I havr thid ;
Code:
$ ss -aln | grep 9050
tcp   LISTEN 0      4096                                                127.0.0.1:9050             0.0.0.0:*
Hmm, it's listening on that port, yet Bitcoin Core gets weird response from the proxy.

Quote from: ujiko
But i believe that the problem appears when i shut it down while it was synchronizing the blockchain, like a corrupted intermediate file.
If it's a corrupted file that's tied to syncing the blockchain, we'll see it in the logs and you would've seen a different error.

As far as the log contents, there's no issue in Bitcoin Core.

I'm not an expert on troubleshooting Tor though.
But I tried that on my Ubuntu 22.04.3 LTS and apt installed an older version of Tor v0.4.6.10.
Can you try to reinstall it but by following their installation guide to make sure that the latest version will be installed instead: support.torproject.org/little-t-tor/getting-started/installing/#debian-ubuntu

I have these warnings ;
Code:
2026-07-17T18:37:14Z [warning] Option -rpcallowip was specified without -rpcbind; this doesn't usually make sense
2026-07-17T18:37:14Z Binding RPC on address ::1 port 8332
2026-07-17T18:37:14Z [warning] libevent: getaddrinfo: address family for nodename not supported
2026-07-17T18:37:14Z [warning] Binding RPC on address ::1 port 8332 failed.
This related to your -rpcallowip config as mentioned in the first line.
This couldn't be related to the issue though but I might be missing something.

But anyways, since Core's RPC is already limited to localhost, I'm pretty sure setting -rpcallowip to localhost isn't necessary if your goal is to just do that.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
NotATether
Legendary
*
Offline

Activity: 2394
Merit: 9887


┻┻ ︵㇏(°□°㇏)


View Profile WWW
Today at 05:51:30 AM
 #18

What is your tor version?

Make sure it is up to date, at least 0.4.9 or newer, since the Tor Project announced that older versions of Tor will stop working because of some upgrade.

Please see this blog post for more information.

https://forum.torproject.org/t/sunsetting-tor-0-4-8-please-update-to-0-4-9-by-september/21770

 
 b1exch.to 
  ETH      DAI   
  BTC      LTC   
  USDT     XMR    
.███████████▄▀▄▀
█████████▄█▄▀
███████████
███████▄█▀
█▀█
▄▄▀░░██▄▄
▄▀██▄▀█████▄
██▄▀░▄██████
███████░█████
█░████░█████████
█░█░█░████░█████
█░█░█░██░█████
▀▀▀▄█▄████▀▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!