Pages:
Author

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

legendary
Activity: 1582
Merit: 1031
hi iam allways getting (booooo) on my raspberry pi3 ?
is this miner not possible to mine with raspberry ?
just wanna test it an got allways (boooooo)


kind regards

what algo are you trying to mine?



-a cryptonight   for monero ...... Huh



legendary
Activity: 2716
Merit: 1094
Black Belt Developer
hi iam allways getting (booooo) on my raspberry pi3 ?
is this miner not possible to mine with raspberry ?
just wanna test it an got allways (boooooo)


kind regards

what algo are you trying to mine?
legendary
Activity: 1582
Merit: 1031
hi iam allways getting (booooo) on my raspberry pi3 ?
is this miner not possible to mine with raspberry ?
just wanna test it an got allways (boooooo)


kind regards
full member
Activity: 201
Merit: 100
Hi - trying to get the API to work for this but struggling!

Can get it working on the machine the miner is running on, but not from others on my network

on the miner commandline ive got

--api-bind 172.16.0.13:4048 --api-remote

172.16.0.13 is the ip address of the miner

From the miner i can telnet to it (172.16.0.13:4048) and get a response to summary, from all other machines i can establish a telnet connection but summary oesnt respond with anything - just sits there.

What am i doing wrong?!?



Turns out one needs to bind to 0.0.0.0 to get this working
full member
Activity: 201
Merit: 100
Hi - trying to get the API to work for this but struggling!

Can get it working on the machine the miner is running on, but not from others on my network

on the miner commandline ive got

--api-bind 172.16.0.13:4048 --api-remote

172.16.0.13 is the ip address of the miner

From the miner i can telnet to it (172.16.0.13:4048) and get a response to summary, from all other machines i can establish a telnet connection but summary oesnt respond with anything - just sits there.

What am i doing wrong?!?

legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
nope, your error is above that
newbie
Activity: 2
Merit: 0
Hello and thanks.
I try to compile but I get this errors:

Code:
collect2: erreur : ld a retourné 1 code d'état d'exécution
Makefile:891 : la recette pour la cible « cpuminer » a échouée
make[2]: *** [cpuminer] Erreur 1
make[2] : on quitte le répertoire « /home/manu/Téléchargements/À tester/cpuminer-multi »
Makefile:2476 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/manu/Téléchargements/À tester/cpuminer-multi »
Makefile:567 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
strip: « cpuminer »: pas de tel fichier

Any help?
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
he is using mingw, but yea its almost like that in theory :p
newbie
Activity: 2
Merit: 0
When building the miner i am getting this error

$ build.sh
./autogen.sh: line 8: aclocal: command not found
./mingw64.sh: line 19: windres: command not found
./mingw64.sh: line 21: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
./mingw64.sh: line 26: strip: command not found

What is the reason? I followed all the instruction in the read me

Install automake (apt-get install automake).
newbie
Activity: 2
Merit: 0
Hello there I ran some virus scans with this.

hmmmm... well i do believe in the credebility of the program...
how to clean it hehe

https://www.virustotal.com/en/file/1208fb1c3cbdcbfc5089d46f4ab339d494139ba904e84a41a1707f7723edb7e2/analysis/1491012660/

This is not a virus, if you look at the "virus" classifications, they are right, this is a bit coin miner. It is 100% clean, there is no miner that will not set off anti viruses, they are often in viruses though
newbie
Activity: 2
Merit: 0
When building the miner i am getting this error

$ build.sh
./autogen.sh: line 8: aclocal: command not found
./mingw64.sh: line 19: windres: command not found
./mingw64.sh: line 21: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
./mingw64.sh: line 26: strip: command not found

What is the reason? I followed all the instruction in the read me
newbie
Activity: 7
Merit: 0
Hello there I ran some virus scans with this.

hmmmm... well i do believe in the credebility of the program...
how to clean it hehe

https://www.virustotal.com/en/file/1208fb1c3cbdcbfc5089d46f4ab339d494139ba904e84a41a1707f7723edb7e2/analysis/1491012660/
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Getting the following errors:

./configure --with-crypto --with-curl
Thanks, this worked and I got a successful compile.
Next question.
Is it possible to get a statically linked compile so I can copy this to other machines which do not have all the tools installed?
Im asking because it was a real hurdle to get all the stuff setup on a single VM to compile, but I want to deploy to a large number of servers who do not have all the same setup/configuration.

Not as trivial as it may seem.
Start by trying "./configure LDFLAGS=-static"
legendary
Activity: 1109
Merit: 1000
Getting the following errors:

./configure --with-crypto --with-curl
Thanks, this worked and I got a successful compile.
Next question.
Is it possible to get a statically linked compile so I can copy this to other machines which do not have all the tools installed?
Im asking because it was a real hurdle to get all the stuff setup on a single VM to compile, but I want to deploy to a large number of servers who do not have all the same setup/configuration.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Getting the following errors:

./configure --with-crypto --with-curl
legendary
Activity: 1109
Merit: 1000
Getting the following errors:

