Bitcoin Forum
June 21, 2024, 10:31:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 [426] 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 ... 684 »
  Print  
Author Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer  (Read 1232522 times)
Cryptor
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile WWW
April 10, 2014, 08:40:41 AM
Last edit: April 23, 2014, 01:17:39 PM by Cryptor
 #8501

Hey all.

Welcome to play official vertcoin lottery - http://vertlottery.cf

Vertlottery is official vertcoin lottery, approved by dev team. The main concept for vertlottery is that 50% from ALL THE PROFIT is donated to vertcoin development. So when you play with us you are supporting the vertcoin development at the same time. Join us for round #2, and if you have any questions or ideas feel free to contact me.

Game info:
-Basic 5 number lottery, drawing is once a week.
-Drawing every monday night (we are going to split round time and have 2 drawing in a week)
-Ticket price: 1 VTC

We are part of http://cryptocoinlottery.net and have shared jackpot system. So if you play vertlottery and win jackpot you will win the jackpots of all CCLotteries. For more info visit: http://vertlottery.cf
layyen
Full Member
***
Offline Offline

Activity: 172
Merit: 100



View Profile
April 10, 2014, 09:11:33 AM
 #8502

thanks for link,  I ve sent some vtc there, hope it will be funded soon Smiley
naplam
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

Coin Developer - CrunchPool.com operator


View Profile WWW
April 10, 2014, 10:59:21 AM
 #8503


Mine Vertcoin on CrunchPool, the most stable P2Pool node!
http://p2pool.crunchpool.com:9171

internetbitcoins
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 10, 2014, 04:07:07 PM
 #8504

Hi all,

I'm trying to start from Nfactor=9 (to make N=1024), but I always have this error on executing ./vertcoind:
Error: Failed to read block
Error: Failed to connect best block

What I do is to set a variable on vertcoin.conf, an depending on the value (9,10,11...) getNfactor function on main.cpp returns this value (9, 10, 11...).
With Nfactor=10, all goes ok, scrypt_N_1_1_256_sp_generic function on main.cpp uses it as N=2048 and Nfactor=10, and everything goes ok, I start mining on testnet an so on.

So, I think I'm missing something I have to change in addition to make it work from Nfactor=9, any idea??

Thaks a lot.
kuloch
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 10, 2014, 04:09:53 PM
 #8505

thanks for link,  I ve sent some vtc there, hope it will be funded soon Smiley



People in the community will give you more help
Come on

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
https://bitcointalk.org/index.php?topic=623937
Bwincoin - 100% Free POS. BCc7XkRRbzy7cJkg4QTrA7JzseTAHgmc2A
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 10, 2014, 04:34:23 PM
 #8506

Alright, I installed development tools and now im getting an error as follows:

[root@charon cpuminer-vert-master]# ./configure CFLAGS="-static -O3"
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 to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/tmp/cpuminer-vert-master':
configure: error: C compiler cannot create executables

See `config.log' for more details.
[root@charon cpuminer-vert-master]#


Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found


Autogen? What source are you trying to build? Whatever it is you need to install automake and autoconf

Indeed, aclocal is part of automake. A good place to start would probably be: yum groupinstall "Development Tools"

Ill give that a try. Thanks
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 10, 2014, 04:47:18 PM
 #8507

configure: error: in `/tmp/cpuminer-vert-master':
configure: error: C compiler cannot create executables

See `config.log' for more details.

OK what's in the config.log ? Looks like you might not have build-essential (or your distros equivalent package) installed.
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 10, 2014, 04:48:09 PM
 #8508

Hi all,

I'm trying to start from Nfactor=9 (to make N=1024), but I always have this error on executing ./vertcoind:
Error: Failed to read block
Error: Failed to connect best block

What I do is to set a variable on vertcoin.conf, an depending on the value (9,10,11...) getNfactor function on main.cpp returns this value (9, 10, 11...).
With Nfactor=10, all goes ok, scrypt_N_1_1_256_sp_generic function on main.cpp uses it as N=2048 and Nfactor=10, and everything goes ok, I start mining on testnet an so on.

So, I think I'm missing something I have to change in addition to make it work from Nfactor=9, any idea??

Thaks a lot.

VTC Nfactor is 11

internetbitcoins
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 10, 2014, 05:06:19 PM
 #8509

Hi all,

I'm trying to start from Nfactor=9 (to make N=1024), but I always have this error on executing ./vertcoind:
Error: Failed to read block
Error: Failed to connect best block

What I do is to set a variable on vertcoin.conf, an depending on the value (9,10,11...) getNfactor function on main.cpp returns this value (9, 10, 11...).
With Nfactor=10, all goes ok, scrypt_N_1_1_256_sp_generic function on main.cpp uses it as N=2048 and Nfactor=10, and everything goes ok, I start mining on testnet an so on.

So, I think I'm missing something I have to change in addition to make it work from Nfactor=9, any idea??

Thaks a lot.

VTC Nfactor is 11



So if getNfactor function returns 10, N will be 1024 on scrypt_N_1_1_256_sp_generic function and if it returns 11, N will be 2048 scrypt_N_1_1_256_sp_generic function?

I used a fprintf on scrypt_N_1_1_256_sp_generic function main.cpp, and when getNfactor returns Nfactor=9, scrypt_N_1_1_256_sp_generic function prints N=1024 and with 10 is 2048, so... I'm understanding it on the wrong way?

What I'm trying to do is, via vertcoin.conf, pass a Nfactor number to run vertcoind with scrypt starting with N=1024, 2048, 4096 and so on, choosing it from the conf file with Nfactor.

Thanks a lot.
Kalizar
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
April 10, 2014, 05:31:39 PM
 #8510

If anyone is in need of an idea for the VTC Coding Contest, there are some ideas here

http://www.reddit.com/r/vertcoin/comments/22ndhs/vertcoin_coding_contest_free_ideas/
othe
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
April 10, 2014, 05:36:32 PM
 #8511

Hi all,

I'm trying to start from Nfactor=9 (to make N=1024), but I always have this error on executing ./vertcoind:
Error: Failed to read block
Error: Failed to connect best block

What I do is to set a variable on vertcoin.conf, an depending on the value (9,10,11...) getNfactor function on main.cpp returns this value (9, 10, 11...).
With Nfactor=10, all goes ok, scrypt_N_1_1_256_sp_generic function on main.cpp uses it as N=2048 and Nfactor=10, and everything goes ok, I start mining on testnet an so on.

So, I think I'm missing something I have to change in addition to make it work from Nfactor=9, any idea??

Thaks a lot.

VTC Nfactor is 11



So if getNfactor function returns 10, N will be 1024 on scrypt_N_1_1_256_sp_generic function and if it returns 11, N will be 2048 scrypt_N_1_1_256_sp_generic function?

I used a fprintf on scrypt_N_1_1_256_sp_generic function main.cpp, and when getNfactor returns Nfactor=9, scrypt_N_1_1_256_sp_generic function prints N=1024 and with 10 is 2048, so... I'm understanding it on the wrong way?

What I'm trying to do is, via vertcoin.conf, pass a Nfactor number to run vertcoind with scrypt starting with N=1024, 2048, 4096 and so on, choosing it from the conf file with Nfactor.

Thanks a lot.


Whats the sense of that? There is no way you can change the nfactor via config.

Its checking the timestamps of the blocks to determine the correct nfactor.

internetbitcoins
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 10, 2014, 06:16:24 PM
 #8512

Hi all,

I'm trying to start from Nfactor=9 (to make N=1024), but I always have this error on executing ./vertcoind:
Error: Failed to read block
Error: Failed to connect best block

What I do is to set a variable on vertcoin.conf, an depending on the value (9,10,11...) getNfactor function on main.cpp returns this value (9, 10, 11...).
With Nfactor=10, all goes ok, scrypt_N_1_1_256_sp_generic function on main.cpp uses it as N=2048 and Nfactor=10, and everything goes ok, I start mining on testnet an so on.

So, I think I'm missing something I have to change in addition to make it work from Nfactor=9, any idea??

Thaks a lot.

VTC Nfactor is 11



So if getNfactor function returns 10, N will be 1024 on scrypt_N_1_1_256_sp_generic function and if it returns 11, N will be 2048 scrypt_N_1_1_256_sp_generic function?

I used a fprintf on scrypt_N_1_1_256_sp_generic function main.cpp, and when getNfactor returns Nfactor=9, scrypt_N_1_1_256_sp_generic function prints N=1024 and with 10 is 2048, so... I'm understanding it on the wrong way?

What I'm trying to do is, via vertcoin.conf, pass a Nfactor number to run vertcoind with scrypt starting with N=1024, 2048, 4096 and so on, choosing it from the conf file with Nfactor.

Thanks a lot.


Whats the sense of that? There is no way you can change the nfactor via config.

Its checking the timestamps of the blocks to determine the correct nfactor.

I'm doing some tests and stuff. In config I set a var to a value. getNfactor function reads this value an returns 9, 10, 11 who is readed by scrypt_N_1_1_256_sp_generic function setting N at 1024, 2048, 4096... of course I'm modifying the code to read a var from config and use it, and to return a Nfactor depending on this var.

Thanks.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 10, 2014, 06:27:10 PM
 #8513

configure: error: in `/tmp/cpuminer-vert-master':
configure: error: C compiler cannot create executables

