Search content
Sort by

Showing 11 of 11 results by smd75jr
Post
Topic
Board Obsolete (selling)
Re: [For Sale] Silver Coins and Bars **tradehill special!** FREE SHIPPING!
by
smd75jr
on 18/07/2011, 04:15:20 UTC
Is this offer still going on because i would be interested
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 13/07/2011, 18:00:41 UTC
Any help? Anybody?
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 12/07/2011, 16:15:02 UTC
The other problem I've discovered after looking at it for a bit, is that i cant think of a way to make it look at the latest block (and I'm not going to use SQL because I want it to be as fast  as possible).
https://blockexplorer.com/q/latesthash
Will give you the hash and you then know the link, for the raw block link is just:
http://blockexplorer.com/rawblock/latesthash

Ok, that should work, but what about parsing it, how do I do that?
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 12/07/2011, 14:29:17 UTC
How about date of last block too?

Not really sure how i would do this, the page uses data pulled directly from blockexplorer.com/q, it just organizes and displays it efficiently.
You could, get latest block hash then parse it's page like:
http://blockexplorer.com/rawblock/000000000000012e9924c4628a8cf8f2f2cad86192c4dcb7175e3f91eb0fc317
and get the time and then convert to UTC. Trickier but probably interesting to figure out!  Wink

The other problem I've discovered after looking at it for a bit, is that i cant think of a way to make it look at the latest block (and I'm not going to use SQL because I want it to be as fast  as possible).
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 11/07/2011, 22:26:49 UTC
How about date of last block too?

Not really sure how i would do this, the page uses data pulled directly from blockexplorer.com/q, it just organizes and displays it efficiently.
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 11/07/2011, 20:16:54 UTC
Changed the layout of the page to make it more compact and readable
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 11/07/2011, 17:42:44 UTC
Modern exploits are FAR more likely to use stupidity of the user rather than weaknesses in the browser.

Not looking to start a platform argument, just saying it makes a lot less difference now than it used to.


To be fair, it was mostly because Microshaft likes to think that they alone dictate Internet standards and that Internet Explorer has never really conformed to them properly

I like it  Cool


Pretty simple.

Thanks, I'm going to try to continue to improve it over time, if anyone has any feature requests I am fully open to see what i can do Smiley
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 11/07/2011, 17:31:45 UTC
Now it only yells at you if you're using Internet Explorer
Grin Funny. What does it say? I won't ever touch the internet with that thing! LOL.

Why are you working with Bitcoin in Internet Explorer?!?!?!?!


New changes:

Fixed probability (the number is now multiplied by 100)

Cheers!
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 11/07/2011, 15:02:42 UTC
Ok, updated it

Changes:

Fixed spelling error as noted above
Now shows how much the difficulty will change
Now it only yells at you if you're using Internet Explorer
Post
Topic
Board Project Development
Re: Aggregated view of important Block Explorer data
by
smd75jr
on 10/07/2011, 14:30:23 UTC
Umm..why does it say "You are using a browser that is actually secure Smiley"?

Sure it's great, and I try to stay secure, but I'm wondering why are you testing that? What happens when someone visits and it's not?

That was more me bashing Internet Explorer than anything, I was planing to remove it when i update it.

One typo "The avarage time" Smiley

Noted Smiley
Post
Topic
Board Project Development
Topic OP
Aggregated view of important Block Explorer data
by
smd75jr
on 10/07/2011, 03:05:48 UTC
Ok, first post  Grin

So i was getting somewhat frustrated with having to open about 10 tabs on Block Explorer and constantly refresh/switch between them just to get all of the information i wanted. So i decided to finally teach myself PHP and wrote a simple little web page that pulls all of the most important data from Block Explorer and puts it all on one, nice, clean, convenient page.

The URL is: tdi-inc.com/bitcoin

Any suggestions and/or comments are greatly appreciated.

Thanks,
smd75jr

P.S. WE LOVE YOU theymos