* [bitcoindev] Add importprivkeys RPC
@ 2025-10-03 7:34 blocktraveler
2025-10-21 19:21 ` 'Email para newsletters' via Bitcoin Development Mailing List
0 siblings, 1 reply; 3+ messages in thread
From: blocktraveler @ 2025-10-03 7:34 UTC (permalink / raw)
To: Bitcoin Development Mailing List
[-- Attachment #1.1: Type: text/plain, Size: 1331 bytes --]
Hy there!
Unfortunately, the PRs are locked, so I'm sharing my thoughts this way.
Over the years, people have asked countless times on various platforms how
to import private keys (both legacy and Bech32/SegWit) into a Bitcoin Core
descriptor wallet. This issue is especially common in Namecoin. I see no
reason why importing private keys, a very basic feature, should be
restricted to the point that it's impossible for the average user to
succeed. That's why I created the Core-Wallet-Migration-Tools
<https://github.com/blocktraveler/Core-Wallet-Migration-Tools> in Python.
However, it would be much easier to have an 'importprivkeys' RPC for
descriptor wallets (not to be confused with the legacy 'importprivkey'
call). Pls check my initial thoughts:
Proposal: Add importprivkeys RPC (helper for WIF → descriptor import)
<https://gist.github.com/blocktraveler/3e6198c698a272bd8b13b16e0f13d390>
Thx!
Uwe
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/ad14b140-9e02-466c-8226-304ec651f4ben%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 1659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [bitcoindev] Add importprivkeys RPC
2025-10-03 7:34 [bitcoindev] Add importprivkeys RPC blocktraveler
@ 2025-10-21 19:21 ` 'Email para newsletters' via Bitcoin Development Mailing List
2025-10-23 1:55 ` blocktraveler
0 siblings, 1 reply; 3+ messages in thread
From: 'Email para newsletters' via Bitcoin Development Mailing List @ 2025-10-21 19:21 UTC (permalink / raw)
To: blocktraveler; +Cc: Bitcoin Development Mailing List
[-- Attachment #1.1.1: Type: text/plain, Size: 2294 bytes --]
IMO thats a very good proposal and should be really easy to implement.
Allow me to share some points.
* The return scheme somewhat extends the one from the already existing `importdescriptors`. This can be considered a corner to cut if theres implementation burn.
* I do not have any idea about others opinion but I consider a flaw to not have a checksum induction flag in `importdescriptors`, which could reduce `importprivkeys` command dependency as well extending them both.
Best,
Joao Leal
Em sexta-feira, 3 de outubro de 2025 às 05:58, blocktraveler <ueberspannung@gmail•com> escreveu:
>
> Hy there!
>
> Unfortunately, the PRs are locked, so I'm sharing my thoughts this way.
>
> Over the years, people have asked countless times on various platforms how to import private keys (both legacy and Bech32/SegWit) into a Bitcoin Core descriptor wallet. This issue is especially common in Namecoin. I see no reason why importing private keys, a very basic feature, should be restricted to the point that it's impossible for the average user to succeed. That's why I created the Core-Wallet-Migration-Tools in Python.
>
> However, it would be much easier to have an 'importprivkeys' RPC for descriptor wallets (not to be confused with the legacy 'importprivkey' call). Pls check my initial thoughts:
>
> Proposal: Add importprivkeys RPC (helper for WIF → descriptor import)
>
> Thx!
> Uwe
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
> To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/ad14b140-9e02-466c-8226-304ec651f4ben%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/HFXdBRbenIIAN6ZQMZJ_DBJ11m1yK-LI10Psn88XgTpVqv_JAqIhVRp0tm8PH2cYZ-i97nIXRlYKMBwCaIKhWMmVl8ZHNLFIHhwpeQF5Z1A%3D%40pm.me.
[-- Attachment #1.1.2.1: Type: text/html, Size: 3893 bytes --]
[-- Attachment #1.2: publickey - jgsletter@pm.me - 0x81E2FC6B.asc --]
[-- Type: application/pgp-keys, Size: 828 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 343 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [bitcoindev] Add importprivkeys RPC
2025-10-21 19:21 ` 'Email para newsletters' via Bitcoin Development Mailing List
@ 2025-10-23 1:55 ` blocktraveler
0 siblings, 0 replies; 3+ messages in thread
From: blocktraveler @ 2025-10-23 1:55 UTC (permalink / raw)
To: Bitcoin Development Mailing List
[-- Attachment #1.1: Type: text/plain, Size: 3103 bytes --]
Hy and thx for the feedback, much appreciated!
* Regarding return scheme: Sure, redundant or competing returns should be
unified. The question is, at which point the 'importprivkeys' call could
just proxy or complement the return of the 'importdescriptors' routine.
* Regarding checksum flag: Good point as well. Adding an 'auto_checksum'
boolean to 'importdescriptors' would simplify things. Not sure if this has
been discussed before or in case, what was the reason for not implementing
it.
Happy to address this in the proposal or the PR.
Best regards,
Uwe
Email para newsletters schrieb am Mittwoch, 22. Oktober 2025 um 00:28:32
UTC+2:
> IMO thats a very good proposal and should be really easy to implement.
>
> Allow me to share some points.
>
> * The return scheme somewhat extends the one from the already existing
> `importdescriptors`. This can be considered a corner to cut if theres
> implementation burn.
>
> * I do not have any idea about others opinion but I consider a flaw to not
> have a checksum induction flag in `importdescriptors`, which could reduce
> `importprivkeys` command dependency as well extending them both.
>
> Best,
> Joao Leal
>
> Em sexta-feira, 3 de outubro de 2025 às 05:58, blocktraveler <
> uebers...@gmail•com> escreveu:
>
>
> Hy there!
>
> Unfortunately, the PRs are locked, so I'm sharing my thoughts this way.
>
> Over the years, people have asked countless times on various platforms how
> to import private keys (both legacy and Bech32/SegWit) into a Bitcoin Core
> descriptor wallet. This issue is especially common in Namecoin. I see no
> reason why importing private keys, a very basic feature, should be
> restricted to the point that it's impossible for the average user to
> succeed. That's why I created the Core-Wallet-Migration-Tools
> <https://github.com/blocktraveler/Core-Wallet-Migration-Tools> in Python.
>
> However, it would be much easier to have an 'importprivkeys' RPC for
> descriptor wallets (not to be confused with the legacy 'importprivkey'
> call). Pls check my initial thoughts:
>
> Proposal: Add importprivkeys RPC (helper for WIF → descriptor import)
> <https://gist.github.com/blocktraveler/3e6198c698a272bd8b13b16e0f13d390>
>
> Thx!
> Uwe
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Bitcoin Development Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bitcoindev+...@googlegroups•com.
> To view this discussion visit
> https://groups.google.com/d/msgid/bitcoindev/ad14b140-9e02-466c-8226-304ec651f4ben%40googlegroups.com
> .
>
>
>
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/370fcce3-843d-4bcd-ac32-a6b157f7dc59n%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 5188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-23 2:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-03 7:34 [bitcoindev] Add importprivkeys RPC blocktraveler
2025-10-21 19:21 ` 'Email para newsletters' via Bitcoin Development Mailing List
2025-10-23 1:55 ` blocktraveler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox