<bitcoin-git>
gui-qml/main 7af55d5 johnny9: qml: Hide tabs and show Select Wallet if no wallet is loaded
<bitcoin-git>
gui-qml/main 5b9b484 johnny9: qml: Show Add Wallet in WalletBadge if none are found
<bitcoin-git>
gui-qml/main 03b568d johnny9: qml: Add Context to CreateWalletWizard
<bitcoin-git>
[gui-qml] hebasto merged pull request #465: Show "Select Wallet" or "Add Wallet" in the Wallet selector if a wallet isn't loaded (main...no-wallets-loaded) https://github.com/bitcoin-core/gui-qml/pull/465
cold has quit [Ping timeout: 252 seconds]
midnight has quit [Ping timeout: 260 seconds]
Christoph_ has quit [Quit: Christoph_]
cold has joined #bitcoin-core-dev
midnight has joined #bitcoin-core-dev
Christoph_ has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
adil has quit [Quit: adil]
jadi has quit [Ping timeout: 272 seconds]
jadi has joined #bitcoin-core-dev
paulmerrell has joined #bitcoin-core-dev
paulmerrell has quit [Client Quit]
hacker4web3bitco has joined #bitcoin-core-dev
<hacker4web3bitco>
Hi, ask a question, why does bitcoin core limit MAX_SCRIPTCHECK_THREADS to 15, shouldn't it be something like nr_cpu_cores-1?
jespada has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jespada has joined #bitcoin-core-dev
brunoerg_ has quit []
jadi has quit [Ping timeout: 252 seconds]
hacker4web3bitco has joined #bitcoin-core-dev
hacker4web3bitco has quit [Client Quit]
Talkless has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
jadi has joined #bitcoin-core-dev
hacker4web3bitco has joined #bitcoin-core-dev
mvuk has joined #bitcoin-core-dev
hacker4web3bitco has quit [Client Quit]
l0rinc has joined #bitcoin-core-dev
<sipa>
fwiw, that was because at the time i benchmarked it on a very-high core (for the time) machine, and noticed that around 16 threads, the thread contention started to no longer weigh up against the gained speedup
<bitcoin-git>
gui-qml/main e06c32a GBKS: Visual tweaks to the fee selector in the send form
<bitcoin-git>
gui-qml/main c767837 Hennadii Stepanov: Merge bitcoin-core/gui-qml#466: Visual tweaks to the fee selector in the s...
<bitcoin-git>
[gui-qml] hebasto merged pull request #466: Visual tweaks to the fee selector in the send form (main...feature/fee-selection-visual-tweaks) https://github.com/bitcoin-core/gui-qml/pull/466
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
l0rinc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<bitcoin-git>
[bitcoin] josibake opened pull request #32693: depends: fix cmake compatibility error for freetype (master...depends-specify-cmake-min-version-for-freetype) https://github.com/bitcoin/bitcoin/pull/32693
Christoph_ has quit [Ping timeout: 244 seconds]
jadi has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 252 seconds]
mudsip has quit []
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
eugenesiegel has joined #bitcoin-core-dev
kevkevin_ has joined #bitcoin-core-dev
robszarka has quit [Quit: Leaving]
kevkevin has quit [Ping timeout: 276 seconds]
eugenesiegel has quit [Quit: Client closed]
eugenesiegel has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
SpellChecker_ is now known as SpellChecker
eugenesiegel has quit [Ping timeout: 272 seconds]
Guest21 has joined #bitcoin-core-dev
Guest21 has quit [Ping timeout: 272 seconds]
cotsuka has quit [Remote host closed the connection]
cotsuka has joined #bitcoin-core-dev
Randolf has joined #bitcoin-core-dev
Randolf has quit [Remote host closed the connection]
Randolf has joined #bitcoin-core-dev
l0rinc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
MLO has joined #bitcoin-core-dev
MLO has quit [Client Quit]
mateuslo has joined #bitcoin-core-dev
mateuslo has quit [Client Quit]
MLO has joined #bitcoin-core-dev
MLO has quit [Client Quit]
mateuslo has joined #bitcoin-core-dev
mateuslo has quit [Client Quit]
MLO_ has joined #bitcoin-core-dev
MLO_ has quit [Client Quit]
Talkless has quit [Quit: Konversation terminated!]
Randolf has quit [Quit: Leaving]
m_ has joined #bitcoin-core-dev
mvuk has quit [Read error: Connection reset by peer]
wafflefrie has joined #bitcoin-core-dev
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
kevkevin_ has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
dviola has quit [Read error: Connection reset by peer]
diego has joined #bitcoin-core-dev
diego is now known as Guest4677
Guest4677 has left #bitcoin-core-dev [#bitcoin-core-dev]
dviola has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
<bitcoin-git>
[bitcoin] furszy opened pull request #32694: index: move disk read lookups to base class (master...2025_indexes_remove_CBlockIndex_access) https://github.com/bitcoin/bitcoin/pull/32694
kevkevin has quit [Remote host closed the connection]
<roconnor>
but my importdescriptors is giving me a "message": "Cannot import descriptor without private keys to a wallet with private keys enabled"
<roconnor>
I suspect I'm making some sort of conceptual mistake here.
<achow101>
import won't lookup whether the privkey already exists in the wallet
<achow101>
each descriptor is essentially silo'd from each other, so it's evaluating your descriptor on its own
<achow101>
addhdkey is more for being able to sign without having to watch for specific scripts
<roconnor>
hmmm
<achow101>
if you want your private keys in a descriptor, you need to import them in that descriptor too
<roconnor>
I didn't try but addhdkey presumably also works with createwalletdescriptor. ... It's just that createwalletdescriptor doesn't allow custom descriptors?
<roconnor>
yeah, bitcoin-cli -regtest -named createwalletdescriptor "bech32m" hdkey="tpubD6NzVbkrYhZ4YAqhvsGTCD5axU32P9MH7ySPr38icriLyJc4KcCvwVzE3rsiXaAHBC8QtYWhiBGdc6aZRmroQShGcWygQfErbvLULfJSi8j" works fine.
<roconnor>
hmmm
<achow101>
yes
<achow101>
createwalletdescriptor is to make the autogenerated descriptors so it specifically looks for existing keys in the wallet
l0rinc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Christoph_ has joined #bitcoin-core-dev
Christoph_ has quit [Ping timeout: 248 seconds]
<roconnor>
There is really no way to add custom descriptors to those listed in gethdkeys?
<achow101>
i mean, you can pass private=true and get the privkeys and drop those into the descriptor
<achow101>
basically the same as you did with the pubkey