Like this
[P]ool management GPU management Settings Display options Quit |
GPU 0: | 3.370M/4.889Mh/s | R: 2.7% HW:0 WU:16.690/m I:21 |
GPU 1: | 3.501M/4.936Mh/s | R: 2.8% HW:0 WU:16.074/m I:21 |
GPU 2: | 3.452M/4.889Mh/s | R: 4.2% HW:0 WU:17.530/m I:21 |
GPU 3: | 3.322M/4.833Mh/s | R: 3.0% HW:0 WU:16.634/m I:21 |
GPU 4: | 3.480M/4.872Mh/s | R: 1.3% HW:0 WU:17.642/m I:21 |
GPU 5: | 3.502M/4.893Mh/s | R: 2.8% HW:0 WU:17.866/m I:21 |
GPU 6: | 3.418M/4.901Mh/s | R: 1.3% HW:0 WU:17.138/m I:21 |
GPU 7: | 3.504M/4.844Mh/s | R: 2.5% HW:0 WU:17.866/m I:21
And the same config with next algo X16
GPU 0: | 10.21M/4.960Mh/s | R: 3.5% HW:0 WU:18.102/m I:21 |
GPU 1: | 10.71M/4.928Mh/s | R: 2.3% HW:0 WU:16.101/m I:21 |
GPU 2: | 10.68M/4.848Mh/s | R: 2.1% HW:0 WU:17.375/m I:21 |
GPU 3: | 10.10M/4.937Mh/s | R: 1.7% HW:0 WU:15.919/m I:21 |
GPU 4: | 10.34M/4.969Mh/s | R: 6.2% HW:0 WU:16.101/m I:21 |
GPU 5: | 10.21M/4.902Mh/s | R: 5.1% HW:0 WU:16.010/m I:21 |
GPU 6: | 10.27M/4.947Mh/s | R: 2.0% HW:0 WU:18.648/m I:21 |
GPU 7: | 9.741M/4.912Mh/s | R: 2.6% HW:0 WU:17.648/m I:21
Really amazing....
What are the coins can be minned in X16 algorithm
Reading the whitepaper the MIT devs created X16R algo specifically for the RVN coin - and to be ASIC resistant.
The X16R hashing algorithm consists of 16 hashing algorithms operating in chain
fashion with the ordering dependent on the last 8 bytes (16 nibbles) of the hash of the
previous block. The algorithms are as follows:
0=blake
1=bmw
2=groestl
3=jh
4=keccak
5=skein
6=luffa
7=cubehash
8=shavite
9=simd
A=echo
B=hamsi
C=fugue
D=shabal
E=whirlpool
F=sha512
Example:
Previous Block Hash:
0000000000000000007e8a29f052ac2870045ae3970270f97da00919b8e86287
The final 8 bytes: 0x7da00919b8e86287
Each hex digit (nibble) determines which algorithm to use next.
cubehash -> shabal -> echo -> blake -> blake -> simd -> bmw -> simd -> hamsi ->
shavite -> whirlpool -> shavite -> luffa -> groestl -> shavite -> cubehash
For your bed time reading...
https://ravencoin.org/wp-content/uploads/2018/01/X16R-Whitepaper-3.pdf