|
mizerydearia
|
|
October 07, 2011, 11:28:01 PM Last edit: October 07, 2011, 11:43:24 PM by mizerydearia |
|
Why in the makefile is there still and bitcoin: $(OBJS) obj/init.o obj/ui.o obj/uibase.o $(CXX) $(CXXFLAGS) -o $@ $^ $(WXLIBS) $(LIBS)
also, compile issues: http://privatepaste.com/c9f75d6086
|
|
|
|
Bobnova
|
|
October 07, 2011, 11:29:05 PM |
|
Largely because nobody does a good enough job with search-replace when they release an alt coin. Actually there is the possible exception of solidcoin, I don't remember bitcoin being in that one. It may have been blanked from my mind by the fail though.
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
MaGNeT
Legendary
Offline
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
|
|
October 07, 2011, 11:30:50 PM |
|
I guess Linux doesn't like me... Happens every time... That's why I still use Windows, at least things make sense to me there... I'll give it another try tomorrow... Getting square eyes...
|
|
|
|
mizerydearia
|
|
October 07, 2011, 11:32:12 PM |
|
Largely because nobody does a good enough job with search-replace when they release an alt coin. Actually there is the possible exception of solidcoin, I don't remember bitcoin being in that one. It may have been blanked from my mind by the fail though.
and partially ixcoin
|
|
|
|
ArtForz
|
|
October 07, 2011, 11:40:05 PM |
|
Ahh, you'll need to install libcurl then. After that, there will be libcurl.so at that path.
sudo apt-get install libcurl? Yup, on a recent debian/ubuntu just installing one of the libcurl4-*-dev packages should be enough.
|
bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
|
|
|
Bobnova
|
|
October 08, 2011, 12:15:06 AM |
|
Knowing that would have made my life easier! lol
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
|
ArtForz
|
|
October 08, 2011, 12:53:36 AM |
|
You're trying to build the gui client, for the daemon... make bitcoind and the bitcoin wx gui always needed wx 2.9 ...
|
bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
|
|
|
mizerydearia
|
|
October 08, 2011, 01:01:21 AM |
|
You're trying to build the gui client, for the daemon... make bitcoind and the bitcoin wx gui always needed wx 2.9 ... heh, right! I completely forgot to specify bitcoin (or in this case bitcoind) Perhaps the makefile for the daemon can default to bitcoind instead of bitcoin? And maybe change them to tenebrix and tenebrixd?
|
|
|
|
Lolcust (OP)
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 08, 2011, 01:06:55 AM |
|
I already did it for the pool version because some dude from Alaska pecked me oh so hard and oh so systematically over it expect all other branches/gits to get updated soon
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
mizerydearia
|
|
October 08, 2011, 01:32:41 AM |
|
tenebrix@bitcoindearia ~/bin $ ./tenebrix bitcoin server starting Segmentation fault tenebrix@bitcoindearia ~/bin $ [xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. tenebrix: /var/tmp/portage/x11-libs/libX11-1.4.4/work/libX11-1.4.4/src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Otherwise daemon works nicely.
|
|
|
|
Lolcust (OP)
Member
Offline
Activity: 112
Merit: 11
Hillariously voracious
|
|
October 08, 2011, 01:52:04 AM |
|
tenebrix, not tenebrixd ?
Hm... I must be slow today... will look into it tomorrow....
|
Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
mizerydearia
|
|
October 08, 2011, 05:17:32 AM |
|
tenebrix miner --url URL URL for bitcoin JSON-RPC server (default: http://127.0.0.1:8332/) Maybe it should be 7777? $ ./minerd --user 1 --pass 1 --url "http://127.0.0.1:7777/" [2011-10-08 00:17:02] Binding thread 0 to cpu 0 [2011-10-08 00:17:03] Binding thread 1 to cpu 1 [2011-10-08 00:17:04] Binding thread 2 to cpu 2 [2011-10-08 00:17:05] Binding thread 3 to cpu 3 [2011-10-08 00:17:06] 4 miner threads started, using SHA256 'scrypt' algorithm. [2011-10-08 00:18:03] HTTP request failed: Empty reply from server [2011-10-08 00:18:03] json_rpc_call failed, retry after 30 seconds ^C tenebrix@bitcoindearia ~/bin $ nmap -p 7777 127.0.0.1
Starting Nmap 5.51 ( http://nmap.org ) at 2011-10-08 00:19 CDT mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers Nmap scan report for localhost (127.0.0.1) Host is up (0.000044s latency). PORT STATE SERVICE 7777/tcp open cbt
Nmap done: 1 IP address (1 host up) scanned in 0.03 seconds
Same issue as https://bitcointalk.org/index.php?topic=45667.msg545153#msg545153Ah https://bitcointalk.org/index.php?topic=45667.msg545449#msg545449Instead of 7777 must be 8697
|
|
|
|
|
Bobnova
|
|
October 08, 2011, 05:41:35 AM |
|
Hey so this is in a different thread too, but it definitely belongs here: For SandyBridge CPUs (corei7 with four digit model numbers) running Linux of some sort. 1) git the package. 2) ./configure (screw the flags) 3) gedit Makefile 4) find the line with "CFLAGS = " (there may be flags, there may not be) 5) Change that line to: "CFLAGS = -march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx" No quotes. 6) make clean 7) make start the miner, see how it does! Brought my performance from 2.6kh/s per core (running one thread per core) to 3.66-3.7kh/s per core. Tested with 6 threads, +2 kh/s in total. HT works now! Just needed some hardcore flags, that's all. If you have a first generation core i CPU, leave -mavx off the end (ain't no VX), if it won't compile or won't run start cutting the -msse4.x lines off, starting with 4.2, then 4.1, then 4, eventually it'll start working. Don't forget to make clean then make, if you don't make clean you won't get a new minerd. I'm going to see if I can make some prebaked windows binaries for various CPUs, I may not have time till monday sometime though, we'll see. If this works for you, let me know! If it doesn't, let me know!
|
BTC: 1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
|
|
|
bulanula
|
|
October 08, 2011, 02:00:12 PM |
|
Can somebody please make a service where we can see live difficulty etc. !?
|
|
|
|
ArtForz
|
|
October 08, 2011, 02:54:28 PM |
|
Can somebody please make a service where we can see live difficulty etc. !?
http://allchains.info/
|
bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
|
October 08, 2011, 08:40:36 PM |
|
Hash rate is crazy right now, we're hitting 4.2gh/s or the equivalent of about 350 AMD quad core processors.
Percent increase for difficulty is correspondingly going up about 10% a day, although it isn't exploded as rapidly as it was two days ago.
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
MaGNeT
Legendary
Offline
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
|
|
October 08, 2011, 09:49:55 PM |
|
I finally got minerd compiled (ArtForz version)... First I did an " sudo apt-get install libcurl4-openssl-dev" but I couldn't find the libcurl.so file. After a search I found it was in /usr/lib I changed both the @LIBCURL lines in makefile to /usr/lib/libcurl.so Then I did "make" and suddenly I had " minerd" Another noob question: How do I make a " batch" file so I don't have to enter all the commands for minerd, every time I want to run it? In DOS / Windows I know all this shit but in Linux? Learning... Hashrate on my 1055T (@3.2Ghz) = 3.37 khash/s (x6 cores)
|
|
|
|
|