Bitcoin Core Github
42 subscribers
126K links
Download Telegram
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294039201)
Added comment
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294039095)
Imo it's fine, since we don't really do anything with it.
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294038854)
Renamed to `FilteredAncestorSet` and `FilteredAncestorFeeAndVsize`
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294033483)
Fixed
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294039773)
Added to the comment
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294039154)
Refined the comment
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294033351)
Done
💬 glozow commented on pull request "validate package transactions with their in-package ancestor sets":
(https://github.com/bitcoin/bitcoin/pull/26711#discussion_r1294044001)
comment has been removed
💬 Retropex commented on pull request "set `DEFAULT_PERMIT_BAREMULTISIG` to false":
(https://github.com/bitcoin/bitcoin/pull/28217#discussion_r1294052366)
Updated.
💬 Retropex commented on pull request "set `DEFAULT_PERMIT_BAREMULTISIG` to false":
(https://github.com/bitcoin/bitcoin/pull/28217#issuecomment-1678214325)
@MarcoFalke I will try to make a summary shortly.
💬 Rlavington commented on issue "Make it very obvious to the new people that the Bitcoin Core program first needs to be installed and run on the "C" drive. ":
(https://github.com/bitcoin/bitcoin/issues/28268#issuecomment-1678258651)
> > I guess your issue is about the GUI choose-direcory dialog?
>
> FWIW, this dialog is enabled by default during the first run of the Bitcoin Core GUI.

Yes, it does. However, I made the mistake of having the Bitcoincore Program on the HDD itself.

When it should have been on the "C" drive of the computer, with the OS as well.

Then I have the option of syncing the Bitcoin data onto another drive. So that I'm not using up all of the space on the "C" drive.
💬 brunoerg commented on pull request "fuzz: improve `coinselection`":
(https://github.com/bitcoin/bitcoin/pull/27585#discussion_r1294081372)
Nice, will leave it running tonight with some values (1000, 5000, etc) to check it as well.
💬 russeree commented on pull request "set `DEFAULT_PERMIT_BAREMULTISIG` to false":
(https://github.com/bitcoin/bitcoin/pull/28217#issuecomment-1678276048)
Should the status of BIP11 be changed upon merge as well since it would no longer be applicable to Bitcoin? Does a new BIP need to be constructed to obsolete BIP11?
💬 russeree commented on issue "Make it very obvious to the new people that the Bitcoin Core program first needs to be installed and run on the "C" drive. ":
(https://github.com/bitcoin/bitcoin/issues/28268#issuecomment-1678282526)
> Yes, it does. However, I made the mistake of having the Bitcoin core Program on the portable HDD itself.

Bitcoin Core was still able to run from your external HDD/SSD correct?
💬 Symphonic3 commented on pull request "policy: Enable full-rbf by default":
(https://github.com/bitcoin/bitcoin/pull/28132#issuecomment-1678283404)
@iBeizsley @Daniel600 I think it's worth noting that what's being argued here is **NOT** any less of a choice for users than disabling full-rbf by default. The decision is made for the user no matter what the default is. Inaction does not equate to not making a decision. It is not possible for a setting to be "unset" by default, it must either be off or on.

Bitcoin Core's policy has been against transaction censorship; there is a reason why tools like ordisrespector will not and should not ma
...
💬 iBeizsley commented on pull request "policy: Enable full-rbf by default":
(https://github.com/bitcoin/bitcoin/pull/28132#issuecomment-1678303905)
> I think it's worth noting that what's being argued here is **NOT** any less of a choice for users than disabling full-rbf by default. The decision is made for the user no matter what the default is. Inaction does not equate to not making a decision.

First seen is the existing default. I'm of the personal opinion it's probably a worse default in a vacuum, but the decision isn't being made in a vacuum, and changing defaults to influence policy toward personal preference, even if I'm confident i
...
💬 stratospher commented on pull request "crypto: BIP324 ciphersuite follow-up":
(https://github.com/bitcoin/bitcoin/pull/28267#discussion_r1294118466)
interesting, done.
💬 Rlavington commented on issue "Make it very obvious to the new people that the Bitcoin Core program first needs to be installed and run on the "C" drive. ":
(https://github.com/bitcoin/bitcoin/issues/28268#issuecomment-1678346222)
> > Yes, it does. However, I made the mistake of having the Bitcoin core Program on the portable HDD itself.
>
> Bitcoin Core was still able to run from your external HDD/SSD correct?

It was able to run yes.

However, it kept on wanting to re-sync up again from 0.0%

Even when the full block file of 530gb was already on the HDD.

It was as if it wasn't detecting that the full Bitcoin Blockchain was already there on the HDD.

But when I installed the Bitcoin Core program on to the "C" drive.
...
💬 russeree commented on issue "Make it very obvious to the new people that the Bitcoin Core program first needs to be installed and run on the "C" drive. ":
(https://github.com/bitcoin/bitcoin/issues/28268#issuecomment-1678354716)
So the issue originates with the default search location for the bitcoin.conf file. That file likely didn't contain the datadir flag when it was first installed to the external drive. By reinstalling to C: you triggered the prompt that requests location of the datadir and then writes that to bitcoin.conf after the confirm. As such after completing the dialog the location of your blocks was stored.

[See this wiki about the bitcoin data directory](https://en.bitcoin.it/wiki/Data_directory)

A
...