Bitcoin Forum
October 02, 2024, 02:19:52 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: btcrecover electrum change address  (Read 82 times)
ElectrumHelpMe (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 1


View Profile
September 26, 2024, 02:09:06 AM
Last edit: September 30, 2024, 06:22:46 AM by ElectrumHelpMe
 #1

delete
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2296
Merit: 4465


Join the world-leading crypto sportsbook NOW!


View Profile WWW
September 26, 2024, 02:22:47 AM
 #2

what is the arguments for btcrecover if i have only a change address
i want to recover seed but to check against change address
i tried m/1/0 but seems not working

It's impossible to recover a seed from an any address.  It doesn't matter if if's a change address or a standard derivation.  Not even if you have the private key will you be able to decipher the seed.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
ElectrumHelpMe (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 1


View Profile
September 26, 2024, 03:16:18 AM
 #3

what is the arguments for btcrecover if i have only a change address
i want to recover seed but to check against change address
i tried m/1/0 but seems not working

It's impossible to recover a seed from an any address.  It doesn't matter if if's a change address or a standard derivation.  Not even if you have the private key will you be able to decipher the seed.

sorry for my english (greek is my language)

i am recovering mnemonic lost words

all i need is right deviration path
FinneysTrueVision
Sr. Member
****
Offline Offline

Activity: 1792
Merit: 432


Fully Regulated Crypto Casino


View Profile WWW
September 26, 2024, 03:41:03 AM
 #4

The derivation path for change addresses in Electrum should be m/0’/1/

For the change address at index 0 the derivation would be m/0’/1/0

▄▄██████████████████████▄▄
▄███████▀███▀▀███▀██████▄
██████████████████████████
██████████▄▄▄███▄▄▄█████████
███████████▀▀▀▀▀▀▀██████████
████████▀░░░░░░░░░░░████████
███████▀░░░░░▄▄▄░░░░░███████
███████░░░░░███▀▀▀▀▀▀███████
███████░░░░░███░░░░░░███████
███████░░░░░▀███▀░░░░███████
████████░░░░░░░░░░░░████████
▀█████████▄▄░░░░▄▄█████████▀
▀▀██████████████████████▀▀

GAMEGRAM

100%
.
DEPOSIT
BONUS
██████
██
██
██
██
██
██
██
██
██
██
██
██████

CASINO

PVP
30% Cashback
.
──  WAGER FREE  ──
██░░████
██
██
██
██
██
██
██
██
██
██
██
██░░████

PLAY NOW!
████░░██
██
██
██
██
██
██
██
██
██
██
██
████░░██
nc50lc
Legendary
*
Offline Offline

Activity: 2548
Merit: 6199


Self-proclaimed Genius


View Profile
September 26, 2024, 05:03:54 AM
Merited by ABCbits (3), DireWolfM14 (1)
 #5

i tried m/1/0 but seems not working
What's your seed type?
standard (p2pkh), SegWit or other types?

For the first two:
  • Standard should have --bip32-path m/1

    Sample command and result (standard seed, change address index 0):
    Code:
    $ py seedrecover.py --tokenlist 1test.txt --mnemonic-length 12 --language en --addrs 164ZevaKdd3SjasnyzyLXHoSBfRMoD1Zj5 --addr-limit 1 --bip32-path m/1 --dsw

    Starting seedrecover 1.9.0-CryptoGuide, btcrecover 1.9.0-Cryptoguide on Python 3.12.5 64-bit, 21-bit unicodes, 64-bit ints
    Using the 'en' wordlist.
    2024-09-26 12:36:45 : Phase 1/1: up to 12 mistakes, 12 of which can be an entirely different seed word.
    2024-09-26 12:36:45 : Using 12 worker threads
    2024-09-26 12:36:48 : ***MATCHING SEED FOUND***, Matched on Address at derivation path: m/1/0

  • SegWit should have --bip32-path "m/0'/1"

    Sample command and result (SegWit seed, change address index 0):
    Code:
    $ py seedrecover.py --tokenlist 1test2.txt --mnemonic-length 12 --language en --addrs bc1qlv0u6zwm7n66e75flllnep23mf3stdzl3dvwxp --addr-limit 1 --bip32-path "m/0'/1" --dsw

    Starting seedrecover 1.9.0-CryptoGuide, btcrecover 1.9.0-Cryptoguide on Python 3.12.5 64-bit, 21-bit unicodes, 64-bit ints
    Using the 'en' wordlist.
    2024-09-26 12:43:21 : Phase 1/1: up to 12 mistakes, 12 of which can be an entirely different seed word.
    2024-09-26 12:43:22 : Using 12 worker threads
    2024-09-26 12:43:24 : ***MATCHING SEED FOUND***, Matched on Address at derivation path: m/0'/1/0

    For other seed types like MultiSig and "2fa", it's basically the same but you need your "master public key" instead of the MultiSig address, and the correct path.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!