Bitcoin Forum
May 04, 2024, 11:08:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 »
  Print  
Author Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)  (Read 499993 times)
noided
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 29, 2018, 07:44:54 PM
 #3141

So I'm running into an issue when I run the build.sh script on Linux.

Code:
/usr/bin/ld: scrypt/fermi_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/kepler_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel2.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/titan_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC

ect...

I tried setting my CFLAGS and CXXFLAGS variables to "-fPIC", aswell as just passing them directly to Make, but neither of those worked, so I'm pretty stumped as to what I should try next...
1714864107
Hero Member
*
Offline Offline

Posts: 1714864107

View Profile Personal Message (Offline)

Ignore
1714864107
Reply with quote  #2

1714864107
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714864107
Hero Member
*
Offline Offline

Posts: 1714864107

View Profile Personal Message (Offline)

Ignore
1714864107
Reply with quote  #2

1714864107
Report to moderator
1714864107
Hero Member
*
Offline Offline

Posts: 1714864107

View Profile Personal Message (Offline)

Ignore
1714864107
Reply with quote  #2

1714864107
Report to moderator
1714864107
Hero Member
*
Offline Offline

Posts: 1714864107

View Profile Personal Message (Offline)

Ignore
1714864107
Reply with quote  #2

1714864107
Report to moderator
lathrodectus
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 30, 2018, 04:28:29 AM
 #3142

So I'm running into an issue when I run the build.sh script on Linux.

Code:
/usr/bin/ld: scrypt/fermi_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/kepler_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel2.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/titan_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC

ect...

I tried setting my CFLAGS and CXXFLAGS variables to "-fPIC", aswell as just passing them directly to Make, but neither of those worked, so I'm pretty stumped as to what I should try next...

Are you using gcc 5?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 30, 2018, 08:55:44 AM
 #3143

So I'm running into an issue when I run the build.sh script on Linux.

Code:
/usr/bin/ld: scrypt/fermi_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/kepler_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel2.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/titan_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC

ect...

I tried setting my CFLAGS and CXXFLAGS variables to "-fPIC", aswell as just passing them directly to Make, but neither of those worked, so I'm pretty stumped as to what I should try next...

Try CPPFLAGS instead of CXXFLAGS

Jbise1008
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 30, 2018, 04:21:07 PM
 #3144

Hi
I am trying to raise my intensity and having a few problems.   It is set to --intensity=9 and works just fine but when I try to go higher --intensty=15 cmd faults shortly after opening.   Any help would be greatly appreciated. 
Thanks
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 30, 2018, 05:11:44 PM
 #3145

Hi
I am trying to raise my intensity and having a few problems.   It is set to --intensity=9 and works just fine but when I try to go higher --intensty=15 cmd faults shortly after opening.   Any help would be greatly appreciated.  
Thanks

How much gpu ram have you got and what algo?

scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 31, 2018, 06:12:46 AM
 #3146

Hi
I am trying to raise my intensity and having a few problems.   It is set to --intensity=9 and works just fine but when I try to go higher --intensty=15 cmd faults shortly after opening.   Any help would be greatly appreciated.  
Thanks

How much gpu ram have you got and what algo?


I'VE NOTICED THAT INTENSITY SETTINGS DON'T WORK--

In the most recent versions of CCminer (2.2+), intensity settings appear to be ignored, and a default setting is applied.  Other users have posted about not being able to disable auto-tuning on algos like Scrypt pr CryptoNight. 

Frankly, default or auto-tune settings are often the best, but I have noticed that some older tuning parameters are ignored.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
ggminer2
Copper Member
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 31, 2018, 01:48:15 PM
 #3147

Hello,

Is ccminer 2.2.4 ready for linux or windows only ?
I would like to mine -phi algo

konqueror
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
January 31, 2018, 02:47:43 PM
 #3148

Hello,

Is ccminer 2.2.4 ready for linux or windows only ?
I would like to mine -phi algo



There is a better phi miner by anorganix.
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 31, 2018, 06:45:16 PM
 #3149

Hello,

Is ccminer 2.2.4 ready for linux or windows only ?
I would like to mine -phi algo



LINUX AND WINDOWS BOTH--

Windows binaries are available on GitHub.  However, you will need to compile the source code for Linux.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
February 02, 2018, 08:52:05 AM
 #3150

when getwork will be added to ccminer? i see plenty of coins that need this lately for mining, solo is blatantly fucked for now unless you have a private pool or modified version of ccminer
duffann
Full Member
***
Offline Offline

Activity: 178
Merit: 102


View Profile
February 02, 2018, 08:58:12 AM
 #3151

when getwork will be added to ccminer? i see plenty of coins that need this lately for mining, solo is blatantly fucked for now unless you have a private pool or modified version of ccminer

exactly
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 02, 2018, 08:59:06 AM
 #3152

