0
I'm interested in using a pogoplug to run bitcoin. From my understanding, I should be able to connect to the pogoplug from another device (RasPi with AM BEs) and mine on my own. I'm having trouble figuring out what I'm doing wrong -- I've got bitcoin cloned to the plug from github, but in following what it seems others have done,
make -f makefile.unix USE_PNP=-USE_IPV6=0
nets
make: *** No rule to make target `makefile.unix'. Stop.
Suggestions?
Already ran those scripts. – Mark Brown – 2013-09-07T17:51:07.057
Then you should just need to run
– Colin Dean – 2013-10-08T00:59:42.123make. See build-unix.md.