Closed sgulley2 closed 4 days ago
The existing transactions checkbox is only present when connected to Bitcoin Core (green toggle) since it is only required in that case. Can you verify?
Yes that would be correct - out of curiosity why is this so ?
Sent from my Galaxy
-------- Original message -------- From: craigraw @.> Date: 11/25/24 12:54 AM (GMT-05:00) To: sparrowwallet/sparrow @.> Cc: Stuart Gulley @.>, Author @.> Subject: Re: [sparrowwallet/sparrow] New Wallet Option - Has Existing Transactions checkbox (Issue #1543)
The existing transactions checkbox is only present when connected to Bitcoin Core (green toggle) since it is only required in that case. Can you verify?
— Reply to this email directly, view it on GitHubhttps://github.com/sparrowwallet/sparrow/issues/1543#issuecomment-2496926702, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AENJGZQGG534KOHZ5CHFESL2CK3SRAVCNFSM6AAAAABSLCINAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJWHEZDMNZQGI. You are receiving this because you authored the thread.Message ID: @.***>
Bitcoin Core needs to scan the blockchain for transactions belonging to a particular wallet to build an index of them. This process takes time, so you generally don't want to start at genesis, as it will take much longer. So, the existing transactions checkbox allows you to specify a wallet birthdate to speed things up. With Electrum servers, you already have a complete index of all transactions, so a wallet birthdate is unnecessary.
Thx - makes sense
Sent from my Galaxy
-------- Original message -------- From: craigraw @.> Date: 11/25/24 1:03 AM (GMT-05:00) To: sparrowwallet/sparrow @.> Cc: Stuart Gulley @.>, Author @.> Subject: Re: [sparrowwallet/sparrow] New Wallet Option - Has Existing Transactions checkbox (Issue #1543)
Bitcoin Core needs to scan the blockchain for transactions belonging to a particular wallet to build an index of them. This process takes time, so you generally don't want to start at genesis, as it will take much longer. So, the existing transactions checkbox allows you to specify a wallet birthdate to speed things up. With Electrum servers, you already have a complete index of all transactions, so a wallet birthdate is unnecessary.
— Reply to this email directly, view it on GitHubhttps://github.com/sparrowwallet/sparrow/issues/1543#issuecomment-2496936636, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AENJGZSDBYNMN2J7MCNC4SL2CK4SHAVCNFSM6AAAAABSLCINAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJWHEZTMNRTGY. You are receiving this because you authored the thread.Message ID: @.***>
In the latest version of Sparrow 2.0.0, when selecting the New Wallet Option, the Has Existing Transactions checkbox is missing in the Mac M1/M2 version - It is present in the Intel version however