尾巴 os 和代理链 - 连接被拒绝

tails os and proxychains - getting denied connection

一直在尝试 运行 尾巴 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、anti-virus 后面时钱包同步失败。代理配置背后的钱包也会破坏同步。我有一个非常渺茫的希望,希望这会奏效,但随着他们的回应,希望很快就消失了。这结束了这个悬而未决的问题。