when your IQ will reach 100

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
integrale
Full Member
***
Offline Offline

Activity: 144
Merit: 100


Eager to learn


View Profile
February 02, 2018, 09:04:45 AM
Last edit: February 02, 2018, 09:15:58 AM by integrale
 #3153

may i ask why ccminer 2.2.4 is ignoring in Solo mining-mode the scantime function   for example   -s 1 ( 5 second interval )

tried with other forked ccminer and it works on some of them    -s 1 ( 1 second )


thx for any answer

AltCoin-Mining @ Xubuntu 16.04 LTS
santan
Member
**
Offline Offline

Activity: 102
Merit: 11


View Profile
February 02, 2018, 10:05:25 AM
 #3154

Recently i tried to solo mine few new coming coins..... But not succeded....
Perhaps the new coins based on new forks of bitcoin.... does not have solo mining enabled...as it had been dead for bitcoin.
Always Get Work failed. So i decided to stop trying solo mine....
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 02, 2018, 10:23:09 AM
Merited by santan (1)
 #3155

Recently i tried to solo mine few new coming coins..... But not succeded....
Perhaps the new coins based on new forks of bitcoin.... does not have solo mining enabled...as it had been dead for bitcoin.
Always Get Work failed. So i decided to stop trying solo mine....

yeah, new coins usually don't support getwork, getblocktemplate only.
one solution is building your own pool.
but you may find a fork of ccminer with gbt support, I heard nanashi has it.

krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
February 02, 2018, 01:18:31 PM
 #3156

http://yiimp.eu/ is offline again  Angry
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 02, 2018, 01:22:53 PM
 #3157

yep tx, fixed... Smiley

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
February 02, 2018, 01:32:08 PM
 #3158

when your IQ will reach 100

which has nothing to do with my question, also your cpu miner has it already

Recently i tried to solo mine few new coming coins..... But not succeded....
Perhaps the new coins based on new forks of bitcoin.... does not have solo mining enabled...as it had been dead for bitcoin.
Always Get Work failed. So i decided to stop trying solo mine....

yeah, new coins usually don't support getwork, getblocktemplate only.
one solution is building your own pool.
but you may find a fork of ccminer with gbt support, I heard nanashi has it.

you mean this? https://github.com/nicehash/ccminer-nanashi/releases
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 02, 2018, 01:43:20 PM
 #3159

Recently i tried to solo mine few new coming coins..... But not succeded....
Perhaps the new coins based on new forks of bitcoin.... does not have solo mining enabled...as it had been dead for bitcoin.
Always Get Work failed. So i decided to stop trying solo mine....

yeah, new coins usually don't support getwork, getblocktemplate only.
one solution is building your own pool.
but you may find a fork of ccminer with gbt support, I heard nanashi has it.

you mean this? https://github.com/nicehash/ccminer-nanashi/releases

static bool gbt_work_decode_full(const json_t *val, struct work *work)

:-)

xpulse
Newbie
*
Offline Offline

Activity: 141
Merit: 0


View Profile
February 02, 2018, 09:04:44 PM
 #3160

Hi All,

Maybe someone will be able to help with issue ccminer.

CPU AMD Opteron 2356 QC
MB Nvidia

4 Nvidia cards.

Any algo running via ccminer gave me an error Illegal instruction.

Please give me an idea, why this is happened.


Here is screen log:
./ccminer --version
*** ccminer 2.2 for nVidia GPUs by tpruvot@github ***
    Built with the nVidia CUDA Toolkit 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some algos from alexis78, djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

ccminer v2.2
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3


./ccminer -a neoscrypt -o stratum+tcp://neoscrypt.usa.nicehash.com:3341 -u xxx.0 -p x
*** ccminer 2.2 for nVidia GPUs by tpruvot@github ***
    Built with the nVidia CUDA Toolkit 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some algos from alexis78, djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2018-02-02 21:54:41] Starting on stratum+tcp://neoscrypt.usa.nicehash.com:3341
[2018-02-02 21:54:41] NVML GPU monitoring enabled.
[2018-02-02 21:54:41] 4 miner threads started, using 'neoscrypt' algorithm.
Illegal instruction

/ccminer -a lyra2v2 -o stratum+tcp://lyra2rev2.usa.nicehash.com:3347 -u xxxxx.0 -p x
*** ccminer 2.2 for nVidia GPUs by tpruvot@github ***
    Built with the nVidia CUDA Toolkit 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some algos from alexis78, djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2018-02-02 21:45:27] Starting on stratum+tcp://lyra2rev2.usa.nicehash.com:3347
[2018-02-02 21:45:27] NVML GPU monitoring enabled.
[2018-02-02 21:45:27] 4 miner threads started, using 'lyra2v2' algorithm.
Illegal instruction


Thanks
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 »
  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!