我尝试使用 Web3j Android 连接到我的本地 Geth 客户端,但收到 SocketTimeoutException: connect timed out
使用启动 Geth 节点
geth --rpc --rpcaddr <my_ip> --rpcport <port>
尝试通过连接
Web3j web3 = Web3jFactory.build(new ttpService("http://my_ip:port"));
Geth 节点和我的 android 设备在同一个局域网上并共享同一个互联网。
任何帮助深表感谢。