Code:
cpuminer-cpu-miner.o: In function `longpoll_thread':
/root/cpuminer-multi/cpu-miner.c:2407: undefined reference to `curl_easy_init'
/root/cpuminer-multi/cpu-miner.c:2532: undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
/root/cpuminer-multi/cpu-miner.c:1684: undefined reference to `SHA256'
cpuminer-cpu-miner.o: In function `workio_thread':
/root/cpuminer-multi/cpu-miner.c:1533: undefined reference to `curl_easy_init'
/root/cpuminer-multi/cpu-miner.c:1571: undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `show_version_and_exit':
/root/cpuminer-multi/cpu-miner.c:2753: undefined reference to `curl_version'
cpuminer-cpu-miner.o: In function `main':
/root/cpuminer-multi/cpu-miner.c:3363: undefined reference to `curl_global_init'
cpuminer-util.o: In function `json_load_url':
/root/cpuminer-multi/util.c:621: undefined reference to `curl_easy_init'
/root/cpuminer-multi/util.c:626: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:627: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:628: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:629: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:630: undefined reference to `curl_easy_setopt'
cpuminer-util.o:/root/cpuminer-multi/util.c:631: more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_load_url':
/root/cpuminer-multi/util.c:645: undefined reference to `curl_easy_perform'
/root/cpuminer-multi/util.c:657: undefined reference to `curl_easy_cleanup'
/root/cpuminer-multi/util.c:641: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:643: undefined reference to `curl_easy_setopt'
cpuminer-util.o: In function `stratum_connect':
/root/cpuminer-multi/util.c:1127: undefined reference to `curl_easy_cleanup'
/root/cpuminer-multi/util.c:1128: undefined reference to `curl_easy_init'
/root/cpuminer-multi/util.c:1152: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:1153: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:1154: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:1155: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:1156: undefined reference to `curl_easy_setopt'
cpuminer-util.o:/root/cpuminer-multi/util.c:1157: more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `stratum_connect':
/root/cpuminer-multi/util.c:1172: undefined reference to `curl_easy_perform'
/root/cpuminer-multi/util.c:1175: undefined reference to `curl_easy_cleanup'
/root/cpuminer-multi/util.c:1151: undefined reference to `curl_easy_setopt'
cpuminer-util.o: In function `stratum_disconnect':
/root/cpuminer-multi/util.c:1192: undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `json_rpc_call':
/root/cpuminer-multi/util.c:456: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:458: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:459: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:460: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:461: undefined reference to `curl_easy_setopt'
cpuminer-util.o:/root/cpuminer-multi/util.c:462: more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_rpc_call':
/root/cpuminer-multi/util.c:501: undefined reference to `curl_slist_append'
/root/cpuminer-multi/util.c:502: undefined reference to `curl_slist_append'
/root/cpuminer-multi/util.c:503: undefined reference to `curl_slist_append'
/root/cpuminer-multi/util.c:504: undefined reference to `curl_slist_append'
/root/cpuminer-multi/util.c:508: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:510: undefined reference to `curl_easy_perform'
/root/cpuminer-multi/util.c:601: undefined reference to `curl_slist_free_all'
/root/cpuminer-multi/util.c:602: undefined reference to `curl_easy_reset'
/root/cpuminer-multi/util.c:488: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:474: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:455: undefined reference to `curl_easy_setopt'
/root/cpuminer-multi/util.c:610: undefined reference to `curl_slist_free_all'
/root/cpuminer-multi/util.c:611: undefined reference to `curl_easy_reset'
/root/cpuminer-multi/util.c:514: undefined reference to `curl_easy_getinfo'
cpuminer-api.o: In function `websocket_handshake':
/root/cpuminer-multi/api.c:337: undefined reference to `SHA1_Init'
/root/cpuminer-multi/api.c:338: undefined reference to `SHA1_Update'
/root/cpuminer-multi/api.c:339: undefined reference to `SHA1_Final'
algo/cpuminer-heavy.o: In function `heavyhash':
/root/cpuminer-multi/algo/heavy.c:45: undefined reference to `SHA256_Init'
/root/cpuminer-multi/algo/heavy.c:46: undefined reference to `SHA256_Update'
/root/cpuminer-multi/algo/heavy.c:47: undefined reference to `SHA256_Update'
/root/cpuminer-multi/algo/heavy.c:48: undefined reference to `SHA256_Final'
algo/cpuminer-skein.o: In function `skeinhash':
/root/cpuminer-multi/algo/skein.c:21: undefined reference to `SHA256_Init'
/root/cpuminer-multi/algo/skein.c:22: undefined reference to `SHA256_Update'
/root/cpuminer-multi/algo/skein.c:23: undefined reference to `SHA256_Final'
collect2: error: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/root/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cpuminer-multi'
make: *** [all] Error 2
sr. member
Activity: 592
Merit: 259
Is there a walk-through or steps to allow someone to compile the source?
I would appreciate any help.

Hi usao,

    The last time I built tpruvot-cpuminer was back in January of 2016 with v1.2.
    The autoconf version I employed was v2.5.
    The automake version I employed was v1.10.

    Back then, my dependencies were cURL, jansson (http://www.digip.org/jansson/) and OpenSSL.
    Also, back then I remember copying my libcurl.m4 include file into the tpruvot-cpuminer's m4 directory before configuring the build.

    I started by regenerating the autotools files, by doing a full autoreconf followed by running libtoolize.

    Then, I added these CFLAGS to my custom build environment:  -Ofast -flto -fuse-linker-plugin -ftree-loop-if-convert-stores -DUSE_ASM
    Then, I ran configure --with-crypto --with-curl

    Afterwards, a standard make and then make install finished the process.

    Your mileage may vary since the build box here was a full-blown Gentoo system with the toolchain already installed.
    You'll need development libraries, build essentials and dependencies when compiling for CentOS v6.

Best Regards,
-Chicago
legendary
Activity: 1109
Merit: 1000
Does anyone have a compiles Linux binary?
My Linux systems don't have any compilers installed, and I don't have root.
They are CentOS 6.
It took 3 months, but I finally got S.A. st install GCC compiler.
Is there a walk-through or steps to allow someone to compile the source?
I would appreciate any help.
sr. member
Activity: 369
Merit: 252
Pages:
Jump to: