Hey James, I'm currently helping with some VRC projects, but I could set up some VMs to test with next week. Maybe this weekend if I'm lucky.
that would be great!
Some gotcha's not in the current build instructions for Unix:
libuv.a not found. Had to install automake and update the am-api configuration variable to 1.14. Also had to run 'automake --add-missing' to install 'test-driver'. Then run ./configure and make in libjl777/libuv.
After running 'make install' which put uv in /usr/local/lib, you need to run 'sudo ldconfig'. Then edit the makefile.unix in src and change the LIBS variable from "... $(CURRDIR)/../libjl777/libs/libuv.a ..." to "... -luv ..."
FYI: These instructions in libjl777/README.md are a little whacked (:
"cd libjl777 make onetime make make btcd make install"
Now you should have BitcoinDarkd in the directory and then you just need to make a SuperNET.conf