Title: Public Key Tracking Post by: devthedev on November 11, 2013, 08:29:35 PM What are the best ways to track a Paper Wallet?
I'm currently using Blockchain.info, and within the interface it's called a watch only address. Is there any way to track a public key hash with other services such as CoinBase? And again, I don't want to import the private key. ;D Title: Re: Public Key Tracking Post by: JompinDox on November 11, 2013, 08:42:48 PM http://blockexplorer.com/
Armory And there are a few others, I believe. I also have a little AHK script (which auto-refreshes the address balance from blockchain.info) that I made for my own use (Windows only.) I will consider cleaning it up and releasing it. Title: Re: Public Key Tracking Post by: devthedev on November 11, 2013, 08:44:21 PM http://blockexplorer.com/ Armory And there are a few others, I believe. I also have a little AHK script (which auto-refreshes the address balance from blockchain.info) that I made for my own use (Windows only.) I will consider cleaning it up and releasing it. Does Armory allow tracking of Paper Wallets already printed? Title: Re: Public Key Tracking Post by: JompinDox on November 11, 2013, 08:47:30 PM http://blockexplorer.com/ Armory And there are a few others, I believe. I also have a little AHK script (which auto-refreshes the address balance from blockchain.info) that I made for my own use (Windows only.) I will consider cleaning it up and releasing it. Does Armory allow tracking of Paper Wallets already printed? Yes. It requires tons of RAM and local storage of the blockchain, though. Another option that comes to mind is Electrum - with a little tweak, you can track a public address without importing its private key. Title: Re: Public Key Tracking Post by: devthedev on November 11, 2013, 08:55:45 PM http://blockexplorer.com/ Armory And there are a few others, I believe. I also have a little AHK script (which auto-refreshes the address balance from blockchain.info) that I made for my own use (Windows only.) I will consider cleaning it up and releasing it. Does Armory allow tracking of Paper Wallets already printed? Yes. It requires tons of RAM and local storage of the blockchain, though. Another option that comes to mind is Electrum - with a little tweak, you can track a public address without importing its private key. Mind explaining to me how I can tweak this up? :P Title: Re: Public Key Tracking Post by: JompinDox on November 11, 2013, 09:05:30 PM http://blockexplorer.com/ Armory And there are a few others, I believe. I also have a little AHK script (which auto-refreshes the address balance from blockchain.info) that I made for my own use (Windows only.) I will consider cleaning it up and releasing it. Does Armory allow tracking of Paper Wallets already printed? Yes. It requires tons of RAM and local storage of the blockchain, though. Another option that comes to mind is Electrum - with a little tweak, you can track a public address without importing its private key. Mind explaining to me how I can tweak this up? :P Sure: - First, import a dummy address. For instance one that you have generated at bitaddress.org. - Close Electrum and open the wallet file in notepad. - Look for the dummy address and replace it with the address you want to watch. - Save and exit, and launch Electrum again. - Presto! Notes: 1. You can leave the private key of the dummy address unchanged - it won't do any harm. 2. Yeah, it's just a quick and dirty trick, but it works. Hopefully Electrum will implement true watch-only wallets some day. Title: Re: Public Key Tracking Post by: devthedev on November 11, 2013, 09:16:38 PM Thanks, I honestly wish Coinbase did. They have a really nice UI.
|