Bitcoin Forum
April 27, 2024, 12:15:35 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: [ANNOUNCE] Tenebrix, a CPU-friendly, GPU-hostile cryptocurrency  (Read 127175 times)
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
September 26, 2011, 02:32:04 PM
 #81

Smiley ckolivas won't add features for this Smiley

Well, who knows, who knows.  Roll Eyes
Yes who would that be Smiley

Brief googlespedition suggests that you are not him.

Besides, I think I might spare some BTC for having Tenebrix support in cgminer or a separate tenebrix branch (whichever requires smaller donation, I'm sadly not a millionaire Wink )
LOL no I am not him - I meant in reply to what you said ... OF COURSE Tongue

But you ignored what I would suspect for any coin would be the important part of my post ...
git is missing the build files Tongue

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
1714220135
Hero Member
*
Offline Offline

Posts: 1714220135

View Profile Personal Message (Offline)

Ignore
1714220135
Reply with quote  #2

1714220135
Report to moderator
1714220135
Hero Member
*
Offline Offline

Posts: 1714220135

View Profile Personal Message (Offline)

Ignore
1714220135
Reply with quote  #2

1714220135
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714220135
Hero Member
*
Offline Offline

Posts: 1714220135

View Profile Personal Message (Offline)

Ignore
1714220135
Reply with quote  #2

1714220135
Report to moderator
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 02:39:13 PM
 #82

Any news on fixing the Linux version?  (see previous page)


OK, I had to fix this my self.
after I ran configure, I edited the Make file:

before:
Quote
JANSSON_INCLUDES =
#JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson


after:
Code:
#JANSSON_INCLUDES =
JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson


While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 26, 2011, 02:40:39 PM
 #83

Smiley ckolivas won't add features for this Smiley

Well, who knows, who knows.  Roll Eyes
Yes who would that be Smiley

Brief googlespedition suggests that you are not him.

Besides, I think I might spare some BTC for having Tenebrix support in cgminer or a separate tenebrix branch (whichever requires smaller donation, I'm sadly not a millionaire Wink )
LOL no I am not him - I meant in reply to what you said ... OF COURSE Tongue

But you ignored what I would suspect for any coin would be the important part of my post ...
git is missing the build files Tongue

I do suck at them Linux environments hard, but doesn't QT creator / qmake generally need just the pro file to start truckin' ?

I mean, multicoin-qt, the grandfather of Tenebrix, seems to only have the .pro file as well Wink

so has anyone beaten the 2 khash/sec per core barrier yet?

BTW thank you lolcust! You're the most awesome alt chain developer yet!

Calling me developer is flattering and a mite exaggerating, man. I am more of, I dunno, really. A loud guy in the crowd who decided to go and make a coin instead of posting threads about conceptual merits of hypothetical X Smiley

For TBX specifically, ArtForz and Multicoin folk deserve 95% of the kudos



Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 02:54:16 PM
 #84

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?





While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
Bobnova
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 26, 2011, 02:58:53 PM
 #85

Code:
bobnova@bobnova-P67A-UD4-B3:~/Tenebrix-miner$ CFLAGS="-O3 -Wall -msse2" ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for yasm... /usr/bin/yasm
checking if yasm version is greater than 1.0.1... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
./configure: line 4977: syntax error near unexpected token `,'
./configure: line 4977: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
bobnova@bobnova-P67A-UD4-B3:~/Tenebrix-miner$

Thoughts?

Got the client working.  Hard to mine without a miner though.

BTC:  1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 26, 2011, 03:02:30 PM
 #86

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?

Does running <minerd --help> in the terminal um, help ?




Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
caston
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile WWW
September 26, 2011, 03:04:02 PM
 #87

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?



I managed to get it going but it must have been a flook. I'm running kubuntu.

bitcoin BTC: 1MikVUu1DauWB33T5diyforbQjTWJ9D4RF
bitcoin cash: 1JdkCGuW4LSgqYiM6QS7zTzAttD9MNAsiK

-updated 3rd December 2017
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 03:05:49 PM
 #88

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?



I managed to get it going but it must have been a flook. I'm running kubuntu.


Code:
$ ./minerd --debug --user 1 --pass 1
[2011-09-26 17:57:35] Binding thread 0 to cpu 0
[2011-09-26 17:57:35] HTTP request failed: couldn't connect to host
[2011-09-26 17:57:35] json_rpc_call failed, retry after 30 seconds
[2011-09-26 17:57:36] Binding thread 1 to cpu 1
[2011-09-26 17:57:37] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 17:58:05] HTTP request failed: couldn't connect to host
[2011-09-26 17:58:05] json_rpc_call failed, retry after 30 seconds
...

[2011-09-26 18:02:35] workio thread dead, exiting.


While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
September 26, 2011, 03:06:22 PM
 #89

Code:
bobnova@bobnova-P67A-UD4-B3:~/Tenebrix-miner$ CFLAGS="-O3 -Wall -msse2" ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for yasm... /usr/bin/yasm
checking if yasm version is greater than 1.0.1... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
./configure: line 4977: syntax error near unexpected token `,'
./configure: line 4977: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
bobnova@bobnova-P67A-UD4-B3:~/Tenebrix-miner$

Thoughts?

Got the client working.  Hard to mine without a miner though.
on debian/ubuntu, install one of the libcurl4-dev packages

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
September 26, 2011, 03:10:11 PM
 #90

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?



I managed to get it going but it must have been a flook. I'm running kubuntu.


Code:
$ ./minerd --debug --user 1 --pass 1
[2011-09-26 17:57:35] Binding thread 0 to cpu 0
[2011-09-26 17:57:35] HTTP request failed: couldn't connect to host
[2011-09-26 17:57:35] json_rpc_call failed, retry after 30 seconds
[2011-09-26 17:57:36] Binding thread 1 to cpu 1
[2011-09-26 17:57:37] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 17:58:05] HTTP request failed: couldn't connect to host
[2011-09-26 17:58:05] json_rpc_call failed, retry after 30 seconds
...

[2011-09-26 18:02:35] workio thread dead, exiting.


forgot --url http://127.0.0.1:8697/ ?

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
caston
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile WWW
September 26, 2011, 03:11:28 PM
 #91

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?



I managed to get it going but it must have been a flook. I'm running kubuntu.


Code:
$ ./minerd --debug --user 1 --pass 1
[2011-09-26 17:57:35] Binding thread 0 to cpu 0
[2011-09-26 17:57:35] HTTP request failed: couldn't connect to host
[2011-09-26 17:57:35] json_rpc_call failed, retry after 30 seconds
[2011-09-26 17:57:36] Binding thread 1 to cpu 1
[2011-09-26 17:57:37] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 17:58:05] HTTP request failed: couldn't connect to host
[2011-09-26 17:58:05] json_rpc_call failed, retry after 30 seconds
...

[2011-09-26 18:02:35] workio thread dead, exiting.


https://bitcointalk.org/index.php?topic=45667.msg545171#msg545171

bitcoin BTC: 1MikVUu1DauWB33T5diyforbQjTWJ9D4RF
bitcoin cash: 1JdkCGuW4LSgqYiM6QS7zTzAttD9MNAsiK

-updated 3rd December 2017
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 03:17:40 PM
 #92

I must be missing something here.
Is there a some type of help doc or what ever on how to run this miner in linux?



I managed to get it going but it must have been a flook. I'm running kubuntu.


Code:
$ ./minerd --debug --user 1 --pass 1
[2011-09-26 17:57:35] Binding thread 0 to cpu 0
[2011-09-26 17:57:35] HTTP request failed: couldn't connect to host
[2011-09-26 17:57:35] json_rpc_call failed, retry after 30 seconds
[2011-09-26 17:57:36] Binding thread 1 to cpu 1
[2011-09-26 17:57:37] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 17:58:05] HTTP request failed: couldn't connect to host
[2011-09-26 17:58:05] json_rpc_call failed, retry after 30 seconds
...

[2011-09-26 18:02:35] workio thread dead, exiting.


https://bitcointalk.org/index.php?topic=45667.msg545171#msg545171

This is what I did but no difference.
If i start the ./bitcoin-qt at the same time, minerd will crash.
Running minerd alone, nothing happens

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
caston
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile WWW
September 26, 2011, 03:21:03 PM
 #93


