Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
I configured the I2P according to this answer on Ubuntu 20.04 and 21.10.
But I have been getting the following error when I try to connect to any I2P peer:
I2P: Error connecting to a5qsnv3maw77mlmmzlcglu6twje6ttctd3fhpbfwcbpmewx6fczq.b32.i2p:0: Receive timeout (received 0 bytes without terminator before that)
This error occurs for any peer, not just the above.
How can I find the reason for this error and fix it?
UPDATE: Adding information requested by Prayank.
$ sudo ufw status verbose Status: inactive
$ ss -nlt State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 128 127.0.0.1:7656 0.0.0.0:* ...
UPDATE 2: I was able to reach the website git.idk.i2p using the steps described in http://geti2p.net/en/about/browser-config .
UPDATE 3: Results of executing the steps: https://github.com/vasild/bitcoin/pull/4
$ telnet 127.0.0.1 7656 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. HELLO VERSION MIN=3.1 MAX=3.1 HELLO REPLY RESULT=OK VERSION=3.1 SESSION CREATE STYLE=STREAM ID=mysession1 DESTINATION=TRANSIENT SIGNATURE_TYPE=7 <no-response>
According to the text, a response (SESSION STATUS RESULT=OK) was expected. This didn't happen. No response was received.
Result of the other test.
$ telnet 127.0.0.1 7656 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. HELLO VERSION MIN=3.1 MAX=3.1 HELLO REPLY RESULT=OK VERSION=3.1 NAMING LOOKUP NAME=git.idk.i2p NAMING REPLY RESULT=OK NAME=ME VALUE=80...AAA== STREAM CONNECT ID=mysession1 DESTINATION=80...AAA== SILENT=false STREAM STATUS RESULT=CANT_REACH_PEER
Received CANT_REACH_PEER
instead of STREAM STATUS RESULT=OK
.
Can you reach anything over I2P? For example, can you browse http://git.idk.i2p/ using the router's http proxy?
I was able to fix this issue by going to http://127.0.0.1:7657/configclients in the browser and enabling "SAM application bridge".
This was disabled by default.
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments