Thanks Cpt. Obvious. Why not put the font size to 72pt or something like that?
Never enter private keys to any site anywhere. Ever. So it applies also to the aforementioned site. No news there.
@privatenode:
You may want to take the search WIF key functionality out of the page, so people do not shit their pants. I think the value-add in your site is the range warning for potentially leaked addresses. And I could think about an API you could query for the current search front of the LBC pool (with recently over 1 mio pages on directory.io per second it's moving quite fast) basically the directory.io link at
https://lbc.cryptoguru.org/statsThe balance does not seem to work,
http://block.okcoin.cn/address/1EoXPE6MzT4EnHvk2Ldj64M2ks2EAcZyH4 has zero contrary to the claimed 15068 (Satoshi?)
Also your page offset starts at 2
http://washen.me/1 is nirvana
Rico
Hi Rico, I'm focusing make the ASCII address bar, trying to make it more "EASY TO READ".
1. if you can give me an API from your LBC i can think a good way to uses it to display where we already went through and will process in next few weeks/months. so i could mark those addresses as potential leaked.
2. The WIF key is pretty much i just quote that API, as Directory.IO uses
http://directory.io/warning:understand-how-this-works!/5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreCHK2Zzv
I just made it shorter, and post it with a search form. as
http://washen.me/querypk/5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreCHK2Zzv
func main() {
http.HandleFunc("/", PageRequest)
http.HandleFunc("/querypk/", RedirectRequest)
http.HandleFunc("/search", search)
log.Println("Listening")
log.Fatal(http.ListenAndServe("washen.me:80", nil))
591,2-9 99%
3. Once i finish my decoration ,I will put it to github. never dealt with those UI thing, so bugging me.
4. the first page got some buggy key, when i send balance query from server, some thing just don't match,
blockchain.info returns an error with it, so i have to block it.AND, Do you remember last time we searched out one of my private key with your LBC?that is why i think people should not be scared, but they should be prepared. there's not too much different from our apps, the goal is push bitcoin move forward from some different angle.