-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can timelockrecovery-specter be made available out of the box in Specter? #1
Comments
I have two Specter installations - one on Windows and the other on Umbrel. I installed the timelockrecovery extension by running pip install specterext-timelockrecovery then restarted Specter but it's still not showing up. I should note that on Windows I installed Specter by downloading the software from the official website, not via |
Hi @petre-c , thanks for the support! SERVICES_DEVSTATUS_THRESHOLD=alpha python -m cryptoadvance.specter server Or SERVICES_DEVSTATUS_THRESHOLD=alpha python -m cryptoadvance.specter server --config DevelopmentConfig The Unfortunately the Specter team said that the review will take a long time, possibly months, because most of the team has moved to work on other stuff. Meanwhile I've started working on a similar extension for Electrum, which is much more popular and has a more active development: https://github.com/oren-z0/electrum/tree/timelockrecovery |
Of course, we're all in this together 🙂 Besides, I'm acting in my own self-interest.. So, I need to build Specter from source to be able to use the timelockrecovery extension, is that correct? I was hoping I could avoid doing that, but okay, I'll give it a try. |
Do you plan to also add an extension / plugin for Sparrow sparrowwallet/sparrow#1573 ? As you said
|
@petre-c Yes, you need to download the repo, install the dependencies (I recommend using virtual-env) and run the python script. I tried working on the Sparrow code but it's all Java with libraries that I'm not familiar with. Sparrow is also very popular and has a beautiful UI, but the entire project is maintained by a single genius developer (decentralization much?). I'm sure that if the TimelockRecovery feature will be popular in other wallets, he'll implement it in Sparrow too. |
@petre-c Yes, the Specter team suggested that I will publish the feature as a fork of Specter, but this will be very confusing for users. I also don't want to take any responsibility for unrelated bugs that Specter might have. |
You want to make this publicly available for the largest number of people, don't you? I'll test it out. |
I was able to get the extension working by building the docker build -t specter-desktop .
docker run -p 25441:25441 -e SERVICES_DEVSTATUS_THRESHOLD=alpha specter-desktop |
Hello, @oren-z0, I watched your video and saw your website; I am excited to try out the current plugin.
Well done, by the way, since this seems to be an emerging area that is not widely explored and talked about.
I don't see the plugin being available in Specter out of the box. Can it be made available?
![Image](https://private-user-images.githubusercontent.com/15320885/410319517-ce4a467f-a17b-49ee-9162-a8444002f1d8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NDE5NzksIm5iZiI6MTczOTQ0MTY3OSwicGF0aCI6Ii8xNTMyMDg4NS80MTAzMTk1MTctY2U0YTQ2N2YtYTE3Yi00OWVlLTkxNjItYTg0NDQwMDJmMWQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEwMTQzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkODVmODI5ZjU5MThjM2NhMDdiZjFjZjQ1ZTQzNTcxNTQxMWU5MDU2ZDE5ZGZmZGQwNjRjZmEyZmZjNWNjZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lJja1b6unfGIxO70KI6IPXQC0dzKuzXJmkXtjBkh1Os)
Thanks!
Petre
The text was updated successfully, but these errors were encountered: