< October 2023 >
Su Mo Tu We Th Fr Sa 1234 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
2018-07-09
< bitcoin-git>
[bitcoin] laanwj closed pull request #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo) (master...satwo_contrib_rebased) https://github.com/bitcoin/bitcoin/pull/13614
< bitcoin-git>
bitcoin/master 17e9106 Wladimir J. van der Laan: Merge #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo)...
< bitcoin-git>
[bitcoin] laanwj closed pull request #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail. (master...sha256-cpuid) https://github.com/bitcoin/bitcoin/pull/13611
< bitcoin-git>
bitcoin/master b55f0c3 Wladimir J. van der Laan: Merge #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail....
< bitcoin-git>
bitcoin/master 63c16ed Chun Kuan Lee: Use __cpuid_count for gnu C to avoid gitian build fail.
< gribble>
https://github.com/bitcoin/bitcoin/issues/13611 | [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail. by ken2812221 · Pull Request #13611 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] fanquake opened pull request #13615: net: Remove unused interrupt from SendMessages (master...plv-send-messages) https://github.com/bitcoin/bitcoin/pull/13615
< bitcoin-git>
[bitcoin] fanquake closed pull request #13589: Fix command line help for -printtoconsole and -debuglogfile (master...master) https://github.com/bitcoin/bitcoin/pull/13589
< bitcoin-git>
[bitcoin] fanquake opened pull request #13614: doc: Update command line help for -printtoconsole and -debuglogfile (master...satwo_contrib_rebased) https://github.com/bitcoin/bitcoin/pull/13614
< bitcoin-git>
[bitcoin] tecnovert opened pull request #13612: Qt: Only call tryGetBalances in pollBalanceChanged if the result will be used. (master...bitcoin) https://github.com/bitcoin/bitcoin/pull/13612
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13611: Use __cpuid_count for gnu C to avoid gitian build fail. (master...sha256-cpuid) https://github.com/bitcoin/bitcoin/pull/13611
< bitcoin-git>
[bitcoin] Empact opened pull request #13608: Require that input amount is provided for bitcoin-tx witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
2018-07-06
< bitcoin-git>
[bitcoin] jhfrontz opened pull request #13605: Corrected text to reflect new[er] process of specifying fingerprints (master...update-gitian-keys-README) https://github.com/bitcoin/bitcoin/pull/13605
< sipa>
this is just a signature scheme, not an integration in bitcoin
< bitcoin-git>
[bitcoin] Sjors closed pull request #13029: Interpret absense of prune= as prune=1 if there are pruned blocks (master...2018/04/implicit_prune) https://github.com/bitcoin/bitcoin/pull/13029
< bitcoin-git>
[bitcoin] mruddy closed pull request #13596: zmq: update to avoid deprecated zeromq api functions and log zmq version used (master...zmq-deprecation-update) https://github.com/bitcoin/bitcoin/pull/13596
< gribble>
https://github.com/bitcoin/bitcoin/issues/13298 | Net: Random delays *per network group* to obfuscate transaction time by naumenkogs · Pull Request #13298 · bitcoin/bitcoin · GitHub
2018-07-05
< provoostenator>
Yes, but out-of-band fees seem less common for now than blog posts with "tips how to spend less on bitcoin fees".
< gmaxwell>
I'll PR doing something around halving it. (maybe I'll take booyah's 60% suggestion, I'll research what bitcoin price was when it got set where it was, and factor in segwit, yadda yadda)
< gmaxwell>
and since the bitcoin price has consistently been up a lot compared to in the past, even considering the segwit offset, it didn't seem unreasonable to me to lower it some.
< gmaxwell>
In any case, I don't see any harm in halving it. it would probably be prudent, esp as the bitcoin price has stably been something like 6x higher than the ATH at the time the current value was set.
< gmaxwell>
units in bitcoin are in sat per 1000 bytes...
< gribble>
https://github.com/bitcoin/bitcoin/issues/11658 | During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after by luke-jr · Pull Request #11658 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/13547 | Make signrawtransaction* give an error when amount is needed but missing by ajtowns · Pull Request #13547 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] laanwj closed pull request #13577: logging: avoid nStart may be used uninitialized in AppInitMain warning (master...dev1) https://github.com/bitcoin/bitcoin/pull/13577
< bitcoin-git>
bitcoin/master c9eb8d1 Wladimir J. van der Laan: Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain warning...
< bitcoin-git>
bitcoin/master 2dcd7b4 mruddy: logging: avoid nStart may be used uninitialized in AppInitMain warning
< bitcoin-git>
[bitcoin] mruddy opened pull request #13596: zmq: update to avoid deprecated zeromq api functions and log zmq version used (master...zmq-deprecation-update) https://github.com/bitcoin/bitcoin/pull/13596
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13592: Docs: Modify policy to not translate command-line help (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13592
2018-07-03
< satwo>
Hello all. My Travis CI build failed on something totally unrelated to the changed file, though it had succeeded twice previously (the only changes being to documentation). Can anyone advise me on how to proceed? Here's the PR: https://github.com/bitcoin/bitcoin/pull/13589
< dongcarl>
sipa: you mean whatever's specified in bitcoin/contrib/gitian-descriptors/gitian-linux.yml for the version built?
< dongcarl>
Hi all, I'm working on integrating landley's mkroot into gitian... Here's a link: https://github.com/landley/mkroot I'm wondering if gitian builds bitcoin with a particular version of gcc, and if I need to build it with a particular version of gcc for the binary to be reproducible, as I'm seeing that the different suites we support for ubuntu has differing default gcc versions
2018-07-02
< bitcoin-git>
[bitcoin] satwo opened pull request #13589: Fix command line help for -printtoconsole and -debuglogfile (master...master) https://github.com/bitcoin/bitcoin/pull/13589
< kallewoof>
Well, applying your PR to the bitcoin one is not trivial, that's for sure. E.g. ecmult_impl.h is 407 lines on bitcoin and 1011 lines on bitcoin-core/secp256k1
< kallewoof>
Hm. I didn't realize secp256k1 master and bitcoin secp256k1 were as different as they are.
< bitcoin-git>
[bitcoin] mruddy opened pull request #13577: logging: avoid nStart may be used uninitialized in AppInitMain warning (master...dev1) https://github.com/bitcoin/bitcoin/pull/13577
< bitcoin-git>
[bitcoin] wodry opened pull request #13575: Refactor: Rename NET_TOR to NET_ONION (master...replace-NET_TOR-with-NET_ONION) https://github.com/bitcoin/bitcoin/pull/13575
< luke-jr>
/join #bitcoin
< leofantast>
join #bitcoin
< fanquake>
Guest55735 That's off topic here, you could try asking those sort of questions in #bitcoin.
< Guest55735>
How to start mining Bitcoin, is it genuine, that many people sending messages, that we can make upto 60%, of the investment every day, in Bitcoin mining, they are asking me to open in blockchain wallet
< satwo>
Hello all. When running bitcoind with printtoconsole=1 in bitcoin.conf, I am still getting output written to debug.log (in addition to stdout, which is what I want). Am I missing something? FWIW I am using a patched version of Bitcoin Core that simply adds a couple LogPrint statements in Validation.cpp, but I doubt that would have anything to do with this behavior.
< bitcoin-git>
[bitcoin] laanwj closed pull request #13517: qa: Remove need to handle the network thread in tests (master...Mf1806-qaAsyncIo) https://github.com/bitcoin/bitcoin/pull/13517
< bitcoin-git>
bitcoin/master a6ed99a Wladimir J. van der Laan: Merge #13517: qa: Remove need to handle the network thread in tests...
< bitcoin-git>
bitcoin/master fa87da2 MarcoFalke: qa: Avoid start/stop of the network thread mid-test
< gribble>
https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] Empact opened pull request #13565: Fix AreInputsStandard test to reference the proper scriptPubKey (master...p2sh-tests-pub-key) https://github.com/bitcoin/bitcoin/pull/13565
< bitcoin-git>
[bitcoin] jnewbery opened pull request #13564: [wallet] loadwallet shouldn't create new wallets. (master...dont_load_nonexistent_wallet) https://github.com/bitcoin/bitcoin/pull/13564
< Lightblock_>
nevermind, asked in the #bitcoin already
< Lightblock_>
sorry if silly question, could anyone please suggest a proper way to the bitcoin transaction ID given that I know the blockheight txindex and outputindex ?
< bedo>
jonasschnelli: today is hard day for develop over bitcoin
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok (master...truth-in-advertising) https://github.com/bitcoin/bitcoin/pull/13551
< bitcoin-git>
bitcoin/master c93c360 MarcoFalke: Merge #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok...
< bitcoin-git>
bitcoin/master ea49e06 practicalswift: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13562: travis: Switch back to trusty for now (master...Mf1806-qaTravisTrusty) https://github.com/bitcoin/bitcoin/pull/13562
< bitcoin-git>
[bitcoin] droark opened pull request #13561: Qt: Remove unnecessary image buffer for Mac dock icon (master...rm_icon_buffer) https://github.com/bitcoin/bitcoin/pull/13561
< bitcoin-git>
[bitcoin] Empact closed pull request #13560: WIP: Drop unused serialization support from CAddresss (master...caddress-serialization) https://github.com/bitcoin/bitcoin/pull/13560
< bitcoin-git>
[bitcoin] Empact opened pull request #13560: Drop unused serialization support from CAddresss (master...caddress-serialization) https://github.com/bitcoin/bitcoin/pull/13560
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok (master...truth-in-advertising) https://github.com/bitcoin/bitcoin/pull/13551
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13548: Document assumptions made in PeerLogicValidation::SendMessages(...) and rescanblockchain(...) (master...document-non-nullptr-assumptions) https://github.com/bitcoin/bitcoin/pull/13548
< Arvidt>
wumpus: Thanks. I put all the seven testnet onion seeds in bitcoin.conf, each in a line of the format seednode=abcd.onion but got no onion connection.
< bitcoin-git>
[bitcoin] ajtowns opened pull request #13547: Make signrawtransaction* give an error when amount is needed but missing (master...signrawamount) https://github.com/bitcoin/bitcoin/pull/13547
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13546: wallet: Avoid potential use of uninitialized value bnb_used in CWallet::CreateTransaction(...) (master...uninitialized-bnb_used) https://github.com/bitcoin/bitcoin/pull/13546
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency. (master...fix-test-and-de-boost) https://github.com/bitcoin/bitcoin/pull/13545
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git>
bitcoin/master c655b2c MarcoFalke: Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions....
< bitcoin-git>
[bitcoin] laanwj closed pull request #13532: Log warning when deprecated network name 'tor' is used (master...log-deprecation-warning-when-onlynenet=tor-is-used) https://github.com/bitcoin/bitcoin/pull/13532
< bitcoin-git>
bitcoin/master 7209fec Wladimir J. van der Laan: Merge #13532: Log warning when deprecated network name 'tor' is used...
< bitcoin-git>
bitcoin/master 9f8c54b wodry: Log warning message when deprecated network name 'tor' is used (e.g. option onlynet=tor)
< bitcoin-git>
[bitcoin] sipa closed pull request #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis. (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< bitcoin-git>
bitcoin/master 2643fa5 Pieter Wuille: Merge #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis....
< bitcoin-git>
bitcoin/master 98d842c practicalswift: travis: Build with --enable-debug (x86_64-unknown-linux-gnu)