Bitcoin Forum
September 29, 2025, 04:02:05 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 11, 2014, 10:14:59 AM
did you run autogen.sh? if not you have to
yes i've run ./autogen.sh
Code:
sph-sgminer$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
then i cant help you :S nothing i can do without access.
when you run configure and it fails, check the config.log for the last entries. it should tell you why it failed.
i can give you access? teamviewer? im so desperate to get this working.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 10, 2014, 10:51:09 PM
did you run autogen.sh? if not you have to
yes i've run ./autogen.sh
Code:
sph-sgminer$ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 10, 2014, 10:28:27 PM
oh my fault. you need to install libcurl4-openssl-dev not libncurses. sry for reading the logfile wrong!
shame on me  Sad
It appears i already have libcurl4-openssl-dev installed
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcurl4-openssl-dev is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 10, 2014, 09:28:05 PM
you need to install libncurses5-dev (or similiar named). next time read the README...
if you only would correctly follow the guides...

i did that also

Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libncurses5-dev is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
on which distro are you building?
are you building from git?
what is the version of your libncurses?

ubuntu 14.04
git clone git://github.com/prettyhatemachine/sph-sgminer
according to synaptic package manager i have 5.9+20140118-1ubuntu1
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 10, 2014, 09:18:55 PM
you need to install libncurses5-dev (or similiar named). next time read the README...
if you only would correctly follow the guides...

i did that also

Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libncurses5-dev is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: May 10, 2014, 09:04:00 PM
hey guys. I am trying to install sgminer on ubuntu but when i run ./configure i get this message
Quote
configure: error: Missing required libcurl dev >= 7.18.2
libcurl3 is installed. i've tried
Quote
sudo apt-get libncurses-dev
Quote
sudo apt-get install curl
i swear every time i follow a linux install guide it NEVER WORKS and i have to go through endless forums posts and i just give up and go back to windows. Well not this time... i have to get this working! Please help!

I'll copy and paste everything from terminal

Code:
alex@alex:~$ cd sph-sgminer
alex@alex:~/sph-sgminer$ ./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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
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 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking whether gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for mprotect... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memmem is declared... yes
checking for memmem... yes
checking whether memmem works... yes
checking for C/C++ restrict keyword... __restrict
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for wchar_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether memmem works in linear time... yes
checking for memmem... (cached) yes
checking whether memmem works... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for ANSI C header files... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for OpenCL... no
checking for pthread_create in -lpthread... yes
checking for library containing addstr... -lncurses
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCURL... no
checking for LIBCURL... no
configure: error: Missing required libcurl dev >= 7.18.2
7  Other / CPU/GPU Bitcoin mining hardware / Re: BUtterfly Labs 50 GH/s Miner on: January 23, 2014, 05:17:39 PM
just spend the money on altcoins and hold, you'll be much better off!
8  Bitcoin / Bitcoin Discussion / Re: What are the chances BTC is replaced by something better soon? on: January 14, 2014, 12:01:02 PM
NXT will destroy all
9  Alternate cryptocurrencies / Altcoin Discussion / Re: Cuckoo Cycles: a new memory-hard proof-of-work system on: January 08, 2014, 06:55:14 PM
POS is the future!
10  Alternate cryptocurrencies / Altcoin Discussion / Re: Alpha Technology Viper Scrypt Miner List of Orders on: January 08, 2014, 10:46:56 AM
Partial Order Number (omit last digits): 51xx
Pay Date: 4th Jan 2014
Method of Payment: BTC
Number of Machines Ordered: 1 X 5mh
Delivery Country: UK
11  Bitcoin / Electrum / Re: Cannot install Electrum on Ubuntu 13.10 on: October 22, 2013, 11:57:59 AM
****@****:~$ python -V
Python 2.7.5+
12  Bitcoin / Electrum / Cannot install Electrum on Ubuntu 13.10 on: October 21, 2013, 09:03:05 PM
Hey guys. i am trying to install electrum on a fresh Ubuntu 13.10 installation but i get this error and i dont know how to fix it. Can someone help me please? Thanks

Quote
****@****:~$  sudo pip install http://download.electrum.org/Electrum-1.8.1.tar.gz#md5=dc9f4b1cb38bd1d152be83d0a430cf62
[sudo] password for ****:
Downloading/unpacking http://download.electrum.org/Electrum-1.8.1.tar.gz
  Downloading Electrum-1.8.1.tar.gz (516kB): 516kB downloaded
  Running setup.py egg_info for package from http://download.electrum.org/Electrum-1.8.1.tar.gz
    Including all files
    
Downloading/unpacking slowaes (from Electrum==1.8.1)
  Could not find a version that satisfies the requirement slowaes (from Electrum==1.8.1) (from versions: 0.1a1)
Cleaning up...
No distributions matching the version for slowaes (from Electrum==1.8.1)
Storing complete log in /home/****/.pip/pip.log
13  Other / Beginners & Help / ASICMiner Block Erupter Blade Not Hashing on: September 11, 2013, 03:48:50 PM
Hello. I have finally setup my Block Erupter Blade but for some reason it just isnt hashing. I have included a screen shot of the configuration page and everything seems to be ok. I have the Blade hooked up to my Corsair AX1200. I am using the molex cable that came with the PSU and used a molex splitter having followed this guide (https://bitcointalk.org/index.php?topic=205369.0).

Does anyone know what might be causing the issue please? Thank you.

14  Other / Beginners & Help / ASICMiner Block Erupter Blade Configuration Page Issue. on: September 10, 2013, 07:42:16 PM
Hello. I have setup my ASICMiner Block Erupter Blade and i got to the configuration page, i changed all the relevant details and restarted. Now i cannot connect to the configuration page and i just cannot work out why. Could i have changed the ip address that connects me to the blade? Is there a way to perform a hard reset to factory default? This is driving me mad. Thanks
15  Other / Beginners & Help / Re: ASICMiner Block Erupter Blade PSU + Cooling Solutions on: September 10, 2013, 07:09:31 PM
what do you mean? it did restart and now i cannot connect to the configuration page. is there a way to do a factory reset with a pin or something?
16  Other / Beginners & Help / Re: ASICMiner Block Erupter Blade PSU + Cooling Solutions on: September 10, 2013, 06:57:27 PM
Thank you everyone. I set it all up, got to the configuration page, changed all the details and now i cannot connect to the configuration page any more (192.168.1.254:8000). What did i do wrong? Could i have changed the ip for connecting the the configuration page?  Is there a way to reset to factory default? Thanks
17  Other / Beginners & Help / Re: ASICMiner Block Erupter Blade PSU + Cooling Solutions on: September 06, 2013, 01:11:27 PM
Thanks. Cooling is not much of an issue, only im not sure how to actually connect them. or do they just sit on top without any screw attachments. what about a psu?
18  Other / Beginners & Help / ASICMiner Block Erupter Blade PSU + Cooling Solutions on: September 06, 2013, 10:54:26 AM
Hello. I have an ASICMiner Block Erupter Blade on its way and i have been searching the web for a guide on how to power and cool the device but without much success. I have seen videos and pictures of setups but nothing explaining how to do it. Can anyone point me in the right direction please? I am willing to pay in PPCoins if anyone can help me. Thank you.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!