Any news about otimization for NVIDIA ?
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
found platform[0] name = 'AMD Accelerated Parallel Processing'
Found 1 devices
Using device 0 as GPU 0
Compiling ...
Source: 236814 bytes
binsize = 1318152 bytes
prepare_adl success
Failed to ADL_Adapter_ID_Get. Error -5Failed to ADL_Adapter_ID_Get. Error -5ADL
found less devices than opencl!There is possibly more than one display attached
to a GPUUse the gpu map feature to reliably map OpenCL to ADLWARNING: Number of
OpenCL and ADL devices did not match!Hardware monitoring may NOT match up with d
evices!Set powertune not supported
set_powertune(0, -1) failed.
Cypress; 20 compute units
square 320 bits: 120.000ms (1118.481M ops/sec)
square 320 bits: 119.000ms (1127.880M ops/sec)
multiply 320 bits: 139.000ms (965.595M ops/sec)
square 352 bits: 124.000ms (1082.401M ops/sec)
multiply 352 bits: 163.000ms (823.422M ops/sec)
element index: 0
gmp: A13A81BA 6AFB6EC4 D5F93DF9 EE1F8DC0 6C08796C 8B29C976 5DF3364E 671DEF36 09F
CC100 00000000
gpu: D3A14E6C 0065A8B1 130EC568 55976CF1 855A01F2 8657BA6F 880780B3 053C3EB6 019
89E83 00000000
results differ!
Fermat tests 320 bits: 110.000ms (1.192M ops/sec)
element index: 0
gmp: 9C07BBCF CF6E4015 84CCD446 D94FC2E9 F3F607B2 0A8DE0F2 EC950808 B2E1EADA 596
FB284 26A0F830 00000000
gpu: 117547F1 E9A416D7 C99C4C05 12EEE851 13D3BFB8 855FB2DC 91E1C13D 9879362F 516
901F9 DE6254E6 00000000
results differ!
Fermat tests 352 bits: 129.000ms (1.016M ops/sec)
*** hashmod benchmark ***
MHash per second: 179.977
Hash per iteration: 38.047 (0.000454 %)
Average hash multiplier size: 30.629
*** sieve (check) benchmark ***
* [OK] found candidates by CPU: 3505 by GPU: 3508
* [OK] invalid candidates: 0
* [OK] CPU/GPU candidates difference: 0
*** sieve (performance) benchmark ***
* scan speed: 13.458 G
* iteration time: 40.906ms
* candidates per second: 89372.422
* candidates per iteration: 3655.89 (1579.16 320bit, 2076.73 352bit)
* 320bit/352bit ratio: 0.760/1
# Platform:
# "amd": AMD GCN cards
# "amd legacy": AMD HD5xxx & HD6xxx cards
# "nvidia": NVidia Maxwell cards
platform = "nvidia";
# GPU crash handling (properly untested feature):
# 0 - do nothing
# 1 - close miner application
# 2 - reboot system (need superuser rights)
onCrash = "0";
# - Valid cpuload range: 0 to 4
# - More than 2 does not make sense
# - You can use 0 for really slow CPUs
cpuload = "1";
# Target Cunningham chain length, default = 10
target = "10";
# Sieve size in stripes (1 stripe = 16384 bits), recommended 420 for AMD, 210 for NVidia
# Big sieve size gives more candidates with less prime probability
sieveSize = "210";
# Weave depth (primes number count using by sieve), recommended 40960 for AMD, 65536 for NVidia
# Big weave depth increases prime probability, but sieve generate less candidates
weaveDepth = "65536";
# Sieve layers number, optimal value is target*2, default = 20
width = "20";
# Sieve window size. Recommended values:
# AMD GPUs: 4096
# NVidia GeForce 750Ti: 8188
# Other NVidia Maxwell GPUs: 12284
windowSize = "8188";
# - The following settings have one entry per GPU
# - If you have more than 4 just add more entries or leave it as is to use defaults
# - All entries must be separated by commas and set between double quotes
# 0 = don't use device
# 1 = use device
devices = ["1", "0", "0", "0", "0"];
# Primorial 13 is optimal
sieveprimorial = ["13", "13", "13", "13", "13"];
# sieves per round value, default = 5
sievePerRound = ["5", "5", "5", "5", "5"];
# -1 means don't change
corefreq = ["-1", "-1", "-1", "-1", "-1"];
memfreq = ["-1", "-1", "-1", "-1", "-1"];
powertune = ["-1", "-1", "-1", "-1", "-1"];
fanspeed = ["-1", "-1", "-1", "-1", "-1"];