cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
446 stars 76 forks source link

Cannot register descriptor #271

Open pythcoiner opened 9 months ago

pythcoiner commented 9 months ago

While i try to register this descriptor

wsh(or_i(and_v(v:thresh(1,pkh([5eb6aff1/48'/1'/0'/2']tpubDEmCTbWN3ZHypBRHCvdHhm4hEJbCZ6EhgT8Krfemmvmo3AqZee3dk9GgVYH9bmsyptreUwUXob4JARKXhdnYJqkJdut7CsAC8npuTRncVi3/<4;5>/*),a:pkh([94ed3672/48'/1'/0'/2']tpubDE1HLabeQUBLMogm7FD2zhh2Y9rkhM8sHhBE2HGdc9jB5yodsrezgsqdwZMKWaTSPmxBEQ2NrAAU1kTX254rzKnZM5xvPee6DP1mTjjtR7A/<4;5>/*)),older(65535)),or_i(and_v(v:thresh(2,pkh([5eb6aff1/48'/1'/0'/2']tpubDEmCTbWN3ZHypBRHCvdHhm4hEJbCZ6EhgT8Krfemmvmo3AqZee3dk9GgVYH9bmsyptreUwUXob4JARKXhdnYJqkJdut7CsAC8npuTRncVi3/<2;3>/*),a:pkh([94ed3672/48'/1'/0'/2']tpubDE1HLabeQUBLMogm7FD2zhh2Y9rkhM8sHhBE2HGdc9jB5yodsrezgsqdwZMKWaTSPmxBEQ2NrAAU1kTX254rzKnZM5xvPee6DP1mTjjtR7A/<2;3>/*)),older(55000)),or_i(and_v(v:thresh(1,pkh([6abb52a9/48'/1'/0'/2']tpubDFZTCVU1Sa9nJXCxx97UFvGausHQPFjJyaiDbdr8GNqjCLKwYc8ihegK7yJdcizs9HMbiGA7ke1HiCENVHaERvNANHW7U2Wo2qnRsuqB52r/<4;5>/*),a:pkh([d4ab66f1/48'/1'/0'/2']tpubDEXYN145WM4rVKtcWpySBYiVQ229pmrnyAGJT14BBh2QJr7ABJswchDicZfFaauLyXhDad1nCoCZQEwAW87JPotP93ykC9WJvoASnBjYBxW/<4;5>/*)),older(45000)),or_d(multi(2,[6abb52a9/48'/1'/0'/2']tpubDFZTCVU1Sa9nJXCxx97UFvGausHQPFjJyaiDbdr8GNqjCLKwYc8ihegK7yJdcizs9HMbiGA7ke1HiCENVHaERvNANHW7U2Wo2qnRsuqB52r/<0;1>/*,[d4ab66f1/48'/1'/0'/2']tpubDEXYN145WM4rVKtcWpySBYiVQ229pmrnyAGJT14BBh2QJr7ABJswchDicZfFaauLyXhDad1nCoCZQEwAW87JPotP93ykC9WJvoASnBjYBxW/<0;1>/*),and_v(v:thresh(3,pkh([6abb52a9/48'/1'/0'/2']tpubDFZTCVU1Sa9nJXCxx97UFvGausHQPFjJyaiDbdr8GNqjCLKwYc8ihegK7yJdcizs9HMbiGA7ke1HiCENVHaERvNANHW7U2Wo2qnRsuqB52r/<2;3>/*),a:pkh([d4ab66f1/48'/1'/0'/2']tpubDEXYN145WM4rVKtcWpySBYiVQ229pmrnyAGJT14BBh2QJr7ABJswchDicZfFaauLyXhDad1nCoCZQEwAW87JPotP93ykC9WJvoASnBjYBxW/<2;3>/*),a:pkh([5eb6aff1/48'/1'/0'/2']tpubDEmCTbWN3ZHypBRHCvdHhm4hEJbCZ6EhgT8Krfemmvmo3AqZee3dk9GgVYH9bmsyptreUwUXob4JARKXhdnYJqkJdut7CsAC8npuTRncVi3/<0;1>/*),a:pkh([94ed3672/48'/1'/0'/2']tpubDE1HLabeQUBLMogm7FD2zhh2Y9rkhM8sHhBE2HGdc9jB5yodsrezgsqdwZMKWaTSPmxBEQ2NrAAU1kTX254rzKnZM5xvPee6DP1mTjjtR7A/<0;1>/*)),older(35000)))))))#5h3txqua

using Liana wallet via usb, i got hint ' Processing host data, please wait until the process is complete...' then nothing, no 'wallet' added on specter side and liana get info as registration success.

stepansnigirev commented 9 months ago

Pretty large descriptor :) Can you try loading the wallet from SD card, does that work?

To import wallet from SD card you need to create a text file with content addwallet <wallet_name>&<wallet_descriptor> and open it from the device.

This can be either an issue with USB, or with memory allocation. I'll investigate.