Author

Topic: [ANN]: cpuminer-opt v3.8.8.1, open source optimized multi-algo CPU miner - page 178. (Read 444040 times)

legendary
Activity: 1470
Merit: 1114
the build.sh script is made for that, it does a "make clean" before

tested, and i see a good hashrate on the miner side, but seems to be only 150H/s on pools side (both suprnova and blockquary)

Yes that is a problem. I don't understand, the hashrate calculation is very simple and the hashes_done calculation
is all self contained in the algo source file. scanhash_hodl is counting the collisions and the miner thread measures
the time and it's a simple division. I don't see where it could go wrong.

It happens with both AES_NI and NON_AES_NI implementations of hodl. It doesn't
happen with any other algo.

If the hashes_done calculation is wrong then it is in code was copied as-is from the original hodlminer.
If the time is wrong it is in code that is the same for all algos.

The only other thing I can think of is phantom accepts or silent rejects. Either the miner is dsplaying shares that
were never submitted or not reporting shares that were rejected.

It happens with both AES_NI and NON_AES_NI implementations of hodl. It doesn't happen with any other algo.

The pool reported hashrate appears to be inline with both precedessors, although it's hard to be sure with the flunctuations.
I've seen it as high as 400 H/s with both Wolf and opt/wolf on an i7-4790K and i7-6700K repsectively.

I will do some instrumenting to gather data to see if I can figure out what's going on.


FYI, I haven't maintained build.sh, so YMMV
sr. member
Activity: 312
Merit: 250
the build.sh script is made for that, it does a "make clean" before

tested, and i see a good hashrate on the miner side, but seems to be only 150H/s on pools side (both suprnova and blockquary)

Yeah...  Wink
But recently we was discussing build.sh

I haven't looked at build.sh since the fork, I should clean it up.

It got me errors on AMD SSE2 compile and slower binary on Intel i7.

Epsylon3, thanks for cpuminer-multi, which is the main base for this great cpuminer!
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
the build.sh script is made for that, it does a "make clean" before

tested, and i see a good hashrate on the miner side, but seems to be only 150H/s on pools side (both suprnova and blockquary)
sr. member
Activity: 312
Merit: 250
Well...
After reboot it compiled OK.
Code:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt       scrypt(1024, 1, 1) (default)
                          scrypt:N     scrypt(N, 1, 1)
                          sha256d      SHA-256d
                          axiom        Shabal-256 MemoHash
                          blake        Blake-256 (SFR)
                          blakecoin    blake256r8
                          blake2s      Blake-2 S
                          bmw          BMW 256
                          c11          flax
                          cryptolight  Cryptonight-light
                          cryptonight  Monero
                          decred
                          drop         Dropcoin
                          fresh        Fresh
                          groestl      groestl
                          hodl         hodlcoin
                          heavy        Heavy
                          keccak       Keccak
                          luffa        Luffa
                          lyra2re      lyra2
                          lyra2rev2    lyrav2
                          myr-gr       Myriad-Groestl
                          neoscrypt    NeoScrypt(128, 2, 1)
                          nist5        Nist5
                          pluck        Pluck:128 (Supcoin)
                          pentablake   Pentablake
                          quark        Quark
                          qubit        Qubit
                          shavite3     Shavite3
                          x11gost      sib (SibCoin)
                          skein        Skein+Sha (Skeincoin)
                          skein2       Double Skein (Woodcoin)
                          s3           S3
                          vanilla      blake256r8vnl
                          x11          X11
                          x13          X13
                          x14          X14
                          x15          X15
                          x17
                          yescrypt
                          zr5          ZR5
sr. member
Activity: 292
Merit: 250
Ok. Just to be clear these are my own steps.

1) Download cpuminer-opt-3.1.10.tar.gz and extract
2) ./autogen.sh
3) ./configure CFLAGS="-Ofast -march=native" CXXFLAGS="-Ofast -march=native" --with-crypto --with-curl
4) make -j4
5) strip cpuminer

Works for me.
sr. member
Activity: 312
Merit: 250
Same here - Ubuntu 14.04 Server.
Installed libboost1.55-all-dev and still no luck.
sr. member
Activity: 292
Merit: 250
Just to point out, my pc is running ubuntu 14.04 and I install the entire libboost lib (libboost1.55-all-dev). Not individually.
sr. member
Activity: 312
Merit: 250
./configure CFLAGS="-Ofast -march=corei7-avx" CXXFLAGS="-Ofast -march=corei7-avx" --with-crypto --with-curl

Thanks.
Nope, that does'nt work for me.
Still no HOdl in list.

Maybe I should include somehow required boost libs?
sr. member
Activity: 292
Merit: 250
./configure CFLAGS="-Ofast -march=corei7-avx" CXXFLAGS="-Ofast -march=corei7-avx" --with-crypto --with-curl
sr. member
Activity: 312
Merit: 250
I have the dependencies installed:
 libboost-dev
 libboost-system-dev
 libboost-thread-dev

Can you she your ./configure ?
sr. member
Activity: 292
Merit: 250
cpuminer-opt v3.1.10 is available for download.

https://drive.google.com/file/d/0B0lVSGQYLJIZckxmTS1aRWQ5OEU/view?usp=sharing

This release adds support for the HOdl algo for CPUs with and without AES_NI. See the first post
in this thread for details.
Is it me ot the new algo is missing from help?

It works for me, hodl algo is there and works. Maybe you compiled without libboost. See the OP about requirement.

Code:
         **********  cpuminer-opt 3.1.10  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI extension.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
     Forked from TPruvot's cpuminer-multi with credits
     to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d,
     Wolf0 and Jeff Garzik.

Checking CPU capatibility...
               Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
CPU Supports AES_NI: YES.
SW  Supports AES_NI: YES.
Start mining with AES_NI optimisations...

Usage: cpuminer-opt [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt       scrypt(1024, 1, 1) (default)
                          scrypt:N     scrypt(N, 1, 1)
                          sha256d      SHA-256d
                          axiom        Shabal-256 MemoHash
                          blake        Blake-256 (SFR)
                          blakecoin    blake256r8
                          blake2s      Blake-2 S
                          bmw          BMW 256
                          c11          flax
                          cryptolight  Cryptonight-light
                          cryptonight  Monero
                          decred
                          drop         Dropcoin
                          fresh        Fresh
                          groestl      groestl
                          hodl         hodlcoin
                          heavy        Heavy
                          keccak       Keccak
                          luffa        Luffa
                          lyra2re      lyra2
                          lyra2rev2    lyrav2
                          myr-gr       Myriad-Groestl
                          neoscrypt    NeoScrypt(128, 2, 1)
                          nist5        Nist5
                          pluck        Pluck:128 (Supcoin)
                          pentablake   Pentablake
                          quark        Quark
                          qubit        Qubit
                          shavite3     Shavite3
                          x11gost      sib (SibCoin)
                          skein        Skein+Sha (Skeincoin)
                          skein2       Double Skein (Woodcoin)
                          s3           S3
                          vanilla      blake256r8vnl
                          x11          X11
                          x13          X13
                          x14          X14
                          x15          X15
                          x17
                          yescrypt
                          zr5          ZR5
sr. member
Activity: 312
Merit: 250
cpuminer-opt v3.1.10 is available for download.

https://drive.google.com/file/d/0B0lVSGQYLJIZckxmTS1aRWQ5OEU/view?usp=sharing

This release adds support for the HOdl algo for CPUs with and without AES_NI. See the first post
in this thread for details.
Is it me ot the new algo is missing from help?
Code:
~/cpuminer-opt-3.1.10/cpuminer --help

         **********  cpuminer-opt 3.1.10  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI extension.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
     Forked from TPruvot's cpuminer-multi with credits
     to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d,
     Wolf0 and Jeff Garzik.

Checking CPU capatibility...
        Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
CPU Supports AES_NI: YES.
SW  Supports AES_NI: YES.
Start mining with AES_NI optimisations...

Usage: cpuminer-opt [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt       scrypt(1024, 1, 1) (default)
                          scrypt:N     scrypt(N, 1, 1)
                          sha256d      SHA-256d
                          pentablake   Pentablake
                          quark        Quark
                          qubit        Qubit
                          shavite3     Shavite3
                          x11gost      sib (SibCoin)
                          skein        Skein+Sha (Skeincoin)
                          skein2       Double Skein (Woodcoin)
                          s3           S3
                          vanilla      blake256r8vnl
                          x11          X11
                          x13          X13
                          x14          X14
                          x15          X15
                          x17
                          yescrypt
                          zr5          ZR5
  -o, --url=URL         URL of mining server
legendary
Activity: 1470
Merit: 1114
No CPU mining here but I like your style,

0cc24f5a79ad5200fc546bd534523d2cb25da73420830d59eed7c9cf4732e99b

Cheers!


WOW, my first donation. Many thanks. I'll have to make sure I don't post any sarcastic replies
to any of your mining questions, CPU or otherwise.
legendary
Activity: 1176
Merit: 1015
No CPU mining here but I like your style,

0cc24f5a79ad5200fc546bd534523d2cb25da73420830d59eed7c9cf4732e99b

Cheers!

legendary
Activity: 1470
Merit: 1114
cpuminer-opt v3.1.10 is available for download.

https://drive.google.com/file/d/0B0lVSGQYLJIZckxmTS1aRWQ5OEU/view?usp=sharing

This release adds support for the HOdl algo for CPUs with and without AES_NI. See the first post
in this thread for details.
legendary
Activity: 1470
Merit: 1114
Do you have any list of altcoin can be supported of this kind of mining tool or software.. I hope someone can give supported list of altcoin and i hope someone can suggest to me which is the best profitable altcoin in this month?

Coins come and go too quickly, it would be too much work to try to maintain such a list. Go visit some pools
to see what coins they offer and what algo they require. There's a good chance cpuminer-opt supports it.
Some pools also display the coins' profitability.
legendary
Activity: 3374
Merit: 3095
BTC price road to $80k
Do you have any list of altcoin can be supported of this kind of mining tool or software.. I hope someone can give supported list of altcoin and i hope someone can suggest to me which is the best profitable altcoin in this month?
legendary
Activity: 1470
Merit: 1114
Why is it that Bitcoin mining is now difficult to proceed to with a regular desktop computer? Most around this forum have made a point every time to mention that desktop computers cannot support Bitcoin mining software.
Since ASIC chips, which were built specifically for solving the mathematical calculations needed to mine Cryptocurrency, can do so many calculations per second it is near impossible for a normal desktop computer to do enough calculations towards the network to compare to what such a chip can do (in terms of hashpower).

Desktop computers can support mining, though (should you use a pool) you will be giving very little hash power to the network and therefore get next to no reward. If you are trying to solo mine and find a block, the chances of the pools finding the block is exponentially higher due to them solving a lot more calculations per second. To find a block yourself is near, if not, impossible with a desktop computer.
What multiple devices have the capacity and upmost technology to perform proper mining?

It depends on the algo and whether there is a miner available for the device. ASICS are available for sha256, scrypt
and recently x11. SHA256 andscrypt are hopeless with anything less. X11 hasn't yet taken a hit from the introduction
of the ASIC for it.

GPU mining is most efficient for most other algos and CPU mining isn't really worth it. However, there are a few
algos designed specifically to be difficult to implement on a GPU or ASIC. Some have a poorly performing GPU
miner or none at all. Look around the forum, there's always discussion about it, and be sure to use cpuminer-opt.
member
Activity: 98
Merit: 10
Why is it that Bitcoin mining is now difficult to proceed to with a regular desktop computer? Most around this forum have made a point every time to mention that desktop computers cannot support Bitcoin mining software.
Since ASIC chips, which were built specifically for solving the mathematical calculations needed to mine Cryptocurrency, can do so many calculations per second it is near impossible for a normal desktop computer to do enough calculations towards the network to compare to what such a chip can do (in terms of hashpower).

Desktop computers can support mining, though (should you use a pool) you will be giving very little hash power to the network and therefore get next to no reward. If you are trying to solo mine and find a block, the chances of the pools finding the block is exponentially higher due to them solving a lot more calculations per second. To find a block yourself is near, if not, impossible with a desktop computer.
What multiple devices have the capacity and upmost technology to perform proper mining?
legendary
Activity: 2352
Merit: 1267
In Memory of Zepher
Why is it that Bitcoin mining is now difficult to proceed to with a regular desktop computer? Most around this forum have made a point every time to mention that desktop computers cannot support Bitcoin mining software.
Since ASIC chips, which were built specifically for solving the mathematical calculations needed to mine Cryptocurrency, can do so many calculations per second it is near impossible for a normal desktop computer to do enough calculations towards the network to compare to what such a chip can do (in terms of hashpower).

Desktop computers can support mining, though (should you use a pool) you will be giving very little hash power to the network and therefore get next to no reward. If you are trying to solo mine and find a block, the chances of the pools finding the block is exponentially higher due to them solving a lot more calculations per second. To find a block yourself is near, if not, impossible with a desktop computer.
Jump to: