Pages:
Author

Topic: Bitcoin Core 24.0.1 Released (Read 3406 times)

jr. member
Activity: 109
Merit: 2
July 06, 2023, 06:12:12 PM
#38
.
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
June 04, 2023, 06:37:44 PM
#37
As stated, I was dealing with unconfirmed transactions.
staff
Activity: 3374
Merit: 6530
Just writing some code
May 27, 2023, 02:23:24 PM
#36
But that does pretty much imply that anyone using those buggy commands would have to always do a rescan to be sure their wallet isn't wrong.
removeprunedfunds literally deletes transasctions from the wallet, it can't know about funds or spends that it no longer knows about. If you delete a transaction that spends an output from an older transaction, and don't delete that older one, the wallet is going to think the output in the older one is unspent since it no longer knows about the spending transaction.

It's possible that you are seeing issues because you deleted the wrong transactions or deleted too many transactions.

I would say that the behavior that you saw falls under the category of expected behavior, although perhaps the expected behavior has side effects that users do not think of. Of course there may legitimately be a bug there, but it's hard to make that determination without knowing the state of your wallet and exactly the commands you used.
legendary
Activity: 3080
Merit: 1593
#1 VIP Crypto Casino
May 27, 2023, 12:43:52 PM
#35
if you have 2 different receiving addresses on the core wallet, can you send satoshis 'internally' from one to the other addy?
is there anything in particular that needs to be taken into account?

I did this a few months ago, I won’t be selling anything until at least mid 2025 so wanted to consolidate & have all coins in one address.



legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
May 27, 2023, 12:14:30 AM
#34
Probably not.

Your problem is likely solvable with a rescan.
Well no doubt a rescan should fix it - alas I only realised that the number was wrong coz it was over 10BTC, I have no idea if there are smaller amounts in the wallet that have been affected.

But that does pretty much imply that anyone using those buggy commands would have to always do a rescan to be sure their wallet isn't wrong.
staff
Activity: 3374
Merit: 6530
Just writing some code
staff
Activity: 3374
Merit: 6530
Just writing some code
May 26, 2023, 01:15:08 AM
#32
Probably not.

Your problem is likely solvable with a rescan.
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
staff
Activity: 3374
Merit: 6530
Just writing some code
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
May 08, 2023, 03:04:40 AM
#29
Be wary that trying to remove them can corrupt your wallet.

I've had the download version of 24.0.1 do that, so it clearly has bad wallet bugs in it.

About a month ago, I made a txn with too low fee using 23.0 bitcoin-cli, that didn't get confirmed for over a day.

So I then upgraded to 24.0.1 and ran bitcoin-qt with fullrbf enabled.
It wouldn't allow me to rbf the txn, so I checked the other options available in bitcoin-cli

I used both bitcoin-cli removeprunedfunds and bitcoin-cli abandontransaction and added my new higher fee transcation.
At this point it showed the old lower fee txn as not the chosen one and the higher fee transaction as the chosen one
(can't remember the text flag names it uses)

After the higher fee txn had been confirmed in a block, my wallet now shows an old (274685 blocks ago) txn as unspent, that was spent.

So be wary of messing with transactions with this version ... especially with using removeprunedfunds and abandontransaction
newbie
Activity: 10
Merit: 0
May 02, 2023, 03:53:35 AM
#28
How to remove abandoned tx listed on? I just want to remove that from all the tx list
legendary
Activity: 3206
Merit: 1069
February 22, 2023, 06:34:20 AM
#27
i can't sinc anymore with the last version, anyone have the some problem?

No, i can sync whether on mainnet, testnet or signet. You might want to ask help on "Bitcoin Technical Support" board while providing some information (e.g. debug log, how do you connect to internet).

i didn't change anything about internet connection or firewall therefore it's not that, there was a warning about consensus when i switched from 23 to 24 version, then the warning disappeared and now it's not synching anymore
legendary
Activity: 3206
Merit: 1069
February 21, 2023, 05:13:26 AM
#26
i can't sinc anymore with the last version, anyone have the some problem?
legendary
Activity: 3430
Merit: 3071
January 28, 2023, 11:38:09 AM
#25
slightly more small-fry....

my Raspberry Pi 3 node now ALWAYS verifies new blocks before the progress= log line returns 0.999999

presumably, some performance optimization in 24.0 has made this possible? nothing from the changelog stood out, possibly some library improvement. I'm running with disablewallet and 450MiB of dbcache (RPi3 has just 1G RAM)

so I don't know who to congratulate, but well done to everybody anyway!
legendary
Activity: 3430
Merit: 3071
January 17, 2023, 05:19:10 PM
#24
it's not a consensus change and so does not require an activation mechanism nor does it change what Bitcoin is.

and it's really just safely reinforcing what Bitcoin already is (and always was)


miners can mine any transaction they like, including a different version of the same transaction. That means that RBF was really just a way of shepherding something that miners have always been able to do.

Sure, the Bitcoin source code didn't have that functionality, but because RBF doesn't need consensus rules at all, the miners could just change the code themselves.

and if there was 2 versions of the same transaction, one with low fees and another with higher fees out on the network, why not mine that one?


the whole fullRBF thing was probably the stupidest Bitcoin discussion ever, the people arguing against it didn't really understand what they were even saying Roll Eyes
staff
Activity: 3374
Merit: 6530
Just writing some code
January 17, 2023, 01:31:44 PM
#23
was there a specific and approved BIP that provided for the default activation of the FullRBF?

Otherwise, this change to what bitcoin should be, right or wrong, is not correct.
For starters, full rbf is not default on. It is an option that is default off. Secondly, it's not a consensus change and so does not require an activation mechanism nor does it change what Bitcoin is.

To answer your question, there is no BIP. Most mempool policy behaviors do not have a BIP, so it is not unusual that this change does not either. BIPs are generally only written for policy things that require transaction creators to make their transactions in a specific way in order to invoke a policy rule, such as BIP 125 which required setting particular sequence numbers or the proposed tx version 3 for package RBF. Other common mempool policies such as the minimum feerate, dust feerate, mempool size, eviction timer, low S, minimal if, p2sh push only, etc. all do not have BIPs.
sr. member
Activity: 560
Merit: 453
January 17, 2023, 11:21:53 AM
#22
was there a specific and approved BIP that provided for the default activation of the FullRBF?

Otherwise, this change to what bitcoin should be, right or wrong, is not correct.
legendary
Activity: 2842
Merit: 7333
Crypto Swap Exchange
January 14, 2023, 06:21:38 AM
#21
if you have 2 different receiving addresses on the core wallet, can you send satoshis 'internally' from one to the other addy?

Yes, you can do that. I just tried on testnet version.

is there anything in particular that needs to be taken into account?

Can't think anything since Bitcoin Core already makes it clear by specific "Payment to yourself" if you check the transaction on "Transaction" tab.
legendary
Activity: 3122
Merit: 7618
🔐Icarus CEO💳
January 14, 2023, 03:15:27 AM
#20
if you have 2 different receiving addresses on the core wallet, can you send satoshis 'internally' from one to the other addy?
is there anything in particular that needs to be taken into account?
legendary
Activity: 3430
Merit: 3071
January 04, 2023, 02:26:02 PM
#19
It was never done such for Bitcoin.
Are you daft?

no need for a question mark, and you also misplaced the position of the words 'you' and 'are' in the sentence. Strange, as your english language skills are always very good achow101! Cheesy

belated congrats on the new release everyone.
Pages:
Jump to: