Bitcoin Forum
April 26, 2024, 01:06:34 PM *
News: Latest Bitcoin Core release: 27.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 378693 times)
Fermanfe2706
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 20, 2017, 06:24:37 PM
Last edit: June 20, 2017, 08:00:32 PM by Fermanfe2706
 #261

Hi Joblo,

Oke i was change the poll & i use cpu miner 1.3.1  and the result is :


C:\Program Files (x86)\CG miner>cpuminer-gw64-avx2 -a timetravel -o stratum+tcp://x11.eobot.com:5555
** cpuminer-multi 1.3.1 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2017-06-21 01:20:00] Starting Stratum on stratum+tcp://x11.eobot.com:5555
[2017-06-21 01:20:00] 4 miner threads started, using 'timetravel' algorithm.
[2017-06-21 01:20:04] Stratum difficulty set to 0.01 (0.00004)
[2017-06-21 01:20:04] timetravel block 690039, diff 310714.911
[2017-06-21 01:20:07] CPU #3: 20.42 kH/s
[2017-06-21 01:20:07] CPU #2: 19.73 kH/s
[2017-06-21 01:20:09] CPU #1: 16.00 kH/s
[2017-06-21 01:20:13] CPU #3: 20.77 kH/s
[2017-06-21 01:20:13] accepted: 0/1 (diff 0.005), 56.51 kH/s booooo
[2017-06-21 01:20:13] reject reason: low difficulty share of 2.6279507364596866e-10
[2017-06-21 01:20:14] accepted: 0/2 (diff 0.000), 56.45 kH/s booooo
[2017-06-21 01:20:14] reject reason: low difficulty share of 1.0182771800154507e-9
[2017-06-21 01:20:16] CPU #2: 19.21 kH/s
[2017-06-21 01:20:16] accepted: 0/3 (diff 0.000), 55.93 kH/s booooo
[2017-06-21 01:20:16] reject reason: low difficulty share of 6.036376497462905e-10
[2017-06-21 01:20:17] accepted: 0/4 (diff 0.000), 57.62 kH/s booooo
[2017-06-21 01:20:17] reject reason: low difficulty share of 2.6797066718751146e-10
[2017-06-21 01:20:18] accepted: 0/5 (diff 0.000), 54.70 kH/s booooo
[2017-06-21 01:20:18] reject reason: low difficulty share of 9.167069706825483e-10
[2017-06-21 01:20:27] CPU #1: 14.70 kH/s
[2017-06-21 01:20:27] accepted: 0/6 (diff 0.000), 53.39 kH/s booooo
[2017-06-21 01:20:27] reject reason: low difficulty share of 7.14187674112665e-10
[2017-06-21 01:20:30] accepted: 0/7 (diff 0.000), 56.13 kH/s booooo
[2017-06-21 01:20:31] reject reason: low difficulty share of 3.229740219119259e-10
[2017-06-21 01:20:31] accepted: 0/8 (diff 0.000), 56.13 kH/s booooo
[2017-06-21 01:20:31] reject reason: low difficulty share of 2.914361914659075e-9
[2017-06-21 01:20:32] CPU #2: 17.97 kH/s
[2017-06-21 01:20:32] accepted: 0/9 (diff 0.001), 56.12 kH/s booooo
[2017-06-21 01:20:32] reject reason: low difficulty share of 3.1102791482093947e-10


do you have any solution for my cases?

Thanks

1714136794
Hero Member
*
Offline Offline

Posts: 1714136794

View Profile Personal Message (Offline)

Ignore
1714136794
Reply with quote  #2

1714136794
Report to moderator
1714136794
Hero Member
*
Offline Offline

Posts: 1714136794

View Profile Personal Message (Offline)

Ignore
1714136794
Reply with quote  #2

1714136794
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
keenetic
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 20, 2017, 11:05:24 PM
 #262

Hello. I try compile miner from source (arch arm64), but get next:

Code:
cpu-miner.c: In function ‘main’:
sysinfos.c:123:2: error: impossible constraint in ‘asm’
  asm volatile("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "a"(functionnumber), "c"(0));
  ^
lto-wrapper: fatal error: g++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
Makefile:900: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/home/alex/miner/cpuminer-multi'
Makefile:2530: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/alex/miner/cpuminer-multi'
Makefile:570: recipe for target 'all' failed
make: *** [all] Error 2
strip: 'cpuminer': No such file


Thank you for answer.
Omnividente
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 26, 2017, 06:30:50 PM
 #263

How to set up web monitoring? I'm writing -b 0.0.0.0:4048 but in response ERR_EMPTY_RESPONSE

Quote
cpuminer-gw64-corei7 -a cryptonight -o stratum+tcp://xmr.crypto-pool.fr:3333 -u 4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgR wsQvVCjZbRwMB2yi1qd1CJMCpZT -p x -b 0.0.0.0:4080
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
July 01, 2017, 05:31:40 PM
 #264

there is no "web" server in the miner.. only raw sockets

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
thehihoguy
Sr. Member
****
Offline Offline

Activity: 497
Merit: 251


View Profile WWW
July 03, 2017, 12:56:34 PM
 #265

Heya Eps,

mining with your software AEON on an ubuntu 16.04.

On miner side its the same error that one guy here had before:
http://www.imgzilla.ru/image.uploads/2017-06-02/default-d67abff240240630f987b553180e6025.png

[2017-07-03 12:26:48] Stratum connection timeout [2017-07-03 12:26:48] Stratum connection interrupted

While on the pool side it says the miner disconnected.
This leads to the pool banning the miner for 10 min.

It cant be the difficulty since the difficulty is well in the limits of the hardware and its connection.

Upon further research i found a case were this was traced back to the issue that the miner expects every 45 s a reply from the pool even if there is no block found. else it sees the pool as dead and wont work properly anymore.

https://github.com/zone117x/node-stratum-pool/issues/18

Would a workaround with setting the -T parameter help? or is that the -R parameter?
So far seems to be only an issue with this miner:/
Will also check pool modification solution of course.

Would be glad on any input

regards

thehihoguy
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
July 04, 2017, 08:41:05 AM
 #266

diff too high for you

Can i set the diff manually or auto?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
therealssj
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 05, 2017, 09:52:38 AM
 #267

Hello. I try compile miner from source (arch arm64), but get next:

Code:
cpu-miner.c: In function ‘main’:
sysinfos.c:123:2: error: impossible constraint in ‘asm’
  asm volatile("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "a"(functionnumber), "c"(0));
  ^
lto-wrapper: fatal error: g++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
Makefile:900: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/home/alex/miner/cpuminer-multi'
Makefile:2530: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/alex/miner/cpuminer-multi'
Makefile:570: recipe for target 'all' failed
make: *** [all] Error 2
strip: 'cpuminer': No such file


Thank you for answer.


I have the same error.
Any leads on how to fix this?

Thank you.
thehihoguy
Sr. Member
****
Offline Offline

Activity: 497
Merit: 251


View Profile WWW
July 06, 2017, 07:23:19 AM
 #268

diff too high for you

Can i set the diff manually or auto?

Usually a pool offers a fixedDiff to set your difficulty

then you can modify your starting command with [address].fixeddiff, ie [address].1500
barv
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 06, 2017, 03:54:45 PM
 #269

Installing this version of cpuminer on Ubuntu 16.04 runs on JSON errors durig build. As a  result de cpuminer deamon isn't compiled. Some errors to illustrate:

Code:
/home/barv/cpuminer-multi/cpu-miner.c:734: undefined reference to `json_object_get'
/home/barv/cpuminer-multi/cpu-miner.c:752: undefined reference to `json_object_get'

and results in

Code:
Makefile:900: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/home/barv/cpuminer-multi'
Makefile:2530: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/barv/cpuminer-multi'
Makefile:570: recipe for target 'all' failed
make: *** [all] Error 2
strip: 'cpuminer': No such file

Any thoughts on how i can fix this?

thx. Barv
Antonto
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 14, 2017, 08:03:17 AM
 #270

Hi All!
I'm try to run cpuminer-multi on Windows and got strange diff 0.000, in the logs:


Code:
** cpuminer-multi 1.3.1 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2017-07-14 11:43:37] Using JSON-RPC 2.0
[2017-07-14 11:43:37] CPU Supports AES-NI: NO
[2017-07-14 11:43:37] Starting Stratum on stratum+tcp://xmr-eu1.nanopool.org:14444
...
[2017-07-14 11:43:48] share diff 0.00000 (1.3x)
[2017-07-14 11:43:49] accepted: 1/1 (diff 0.000), 122.27 H/s yes!


is it bug or normal?
RobDust
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 26, 2017, 01:16:27 PM
 #271

me too
alltero
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 08, 2017, 06:37:17 PM
 #272

Hi All

I can have the settings for cpuminer -  Coins Denarius (DNR) ?
  " cpuminer-gw64-corei7 -a tribus -o stratum+tcp://yiimp.ccminer.org:8533 -u D9kQNtYbHZQn7X9kuuX74yBiWPdF -p c=MAC
    pause "
  - Unfortunately, this is not working  Huh
 
Any thoughts on how i can fix this? 


Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
August 14, 2017, 02:32:08 AM
 #273

Due to the recent grow of the amount of miners on yiimp, i prevented too low diff shares to reduce the db overload, so cpu miners are not anymore my priority on coins with a much better efficiency on gpu

else c=MAC is for machinecoin...

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

Activity: 16
Merit: 0


View Profile
August 14, 2017, 07:15:07 AM
 #274

Due to the recent grow of the amount of miners on yiimp, i prevented too low diff shares to reduce the db overload, so cpu miners are not anymore my priority on coins with a much better efficiency on gpu

else c=MAC is for machinecoin...

thanks for the answer !
Yes, I know that -better efficiency on gpu .

My interest was, to have a setting for the Coin Denarius  (DNR)  Wink

thanks.
sfr2017
Full Member
***
Offline Offline

Activity: 286
Merit: 100


Football Marketplace Powered by the Blockchain


View Profile
September 21, 2017, 02:03:46 PM
 #275

there's a soft for mining with win32

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
September 21, 2017, 02:49:44 PM
 #276

Anyone planning on testing an i9-7980XE?
mlsblue
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 25, 2017, 11:05:31 PM
 #277

Hi everyone, I have one, maybe dumb question. Are they any particular flags that I need to use during building miner from the source code for Windows? Because my compiled and builded .exe file produces much lower hash rate then .exe file downloaded from binaries zip. My .exe 6-10 kH/s, Binaries .exe 20-25 kH/s. CPU is Intel i7-7500U, 2.7 GHz. I spent whole day trying to figure it out what is the reason for that difference. Thank you in advance.
ppen
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 09, 2017, 11:51:46 PM
 #278

Any news about further development on ARM-port?
tsudmi
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 12, 2017, 06:46:55 PM
 #279

Hello,
Any luck with running this miner on Android?
There is an Android.mk file to test ARM arch on Tegra K1.
So, it seems there is some integration with ARM architecture and Android devices.
Are there any build instructions?

Any help is much appreciated.
Thanks
Senecarus
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 18, 2017, 03:06:34 PM
 #280

Hello,
Any luck with running this miner on Android?
There is an Android.mk file to test ARM arch on Tegra K1.
So, it seems there is some integration with ARM architecture and Android devices.
Are there any build instructions?

Any help is much appreciated.
Thanks

I builded code for ameabi7a without any problems.
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!