This is what I did but no difference.
If i start the ./bitcoin-qt at the same time, minerd will crash.
Running minerd alone, nothing happens


I think some people had luck with changing the port number.

bitcoin BTC: 1MikVUu1DauWB33T5diyforbQjTWJ9D4RF
bitcoin cash: 1JdkCGuW4LSgqYiM6QS7zTzAttD9MNAsiK

-updated 3rd December 2017
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 03:30:03 PM
 #94


This is what I did but no difference.
If i start the ./bitcoin-qt at the same time, minerd will crash.
Running minerd alone, nothing happens


I think some people had luck with changing the port number.

Are you telling me that I need the client running when mining or not?
 

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
caston
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile WWW
September 26, 2011, 03:37:15 PM
 #95

I have both running and it's working quite well. e.g. when minerd finds blocks I get a notification speech bubble from bitcoin-qt's system tray icon and if I go to all transactions it shows me how many blocks i've mined and when they will mature...it's pretty smooth.. and just as I write this I did two blocks in a row!

bitcoin BTC: 1MikVUu1DauWB33T5diyforbQjTWJ9D4RF
bitcoin cash: 1JdkCGuW4LSgqYiM6QS7zTzAttD9MNAsiK

-updated 3rd December 2017
froggy
Full Member
***
Offline Offline

Activity: 127
Merit: 100


View Profile WWW
September 26, 2011, 03:38:53 PM
Last edit: September 26, 2011, 04:06:14 PM by froggy
 #96

Edited - all sorted . After compiling with QT creator in Windows (Vista).  I had to copy over 3 dll files from folders in c:\QtSDK  to the same folder as the exe .

libgcc_s_dw2_1.dll
QtCore4.dll
and
QtGui4.dll

If you need to do the same thing, beware, there are different versions of these files in different foldrs in folders in c:\QtSDK .  I had a prob with one version of QtCore4.dll  for example, giving a message of :

"The procedure entry point _Z21qRegisterResourceDataiPKhS0_S0_ could not be located in the dynamic link library QtCore4.dll
 
You need the version of  QtCore4.dll located in C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin (ie the one which is 2,552,320 bytes  in size.


Matoking
Sr. Member
****
Offline Offline

Activity: 352
Merit: 250

Firstbits: 1m8xa


View Profile WWW
September 26, 2011, 03:57:27 PM
 #97

Bitcoin-qt requires libgcc_s_dw2-1.dll, libssp-0.dll, mingwm10.dll, QtCore4.dll and QtGUI4.dll, although it may depend on the compiler.

BTC : 1CcpmVDLvR7DgA5deFGScoNhiEtiJnh6H4 - LTC : LYTnoXAHNsemMB2jhCSi1znQqnfupdRkSy
Bitcoin-otc
BitBin - earn bitcoins with your pastes!
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
September 26, 2011, 04:16:51 PM
 #98

I compiled the miner in my laptop that runs Kubuntu an guess what, result is the same.
Code:
 ./minerd --user 1 --pass 1 --url http://127.0.0.1:8697
[2011-09-26 19:13:53] Binding thread 0 to cpu 0
[2011-09-26 19:13:53] HTTP request failed: couldn't connect to host
[2011-09-26 19:13:53] json_rpc_call failed, retry after 30 seconds
[2011-09-26 19:13:54] Binding thread 1 to cpu 1
[2011-09-26 19:13:55] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 19:14:23] HTTP request failed: couldn't connect to host
...

Sad

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
racerguy
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
September 26, 2011, 04:19:06 PM
 #99

miner looks fine, does your client work?
Bobnova
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 26, 2011, 04:19:31 PM
 #100

Be nice to have a windows binary.

BTC:  1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  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!