See `config.log' for more details.

OK what's in the config.log ? Looks like you might not have build-essential (or your distros equivalent package) installed.
Im trying to build on CentOS 6.5.
The logfile is long:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cpuminer configure 2.3.2, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure CFLAGS=-static -O3

## --------- ##
## Platform. ##
## --------- ##

hostname = charon
uname -m = x86_64
uname -r = 2.6.32-431.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Fri Nov 22 03:15:09 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1917: checking build system type
configure:1935: result: x86_64-unknown-linux-gnu
configure:1957: checking host system type
configure:1972: result: x86_64-unknown-linux-gnu
configure:1994: checking target system type
configure:2009: result: x86_64-unknown-linux-gnu
configure:2054: checking for a BSD-compatible install
configure:2122: result: /usr/bin/install -c
configure:2133: checking whether build environment is sane
configure:2193: result: yes
configure:2334: checking for a thread-safe mkdir -p
configure:2373: result: /bin/mkdir -p
configure:2386: checking for gawk
configure:2402: found /bin/gawk
configure:2413: result: gawk
configure:2424: checking whether make sets $(MAKE)
configure:2446: result: yes
configure:2532: checking whether to enable maintainer-specific portions of Makefiles
configure:2541: result: no
configure:2567: checking for style of include used by make
configure:2595: result: GNU
configure:2665: checking for gcc
configure:2681: found /usr/bin/gcc
configure:2692: result: gcc
configure:2924: checking for C compiler version
configure:2932: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2936: $? = 0
configure:2943: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
configure:2947: $? = 0
configure:2954: gcc -V >&5
gcc: '-V' option must have argument
configure:2958: $? = 1
configure:2981: checking for C compiler default output file name
configure:3003: gcc -static -O3   conftest.c  >&5
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:3007: $? = 1
configure:3045: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "cpuminer 2.3.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.2"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3051: error: in `/tmp/cpuminer-vert-master':
configure:3054: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-static -O3'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/cpuminer-vert-master/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/cpuminer-vert-master/missing --run tar'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE=''
ARCH_x86_64_FALSE=''
ARCH_x86_64_TRUE=''
ARCH_x86_FALSE=''
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /tmp/cpuminer-vert-master/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/cpuminer-vert-master/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/cpuminer-vert-master/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE=''
CFLAGS='-static -O3'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
HAVE_WINDOWS_FALSE=''
HAVE_WINDOWS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JANSSON_LIBS=''
LDFLAGS=''
LIBCURL=''
LIBCURL_CPPFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/cpuminer-vert-master/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='cpuminer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='cpuminer'
PACKAGE_STRING='cpuminer 2.3.2'
PACKAGE_TARNAME='cpuminer'
PACKAGE_VERSION='2.3.2'
PATH_SEPARATOR=':'
PTHREAD_FLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.3.2'
WANT_JANSSON_FALSE=''
WANT_JANSSON_TRUE=''
WS2_LIBS=''
_libcurl_config=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/cpuminer-vert-master/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "cpuminer"
#define PACKAGE_TARNAME "cpuminer"
#define PACKAGE_VERSION "2.3.2"
#define PACKAGE_STRING "cpuminer 2.3.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "cpuminer"
#define VERSION "2.3.2"

configure: exit 77
cubevtc
Sr. Member
****
Offline Offline

Activity: 496
Merit: 250

Ceck me in livestream twith


View Profile WWW
April 10, 2014, 06:42:07 PM
 #8514

