Bitcoin Forum
July 10, 2024, 10:39:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397332 times)
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
October 16, 2016, 11:43:26 PM
 #1501

Hi Genoil, sorry to bother you, i know you are on something else, i have been working on it all day and i can't figure it out
maybe you can give me a hint.

I am trying to compile ethminer 1.1.7 on lubuntu 16.04 (kopiemtu 3.0), i went as far as sucessfuly compile it (cuda only), but it is not linking, it throws a TON of JSON errors like that:
Code:
../livedevcore/livdecore.so: error: undefined reference to 'Json::Value::operator[] (std::string const&) '
../livedevcore/livdecore.so: error: undefined reference to 'Json::FastWriter::write (Json::Value const&) '

i am not sure if it has something to do with the library libjson-rpc-cpp-dev which on lubuntu 16.04 is called libjsonrpccpp-dev
the older one does not exists.

perhaps is on a different path, can you give me a hint of what causes that, so i can keep digging? because i've been all day on it and i am stuck!.

thanks a lot!
indkt.

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
October 17, 2016, 11:06:22 PM
 #1502

Hi Genoil, sorry to bother you, i know you are on something else, i have been working on it all day and i can't figure it out
maybe you can give me a hint.

I am trying to compile ethminer 1.1.7 on lubuntu 16.04 (kopiemtu 3.0), i went as far as sucessfuly compile it (cuda only), but it is not linking, it throws a TON of JSON errors like that:
Code:
../livedevcore/livdecore.so: error: undefined reference to 'Json::Value::operator[] (std::string const&) '
../livedevcore/livdecore.so: error: undefined reference to 'Json::FastWriter::write (Json::Value const&) '

i am not sure if it has something to do with the library libjson-rpc-cpp-dev which on lubuntu 16.04 is called libjsonrpccpp-dev
the older one does not exists.

perhaps is on a different path, can you give me a hint of what causes that, so i can keep digging? because i've been all day on it and i am stuck!.

thanks a lot!
indkt.

Not sure m8, my Linux is pretty bad, but cant you change a makefile to use that renamed Json lib? I remember somebody mentioning this earlier

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
October 18, 2016, 03:07:07 AM
 #1503


Not sure m8, my Linux is pretty bad, but cant you change a makefile to use that renamed Json lib? I remember somebody mentioning this earlier

oh i didn't see that mention, will reread the entire thread to look for that, i dug soooo deep in the cmake files man, like three hours and found nothing, well actually i found a lot of things, that allowed me to compile it on 16.04 Smiley just doesn't wanna link Grin...for now... hehe.

i'll keep digging  Wink
thanks for answer me!.
cheers
indkt.

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 18, 2016, 07:22:14 AM
 #1504

Hi Genoil, sorry to bother you, i know you are on something else, i have been working on it all day and i can't figure it out
maybe you can give me a hint.

I am trying to compile ethminer 1.1.7 on lubuntu 16.04 (kopiemtu 3.0), i went as far as sucessfuly compile it (cuda only), but it is not linking, it throws a TON of JSON errors like that:
Code:
../livedevcore/livdecore.so: error: undefined reference to 'Json::Value::operator[] (std::string const&) '
../livedevcore/livdecore.so: error: undefined reference to 'Json::FastWriter::write (Json::Value const&) '

i am not sure if it has something to do with the library libjson-rpc-cpp-dev which on lubuntu 16.04 is called libjsonrpccpp-dev
the older one does not exists.

perhaps is on a different path, can you give me a hint of what causes that, so i can keep digging? because i've been all day on it and i am stuck!.

thanks a lot!
indkt.

Not sure m8, my Linux is pretty bad, but cant you change a makefile to use that renamed Json lib? I remember somebody mentioning this earlier

Set the LD_LIBRARY_PATH to the directory where the lib is located.
Cryptozillah
Hero Member
*****
Offline Offline

Activity: 687
Merit: 502


View Profile
October 19, 2016, 08:10:38 AM
 #1505

I am doing some tests with one of my RX480 8GB rigs.
I am 10Mhs slower with this miner then Claymores miner right now out of the box.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 200 -G -S eu1.ethpool.org:3333 -FS us1.ethpool.org:3333 -O adress.miner

Anyone have a good bat file for RX480s laying around ?
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
October 20, 2016, 12:28:48 AM
 #1506

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
Cryptozillah
Hero Member
*****
Offline Offline

Activity: 687
Merit: 502


View Profile
October 20, 2016, 06:02:10 PM
 #1507

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
Thanks, will try it out
deadsix
Hero Member
*****
Offline Offline

Activity: 751
Merit: 517


Fail to plan, and you plan to fail.


View Profile
October 20, 2016, 07:02:21 PM
 #1508

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
Thanks, will try it out

Would be real interested in the results.

Ethereum/Zcash/Monero Mining Bangalore https://bitcointalk.org/index.php?topic=1703592
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
October 20, 2016, 08:21:31 PM
 #1509

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
Thanks, will try it out
then tells you how much your RX480 render with this command
Cryptozillah
Hero Member
*****
Offline Offline

Activity: 687
Merit: 502


View Profile
October 20, 2016, 09:53:17 PM
 #1510

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
Thanks, will try it out
then tells you how much your RX480 render with this command
Will do.
I will mess around with the rigs tomorrow, i post some numbers here then
jsanzsp
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
October 21, 2016, 07:12:33 PM
 #1511


I have a 6 rx 470 rig, when I start Genoil, the text of the console is slow, very slow, someone knows how to fix it? always use claymore and run perfect
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 22, 2016, 01:56:18 AM
 #1512


I have a 6 rx 470 rig, when I start Genoil, the text of the console is slow, very slow, someone knows how to fix it? always use claymore and run perfect

virtual memory must be set when you use multigpu (swap on linux, pagefile on windows)
carlo_0000
Legendary
*
Offline Offline

Activity: 1281
Merit: 1003


View Profile
October 23, 2016, 02:53:01 AM
 #1513


I have a 6 rx 470 rig, when I start Genoil, the text of the console is slow, very slow, someone knows how to fix it? always use claymore and run perfect

i have the same on celeron G1840 dualcore, it s very slow, use the hole 2 cpu (it hang also, unless i put the cpu miner to idle in task manager) than it s run bit faster  but still very slow, it take between 5 and 12 minutes to create dag   with 5 r9380
the page file is big

and other computer  mono core athlon 2 160u with 6 r9380 and make the dag in less than 1 minute
have same memory & pagefiles


on the celeron  version 1.1.9 does make the dag faster
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
October 24, 2016, 12:52:44 AM
 #1514

I just did a Linux build including a bug fix of the unauthorized worker disconnect.
https://github.com/nerdralph/ethminer-nr/tree/110/releases
grab version 1.2.0nr
dudee
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 28, 2016, 04:46:31 PM
 #1515

made video of speed 6x RX470 on win10, driver 16.10.2 clock 1050/1900
conf --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8190
https://youtu.be/L-I_ZTUfXOk
buny
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
November 07, 2016, 01:09:34 PM
 #1516

setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -S eth.pool.minergate.com:45791 -O you_email --farm-recheck 200 -G --cl-local-work 256 --cl-global-work 8192
?
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
November 10, 2016, 10:44:22 AM
 #1517

how to engage pool swap into bat?
for when 1 pool dies and need to shif to another?

any example bat for say swap

coinotron to dwarfpool?


bitstomake
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
November 10, 2016, 05:19:14 PM
 #1518

Hello,

Is there a command to set the miner to perform at 80% power rather than automatically 100%?
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
November 13, 2016, 08:52:52 AM
 #1519

Hello,

Is there a command to set the miner to perform at 80% power rather than automatically 100%?

Why do you need this?
I am afraid not but check ethminer -h for available commands.

I am looking for signature campaign Wink pm me
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 13, 2016, 09:05:21 AM
 #1520

Hello,

Is there a command to set the miner to perform at 80% power rather than automatically 100%?

No, but you can create that effect by using a local-work value less than 64.  I'd try 48 first and go from there.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
  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!