Bitcoin Forum
April 19, 2024, 08:09:42 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 »  All
  Print  
Author Topic: [ANN] cpuminer-multi v1.3.5 (Linux + Windows VStudio/MinGW64) GPL Open Source  (Read 378691 times)
Draga
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 27, 2017, 10:16:15 AM
 #281

Hey, I've used this on nicehash, since it allow multiple algorithm and it's actually suggested by Nicehash themselves!

Unfortunately there is no nicehash auto-switcher like for windows, so I just spent about 3 days writing one on rust!

Still on early stages but currently it can benchmark your cpu and get real time profitability, matching the 2 and telling you what you should mine on nicehash.

https://github.com/StefanoChiodino/niceprofit/
1713557382
Hero Member
*
Offline Offline

Posts: 1713557382

View Profile Personal Message (Offline)

Ignore
1713557382
Reply with quote  #2

1713557382
Report to moderator
1713557382
Hero Member
*
Offline Offline

Posts: 1713557382

View Profile Personal Message (Offline)

Ignore
1713557382
Reply with quote  #2

1713557382
Report to moderator
1713557382
Hero Member
*
Offline Offline

Posts: 1713557382

View Profile Personal Message (Offline)

Ignore
1713557382
Reply with quote  #2

1713557382
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713557382
Hero Member
*
Offline Offline

Posts: 1713557382

View Profile Personal Message (Offline)

Ignore
1713557382
Reply with quote  #2

1713557382
Report to moderator
1713557382
Hero Member
*
Offline Offline

Posts: 1713557382

View Profile Personal Message (Offline)

Ignore
1713557382
Reply with quote  #2

1713557382
Report to moderator
spidertoxic
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 27, 2017, 10:38:41 AM
 #282

anybody help for tutorial on windows iff i try on win10 is always error
panj
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
November 04, 2017, 12:15:17 AM
 #283

Guys I'm getting only like 600 Hash/s max on 2x Xeon E5-2670 v3 system in benchmark (and when mining), system in redhat6:

./cpuminer --algo=cryptonight --benchmark -t24

Im getting weak performance with some other systems too (i7-3770 only 124 H/s using xmr-stak provided by nicehash)

I tried i5 on arch linux all miners available - also bad hashrate

What am I doint wrong? Do I need to configure cpu affinity maybe? Some other tweaks? Thanks!
Draga
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 07, 2017, 06:18:05 PM
 #284

I finally managed to stabilise Niceprofit and fixed the release system so that now you can download it from the release page in Github https://github.com/StefanoChiodino/niceprofit/releases
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
November 21, 2017, 02:05:24 AM
 #285

suport cryptonight ?
cpminr
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 04, 2017, 02:26:57 AM
 #286

Hi all,

When I want to compile, I have the following error : cannot find -lpthreadGC2


Code:
vmware@vmware-PC ~/cpuminer-multi-windows
$ ./mingw64.sh
...

/usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld : cannot find -lpthreadGC2

The PC is a Win7 x64 with cygwin64
Within the cygWin64 installer, I have both checked the Pthreads libs and sources.

I can see the file in the folder :
pthreadGC2.dll in C:\cygwin64\usr\x86_64-w64-mingw32\sys-root\mingw\bin  (=/usr/x86_64-w64-mingw32/sys-root/mingw/bin)


I have tried to had the following paths in /etc/profile :
Code:
# manually added path by me:
export LD_LIBRARY_PATH=/home/vmware/cpuminer-multi-windows:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/vmware/cpuminer-multi-windows/compat:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/vmware/cpuminer-multi-windows/compat/pthreads:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/vmware/cpuminer-multi-windows/compat/pthreads/x64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/x86_64-w64-mingw32/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/include:$LD_LIBRARY_PATH

So I have :

Code:
vmware@vmware-PC ~
$ echo $LD_LIBRARY_PATH
/usr/x86_64-w64-mingw32/sys-root/mingw/include:/usr/x86_64-w64-mingw32/sys-root/
mingw/bin:/usr/x86_64-w64-mingw32/lib:/usr/x86_64-w64-mingw32/sys-root/mingw/bin
:/home/vmware/cpuminer-multi-windows/compat/pthreads/x64:/home/vmware/cpuminer-m
ulti-windows/compat/pthreads:/home/vmware/cpuminer-multi-windows/compat:/home/vm
ware/cpuminer-multi-windows:


Any one have any idea to help me compile CpuMiner-multi ?


lan3jur
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 10, 2017, 10:32:13 PM
 #287

I'm really sorry for probably a very dumb question, but can I use this miner on a Linux VPS to mine ZEN (ZenCash)?
Thanks in advance!
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
December 11, 2017, 12:22:38 AM
 #288

nope

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
starcrys
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 13, 2017, 10:39:27 PM
 #289

Hi, anyway I can change the thread number?

cpuminer-gw64-corei7.exe -a yescrypt -o stratum+tcp://yescrypt.mine.zpool.ca:6233 -u 17g2APRaoDz17mM4Vw9R1hSR6juVnKXGrk -p c=BTC -t=3

I'm trying to set the thread numbers lower, but it seems that no matter which number I set to, it will still come out the default (meaning full number) of threads.

Thanks.
BtOrNotBt
Member
**
Offline Offline

Activity: 70
Merit: 10

Mbr BtC/AtC


View Profile
December 22, 2017, 01:17:33 AM
 #290

Hi.

I attempt to build into Debian Sid.

The autogen, and configure steps run correctly, but the make fails:

Code:
g++  -g -O2 -Lyes/lib -Lyes/lib  -Lyes/lib -Lyes/lib  -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-uint256.o sha3/cpuminer-sph_keccak.o sha3/cpuminer-sph_hefty1.o sha3/cpuminer-sph_groestl.o sha3/cpuminer-sph_skein.o sha3/cpuminer-sph_bmw.o sha3/cpuminer-sph_jh.o sha3/cpuminer-sph_shavite.o sha3/cpuminer-sph_blake.o sha3/cpuminer-mod_blakecoin.o sha3/cpuminer-sph_luffa.o sha3/cpuminer-sph_cubehash.o sha3/cpuminer-sph_simd.o sha3/cpuminer-sph_echo.o sha3/cpuminer-sph_hamsi.o sha3/cpuminer-sph_haval.o sha3/cpuminer-sph_fugue.o sha3/cpuminer-sph_ripemd.o sha3/cpuminer-sph_sha2.o sha3/cpuminer-sph_sha2big.o sha3/cpuminer-sph_shabal.o sha3/cpuminer-sph_whirlpool.o sha3/cpuminer-gost_streebog.o crypto/cpuminer-blake2s.o crypto/cpuminer-blake2b.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o lyra2/cpuminer-Lyra2.o lyra2/cpuminer-Sponge.o yescrypt/cpuminer-yescrypt-common.o yescrypt/cpuminer-yescrypt-best.o yescrypt/cpuminer-sha256_Y.o algo/cpuminer-axiom.o algo/cpuminer-bastion.o algo/cpuminer-blake.o algo/cpuminer-blakecoin.o algo/cpuminer-blake2.o algo/cpuminer-bmw256.o algo/cpuminer-c11.o algo/cpuminer-cryptonight.o algo/cpuminer-cryptolight.o algo/cpuminer-decred.o algo/cpuminer-drop.o algo/cpuminer-fresh.o algo/cpuminer-groestl.o algo/cpuminer-heavy.o algo/cpuminer-ink.o algo/cpuminer-jha.o algo/cpuminer-lbry.o algo/cpuminer-luffa.o algo/cpuminer-lyra2re.o algo/cpuminer-lyra2rev2.o algo/cpuminer-myr-groestl.o algo/cpuminer-keccak.o algo/cpuminer-pentablake.o algo/cpuminer-quark.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/cpuminer-qubit.o algo/cpuminer-scrypt.o algo/cpuminer-scrypt-jane.o algo/cpuminer-sha2.o algo/cpuminer-sia.o algo/cpuminer-sibcoin.o algo/cpuminer-skein.o algo/cpuminer-skein2.o algo/cpuminer-s3.o algo/cpuminer-bitcore.o algo/cpuminer-timetravel.o algo/cpuminer-tribus.o algo/cpuminer-veltor.o algo/cpuminer-x11evo.o algo/cpuminer-x11.o algo/cpuminer-x13.o algo/cpuminer-x14.o algo/cpuminer-x15.o algo/cpuminer-x17.o algo/cpuminer-xevan.o algo/cpuminer-yescrypt.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   -lcurl -lz -lssl -lcrypto -ljansson -lpthread  
/usr/bin/ld : ne peut trouver -lz
collect2: error: ld returned 1 exit status
Makefile:900 : la recette pour la cible « cpuminer » a échouée
make[2]: *** [cpuminer] Erreur 1
make[2] : on quitte le répertoire « /home/user/Documents/Administration/miners/cpuminer-multi_tpruvot »
Makefile:2530 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/user/Documents/Administration/miners/cpuminer-multi_tpruvot »
Makefile:570 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2

