Pages:
Author

Topic: [ANN] cpuminer-multi v1.3.5 (Linux + Windows VStudio/MinGW64) GPL Open Source - page 12. (Read 378844 times)

legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
That can happen when there is no activity/shares, try --timeout=180
newbie
Activity: 9
Merit: 0
Epsylon3, thank you for your soft!

I tried reduce CPU load by adding usleep(ms) function in cryptonight algo, but I always get stratum-errors:
Code:
stratum_recv_line failed
Stratum connection interrupted

I read that stratum-connection close after 60-90 sec idle, but stratum-connection runned in other thread isn't it? May be sleep blocking stratum-thread and I need some non-blocking sleep?

May be I add sleep in wrong place?
I add it in file ./algo/cryptonight.c function name "cryptonight_hash_ctx", in cycle:
Code:
for (i = 0; likely(i < MEMORY); i += INIT_SIZE_BYTE) {   

I also tried nanosleep() and cgsleep_ms() from cgminer with same result Sad

Please, help! Smiley
newbie
Activity: 7
Merit: 0
Hey!

Can someone help me and explain how could i compile this on linux mint but use on another pc? just doing build works on pc that built it but another pc complains  "error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory"
newbie
Activity: 8
Merit: 0
Hey buddy Smiley, can you help me please. I installed ubuntu and I would like to launch this wonder. Regards
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
newbie
Activity: 4
Merit: 0
Hi

Is it possible to compile it only with neoscrypt algo support and get rid of all the others? Is there an option or do I have to modify the Makefile completely?
legendary
Activity: 3136
Merit: 3213
Try

cpuminer -a cryptonight -o stratum+tcp://yourPool:port -u yourwalletadress.Payment Id -p x
or
minerd -a cryptonight -o stratum+tcp://yourPool:port -u yourwalletadress.Payment Id -p x
hero member
Activity: 868
Merit: 517
I just downloaded the windows binaries and tried to run them with yescrypt.  Does not look like yescrypt is included in the Windows build?  Any chance that can be added?  The description says yescrypt is supported, but I don't see it when trying to start the miner or with the --help output. 
newbie
Activity: 43
Merit: 0
cpuminer --help to get the help :p -b is api-bind

0.0.0.0 allow to bind to the network (nice to monitor linux servers) -b 0 disable it, and -b 127.0.0.1:4048 means only allow api calls from localhost (default)

Stratum connection timed out just mean you were disconnected, pool server restart or network disconnect... but it should reconnect automatically to send the next shares

This is the error to which I am referring. Is it the miner? The Stratum? The internet? It happens about every 15 minutes:




Do you got any Solution i am also getting error
newbie
Activity: 40
Merit: 0
You can point that miner to pool.monero.org to mine monero
Code:
minerd -a cryptonight -o stratum+tcp://pool.monero.org:3333 -u YOUR_WALLET_ADDRESS -p x
newbie
Activity: 2
Merit: 0
well, finally I managed to make a cpuminer-gw64 binary that supports lyra2rev2 and works for 64bit windows xp and 2003. In case somebody wants it, I put it on my webiste: http://ido.fm
newbie
Activity: 5
Merit: 0
Hi, if not difficult to give a reference to the 32-bit version, it's desirable cpuminer-multi v1.2,sorry for my English... 
newbie
Activity: 2
Merit: 0
https[Suspicious link removed]

This file is gone,  Shocked Could you publish it again? PLS
newbie
Activity: 10
Merit: 0
Hello all, I try compile in my visual studio 2013 on win7 x64 but recive many erros:
Code:
Error	6	error C2275: 'uint8_t' : illegal use of this type as an expression	Z:\cpuminer-multi\crypto\oaes_lib.c	345	1	cpuminer
Error 7 error C2146: syntax error : missing ';' before identifier '_temp' Z:\cpuminer-multi\crypto\oaes_lib.c 345 1 cpuminer
Error 8 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 345 1 cpuminer
Error 9 error C2059: syntax error : ']' Z:\cpuminer-multi\crypto\oaes_lib.c 345 1 cpuminer
Error 10 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 353 1 cpuminer
Error 11 error C2109: subscript requires array or pointer type Z:\cpuminer-multi\crypto\oaes_lib.c 353 1 cpuminer
Error 12 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 355 1 cpuminer
Error 13 error C2109: subscript requires array or pointer type Z:\cpuminer-multi\crypto\oaes_lib.c 355 1 cpuminer
Error 14 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 356 1 cpuminer
Error 15 error C2109: subscript requires array or pointer type Z:\cpuminer-multi\crypto\oaes_lib.c 356 1 cpuminer
Error 16 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 357 1 cpuminer
Error 17 error C2109: subscript requires array or pointer type Z:\cpuminer-multi\crypto\oaes_lib.c 357 1 cpuminer
Error 18 error C2065: '_temp' : undeclared identifier Z:\cpuminer-multi\crypto\oaes_lib.c 358 1 cpuminer
Error 19 error C2109: subscript requires array or pointer type Z:\cpuminer-multi\crypto\oaes_lib.c 358 1 cpuminer
Error 20 error C2143: syntax error : missing ';' before 'const' Z:\cpuminer-multi\algo\drop.c 189 1 cpuminer
Error 21 error C2065: 'htarg' : undeclared identifier Z:\cpuminer-multi\algo\drop.c 195 1 cpuminer
Warning 1 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Z:\cpuminer-multi\compat\jansson\dump.c 232 1 cpuminer
Warning 2 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Z:\cpuminer-multi\compat\jansson\error.c 59 1 cpuminer
Warning 3 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Z:\cpuminer-multi\compat\jansson\load.c 875 1 cpuminer
Warning 4 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Z:\cpuminer-multi\compat\jansson\utf.c 170 1 cpuminer
Warning 5 warning C4244: '=' : conversion from 'SOCKET' to 'int', possible loss of data Z:\cpuminer-multi\api.c 617 1 cpuminer
Warning 22 warning C4018: '<=' : signed/unsigned mismatch Z:\cpuminer-multi\algo\drop.c 195 1 cpuminer
Warning 23 warning C4013: 'sprintf' undefined; assuming extern returning int Z:\cpuminer-multi\compat.h 78 1 cpuminer
Warning 24 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data Z:\cpuminer-multi\sha3\sph_fugue.c 746 1 cpuminer
Warning 25 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data Z:\cpuminer-multi\sha3\sph_fugue.c 807 1 cpuminer
Warning 26 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data Z:\cpuminer-multi\sha3\sph_fugue.c 867 1 cpuminer
not showing up this error in the code, but some parameter visual studio, please help me.
Thank a lot!
newbie
Activity: 34
Merit: 0
Hi guys, I'm new to mining. I want to install it in my openSuSE linux. But I don't know how. Any help please.

Thanks,
sr. member
Activity: 476
Merit: 501
its not easy indeed... and didnt found a fully "stable" distribution yet. had to mix some components.

Here is a base, http://ccminer.org/mingw64/

but ive recently tried to install it on a new machine and ive seen some perl issues...

There is a newer one, based on msys2, but i was unable to make proper binaries with it yet, all cygwin based solutions seems to be a full crap...

Okay. I find it easy to build on linux, but having trouble with the amd/nvidia dual mix for the GPU's. I use the pre-compiled version of multi-1.2-dev win build from crypto mining blog, but it is shockingly poor on some algos compared to the linux build. The few mingw64 installations I tried didn't seem to fit the bill. I hope I can get linux working on my system, so much better as a development platform.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
its not easy indeed... and didnt found a fully "stable" distribution yet. had to mix some components.

Here is a base, http://ccminer.org/mingw64/

but ive recently tried to install it on a new machine and ive seen some perl issues...

There is a newer one, based on msys2, but i was unable to make proper binaries with it yet, all cygwin based solutions seems to be a full crap...
sr. member
Activity: 476
Merit: 501
I'm wondering how to setup MinGW64 correctly on my system. The link on the github page seems to point to only a 32-bit MinGW system.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
its only a gbt thing specific to bitcoin, so we dont care

its also why the getblocktemplate implementations are a bad idea directly in the miners

i will remove this useless warning...
sr. member
Activity: 592
Merit: 259
Hello Epsylon3,

    An "Unrecognized block version: 5" comes up in the logs if one attempts to use cpuminer-multi with Graincoin.
    I understand various staking coins may sometimes use different block versions.

    Pooler made a commit to address block version 4 back in November of 2015 for Bitcoin.

   
   
    there is some problem in block version
    Unrecognized block version: 4
   
    on latest bitcoin wallet 0.11.99
   
   
    Thank you for pointing this out. I've just pushed a commit to the git repo to support the new block version.
   

    Should cpuminer-multi users wishing to hash on blockchains with different block versions plan to patch their sources?
    If so, how would you want it coded and would you want to see a PR?

    What would you do?
    Is general support for oddball block versions a bad idea?

Kind Regards,
-Chicago
Pages:
Jump to: