Bitcoin Forum
May 07, 2024, 01:11:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: /r/Bitcoin stats  (Read 4523 times)
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
April 07, 2013, 05:47:07 AM
 #21

On my end, it doesn't resolve properly (getaddrinfo ENOTFOUND) but maybe you'll have some luck:

Code:
// whiskers75's /r/Bitcoin Script! :)
// Coded by whiskers75 for theymos and users of the Bitcoin Forum.

var http = require('http');

var options = {
    port: 80,
    hostname: 'http://www.reddit.com',
    method: 'GET',
    path: '/r/bitcoin/about/traffic.json'
};
console.log('Requesting ' + options.hostname + options.path + ':' + options.port + ' (' + options.method + ')');
var req = http.request(options, function(res) {
    res.setEncoding('utf8');
    res.on('data', function (chunk) {
        console.log(chunk);
    });
});


I think you need a way to include theymos' login details as well.

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
1715044300
Hero Member
*
Offline Offline

Posts: 1715044300

View Profile Personal Message (Offline)

Ignore
1715044300
Reply with quote  #2

1715044300
Report to moderator
1715044300
Hero Member
*
Offline Offline

Posts: 1715044300

View Profile Personal Message (Offline)

Ignore
1715044300
Reply with quote  #2

1715044300
Report to moderator
1715044300
Hero Member
*
Offline Offline

Posts: 1715044300

View Profile Personal Message (Offline)

Ignore
1715044300
Reply with quote  #2

1715044300
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715044300
Hero Member
*
Offline Offline

Posts: 1715044300

View Profile Personal Message (Offline)

Ignore
1715044300
Reply with quote  #2

1715044300
Report to moderator
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
April 07, 2013, 07:54:04 PM
 #22

I'm on it but will need more time... so busy.

if somebody else would do it I'd be happy.

current suggestion is not complete. not sure about the language.
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
April 12, 2013, 07:27:38 AM
 #23

http://blockchained.com/stuff/r_bitcoin_stats.py_
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
April 12, 2013, 07:42:52 AM
 #24


Great, phelix! Can't wait to see what you do with it once the data is readily available. Thought about doing something similar for bitcointalk.org?

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
myrkul
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


FIAT LIBERTAS RVAT CAELVM


View Profile WWW
April 12, 2013, 06:50:06 PM
 #25

Great stuff, Phelix.

BTC1MYRkuLv4XPBa6bGnYAronz55grPAGcxja
Need Dispute resolution? Public Key ID: 0x11D341CF
No person has the right to initiate force, threat of force, or fraud against another person or their property. VIM VI REPELLERE LICET
theymos (OP)
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12972


View Profile
April 13, 2013, 02:01:19 AM
 #26

Thanks. This will update daily:
https://bitcointalk.org/rbitcoin/

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Zaih
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
April 13, 2013, 10:31:38 AM
 #27

Wow, didn't realise the subreddit was so active. Great work guys Smiley
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
April 14, 2013, 09:59:23 AM
Last edit: April 14, 2013, 10:26:04 AM by phelix
 #28

 Kiss

Thanks. This will update daily:
https://bitcointalk.org/rbitcoin/
Could you also write a "latest.json" file or something? It's kinda hard to properly figure out the time the date changes (especially with freaking summer/winter time).
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
April 14, 2013, 10:59:26 AM
 #29



ohoh this will need some more work to aggregate the data automatically...  but the weather is great outside Cool
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
April 14, 2013, 12:17:12 PM
 #30

[...]

ohoh this will need some more work to aggregate the data automatically...  but the weather is great outside Cool
Nice work!

I didn't think of aggregating the month/week/day data, great idea! Shame the daily data isn't available for the whole period, but if you start collecting now you'll have it from this point on. With lots more data points the correlation should be quite a bit more clear. From your chart it looks pretty clearly to be a log-log relationship.


Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
April 14, 2013, 09:16:07 PM
 #31


somewhat messed up but should be updating...

Will integrate it into my site when I find the time. And also set up a graph of the forum stats - that might take a while, though.
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
October 27, 2013, 06:44:43 PM
 #32

Thanks. This will update daily:
https://bitcointalk.org/rbitcoin/
I guess it's disabled because of the haxoing...
theymos (OP)
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12972


View Profile
October 27, 2013, 06:46:37 PM
 #33

Yes, but you can download stats directly from Reddit now:
http://www.reddit.com/r/Bitcoin/about/traffic.json

So I don't think that I will re-enable that script.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
October 27, 2013, 07:35:02 PM
 #34

Yes, but you can download stats directly from Reddit now:
http://www.reddit.com/r/Bitcoin/about/traffic.json
nice

Quote
So I don't think that I will re-enable that script.
ok

Will try to find the time to adapt my script...
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
October 28, 2013, 07:48:57 AM
 #35

Here is a site that gives stats on r/bitcoin http://stattit.com/r/bitcoin/
Hmm... I can't see any interesting diagram there - am I missing something?
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
October 28, 2013, 09:32:01 AM
 #36

Here is a site that gives stats on r/bitcoin http://stattit.com/r/bitcoin/
Hmm... I can't see any interesting diagram there - am I missing something?

It just provides summary stats AFAICT.

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
December 19, 2013, 10:23:35 AM
 #37

With the new forum image proxy the chart above is not updating any more...

Here you can see the updated version:

http://blockchained.com/rbitcoinstats.png
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!