<bitcoin-git>
[bitcoin] fanquake merged pull request #31141: doc: Make list of targets in depends README consistent (master...2024-10-depends-platforms) https://github.com/bitcoin/bitcoin/pull/31141
<bitcoin-git>
bitcoin/master a0c9595 laanwj: doc: Make list of targets in depends README consistent
<bitcoin-git>
bitcoin/master 68f29b2 merge-script: Merge bitcoin/bitcoin#31141: doc: Make list of targets in depends README c...
<bitcoin-git>
[bitcoin] l0rinc opened pull request #31144: optimization: pack util::Xor into 64 bit chunks instead of doing it byte-by-byte (master...l0rinc/optimize-xor) https://github.com/bitcoin/bitcoin/pull/31144
<bitcoin-git>
[bitcoin] danielabrozzoni closed pull request #31065: rest: Support transaction broadcast in REST interface (master...20241008_rest_broadcast) https://github.com/bitcoin/bitcoin/pull/31065
<sipa>
is there anything else i need to do to make bitcoin core "find" the libmultiprocess, that you know?
<bitcoin-git>
[bitcoin] mzumsande opened pull request #31142: test: fix intermittent failure in p2p_seednode.py, don't connect to random IPs (master...202410_seednode_error) https://github.com/bitcoin/bitcoin/pull/31142
<bitcoin-git>
[bitcoin] laanwj opened pull request #31141: doc: Make list of targets in depends README consistent (master...2024-10-depends-platforms) https://github.com/bitcoin/bitcoin/pull/31141
<zzz123>
i want bitcoin to be the global reserve currency but if i keep finding loads of dos exploits it isn't practical
<zzz123>
the only thing suboptimal is the fact that pinging faster than you can pong crashes bitcoin on recommended spec machines
2024-10-22
<bitcoin-git>
[bitcoin] jonatack opened pull request #31135: rpc, cli: return "verificationprogress" of 1 when up to date (master...2024-10-verification-progress) https://github.com/bitcoin/bitcoin/pull/31135
<bitcoin-git>
[bitcoin] andrewtoth closed pull request #31102: Don't wipe coins cache when full and instead evict LRU clean entries (master...prune-cache) https://github.com/bitcoin/bitcoin/pull/31102
<gribble>
https://github.com/bitcoin/bitcoin/issues/31133 | net: Tor service target port collides when running multiple nodes, making bitcoind error out · Issue #31133 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] Jessiejaymz810s closed pull request #31128: Pending changes exported from your codespace (master...codespace-studious-train-xjj599jwjjvc6g99) https://github.com/bitcoin/bitcoin/pull/31128
<bitcoin-git>
[bitcoin] Jessiejaymz810s opened pull request #31128: Pending changes exported from your codespace (master...codespace-studious-train-xjj599jwjjvc6g99) https://github.com/bitcoin/bitcoin/pull/31128
<blackhat1337>
hood with bitcoin dos. otherwise they'd be patched. idiots.
<padillac>
so here's the deal - patch the exploit or archive the repo. until uptime (remote orphan witchcraft) is solved, if it can be in the face of massive botnets - bitcoin can never, ever - ever - be a global reserve asset. it isn't bulletproof whatsoever. people are fucking religious about exploitable software and assume it's a magical thing when it's
<padillac>
bitcoin-core/blockstream is probably mad because i've been a dick to them like 12 times
<bitcoin-git>
[bitcoin] fanquake opened pull request #31125: depends: add *FLAGS to gen_id (master...external_flags_plus_linker_cache) https://github.com/bitcoin/bitcoin/pull/31125
<bitcoin-git>
[bitcoin] fanquake merged pull request #26334: Add Signet and testnet4 launch shortcuts for Windows (master...2022/10/windows-signet) https://github.com/bitcoin/bitcoin/pull/26334
<bitcoin-git>
bitcoin/master 77b2923 Sjors Provoost: Add Signet launch shortcut for Windows
<bitcoin-git>
bitcoin/master cfd03de Sjors Provoost: Add Testnet4 launch shortcut for Windows
<bitcoin-git>
bitcoin/master 6848739 merge-script: Merge bitcoin/bitcoin#26334: Add Signet and testnet4 launch shortcuts for ...
<sdaftuar>
specifically in https://corecheck.dev/bitcoin/bitcoin/pulls/31122, it reports MempoolEviction has slowed down, but for me I see no significant difference running on master versus my branch
<bitcoin-git>
[bitcoin] l0rinc opened pull request #31118: doc: replace `-?` with `-h` for bench_bitcoin help (master...l0rinc/bench-help) https://github.com/bitcoin/bitcoin/pull/31118
<gribble>
https://github.com/bitcoin/bitcoin/issues/22729 | Make it possible to disable Tor binds and abort startup on bind failure by vasild · Pull Request #22729 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] achow101 closed pull request #30232: refactor: policy: Pass kernel::MemPoolOptions to IsStandard[Tx] rather than long list of individual options (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/30232
<bitcoin-git>
[bitcoin] achow101 closed pull request #29748: test: Makes `wait_for_getdata` delete data on checks, plus allows to check the getdata message type (master...202403-waitforgetdata-cleanup) https://github.com/bitcoin/bitcoin/pull/29748
<bitcoin-git>
[bitcoin] achow101 closed pull request #22693: RPC/Wallet: Add "use_txids" to output of getaddressinfo (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693
<bitcoin-git>
[bitcoin] achow101 closed pull request #30717: rpc: Add test-only RPCs under `-test=option` flag (master...feat-refactor_test_only_rpcs) https://github.com/bitcoin/bitcoin/pull/30717
<bitcoin-git>
[bitcoin] achow101 closed pull request #27331: refactor: extract CCheckQueue's data handling into a separate container "Bag" (master...2023-03-bag) https://github.com/bitcoin/bitcoin/pull/27331
<bitcoin-git>
[bitcoin] dergoegge opened pull request #31093: Introduce `g_fuzzing` global for fuzzing checks (master...2024-10-g_fuzz) https://github.com/bitcoin/bitcoin/pull/31093
<bitcoin-git>
[bitcoin] Av32000 closed pull request #31084: doc: Add xz-utils to the general dependencies for windows build (master...doc-windows-build-fix) https://github.com/bitcoin/bitcoin/pull/31084
<bitcoin-git>
[bitcoin] brunoerg closed pull request #28869: contrib: add test for bucketing with asmap (master...2023-11-asmap-stress) https://github.com/bitcoin/bitcoin/pull/28869
<bitcoin-git>
[bitcoin] Av32000 opened pull request #31084: doc: Add xz-utils to the general dependencies for windows build (master...doc-windows-build-fix) https://github.com/bitcoin/bitcoin/pull/31084
<bitcoin-git>
[bitcoin] furszy closed pull request #30385: [WIP] p2p: send not_found msgs for unknown, pruned or unwilling to share blocks (master...2024_p2p_notfound_block_v2) https://github.com/bitcoin/bitcoin/pull/30385
<bitcoin-git>
[bitcoin] ryanofsky closed pull request #31074: util: Check bilingual_str format strings at compile time (master...pr/bicheck) https://github.com/bitcoin/bitcoin/pull/31074
2024-10-11
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #31074: util: Check bilingual_str format strings at compile time (master...pr/bicheck) https://github.com/bitcoin/bitcoin/pull/31074
<bitcoin-git>
[bitcoin] dergoegge opened pull request #31073: ci: Split out native fuzz jobs for macOS and windows (master...2024-10-native-fuzz) https://github.com/bitcoin/bitcoin/pull/31073
<gribble`>
https://github.com/bitcoin/bitcoin/issues/29675 | wallet: Be able to receive and spend inputs involving MuSig2 aggregate keys by achow101 · Pull Request #29675 · bitcoin/bitcoin · GitHub
<achow101>
/home/ava/bitcoin/bitcoin/musig2/src/pubkey.h:12:10: fatal error: secp256k1_musig.h: No such file or directory
<bitcoin-git>
[bitcoin] maflcko opened pull request #31067: test: Print CompletedProcess object on error (master...2410-test-print-err) https://github.com/bitcoin/bitcoin/pull/31067
<vasild>
see "## 3. Manually create a Bitcoin Core onion service" in doc/tor.md
<bitcoin-git>
bitcoincore.org/master 4ead85a azuchi: Add japanese translations for security advisories fixed in v25.0
<bitcoin-git>
bitcoincore.org/master 7ca5a79 merge-script: Merge bitcoin-core/bitcoincore.org#1075: Add japanese translations for sec...
<bitcoin-git>
[bitcoincore.org] azuchi opened pull request #1075: Add japanese translations for security advisories fixed in v25.0 (master...ja-translate-security-advisories-25.0) https://github.com/bitcoin-core/bitcoincore.org/pull/1075
<gribble`>
https://github.com/bitcoin/bitcoin/issues/22729 | Make it possible to disable Tor binds and abort startup on bind failure by vasild · Pull Request #22729 · bitcoin/bitcoin · GitHub
<lightlike>
looks related to #22729: "Bitcoin Core will now fail to start up if any of its P2P binds fail, rather than the previous behaviour where it would only abort startup if all P2P binds had failed."
<sipa>
is it already bound by bitcoin core itself?
<Chris_Stewart_5>
2024-10-09T20:41:22Z [error] Unable to bind to 127.0.0.1:18445 on this computer. Bitcoin Core is probably already running.
<Chris_Stewart_5>
2024-10-09T20:41:22Z [net:error] Unable to bind to 127.0.0.1:18445 on this computer. Bitcoin Core is probably already running.
<bitcoin-git>
[bitcoin] maflcko opened pull request #31061: refactor: Check original (translatable) format string at compile-time (master...2410-trans) https://github.com/bitcoin/bitcoin/pull/31061
<bitcoin-git>
[bitcoin] fanquake merged pull request #31058: refactor: include the proper header rather than forward-declaring RemovalReasonToString (master...fix-pch-forward-declare) https://github.com/bitcoin/bitcoin/pull/31058
<bitcoin-git>
bitcoin/master ca2e4ba Cory Fields: refactor: include the proper header rather than forward-declaring RemovalR...
<bitcoin-git>
bitcoin/master 5fb9455 merge-script: Merge bitcoin/bitcoin#31058: refactor: include the proper header rather th...