bitcoin_fork_claimer icon indicating copy to clipboard operation
bitcoin_fork_claimer copied to clipboard

problem with p key

Open iseka-dev opened this issue 7 years ago • 9 comments

The scrypt doesn't recognize the key type when I introduce the p key.

Traceback (most recent call last): File "C:\bitcoin_fork_claimer\claimer.py", line 1101, in get_txid(coin, args) File "C:\bitcoin_fork_claimer\claimer.py", line 346, in get_txid restofprogram(coin, args) File "C:\bitcoin_fork_claimer\claimer.py", line 961, in restofprogram keytype, privkey, pubkey, sourceh160, compressed = identify_keytype(args.wifkey, args.srcaddr) File "C:\bitcoin_fork_claimer\claimer.py", line 313, in identify_keytype raise Exception("Unable to identify key type!") Exception: Unable to identify key type!

it is a segwit adress, starts with 3, and the pkey starts wit L.

Any idea about what is hapenning?

iseka-dev avatar Feb 26 '18 21:02 iseka-dev

What kind of segwit address is it? The script doesn't work with all kinds of segwit addresses, only the P2SH-P2WPKH ones.

ymgve avatar Feb 27 '18 00:02 ymgve

the adress starts with 3, so I assumed is P2SH. Googling I find could be a multisig wallet. I am pretty sure that in such a case it was created in electrum 2.1. It woud be a problem??

iseka-dev avatar Feb 27 '18 01:02 iseka-dev

The script does not support multisig at the moment. Need further details to find out why it fails.

ymgve avatar Mar 06 '18 19:03 ymgve

are u planning to add support for multisig? if there is any particular detail I could provide, please tell me! Thanks

iseka-dev avatar Mar 06 '18 19:03 iseka-dev

Do you know if it's multisig or segwit? How was the address created? What is the public address?

ymgve avatar Mar 06 '18 19:03 ymgve

Hi, I didn't see your questions before! It is a multisig wallet. So it seems I won't be able to use the script. I hope the scrypt will support multisig wallets soon!

iseka-dev avatar Mar 19 '18 20:03 iseka-dev

Same issue for me. Can't claim from multisig wallet

alternativshik avatar Mar 20 '18 06:03 alternativshik

Same problem

serevan avatar Mar 23 '18 10:03 serevan

Multisig is not supported at the moment. Might consider adding it in the future.

ymgve avatar Mar 23 '18 16:03 ymgve