cpuminer-multi icon indicating copy to clipboard operation
cpuminer-multi copied to clipboard

updates for the monero-v1 pow tweaks

Open vtnerd opened this issue 6 years ago • 6 comments

These are updates for the monero - version 1 PoW changes. For this version, I modified the long state directly instead of manipulating some of the state variables. The entire context is heap allocated, so I wasn't sure what the compiler was going to do with aliasing already. Some other versions I modified the state directly, especially if they were stack variables.

vtnerd avatar Mar 02 '18 14:03 vtnerd

Also note that this is going directly into the master branch, and not the dev branch.

vtnerd avatar Mar 02 '18 14:03 vtnerd

Any chances of this getting merged?

lhirlimann avatar Mar 26 '18 06:03 lhirlimann

@vtnerd with this update we can mine Graft?

2010phenix avatar Apr 03 '18 11:04 2010phenix

Bus error on run on ARMv7a CPU.

philtimmes avatar May 15 '18 22:05 philtimmes

Also, bad hashes on x86_64

philtimmes avatar May 23 '18 03:05 philtimmes

yeah just checked it on armv7l and got a seg fault looks like the code is uses some armv8 specific features heres a gdb log

(gdb) run Starting program: /usr/src/cpuminer-multi-monerov7/minerd -a cryptonight-monero -o stratum+tcp://xmr.pool.minergate.com:45700 -u [email protected] -p x -t 1 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction. 0x000c00be in _armv8_pmull_probe ()

DarrenRainey avatar May 26 '18 19:05 DarrenRainey