Hey guys, running windows 8.0 Bitcoin core and my p2pool node.
Is there anyway for me to get this all up and running with this sort of setup?
I cant figure out how you guys are doing this.
Must I be running lenox?
Any info would be much much appreciated....
Thanks.
Three simple steps:
1) Go to
http://www.java.com and download and install the executable installer for your platform. You only need the JRE, not the full JDK.
2) Open a cmd prompt (I think it's now powershell in Win8?) and navigate to the "bin" subdirectory where java installed itself.
3) Execute the same commandline as above.
Now, there are enhancements you can do to this, namely putting it into a batch file and running it in the background (i.e. as a service) so that it will run without needing the powershell window open all the time. However since I'm not a windows guy you'll have to do some research on the best way to achieve that.
But, those 3 steps should get you up and running quickly for now.