Old Dip Tracker
Old Dip Tracker
> The additional risk is that it would wipe out the entire wallet in one click if exploited. How does the attacker get around the wallet passphrase?
This is the current flow that the button would replace: https://github.com/dogecoin/dogecoin/assets/1410115/137c737d-2e0e-4fc0-83b7-eedafbfc643f Adding or not adding the proposed feature does not significantly impact the security, in my opinion, because it's easy...
> is this feature request accepted because i didn't see any label attached to this issue There's no gatekeeping on requests, feel free to implement. > Secondly is this feature...
This may help to get started with the backport: the Bitcoin Core pull requests this was done in initially is https://github.com/bitcoin/bitcoin/pull/11316. You will want to look if there have been...
What is the exact error you receive?
First, make sure you're connected to some peers. You can see this by going to the help->debug window under "connections" (连接数). ---- If you right click the transaction there is...
I'll do an analysis after #20
Below my initial analysis, I kept your suggestion of doing architecture detection together with verification. That will not improve readability of the latter, but can be done like that as...
After thinking about this more, I think it's better when an entrypoint change invalidates the cache of the apt install of python, as a cached version may have a python...
Changed back to do apt before copy entrypoint. Make it more friendly now, but leaves this open and not fully solved with #31.