-
更新了最新代码重新编译后,DEBUG模式后运行就出现Error: exceeded maximum retries,CPU没有波动。正常模式运行直接卡住不提示。 PR:上一个修复gas fee不平衡的版本运行正常,但打darkmatter这种难度的项目,一段时间后会崩溃,难度低耗时低的项目速度很快。
------------MACBOOK:M1 MACOS:14.2.1
-
How do you actually use the socks5 proxy in flutter? It seems possible but the DNS lookup is still performed locally, causing onion lookup to fail!
We have to use socks5h/socks4a not socks5/socks4.
-
Hi,
Electrum Wallet 3.3.4 on OSX, same problem on Windows.
I'm testing an instance of electrum server. Everything works well when using it in clear (http port 50001) as well as through Tor, but…
-
See the udpatedd article from Craig Raw: https://www.sparrowwallet.com/docs/server-performance.html
https://twitter.com/craigraw/status/1488470446211321856?s=19
Fulcrum: https://github.com/cculi…
-
socks5 client does not do dns resolution over the socks proxy check socks5h vs socks5.
-
```
2024-01-01T03:01:05.515783Z INFO elex_proxy: Try to connect to ElectrumX: wss://localhost:50004
2024-01-01T03:01:05.525942Z INFO elex_proxy: Connected to ElectrumX: wss://localhost:50004
2024…
-
As per https://codelabs.developers.google.com/codelabs/flutter-ffigen#2
Shoehorning cargo into a cmake/cocoapods build might be a challenge
icota updated
9 months ago
-
**Have you read the documentation?**
YES
**How did you configure electrs?**
electrs@mlbb2:~/.electrs$ cat electrs.conf
network = "bitcoin"
daemon_dir= "/home/bitcoin/.bitcoin"
daemon_rp…
-
Hello,
I've been struggling with this for days. I'm running my full node on raspiblitz(public). I've built the electrum rust index which in turn gave me the IP and port on raspiblitz. Once I throw t…
-
Here is the pretty lightweight Electrum Server:
https://bitcointalk.org/index.php?topic=4589797.0
Do you think can we implement it? That would be great.