<bitcoin-git>
[bitcoin] Sjors opened pull request #30487: ci: skip Github CI on branch pushes for forks (master...2024/07/ci-fork-github) https://github.com/bitcoin/bitcoin/pull/30487
<bitcoin-git>
[bitcoin] maflcko opened pull request #30482: rest: Reject truncated hex txid early in getutxos parsing (master...2407-rest-txid) https://github.com/bitcoin/bitcoin/pull/30482
<bitcoin-git>
[bitcoin] theStack opened pull request #30481: test: add creating/spending validity checks for rare output scripts (master...202407-test-rare_output_scripts) https://github.com/bitcoin/bitcoin/pull/30481
<bitcoin-git>
bitcoin/master ec74f45 Ava Chow: Merge bitcoin/bitcoin#30245: net: Allow -proxy=[::1] on nodes with IPV6 lo...
<bitcoin-git>
[bitcoin] achow101 merged pull request #30245: net: Allow -proxy=[::1] on nodes with IPV6 lo only (master...allow-dns-ipv6-lo-only) https://github.com/bitcoin/bitcoin/pull/30245
<bitcoin-git>
bitcoin/master 23333b7 Max Edwards: net: Allow DNS lookups on nodes with IPV6 lo only
<bitcoin-git>
[bitcoin] achow101 merged pull request #30320: assumeutxo: Don't load a snapshot if it's not in the best header chain (master...202406_assumeutxo_bestheader) https://github.com/bitcoin/bitcoin/pull/30320
<bitcoin-git>
bitcoin/master 0cac457 Ava Chow: Merge bitcoin/bitcoin#30320: assumeutxo: Don't load a snapshot if it's not...
<bitcoin-git>
bitcoin/master 55b6d7b Martin Zumsande: validation: Don't load a snapshot if it's not in the best header chain.
<achow101>
harding: possibly bitcoin-core/meta? we're currently only using that for moderation related things, but in theory, it could be a general "meta topics" repo
<harding>
Is there an appropriate resource within the project (e.g. issue to bitcoin/bitcoin, a bitcoin-core/ repo, the bitcoin-dev mailing list) to discuss non-security-sensitive matters relating to the security@bitcoincore mailing list?
<RaphaelH>
Hello, I am currently studying bitcoin core network protocol and I was wondering how the 1000 addresses in ADDR message (responding to a GETADDR) were chosen among the new/tried tables. I have looked at the codebase but I don't really understand where this is done nor have I found documentation/a wiki. Does anyone have helping ressources please?
<gribble>
https://github.com/bitcoin/bitcoin/issues/30320 | assumeutxo: Dont load a snapshot if its not in the best header chain by mzumsande · Pull Request #30320 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/29519 | p2p: For assumeutxo, download snapshot chain before background chain by mzumsande · Pull Request #29519 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/30352 | policy: Add PayToAnchor(P2A), `OP_TRUE <0x4e73>` as a standard output script for spending by instagibbs · Pull Request #30352 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/30352 | policy: Add PayToAnchor(P2A), `OP_TRUE <0x4e73>` as a standard output script for spending by instagibbs · Pull Request #30352 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fanquake merged pull request #30468: test: bump mocktime only after node has received and sent bytes (master...fix-timeout-and-race) https://github.com/bitcoin/bitcoin/pull/30468
<bitcoin-git>
bitcoin/master c322bdd stratospher: test: bump mocktime after node has received and sent bytes
<bitcoin-git>
bitcoin/master 5f5862f merge-script: Merge bitcoin/bitcoin#30468: test: bump mocktime only after node has recei...
<bitcoin-git>
[bitcoin] fjahr opened pull request #30469: index: Fix coinstats overflow and introduce index versioning (master...2024-07-csi-overflow-2) https://github.com/bitcoin/bitcoin/pull/30469
<bitcoin-git>
[bitcoin] stratospher opened pull request #30468: test: bump mocktime only after node has received and sent bytes (master...fix-timeout-and-race) https://github.com/bitcoin/bitcoin/pull/30468
<bitcoin-git>
[bitcoin] maflcko opened pull request #30466: refactor: Make m_last_notified_header private (master...2407-priv-last-header) https://github.com/bitcoin/bitcoin/pull/30466
2024-07-16
<bitcoin-git>
[bitcoin] hebasto opened pull request #30465: depends: Set `CMAKE_SYSTEM_VERSION` for CMake builds (master...240716-deps-cmake) https://github.com/bitcoin/bitcoin/pull/30465
<bitcoin-git>
[bitcoin] hebasto opened pull request #30464: test, refactor: Fix MSVC warning C4101 "unreferenced local variable" (master...240716-univalue) https://github.com/bitcoin/bitcoin/pull/30464
<bitcoin-git>
[bitcoin] achow101 merged pull request #30357: Fix cases of calls to `FillPSBT` errantly returning `complete=true` (master...walletprocesspsbt-no-finalize) https://github.com/bitcoin/bitcoin/pull/30357
<bitcoin-git>
bitcoin/master 6f9db1e Ava Chow: Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly ret...
<bitcoin-git>
bitcoin/master 7e36dca willcl-ark: test: add test for modififed walletprocesspsbt calls
<bitcoin-git>
[bitcoin] achow101 merged pull request #22729: Make it possible to disable Tor binds and abort startup on bind failure (master...torbind) https://github.com/bitcoin/bitcoin/pull/22729
<bitcoin-git>
[bitcoin] fanquake opened pull request #30452: guix: bump time-machine to 3c58b759a51072aabd7eaaca680674a0c2b36c23 (master...guix_mingw64_12_0_1) https://github.com/bitcoin/bitcoin/pull/30452
<vasild>
I am working on a unit test that is failing in a weird way: just prints *** 1 failure is detected in the test module "Bitcoin Core Test Suite" and exists without printing any failures prior that. I lost some significant amount of time only to figure out that a BOOST_REQUIRE(n > 0) fails without printing anything (!), changing that to assert(n > 0) prints the expected Assertion failed: (n > 0),
<bitcoin-git>
[bitcoin] fanquake merged pull request #30387: contrib: use c++ compiler rather than c compiler for binary checks (master...cxx-security-check) https://github.com/bitcoin/bitcoin/pull/30387
<bitcoin-git>
bitcoin/master 261f770 Cory Fields: contrib: rename cc to cxx in binary checking scripts
<bitcoin-git>
bitcoin/master 9010b13 Cory Fields: contrib: c++ify test stubs after switching to c++ compilers
<bitcoin-git>
bitcoin/master a38c960 Cory Fields: contrib: use c++ rather than c for binary tests
<bitcoin-git>
[gui] hebasto merged pull request #827: OptionsDialog: Prefer to stretch actual options area rather than waste space (master...qt_opts_stretch) https://github.com/bitcoin-core/gui/pull/827
<bitcoin-git>
bitcoin/master 84063a4 Hennadii Stepanov: Merge bitcoin-core/gui#827: OptionsDialog: Prefer to stretch actual option...
<bitcoin-git>
bitcoin/master b71bfd9 Luke Dashjr: GUI/OptionsDialog: Prefer to stretch actual options area rather than waste...
<tppellegrino>
Bitcoin21x high potential vertical: similarities to Bitcoin itself will leverage free publicity mechanisms, self-driving consumer interest,profitability awareness, pre-existing eagerness to gain an early position, collector sentiment and the enormous pre-established Bitcoin mining network in order to build its own market momentum, which rapidly
<tppellegrino>
Sample Description: “Exactly like BitCoin but people don’t have to wait 21 years for it to increase in value: 21x the block release, halving and difficulty adjustment rates means hashing power will aggregate exponentially while limited supplies won’t deter collectors and mining pools.”
<tppellegrino>
Plan is to market Bitcoin21x to mining pools and news organizations and popularize Bitcoin21x through free publicity, by capitalizing bitcoin’s popularity with a similar name and statistical likelihood of rapid growth, increasing in scarcity at 21x the rate of Bitcoin, to reach Bitcoin's 2140 scarcity in only 6 years.
<tppellegrino>
Bitcoin21x: For people who missed the Bitcoin Craze: New peer-to-peer based anonymous digital currency designed to go from $.0001 in 2024 to $2,000,000 in 2025- 21x the rate of bitcoin.
<bitcoin-git>
[gui] hebasto merged pull request #825: Show maximum mempool size in information window (master...gui_show_maxmempoolsize) https://github.com/bitcoin-core/gui/pull/825
<bitcoin-git>
bitcoin/master bbde6ff Sebastian Falbesoner: add node interface method for getting maximum mempool size
<bitcoin-git>
bitcoin/master 4a028cf Sebastian Falbesoner: gui: show maximum mempool size in information window
<bitcoin-git>
bitcoin/master ff100bb Hennadii Stepanov: Merge bitcoin-core/gui#825: Show maximum mempool size in information window
<tppellegrino>
definitely fail without integrity, decentralization, authority, integration, 3rd part developer involvement and support in the Bitcoin community. Would anyone like to join me and guide or even lead this project to fruition in return for the opportunity to pre-mine?
<tppellegrino>
It has illustrious advantages for Bitcoin. It can be dual-mined, as a benefit to the mining community, and offers rapid value appreciation, drawing a new generation of investors to the crypto economy. It could be used as leverage to the benefit of Bitcoin, strengthening the Bitcoin Blockchain and digital currency ecosystem. There’s a lot of
<tppellegrino>
My plan is to mine it for a few months, secretly, then go to the public and say hey, missed out on bitcoin at $7? Well, heres' 30 million coins for the world. Enjoy. The world is going to swarm, the hash rate is going through the roof, securing the network. Mining pools love it. And the world loves the low price and everybody wins.
<tppellegrino>
coins/block, web wallet and website. By rapidly increasing in scarcity at 21x the rate, the idea is it can go from $7 to $70K in less than a year…. I think the average consumer is locked out of profiting from a dramatic increase in Bitcoin price, but would otherwise heavily invest if the price was low enough. Bitcoin21x capitalizes on this
<tppellegrino>
I commissioned a blockchain company to make a new coin, just like Bitcoin, called Bitcoin21x, exactly like Bitcoin but people don’t have to wait 21 years for it to increase in value: 21x the block release rate, halving rate, difficulty adjustment rate, with 51 million supply (to give mining companies more coins to mine) and rewards start at ~121
<tppellegrino>
craze? The Bitcoin suicides? What if we had a chance to do it all over again?
<tppellegrino>
I researched Bitcoin mining companies and found they operate at a loss, and every one of their stocks’ 52-week lows are down at least 75% off their peaks. RIOT is 99.97% off its all-time high. Don’t these companies want to recapture lost glory, and actually generate Net Gains?
<tppellegrino>
I immediately researched the Bitcoin white paper and realized Satoshi Nakamoto was a genius, someone like the 1995 movie “Hackers.” I realized, if I had known about it, I would’ve mined it since 2009 and been one of bitcoin’s greatest proponents. I know you all are. But I thought to myself, what about everyone else who missed the Bitcoin
<tppellegrino>
2024 I randomly googled bitcoin and noticed the price. $70K. I researched and found it started at $.00099. And investing gurus predicting a price of $1M in 2030. I once heard someone say something about “the exchange rate”….. I always wanted to be a trillionaire and cure diseases. I have big “crazy” ideas about solar panels that don’t
<tppellegrino>
I… missed the Bitcoin craze. In 2009 I was running BOINC on my computer dreaming about “renting hard drive space” like real estate. For years I had no idea what bitcoin really was. I invested in a bitcoin mining stock in 2015, HSHS, it went bankrupt. I never even checked the price. I like to go to the park and I’m a musician. But in March
2024-07-13
<tppellegrino>
Few questions about a bitcoin project. Was referred to IRC. Who should I ask
<bitcoin-git>
[bitcoin] knst closed pull request #30446: fix: rendering an amp characters in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin/bitcoin/pull/30446
<bitcoin-git>
[gui] knst opened pull request #828: fix: rendering an amp characters in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin-core/gui/pull/828
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #30447: fuzz: Deglobalize signature cache in sigcache test (master...fuzzScriptCache) https://github.com/bitcoin/bitcoin/pull/30447
<tppellegrino44>
Hi all. I represent a team of developers involved in a project to reissue Bitcoin, who want to work closely with bitcoin core developers to integrate with the bitcoin community and decentralize their network. Please advise. Thank you.
<tppellegrino44>
Hi all. I represent a team of developers involved in a project to reissue Bitcoin, who want to work closely with bitcoin core developers to integrate with the bitcoin community and decentralize their network. Please advise. Thank you.
<bitcoin-git>
[bitcoin] knst opened pull request #30446: fix: correct replacement of amp character in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin/bitcoin/pull/30446
2024-07-12
<bitcoin-git>
[bitcoin] brunoerg opened pull request #30445: test: addrman: tried 3 times and never a success so `isTerrible=true` (master...2024-07-test-addrman-isterrible) https://github.com/bitcoin/bitcoin/pull/30445
<bitcoin-git>
[bitcoin] maflcko opened pull request #30444: rest: Reject negative outpoint index early in getutxos parsing (master...2407-rest-index) https://github.com/bitcoin/bitcoin/pull/30444
<darosior>
Alright so i just discussed with a random Bitcoin Core user who was struggling to update his Bitcoin Core version following the recent vulnerability disclosures. As a usage data point he's using the GUI locally to then connect his Sparrow wallet, to which he connects his Coldcard to sign transactions. For people working on the user interface: he'd
<bitcoin-git>
[bitcoin] paplorinc opened pull request #30442: Precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
<bitcoin-git>
[bitcoin] Sjors opened pull request #30441: [WIP] Add getCoinbaseMerklePath() to Mining interface (master...2024/07/coinbase-merkle-path) https://github.com/bitcoin/bitcoin/pull/30441
<bitcoin-git>
[bitcoin] Sjors opened pull request #30440: Have createNewBlock() return a BlockTemplate interface (master...2024/07/newblock-iface) https://github.com/bitcoin/bitcoin/pull/30440
<bitcoin-git>
[bitcoin] mzumsande opened pull request #30435: init: change shutdown order of load block thread and scheduler (master...202407_shutdown_order) https://github.com/bitcoin/bitcoin/pull/30435
2024-07-11
<bitcoin-git>
[bitcoin] achow101 merged pull request #30353: test: fix inconsistency in fundrawtransaction weight limits test (master...2024_test_fix_max_weight_test) https://github.com/bitcoin/bitcoin/pull/30353
<bitcoin-git>
bitcoin/master 33af14e Ava Chow: Merge bitcoin/bitcoin#30353: test: fix inconsistency in fundrawtransaction...
<bitcoin-git>
bitcoin/master 00b8e26 furszy: test: fix inconsistency in fundrawtransaction weight limits test
<bitcoin-git>
[bitcoin] theuni opened pull request #30434: depends: bump boost to 1.85.0 and use new CMake buildsystem (master...cmake-boost-depends) https://github.com/bitcoin/bitcoin/pull/30434