byte_f4rm
From what I can tell, Hunter is not a cryptographer, so I take this proposal with a very large grain of salt. It seems though, because he is not a cryptographer, the proposal does not choose 1 signature scheme, but…
--disable-debug is slightly misleading. It doesn't disable the inclusion of the debug symbols; rather it disables optimizations that make debugging very difficult. Unless you override CFLAGS and/or CXXFLAGS, the debug…
It was one of our in person CoreDev events. We skip the meetings during these since just about everyone is in the same room.
- Getting a legacy wallet backJun 5, 2021
This is a known issue that will be fixed in the next major version of Bitcoin Core.
fanquake made his signatures a bit late; the SHA256SUMS.asc file was generated and the binaries uploaded before fanquake's sigs were added to the guix.sigs repo. The release is still signed by several other developers,…
Probably to guarantee that it isn't binding to a public IP that is reachable. But it should also be unnecessary with onlynet=onion. I don't know why they do that. That RPC does not return your node's addresses, it…
Single digits. 1 or 2 seems about normal. It takes time for your node's address to be determined as good enough to be propagated by your peers, and even more time for it to propagate through the network. It is generally…
That's normal. Inbound Tor connections will always come from 127.0.0.1 since the node only sees the local Tor service make the connection (Tor acts as a proxy), and Tor doesn't have a "from" address like other protocols…
- Where's the wallet in Bitcoin Core 29.0?Oct 21, 2020
Bitcoin Core has not automatically created a wallet on startup for several versions now. You must explicitly choose to create a wallet by using either the createwallet RPC or through the GUI with the "Create Wallet"…
What bitcoin-qt.conf? Bitcoin Core does not have such a file for people to write configuration options to.