Post
Topic
Board Bitcoin Technical Support
Re: PHP Bitcoin Node Status Page
by
CraigWatson
on 02/12/2015, 10:22:28 UTC
Be nice if I could run a version on windows Cheesy

You should be able to run this on Windows - as long as you have PHP with the curl extension installed, plus a compatible webserver such as Apache.

The communication with bitcoind is done via RPC so there's no underlying Linux system calls done for the core functionality. The only OS-level Linux commands run are to get various system stats like disk usage, daemon uptime etc.