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

Ability to freeze / erase private keys #1653

Closed
gmaxwell opened this issue Aug 6, 2012 · 4 comments
Closed

Ability to freeze / erase private keys #1653

gmaxwell opened this issue Aug 6, 2012 · 4 comments

Comments

@gmaxwell
Copy link
Contributor

gmaxwell commented Aug 6, 2012

Related to Issue #1637 :

There should be an ability to mark some private keys as frozen so they won't be used for anything. It would be additionally useful to have a key both frozen and neutered, so that it's effectively watch only and the data isn't even in the wallet.

This can be used to avoid contamination from commingled inputs, to set aside special inputs that are to be used in contracts, or to create watching only wallets for improved security.

@copumpkin
Copy link

For a more concrete use-case, I'd like to use this feature because the #bitcoin-otc WOT supports bitcoin address authentication now. I created an address for signatures, but would prefer not to use it as inputs by default, because that would allow people to correlate my WOT identity with actual transactions on the network, which is undesirable. For example, someone sent me 0.92 bitcoins as a prank to my authentication address, which was annoying because I have no way to prevent them (in the mainstream bitcoin client) from being mixed up with my main wallet. Luckily, I was able to send all my coins off to a different wallet before the 0.92 transaction confirmed, and then sent the 0.92 elsewhere, but it was annoying, and could be done at any time.

@laanwj
Copy link
Member

laanwj commented Aug 6, 2012

Agreed.

Though watching-only wallets don't need the private-key at all, so I think that's a distinct feature.

@CodeShark
Copy link
Contributor

I've begun working on a watching-only wallet feature. Please take a look. Pull #2117

@laanwj laanwj added the Wallet label Sep 25, 2014
suprnurd pushed a commit to chaincoin-legacy/chaincoin that referenced this issue Dec 5, 2017
* [GUI] Change look of modaloverlay

* Update crownium.css

Copy'n'paste error removed
@bitcoin bitcoin deleted a comment Mar 21, 2019
@adamjonas
Copy link
Member

Believe this was closed by watch-only wallet support (i.e., #4045 and #9662).

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants