Wallet Backup Types: BIP39 Mnemonic (Recovery Phrase), Passphrase, SLIP39 (Multi Share) & Multisig

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 69

  • @vandogtrailer6701
    @vandogtrailer6701 3 หลายเดือนก่อน +2

    Excellent content! I already knew most all of these pros/cons, but going through them all together was very helpful.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Glad it was helpful!

  • @asteriskesque
    @asteriskesque 3 หลายเดือนก่อน

    Awesome stuff, as always.
    3:48 - Which security model is best for which security priority could be a great topic for another video.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Will keep that in mind ;)

  • @alaaalbkr8491
    @alaaalbkr8491 3 หลายเดือนก่อน +1

    thanks for your efforts🧡

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      No worries :)

  • @chain_wizard
    @chain_wizard 3 หลายเดือนก่อน

    best channel

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      Thanks :)

  • @pythone.g.account5355
    @pythone.g.account5355 3 หลายเดือนก่อน +1

    Thank you for the video Stephen. What are your thoughts on using XOR to split up bip39 seeds? - cheers

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      It's really just a seed splitting scheme, so has the same issues relating to fragility unless you make redundant backups. (And is also dependant on your remembering that you used this process)
      Coinkite are the only ones promoting it, so it would also be a pain to securely restore in the future if you are primarily concerned with long term HODL.

    • @pythone.g.account5355
      @pythone.g.account5355 3 หลายเดือนก่อน

      @@CryptoGuide thank you 👍

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      No worries :)

  • @CaptainCodeman
    @CaptainCodeman 3 หลายเดือนก่อน +1

    Thoughts on EAL secure JavaCards such as the SatoChip SeedKeeper to store seed-phrases / pass-phrases on, compared to something like metal storage for seed-phrases + password manager for pass-phrase?

    • @CaptainCodeman
      @CaptainCodeman 3 หลายเดือนก่อน

      Hah, I should have watched all the way through before commenting :)
      A lot comes down to what you perceive the biggest risk to be - someone taking your keys or you losing them.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Yea it really depends. I think that having a physical backup is very worthwhile, but Javacards are also an excellent way to store some redundant copies (you can also just post them anywhere on the world), especially if they are held by other people or you are traveling with them.

  • @IMPROVEMENT5
    @IMPROVEMENT5 3 หลายเดือนก่อน +2

    Would it be stupid to store the output descriptors on 'samsung bar' USBs (because they are water/ heat resistant) encrypted by exporting from sparrow?
    What are the best practices for backing up the output descriptor basically?

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      You can store them digitally, but just make sure you have redundancy there. You can often also print out a physical copy with things like sparrow.

  • @antoniocouto7092
    @antoniocouto7092 3 หลายเดือนก่อน +1

    Great video, you always say the BIP39 12 words has poor checksun and we must use 24 words, in contrast the Electrum Wallet don´t use BIP39 but 12 words with version using 4 bits and 132 bits of entropy.
    Is the Electrum Wallet 12 words secure as 24 words BIP29?

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Electrum seeds aren't BIP39 and have a different (and stronger) checksum approach that is fine for 12 word seeds :) (Not quite as strong as BIP39 @ 24w, but much better than BIP39 @ 12w

    • @antoniocouto7092
      @antoniocouto7092 3 หลายเดือนก่อน

      @@CryptoGuide thanks!

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      No worries :)

  • @shuvo8146
    @shuvo8146 2 หลายเดือนก่อน

    So for general joe should i use 20 word or 24 word seed phrase? i got new trezor. i have bo experience. just tell which is better for future. i will use that for holding only.

    • @CryptoGuide
      @CryptoGuide  2 หลายเดือนก่อน

      It really comes down to how you plan to store your seed and whether you are worried about physical security of the seed backup itself. SLIP39 isn't well supported by other hardware vendors, but is well supported in a range of software options, so vendor lock-in is much less of an issue than with other more proprietary options.

  • @mmdjn
    @mmdjn 3 หลายเดือนก่อน

    Thank you for your efforts
    Why does running 'btcrecover.test.test_seeds -v OpenCL_Tests' return ok, but running the seedrecovery command throws this error? I tried on multiple instances and with different combinations.
    Context failed: OUT_OF_HOST_MEMORY
    File "/usr/lib/python3.8/multiprocessing/util.py", line 452, in spawnv_passfds
    BlockingIOError: [Errno 11] Resource temporarily

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      You probably just have too many threads, try reducing it down to something more sensible like 2 per GPU...

    • @mmdjn
      @mmdjn 3 หลายเดือนก่อน

      @@CryptoGuide Thank you so much

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      No worries

  • @jp62200
    @jp62200 3 หลายเดือนก่อน

    As usual, great video, every newcommer should watch it once!
    About compatibility, bip39 only apply to BTC and eth right? Each vendor do their own ''sauce'' to derive priv key for the other type of coins

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Thanks :)
      They generally follow standard, but the standards themselves, particularly with Ledger where development of the apps for each coin/chain is often done by the dev community for that coin. That did, standards are often a disaster for less mainstream altcoins. (Cardano is a good example of a standards dumpster fire)

  • @TheSpringbok747
    @TheSpringbok747 3 หลายเดือนก่อน

    As always, great content - thanks!
    Can you share your thoughts on Sharded Secret Key Reconstruction (SSKR)?
    If I understand it correctly, SSKR would allow you to spit an existing BIP39 Mnemonic into multi-share Mnemonics (like SLIP39).

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      The main challenge is lack of hardware and software support... The Lethekit is now unsupported, the CLI tool is in beta and who knows how long the iPhone app will last...

    • @TheSpringbok747
      @TheSpringbok747 3 หลายเดือนก่อน

      @@CryptoGuide Thanks for looking into this, much appreciated. I think that the method itself is excellent since it adds multi-share functionality to a BIP39 mnemonic seed phrase.
      I also struggle finding a proper implementation and agree with you that risk of no support in due time limits implementation. I don't like the iPhone implementation as I don't want to type a seed phrase on an online device, even though it's supposed to work when the phone is not connected to the internet.
      It would be nice to have an implementation like Ian Coleman's BIP39 tool, which can be used offline and kept on a memory disk for future use.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      Yea it's a shame, as it was certainly helpful for existing seeds

  • @heportela
    @heportela 2 วันที่ผ่านมา

    What does the incredibly weak check sum of BIP39 12 words seed, in practical, mean?

    • @CryptoGuide
      @CryptoGuide  2 วันที่ผ่านมา +1

      It means that you can have a typo like having two of the words swapped, or repeating a word, and still have a 1/16 chance that your wallet software/hardware will accept the seed as valid. (When compared to a proper 24 word seed where it is only a 1/256 chance that a typo like that would still be valid)

  • @bigbullway
    @bigbullway หลายเดือนก่อน

    I am new to this and thus have a basic question. Once i use my 20 word recovery seed to recover my wallet to say Electrum which i understand is a Hot Wallet should i change the recovery seed given it was used online ? Do you have any best practice.

    • @CryptoGuide
      @CryptoGuide  หลายเดือนก่อน

      The best practice is that once you enter a seed into a hot wallet then that seed is hot forever from that point onwards... If you want one that remains totally cold then you will probably want to generate a new seed on your hardware wallet and move the funds over.

  • @noviceTrader90
    @noviceTrader90 3 หลายเดือนก่อน

    I came across your TH-cam channel when I was researching for a contest I'm trying to win, I wanted to know If it is possible to get the key phrases of a metamask wallet using the softwares on your channel.
    The sponser of this competition will provide us with a single key phrase each day in correct order and whoever that is in competition manages to connect to wallet can withdraw all the money plus the sponser of this competition allowed use of bots and scripts. What videos in your playlist should I watch to achieve this. And do you have recommendation for me as to with how many key phrases I should start the recovery procedjures?
    Thanks in advance for your time.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Yep, though you will need to wait until you see only missing the last 3 words.

    • @noviceTrader90
      @noviceTrader90 3 หลายเดือนก่อน

      @@CryptoGuide Thank you, Can you please recommend a Video or a playlist from your channel? forgive me, I'm a bit lost finding the correct tutorial that would help me achieve this task.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Just the video on recovery with missing words

    • @noviceTrader90
      @noviceTrader90 3 หลายเดือนก่อน

      @@CryptoGuide thank you so much

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      @@noviceTrader90 No worries

  • @small.but.atomic3
    @small.but.atomic3 28 วันที่ผ่านมา

    bro do you have any video to recovery a solana account?

    • @CryptoGuide
      @CryptoGuide  28 วันที่ผ่านมา

      BTCRecover supports Solana and this is covered in the basic seed recovery video

    • @small.but.atomic3
      @small.but.atomic3 28 วันที่ผ่านมา

      @@CryptoGuide Okey Thank you very much for the answer i wanna search that video

    • @small.but.atomic3
      @small.but.atomic3 28 วันที่ผ่านมา

      @@CryptoGuide in the page of BTCRecover
      Basic Seed Recovery Examples in the part of adress i should put the adress of my lost wallet?

    • @small.but.atomic3
      @small.but.atomic3 28 วันที่ผ่านมา

      @@CryptoGuide bro when i select solana the seedrecover It closes

    • @CryptoGuide
      @CryptoGuide  28 วันที่ผ่านมา

      You probably didn't follow the installation instructions, you will see the message in the command line that tells you what you need to do.

  • @lisaellis4679
    @lisaellis4679 2 หลายเดือนก่อน

    Bro.. I had coinbase wallet extension on Chrome and my PC crashed but I retrieve the appdata file ..I copied it to new pc now it's telling me my password is wrong.. there must be some error. I know password is correct. Do you have a way for me to get my seeds

    • @CryptoGuide
      @CryptoGuide  2 หลายเดือนก่อน

      Have you tried BTCRecover?

  • @chain_wizard
    @chain_wizard 3 หลายเดือนก่อน

    a 24 word BIP-39 seed phrase attached with a passphrase isn't enough for any size of portfolio? Messing up and over-complicating things can be also dangerous to lose access.

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      Depends on what you are trying to achieve, I think that passphrase+seed is fine for most people unless you are storing more than $1,000,000 USD. (Below that I think the risk added by extra complexity simply isn't worth it)

  • @Royorg-qf5jq
    @Royorg-qf5jq 3 หลายเดือนก่อน

    We need taproot multisig asap!!!

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      For sure :)

  • @AllInOne-vz7fg
    @AllInOne-vz7fg 3 หลายเดือนก่อน

    Sir I use Bip39 but I loss my all big funds please help me
    My all fund auto withdraw

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน +1

      Sounds like you gave your seed to a scammer. This is unrecoverable, I'm sorry for your loss.

    • @AllInOne-vz7fg
      @AllInOne-vz7fg 3 หลายเดือนก่อน

      @@CryptoGuide I loss total 900usdt

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      I'm sorry for your loss

    • @AllInOne-vz7fg
      @AllInOne-vz7fg 3 หลายเดือนก่อน

      @@CryptoGuide I send TRX to Wrong address how can recover

    • @CryptoGuide
      @CryptoGuide  3 หลายเดือนก่อน

      You can't, the only option is to work out where to got the address, contact the owner and ask them to send it back.

  • @franciscozapien1232
    @franciscozapien1232 หลายเดือนก่อน

    can you help me recover some crypto?

    • @CryptoGuide
      @CryptoGuide  หลายเดือนก่อน

      Of course... Free support happens here in the TH-cam comments and you can request trusted recovery and private sessions here: cryptoguide.tips/recovery-services-consultations/