2nd p2pool (http://p2pscanner.no-ip.org/) is going very well and now it's continuously under 2 hours to block which is ideal value due to parameters p2pool uses (12 block/24 hours share validity) to achieve steady payouts. Additional increase of hashrate mainly increases share difificulty for miners. So it's now time for 3rd network? Only time can tell so try it.

Scanner available here: http://lovok.no-ip.com
Main test node is now running here: http://lovok.no-ip.com:9174
Node source with option for 3rd network: https://github.com/Lovok/p2pool-n (run with --net vertcoin3)

3rd network helps mainly to miners with low hashrate (up to 500khs) but I think that anybody with hashrate up to 1,5Mhs can profit from 3rd network. Also, at current stage, any miner is welcome to help reach some reasonable hashrate.

Settings for mining on 1st, 2nd and 3rd networks are the same, only worker port is another (but check node dashboard as port is not 100% assurance of network it uses as port can be changed easily). Generally:
9171 - 1st network (for example http://lovok.no-ip.com:9171)
9172 - 2nd network (for example http://lovok.no-ip.com:9172)
9174 - 3rd network (for example http://lovok.no-ip.com:9174) - WARNING: 9173 is used for Execoin p2pool network, 9174 is for 3rd VTC p2pool

The 3rd p2pool network receives its first block!  When I saw my vertcoin earnings I almost fell off my chair.  The reward is huge!  I am getting more than double my typical takings. As a low-hash miner (> 1.5mh), this is the first time I am experiencing high returns.  All thanks to Lovok's for his kind dedication and commitment.  I salute you!

And thanks to all the brave new comers, your support are very much appreciated. But more low-hash miners' support are needed!  Do join in and support the 3rd network.

Cheers!
vtc.cubeconnex.com:9172 (2nd network) and vtc.cubeconnex.com:9174 (3rd network) for low-hash miners in Asia.


BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 10, 2014, 07:30:27 PM
 #8515


usao - looks like it's checking it can compile a statically linked binary and can't, so the configure fails.

yum install glibc-static

then try it again.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 10, 2014, 07:34:08 PM
 #8516


usao - looks like it's checking it can compile a statically linked binary and can't, so the configure fails.

yum install glibc-static

then try it again.
Yes, getting closer. I installed the static glibc and it got further but then choked on another library:
configure: error: Missing required libcurl >= 7.15.2

I tried without the static option and it did complete, so I figure it needs the libcurl in static form also.
However, a yum search didn't show any option for a static libcurl library.

When I tried to run the dynamic version on the server, it complained it cant find the shared library, so it has to be staticly compiled.
./minerd: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 10, 2014, 07:40:38 PM
Last edit: April 10, 2014, 08:05:18 PM by BorisTheSpider
 #8517


./minerd: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory



Looks like you'll want:

http://ftp://rpmfind.net/linux/centos/6.5/os/x86_64/Packages/libcurl-7.19.7-37.el6_4.i686.rpm

And possibly

http://ftp://rpmfind.net/linux/centos/6.5/os/i386/Packages/libcurl-7.19.7-37.el6_4.i686.rpm



usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 10, 2014, 07:45:32 PM
 #8518

The problem is that the target host doesn't have any of these libraries installed, so I have to do a static compile.
I was able to find the glibc.a static library but I don't have a libcurl.a static library. Im searching google to see if I can find one somewhere.
When I use dynamic libraries, the machine im compiling on DOES have libcurl and it works there, but the target machine does not.
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 10, 2014, 07:48:15 PM
 #8519

The problem is that the target host doesn't have any of these libraries installed, so I have to do a static compile.
I was able to find the glibc.a static library but I don't have a libcurl.a static library. Im searching google to see if I can find one somewhere.
When I use dynamic libraries, the machine im compiling on DOES have libcurl and it works there, but the target machine does not.

No you just need to tell it you want a statically linked binary.

Try

./configure LDFLAGS="-static"

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 10, 2014, 07:54:55 PM
 #8520

The problem is that the target host doesn't have any of these libraries installed, so I have to do a static compile.
I was able to find the glibc.a static library but I don't have a libcurl.a static library. Im searching google to see if I can find one somewhere.
When I use dynamic libraries, the machine im compiling on DOES have libcurl and it works there, but the target machine does not.

No you just need to tell it you want a statically linked binary.

Try

./configure LDFLAGS="-static"



# ./configure CFLAGS="-O3" LDFLAGS="-static"
...
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.19.7
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2

I looked on the system and there is no libcurl.a anywhere to be found. I think it needs this to actually do the static linkage.

# find / -name libcurl\*
/usr/share/aclocal/libcurl.m4
/usr/share/man/man3/libcurl.3.gz
/usr/share/man/man3/libcurl-tutorial.3.gz
/usr/share/man/man3/libcurl-multi.3.gz
/usr/share/man/man3/libcurl-easy.3.gz
/usr/share/man/man3/libcurl-share.3.gz
/usr/share/man/man3/libcurl-errors.3.gz
/usr/share/doc/libcurl-devel-7.19.7
/usr/lib64/libcurl.so.4.1.1
/usr/lib64/libcurl.so.4
/usr/lib64/pkgconfig/libcurl.pc
/usr/lib64/libcurl.so

Pages: « 1 ... 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 [426] 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 ... 684 »
  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!