Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
Crypto Flexs
Home»BITCOIN NEWS»Bitcoin CLI-Tab Root Multiciman Sea District cannot be generated.
BITCOIN NEWS

Bitcoin CLI-Tab Root Multiciman Sea District cannot be generated.

By Crypto FlexsFebruary 10, 20252 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Bitcoin CLI-Tab Root Multiciman Sea District cannot be generated.
Share
Facebook Twitter LinkedIn Pinterest Email

Taproot Multisig There are three wallets used to create a wallet. All work is based on this https://github.com/bitcoin/Bitcoin/blob/master/doc/multisig-tutorial.md. Here are the external and internal xpubs of each.

Wallet 1 (External + internal xpub)

(11776e3b/86h/1h/0h)tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/0/*
(11776e3b/86h/1h/0h)tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/1/*

Wallet 2 (External + internal xpub)

(fe5187e5/86h/1h/0h)tpubDCqr5GVKeptzMG5QKLu1aQKXFXgF6kMy9dYDQ6Nap6emZ3iziMCeVX1pPjEzA7nTmyZS9NP2KjUsGtEs8jNqFcUTpKxAwXPB3yfbee4RthM/0/*
(fe5187e5/86h/1h/0h)tpubDCqr5GVKeptzMG5QKLu1aQKXFXgF6kMy9dYDQ6Nap6emZ3iziMCeVX1pPjEzA7nTmyZS9NP2KjUsGtEs8jNqFcUTpKxAwXPB3yfbee4RthM/1/*

Wallet 3 (External + internal xpub)

(9f5cbc68/86h/1h/0h)tpubDDQbi15GQjXYxhAysxdEC6VsSFacJ6hgDAJ7oQy4wUs9sfwMQWtcLqLx7GUbBfWyVwUYMEEJtWmxFXmpmjQL8X4cRdgAJ7BcaazuCYq4iCp/0/*
(9f5cbc68/86h/1h/0h)tpubDDQbi15GQjXYxhAysxdEC6VsSFacJ6hgDAJ7oQy4wUs9sfwMQWtcLqLx7GUbBfWyVwUYMEEJtWmxFXmpmjQL8X4cRdgAJ7BcaazuCYq4iCp/1/*

Here is my description.

external_desc="tr(tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/1/*,sortedmulti_a(2,tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/0/*,tpubDCqr5GVKeptzMG5QKLu1aQKXFXgF6kMy9dYDQ6Nap6emZ3iziMCeVX1pPjEzA7nTmyZS9NP2KjUsGtEs8jNqFcUTpKxAwXPB3yfbee4RthM/0/*,tpubDDQbi15GQjXYxhAysxdEC6VsSFacJ6hgDAJ7oQy4wUs9sfwMQWtcLqLx7GUbBfWyVwUYMEEJtWmxFXmpmjQL8X4cRdgAJ7BcaazuCYq4iCp/0/*))#546p4cqh"

For the first debate tr Use and use the internal xpub of wallet 1. sortedmulti_a Use the outside to configure 2-3. I call getdescriptorinfo command:

 ./build/src/bitcoin-cli -signet getdescriptorinfo $external_desc

  "descriptor": "tr(tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/1/*,sortedmulti_a(2,tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/0/*,tpubDCqr5GVKeptzMG5QKLu1aQKXFXgF6kMy9dYDQ6Nap6emZ3iziMCeVX1pPjEzA7nTmyZS9NP2KjUsGtEs8jNqFcUTpKxAwXPB3yfbee4RthM/0/*,tpubDDQbi15GQjXYxhAysxdEC6VsSFacJ6hgDAJ7oQy4wUs9sfwMQWtcLqLx7GUbBfWyVwUYMEEJtWmxFXmpmjQL8X4cRdgAJ7BcaazuCYq4iCp/0/*))#546p4cqh",
  "checksum": "546p4cqh",
  "isrange": true,
  "issolvable": true,
  "hasprivatekeys": false

And I used the description to import the descriptor JSON to the wallet. This is what I used to make JSON.

external_desc_sum=$(./build/src/bitcoin-cli -signet getdescriptorinfo $external_desc | jq '.descriptor')
multisig_ext_desc="(\"desc\": $external_desc_sum, \"timestamp\": \"now\")"

After that, I call importdescriptors New empty wallet method:

./build/src/bitcoin-cli -signet -named createwallet wallet_name="multi_tr" disable_private_keys=true blank=true
./build/src/bitcoin-cli -signet -rpcwallet="multi_tr" importdescriptors "$multisig_ext_desc"
./build/src/bitcoin-cli -signet -rpcwallet="multi_tr" getwalletinfo

The response of the importer is as follows:


  "name": "multi_tr"

(
  
    "success": true,
    "warnings": (
      "Range not given, using default keypool range"
    )
  
)

The output of GET wallet information is as follows.


  "walletname": "multi_tr",
  "walletversion": 169900,
  "format": "sqlite",
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 0.00000000,
  "txcount": 0,
  "keypoolsize": 0,
  "keypoolsize_hd_internal": 0,
  "paytxfee": 0.00000000,
  "private_keys_enabled": false,
  "avoid_reuse": false,
  "scanning": false,
  "descriptors": true,
  "external_signer": false,
  "blank": true,
  "birthtime": 1739107662,
  "lastprocessedblock": 
    "hash": "0000005ba71046c3e13011955cf5a65c09fc7e945030a3d623dbfef8e7b3dce6",
    "height": 234655
  

After seeing this output, I was excited and I wanted to create a new address for funding the Multisig wallet, but an error occurred.

./build/src/bitcoin-cli  -signet -rpcwallet="multi_tr" getnewaddress
error code: -4
error message:
Error: This wallet has no available keys

After finding an alternative, I found it deriveaddresses The method for the use of the use worked and I was able to search for some addresses.

./build/src/bitcoin-cli  -signet deriveaddresses "tr(tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/1/*,sortedmulti_a(2,tpubDCTp9moNmiVHK9KS6j6HEyU9duvomZrE87wTNQMkcZktDu89f3yJFATEQovpsT8KwUDWhut5YYd3zNsUYuv6sGHLozsub1AHPoyL7uGW2LT/0/*,tpubDCqr5GVKeptzMG5QKLu1aQKXFXgF6kMy9dYDQ6Nap6emZ3iziMCeVX1pPjEzA7nTmyZS9NP2KjUsGtEs8jNqFcUTpKxAwXPB3yfbee4RthM/0/*,tpubDDQbi15GQjXYxhAysxdEC6VsSFacJ6hgDAJ7oQy4wUs9sfwMQWtcLqLx7GUbBfWyVwUYMEEJtWmxFXmpmjQL8X4cRdgAJ7BcaazuCYq4iCp/0/*))#546p4cqh" "(0,2)"
(
  "tb1pg0p5p2vfqn3stjrrz0ga33m4wudcxmsl4qsuv4csnq5lxfnws3zss5xcvh",
  "tb1p4z6n9hlt2rs9arlaxwkcgpp79803rmle6wty946zwce74u4wnmas4r8etx",
  "tb1pk3nj9xt2aempeys63etmw3zfkj8pya0sr2lcl2spf6xqtjev8zfqkfzg5p"
)

My question is as follows:

  • The first method is why generatenewaddress Doesn’t it work?
  • no see deriveaddresses How to be recommended for general use? If so, I think we need to store the used range to create a new address every time (because the same range creates the same address). Therefore, if you use (0,0) range, you must use (1,1) and so on.

thank you

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Zimbabwean carbon transaction, zap Africa

May 17, 2025

Explosive tools, warmth signals show the potential for failure.

May 17, 2025

Bitcoin can be traded sideways for two weeks before raising the next leg.

May 16, 2025
Add A Comment

Comments are closed.

Recent Posts

PBOC and HKMA improves swap connections to improve the mainland financial market access.

May 18, 2025

An internship’s Ether Leeum season announcement

May 18, 2025

AI16Z dives in 35% in 4 days -What kind of merchant fear will be next?

May 18, 2025

Understand the maximum extractable value (MEV) from the blockchain

May 18, 2025

Bitcoin prices are seen upwards. Is the next legal start?

May 18, 2025

Bitcoin is decomposed while the coinbase is decomposed. Finance has been financed

May 18, 2025

Indian encryption: A market that grows rapidly in regulatory uncertainty

May 17, 2025

PI Coin Price Prediction $ 100m Pi Network Ventures drops to less than $ 1.

May 17, 2025

Hong Kong credit card loan decreased in the first quarter of 2025, HKMA

May 17, 2025

Quantum computing vs. bitcoin: Are encryption actually in danger?

May 17, 2025

IoTA supports Australia’s flexible AML/CTF reform.

May 17, 2025

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

PBOC and HKMA improves swap connections to improve the mainland financial market access.

May 18, 2025

An internship’s Ether Leeum season announcement

May 18, 2025

AI16Z dives in 35% in 4 days -What kind of merchant fear will be next?

May 18, 2025
Most Popular

Bitcoin price just before breaking 10 weeks-Is it $ 90K BTC next?

April 2, 2025

Outer Edge Riyadh concludes Web3 forum connecting tech enthusiasts, creators and creatives from around the world in Saudi Arabia

May 18, 2024

List the upper encryption exchange Bainos Air drop and new interoperability Altcoin.

April 23, 2025
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Crypto Flexs

Type above and press Enter to search. Press Esc to cancel.