My gcc version:
Code:
$ gcc --version
gcc (Debian 7.2.0-18) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Even, to follow this, i cant build it!

One idea, please?

Hi, I'm: "BT: Or Not BT!"
eric16897
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 25, 2017, 04:28:38 PM
 #291

very good
lulabi
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 04, 2018, 04:26:01 PM
Last edit: January 08, 2018, 11:26:01 AM by lulabi
 #292

Hi !

First, thanks for the good job !
All compile well on my Windows, CentOS and Debian, it rocks !

I'm trying now to compile for Androïd, i want to burn my Galaxy S7 lol...

I installed the ndk on my Debian but the ndk-build stop with this error :
Android NDK: Module cpuminer depends on undefined modules: m z crypto_static ssl_static ssl crypto curl
Can anybody help me to resolve this problem ?

Thanks  Wink
ajarlube
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 04, 2018, 06:30:39 PM
Last edit: January 04, 2018, 06:44:28 PM by ajarlube
 #293

cpuminer-gw64-corei7 crashes when attempting to mine neoscrypt.  I have an i7-6700K

Try running, for example,

Code:
cpuminer-gw64-corei7.exe --algo=neoscrypt --url=stratum+tcp://eu1.altminer.net:4233 --user=VPfKU9sBZRqn4om8zyVdbkiuQo3zFHHYvc --retry-pause=5 -p c=VIVO

cpuminer-gw64-avx2 also crashes.  Only cpuminer-gw64-core2 works (for about 15 seconds, then CPU usage drops to 0 and it never shows anything in the console again)
BtOrNotBt
Member
**
Offline Offline

Activity: 70
Merit: 10

Mbr BtC/AtC


View Profile
January 08, 2018, 11:53:13 AM
 #294

Hi.

I attempt to build into Debian Sid.
(...)

Ok, today, after updating my OS, i can build without any problem.
Code:
$ ./cpuminer --cputest
** cpuminer-multi 1.3.3 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

CPU HASH ON EMPTY BUFFER RESULTS:
(...)

Bye! :p
(and thank you)

Hi, I'm: "BT: Or Not BT!"
sgaubatz
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 16, 2018, 03:07:57 AM
 #295

HI,

Is this one of those command note things. I am a little new to this game. I would like to use your CPU miner. But, when I open my .exe file, it just flashes on the screen and then disappears. What am I doing wrong?

Thanks
emrgohff
Newbie
*
Offline Offline

Activity: 83
Merit: 0


View Profile
February 16, 2018, 10:21:38 PM
 #296

The latest version of cpuminer-multi v1.3.1 windows binaries does not have -algo=allium

What version of cpuminer windows that has -algo=allium
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 25, 2018, 07:00:32 PM
 #297

There is no Lyra2z330

So how is this supposed to replace cpuminer-opt for mining Hexxcoin?

You need to change your attitude. Epsylon3 is not responsible for your problems anymore than I am.
You have an old CPU trying to mine a new algo, deal with it and stop whining.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 25, 2018, 07:01:20 PM
 #298

 Grin tx

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Pipodi
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 27, 2018, 02:12:01 PM
 #299

Neoscrypt crashing on i7-3610QM too.
Neu_Cinetico
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
February 27, 2018, 07:10:53 PM
 #300

Neoscrypt crashing on i7-3610QM too.

mine too,

i7-7700HQ
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!