Pages:
Author

Topic: GlobalBoost-Y $BSTY GlobalBoost®, Yescrypt Social @NetworksManager™ - page 86. (Read 630407 times)

legendary
Activity: 952
Merit: 1000
will mine some later.

Sounds good.  Thanks for dropping in the bst thread and dropping a note.  If you have any questions lets us know.  We are in the IRC most of the 24hr cycle.  Smiley

https://kiwiirc.com/client/irc.kiwiirc.com/#GlobalBoost
legendary
Activity: 1148
Merit: 1000
will mine some later.
legendary
Activity: 1260
Merit: 1000
I switched to altpool from nonce as well, I seem to still have all the coins I should on both pools.  Any chance it paid out to your wallet?
member
Activity: 79
Merit: 10
What heck!! I mine for about 100 coin on nonce-pool and move to altpooler ... but unconfirm coin at noncepool is decreasing to 8 coin!! why ??!
sr. member
Activity: 490
Merit: 250
glad to see this on an exchange  Cool
legendary
Activity: 952
Merit: 1000
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

Couple questions on this.

What are these that show up on VirusTotal.com?

JAVA.Suspicious.Gen
not-a-virus:NetTool.Win32.Sniffer.dz
Win32/Virus.Sniffer.b91

Second silly question........how to mine with this?

This didn't come from our team.  Someone in IRC might be able to help.

Is anyone here who had problems with downloading minerd from dropbox...my chrome blocked it...strange.

Chrome always blocks dropbox downloads for me.  Try the Mega link.
member
Activity: 110
Merit: 11
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

windows compile ?!? Angry
sr. member
Activity: 350
Merit: 250
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

Couple questions on this.

What are these that show up on VirusTotal.com?

JAVA.Suspicious.Gen
not-a-virus:NetTool.Win32.Sniffer.dz
Win32/Virus.Sniffer.b91

Second silly question........how to mine with this?

This didn't come from our team.  Someone in IRC might be able to help.

Is anyone here who had problems with downloading minerd from dropbox...my chrome blocked it...strange.
legendary
Activity: 952
Merit: 1000
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

Couple questions on this.

What are these that show up on VirusTotal.com?

JAVA.Suspicious.Gen
not-a-virus:NetTool.Win32.Sniffer.dz
Win32/Virus.Sniffer.b91

Second silly question........how to mine with this?

This didn't come from our team.  Someone in IRC might be able to help.
legendary
Activity: 1260
Merit: 1000
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

Couple questions on this.

What are these that show up on VirusTotal.com?

JAVA.Suspicious.Gen
not-a-virus:NetTool.Win32.Sniffer.dz
Win32/Virus.Sniffer.b91

Second silly question........how to mine with this?
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
Thx, bad lib on this new computer  Roll Eyes

Best
member
Activity: 96
Merit: 10
make sure libcurl is installed

http://curl.haxx.se/docs/install.html

Try these commands:
./configure CFLAGS="-O3 -march=native"
make

Code:
X:~/crytpo/cpuminer-yescrypt$ chmod +x autogen.sh
X:~/crytpo/cpuminer-yescrypt$ ./autogen.sh
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Try to compile on ubuntu 14, I need small help Wink

Best

That's just a warning, keep going:
./configure
make

Code:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 make supports nested variables... 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 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 for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
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 sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
./configure: line 5609: syntax error near unexpected token `,'
./configure: line 5609: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
X:~/crytpo/cpuminer-yescrypt$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.

Don't works :/


Try these commands:
./configure CFLAGS="-O3"
make

full member
Activity: 122
Merit: 100
Developer & Pool Operator | AltPooler.com
Code:
X:~/crytpo/cpuminer-yescrypt$ chmod +x autogen.sh
X:~/crytpo/cpuminer-yescrypt$ ./autogen.sh
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Try to compile on ubuntu 14, I need small help Wink

Best

That's just a warning, keep going:
./configure
make

Code:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 make supports nested variables... 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 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 for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
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 sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
./configure: line 5609: syntax error near unexpected token `,'
./configure: line 5609: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
X:~/crytpo/cpuminer-yescrypt$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.

Don't works :/


Try these commands:
./configure CFLAGS="-O3"
make
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
Code:
X:~/crytpo/cpuminer-yescrypt$ chmod +x autogen.sh
X:~/crytpo/cpuminer-yescrypt$ ./autogen.sh
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Try to compile on ubuntu 14, I need small help Wink

Best

That's just a warning, keep going:
./configure
make

Code:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 make supports nested variables... 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 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 for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
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 sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
./configure: line 5609: syntax error near unexpected token `,'
./configure: line 5609: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
X:~/crytpo/cpuminer-yescrypt$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.

Don't works :/
full member
Activity: 122
Merit: 100
Developer & Pool Operator | AltPooler.com
Code:
X:~/crytpo/cpuminer-yescrypt$ chmod +x autogen.sh
X:~/crytpo/cpuminer-yescrypt$ ./autogen.sh
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Try to compile on ubuntu 14, I need small help Wink

Best

That's just a warning, keep going:
./configure
make
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
Code:
X:~/crytpo/cpuminer-yescrypt$ chmod +x autogen.sh
X:~/crytpo/cpuminer-yescrypt$ ./autogen.sh
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Try to compile on ubuntu 14, I need small help Wink

Best
member
Activity: 96
Merit: 10
I think all donations must be in BSTY  Cool

Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer
legendary
Activity: 952
Merit: 1000
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer

WOW.  Thank You jaskies, that is really great!!   Grin
newbie
Activity: 6
Merit: 0
Please donate BTC Address: 1JASKNGjUsaUNjenMyku9FQHfUHkcgvKSU
GlobalBoost-Y Address: YNZUGiQY276EihC8reJs1H24KUCow7zBrF
for the development of GPU sgminer yescrypt algo git tree: https://github.com/sgminer-dev/sgminer
full member
Activity: 164
Merit: 100
LOL


Yea I always know what temp's my stuff is mining at. I don't have the cash to just assume it's ok.

I don't have the cash either.  I am just reckless like that.  LOL
Pages:
Jump to: