Hans Kristian Rosbach
Hans Kristian Rosbach
Hmm, veldig rart. Når jeg dumpet disse dataene så var seriellporten satt opp med akkurat samme innstillinger som de over, altså 115200 baud osv. 115200 er også det Oss sin...
You have set httpd_port to 80. Have you tried port 1080 for example? You do not say what OS you use unfortunately. But in Linux, ports below 1000 are restricted...
Enable "Verbose" in build.sh, and rebuild. Put the whole build log up on pastebin.com for example. You might need to tell cmake to use gcc's ld, ar and ranlib too....
I think you need to install XCode to build it on a mac, but I don't own one and have never even used one, so I have no idea. I...
That is weird. According to google, Xcode uses clang/llvm, and for __rolq in clang you need to include x86intrin.h, and that is exactly what is done in that file. The...
Hmm, that cpu supports AES-NI, so it should still use the asm code that was only slightly tweaked. Could you try changing "aes_override" from null to true in config.txt? If...
Could you re-test with a 4.3+ release please? I fixed several issues that might be related in 4.3.0. Also, it might be worth testing with prefetch on and off, there...
Sorry about that, fixed in c22242fdba7937be142a3c79cc820e4512e697fa PS: If you only want to mine XMR, then you can set the only_xmr flag to ON in build.sh. It leaves out all unrelated...
I need more information if I am to understand what is going on here. Does this error appear during compile or when you run it? Did you happen to have...
Just copy-paste the complete output of the compile and the output when you try to run it