minor point on the popup.. it might be nice if the popup could be 'pinned'.. at the moment it only works as a mouse hover-over, so you can't copy/drag the QR code or get the path to the image.
I've made the QR Code popup in a modal instead, so it should now work on android and over devices with no mouseover.
The firstbits are an ideal (theoretically) unambiguous shortener... provided the address has been seen by the network. For public addresses not yet publicly seen by the network, perhaps Puik could add a temporary otherwise invalid code. The first 8 characters of an address are typically unambiguous (sans vanity codes), something like 1eDj5Efw000 (zero zero zero) might produce a collision list page?
Rather than a separate collision page I could make the to address field drop down with an auto complete list, a plugin like this
http://www.devbridge.com/projects/autocomplete/jquery/ should work.
Not that I want to give anybody any ideas, but can't people easily remove the 1% fee from the output of a transaction, given the way the transaction is constructed and signed on the client side? Like use a greasemonkey script or something that does it automatically? Are you just hoping that people won't do that, or is actually not possible somehow?
Yes only one line of code needs to be commented out to remove transactions fees:
cool site! bookmarked.
2 requests though for
http://blockchain.info/unconfirmed-transactions* on the map you show flags but not in the list. wouldn't it make sense the other way round? in the map the symbol could rather represent the order of magnitude of the transaction than the country which is clear by the location.
* please make the sound opt-in instead of opt-out. Took me 5 minutes to find the tab that was beeping.
Point taken about the flags, I like the bleep on as default though (If nothing else it reminds you to close the page and stop sucking bandwidth
).
New features- Offline Mode
- QR Code Scanner (Requires flash)
I need to write a tutorial of how to do this but basically you can now make an online/paper wallet hybrid.
- Login in offline mode (Must have private browsing enabled and disconnect your internet when prompted)
- Generate some new keys
- Print a paper wallet
- Log back in in normal mode, add the bitcoin addresses you just generated
- To make a transaction login in offline mode and when prompted scan the private key QR code off your paper wallet
This way your private keys never touch the internet (even in encrypted form) and even if the site went rouge the keys could not be stolen.