slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 06:37:17 PM |
|
The site has been up and down for the past few days which messes up the stats. It is advantageous for mining pools to be feel connect so even if they don't accept incoming connections eventually they will connect to me. It doesn't matter if they are balancers or not if deepbit's mining nodes are still behind them, which ip do you think is incorrect?
Oh, if this means that deepbit connect to you from those IPs, then it's everything perfect. I though you just guessed IPs from pinging his site :-). How can you be sure the pool is reporting the correct has rate?
Don't get hashrate from website (because very pool calculates in a slightly different way), but pick blockheaders or blocknums from their stats page. Then you can calculate rough hashrate by yourself. If pool is hiding some blocks on stats page, then it's completely different story. But I don't think it's an issue at least for biggest one.
|
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
November 10, 2011, 06:39:08 PM |
|
Btw what's dns for your node? telnet blockchain.info 8333 does not work...
|
|
|
|
bulanula
|
|
November 10, 2011, 06:42:39 PM |
|
Nice website but has some serious issues with uptime and also the payment notifications do not seem to work !
|
|
|
|
piuk (OP)
|
|
November 10, 2011, 07:03:51 PM |
|
Btw what's dns for your node? telnet blockchain.info 8333 does not work...
The website routes through cloudflare so which I don't think will work with telnet. I'm keeping the ip's of my nodes hidden. Node 1 has a static ip which you can probably find fairly easily, Node 2,3,4 change ip every few hours. Nice website but has some serious issues with uptime and also the payment notifications do not seem to work !
Yeah it has been very flaky the last week. It was running on my home ADSL connection but has now been moved to a new datacenter so it should be better from now on.
|
|
|
|
jojkaart
Member
Offline
Activity: 97
Merit: 10
|
|
November 10, 2011, 11:08:48 PM |
|
I love the different graphs you have available on your site. However, sometimes I feel like I'd like to see more history than just a year. Could you add an option to see the data for the whole lifetime of the network? Especially for the number of transactions graph but other would be nice too. Also, an option for logarithmic scale to accompany that would be great
|
|
|
|
piuk (OP)
|
|
November 11, 2011, 02:17:16 PM |
|
I love the different graphs you have available on your site. However, sometimes I feel like I'd like to see more history than just a year. Could you add an option to see the data for the whole lifetime of the network? Especially for the number of transactions graph but other would be nice too. Also, an option for logarithmic scale to accompany that would be great I'va added options to view all data and log scale. Log scale is a beta feature of high charts so its not perfect, sometime the graph won't render or the y axis scale is a little messed up.
|
|
|
|
jojkaart
Member
Offline
Activity: 97
Merit: 10
|
|
November 11, 2011, 03:08:04 PM |
|
I'va added options to view all data and log scale. Log scale is a beta feature of high charts so its not perfect, sometime the graph won't render or the y axis scale is a little messed up. Thank you! There's still one little bug left but I'm happy with just being able to see the graphs for all time in logarthmic It would be great if you can fix the date scale that's shown on the bottom as well as the magnitudes shown on the left.
|
|
|
|
jojkaart
Member
Offline
Activity: 97
Merit: 10
|
|
November 11, 2011, 04:40:09 PM |
|
Also, would be great to have another graph. The number of addresses with unspent outputs.
|
|
|
|
piuk (OP)
|
|
November 11, 2011, 11:54:42 PM |
|
Also, would be great to have another graph. The number of addresses with unspent outputs. I'm not sure exactly what this would illustrate. As more coins are coming into production the figure will almost certainly increase regardless of wether there is an increased number of holders. On a different note, as the site seems to be running well, I've removed the connection limits on the bitcoin nodes. Currently connect to over 4000 unique nodes (approx 10,000 connections due to overlap) is this a record?
|
|
|
|
jojkaart
Member
Offline
Activity: 97
Merit: 10
|
|
November 12, 2011, 12:17:26 AM |
|
Also, would be great to have another graph. The number of addresses with unspent outputs. I'm not sure exactly what this would illustrate. As more coins are coming into production the figure will almost certainly increase regardless of wether there is an increased number of holders. On a different note, as the site seems to be running well, I've removed the connection limits on the bitcoin nodes. Currently connect to over 4000 unique nodes (approx 10,000 connections due to overlap) is this a record? It's another way of getting an idea of how much bitcoin is getting real world use. In addition to the daily transaction counts. Quite nice number of connections there
|
|
|
|
foo
|
|
November 12, 2011, 12:51:37 AM |
|
Oops: Looks like Eligius has their clock set 1 hour 10 minutes into the future, and you are using the block time instead of the received time for the age... That block is also completely missing from http://blockchain.info/blocks/1320972380607.
|
I know this because Tyler knows this.
|
|
|
|
Mike Hearn
Legendary
Offline
Activity: 1526
Merit: 1134
|
|
November 13, 2011, 10:19:14 AM |
|
Hey there, Is your code open source? Any plans for that? It doesn't seem to support searching for address prefix. Typing 18tVFm7C into the box should complete to this address: http://blockexplorer.com/address/18tVFm7CjQgeKk4BPwu1cYGHZyAFwwriukas it does on blockexplorer.com, but it actually does something completely different. Searching by address prefix is useful for checking physical bitcoins.
|
|
|
|
piuk (OP)
|
|
November 13, 2011, 03:05:31 PM |
|
Looks like Eligius has their clock set 1 hour 10 minutes into the future, and you are using the block time instead of the received time for the age... That block is also completely missing from http://blockchain.info/blocks/1320972380607. I'm going to leave as the block time as there could be a delay between that and the received time. The block you mention is an interesting anomoly as the extra hour pushed it to the next day http://blockchain.info/blocks/1321058780607. Interesting graph, you are trying to show their is a direct relationship between market price and number of transactions? I personally don't believe this to be true. correlation != causation. Hey there, Is your code open source? Any plans for that? It doesn't seem to support searching for address prefix. Typing 18tVFm7C into the box should complete to this address: http://blockexplorer.com/address/18tVFm7CjQgeKk4BPwu1cYGHZyAFwwriukas it does on blockexplorer.com, but it actually does something completely different. Searching by address prefix is useful for checking physical bitcoins. I will probably open source the backend at some point. I have forked the mainline bitcoin client to allow several machines to operate as if they were running a single bitcoin node e.g. they share the same blockchain and load balance transaction and block validation. I don't have any plans to open source the front end. This is not implement, it should say not found not sure why it takes you to an unrelated address. How would collisions between addresses with the same prefix be handled?
|
|
|
|
jojkaart
Member
Offline
Activity: 97
Merit: 10
|
|
November 13, 2011, 05:06:01 PM |
|
Interesting graph, you are trying to show their is a direct relationship between market price and number of transactions? I personally don't believe this to be true. correlation != causation.
No, I'm trying to show that a) they're heavily correlated b) There seems to be a direct relationship between the price bottom and transactions per day c) This graph can be used to estimate how much air (that is, speculation) there is in the exchange rate.
|
|
|
|
nmat
|
|
November 15, 2011, 09:35:48 PM |
|
Your site is often down... 2 out of the 3 times I tried to use it today got me at the cloudflare page.
|
|
|
|
eleuthria
Legendary
Offline
Activity: 1750
Merit: 1007
|
|
November 15, 2011, 10:20:58 PM |
|
I'm curious what you're using to determine which pools found blocks...considering you've posted multiple blocks as found by BTC Guild that were not, and multiple blocks not found by BTC Guild as ones we have .
|
RIP BTC Guild, April 2011 - June 2015
|
|
|
piuk (OP)
|
|
November 16, 2011, 03:18:30 PM |
|
No, I'm trying to show that a) they're heavily correlated b) There seems to be a direct relationship between the price bottom and transactions per day c) This graph can be used to estimate how much air (that is, speculation) there is in the exchange rate.
Ok try and add it to the site when i get chance. Your site is often down... 2 out of the 3 times I tried to use it today got me at the cloudflare page.
Had a problem with tomcat segfaulting, seems to be fixed now. I'm curious what you're using to determine which pools found blocks...considering you've posted multiple blocks as found by BTC Guild that were not, and multiple blocks not found by BTC Guild as ones we have . I'm a method similar to Dam Kaminsky's proposal, recording the first node to relay a transaction as the transaction's origin. As it says on the pools stats page this isn't always 100% accurate. I have added live network propagation maps @ http://blockchain.info/inv/${hash} . You can use this tool to help determine the origin or a transaction as well as to measure how well it has propagated through the network. If "First Relayed" and "Most relayed" match that ip is almost certainly the owner of a transaction e.g. http://blockchain.info/inv/9b35b2956bb9a98dd573d1154c84b68518d47fff57c09c061106440754224b37. If they are not the same but geographically very close together e.g. http://blockchain.info/inv/f631f8d4153797fdb5b0b78514af9e126fa6607d106d56e9d2a584a494186a1d then the originator is probably the "most relayed" node. to determine the owner of a block look at the mining pools list look at which pools relayed first. For example BTC guild is almost certainly the owner of this block http://blockchain.info/inv/0000000000000a39d6754b7aa1fa78d6a67481d16531ceb34b0df890a28fe0f2It works best in Safari & Chrome, which have web sockets enabled (not tested on i.e.). Relay data is removed after 24 hrs.
|
|
|
|
|
netrin
Sr. Member
Offline
Activity: 322
Merit: 251
FirstBits: 168Bc
|
|
November 18, 2011, 05:02:49 AM |
|
That's fantastic! May I suggest you change the map_canvas dimensions? You've got the United States, S. America, Africa, and Australia squarely in there (by default), but you cut off half of Europe, Canada, Russia, and heaven forbid all of Greenland. Think of the polar bears!
|
|
|
|
|