Linux

關於尾部作業系統和代理鏈 - 連接被拒絕

  • March 17, 2022

我一直在嘗試在 tails os 4.28 版中執行錢包應用程序,但沒有成功。將它與代理鏈一起使用時出現拒絕錯誤。作為這裡的菜鳥,有人會幫助我讓我知道我在這裡做錯了什麼。我在這裡包含了終端和代理鏈配置資訊以供參考。

amnesia@amnesia:~/Persistent$ chmod +x Neuron-v0.101.2-x86_64.AppImage
amnesia@amnesia:~/Persistent$ proxychains ./Neuron-v0.101.2-x86_64.AppImage 
ProxyChains-3.1 (http://proxychains.sf.net)
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-<--denied
06:16:58.553 › Network: connection dropped
|DNS-request| localhost 
|DNS-request| localhost 
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-|DNS-request| localhost 
<><>-127.0.0.1:8114-<--denied
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-|DNS-request| localhost 
<--denied
06:17:00.145 › Network: fail to connect to the network. Is CKB node running?
06:17:00.323 › Network: switched to: {
 id: 'mainnet',
 name: 'default node',
 remote: 'http://localhost:8114',
 genesisHash: '0x92b197aa1fba0f63633922c61c92375c9c074a93e85963554f5499fe1450d0e5',
 type: 0,
 chain: 'ckb'
}
06:17:01.453 › Main window: The main window is ready to show
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-|DNS-request| localhost 
<><>-127.0.0.1:8114-<--denied
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-|DNS-request| localhost 
<--denied
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-<--denied
|DNS-response| localhost is 127.0.0.1
|DNS-request| localhost 
|DNS-request| localhost 
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-<--denied
06:17:03.705 › CKB: external RPC on default uri not detected, starting bundled CKB node.
06:17:03.707 › CKB: Initializing node...
06:17:03.708 › CKB: init: config file detected, skip ckb init.
06:17:03.708 › CKB: starting node...
06:17:04.116 › CKB: process closed
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-|DNS-request| localhost 
<><>-127.0.0.1:8114-<--denied
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-<--denied
|DNS-request| localhost 
|DNS-response| localhost is 127.0.0.1
|S-chain|-<>-127.0.0.1:9050-<><>-127.0.0.1:8114-|DNS-request| localhost 
<--denied
^C|DNS-response|: localhost does not exist
Aborted

proxychain.config 文件

#dynamic_chain
strict_chain
#random_chain
#chain_len = 2
#quiet_mode
proxy_dns 

# Some timeouts in milliseconds
tcp_read_time_out 15000
tcp_connect_time_out 8000

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4  127.0.0.1 9050

感謝您在此問題上的任何幫助。

所以,目前還沒有得到社區的回應。我做了一些探索並在代理鏈配置文件中啟用了以下功能

  • 啟用 dynamic_chain 並註釋 strict_chain
  • 用 socks5 替換 socks4

這擺脫了被拒絕的問題,但給了我一個超時問題。向錢包技術團隊尋求幫助。他們回應說,當錢包在防火牆、vpn、防病毒後面時,錢包同步失敗。代理配置後面的錢包也會中斷同步。我有一個非常渺茫的希望,希望這會奏效,但隨著他們的反應很快就消失了。這結束了這個懸而未決的問題。

引用自:https://unix.stackexchange.com/questions/694095