Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with p key #23

Open
iseka-dev opened this issue Feb 26, 2018 · 9 comments
Open

problem with p key #23

iseka-dev opened this issue Feb 26, 2018 · 9 comments
Labels
enhancement New feature or request

Comments

@iseka-dev
Copy link

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?

@ymgve
Copy link
Owner

ymgve commented Feb 27, 2018

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

@iseka-dev
Copy link
Author

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??

@ymgve
Copy link
Owner

ymgve commented Mar 6, 2018

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

@ymgve ymgve added the question Further information is requested label Mar 6, 2018
@iseka-dev
Copy link
Author

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

@ymgve
Copy link
Owner

ymgve commented Mar 6, 2018

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

@iseka-dev
Copy link
Author

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!

@alternativshik
Copy link

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

@serevan
Copy link

serevan commented Mar 23, 2018

Same problem

@ymgve
Copy link
Owner

ymgve commented Mar 23, 2018

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

@ymgve ymgve added enhancement New feature or request and removed question Further information is requested labels Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants