Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: vm1990 on August 29, 2014, 12:17:57 PM



Title: How to export Node stats to a wordpress blog on a diffrent server
Post by: vm1990 on August 29, 2014, 12:17:57 PM
Ok so im at my tech limit on this one. what i want to do is set up stats on a wordpress blog for a bitcoin node that im running on a bigger server. the idea is to have a few nodes and all the info on the blog..

things like bandwidth
upload/download speed
connections
current block on node

using bitcoin core 0.9.2.1

also id prefer it just to monitor bitcoin as the server does have alot of network traffic between it and other network servers

any ideas?


Title: Re: How to export Node stats to a wordpress blog on a diffrent server
Post by: grue on August 30, 2014, 12:05:27 AM
for bandwidth and upload/download speed, generate graphs (using vnstat) on the bitcoind machine and use scp to transfer it to the wordpress server. connections/ current block can be obtained with json-rpc api.


Title: Re: How to export Node stats to a wordpress blog on a diffrent server
Post by: vm1990 on August 30, 2014, 12:56:53 AM
for bandwidth and upload/download speed, generate graphs (using vnstat) on the bitcoind machine and use scp to transfer it to the wordpress server. connections/ current block can be obtained with json-rpc api.

thanks ill see if arguing with ubuntu works if not ill be back for help XD