Pages:
Author

Topic: [ANNOUNCE] Tenebrix, a CPU-friendly, GPU-hostile cryptocurrency - page 41. (Read 127211 times)

sr. member
Activity: 352
Merit: 250
Firstbits: 1m8xa
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.
full member
Activity: 127
Merit: 100
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.


hero member
Activity: 756
Merit: 500
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!
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank

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?
 
hero member
Activity: 756
Merit: 500

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.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
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://bitcointalksearch.org/topic/m.545171

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
hero member
Activity: 756
Merit: 500
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://bitcointalksearch.org/topic/m.545171
sr. member
Activity: 406
Merit: 257
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/ ?
sr. member
Activity: 406
Merit: 257
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
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.

hero member
Activity: 756
Merit: 500
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.
member
Activity: 112
Merit: 11
Hillariously voracious
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 in the terminal um, help ?



full member
Activity: 210
Merit: 100
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.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
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?




member
Activity: 112
Merit: 11
Hillariously voracious
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


legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
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

legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
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
hero member
Activity: 756
Merit: 500
I wouldn't be worrying about GPU's or even FPGAs... the first person to get this running on Amazon EC2 will been a Tenebrix millionaire.

Yeah, after paying for EC2 expenses you will really be a millionaire, mining valueless cryptocurrency...

You better stop buying that acid at Silk Road, it's affecting your brain, dude. Wink

Well then isn't it better to explore all these possibilities before someone opens an exchange for tenebrix/BTC ?

Actually this makes me wonder if any bitcoin early adopters used Amazon EC2 prior to the release of GPU mining.
legendary
Activity: 1358
Merit: 1002
I wouldn't be worrying about GPU's or even FPGAs... the first person to get this running on Amazon EC2 will been a Tenebrix millionaire.

Yeah, after paying for EC2 expenses you will really be a millionaire, mining valueless cryptocurrency...

You better stop buying that acid at Silk Road, it's affecting your brain, dude. Wink
member
Activity: 112
Merit: 11
Hillariously voracious
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 )
Pages:
Jump to: