Pages:
Author

Topic: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been [email protected]/7:30 GMT - page 25. (Read 105706 times)

hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Ok, it seems I am ready.

./minerd --benchmark spits out for each cpu and total khash/s     I believe that is all I can do for now.

When and WHERE will I get the pool, poort, user name and password?


New to that, what can I expect when I start:
./minerd -a keccak -o http://pool:port -u username -p password

Is there a wallet available, or how do I see my mined coins?
newbie
Activity: 37
Merit: 0
is it possible to setup solo mining?
sr. member
Activity: 392
Merit: 265
Isn't Amazon EC2's more efficient than Digitalocean?  Roll Eyes
legendary
Activity: 1008
Merit: 1000
Making money since I was in the womb! @emc2whale
Whos got some MAXcoin for sale here?
full member
Activity: 392
Merit: 101
Hello Instacash, for first thank you a lot for this very nice guide, i would to know after i setting the first instance on AWS, how then can i copy the image and will launch a few before launch? Smiley

hero member
Activity: 770
Merit: 500
I think they updated the CPU-miner and your dropbox link will not work.
member
Activity: 115
Merit: 10
make

Error: command not found.

10a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
How about CYGWIN?
Do have openssl and libcurl..
hero member
Activity: 798
Merit: 500
make

Error: command not found.

10a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
newbie
Activity: 56
Merit: 0
How to prepair keccak cgminer configuration for MaxCoin ? There will be just some pool when I'll have to register and than put URL in cgminer config like in other currencies or it will be something different ? Thx.
member
Activity: 115
Merit: 10
Code:
$ ./configure CFLAGS="-O3"
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
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 dependency style of gcc... none
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... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... none
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... no
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 whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.33.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands

./minerd or minderd --help didnt work??

after ./configure CFLAGS="-O3" you'll have to actually build the binary by compiling the source:

Code:
make
I did:
/configure CFLAGS="-O3"
ENTER
(after running)
make

Error: command not found.
hero member
Activity: 798
Merit: 500
Code:
$ ./configure CFLAGS="-O3"
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
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 dependency style of gcc... none
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... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... none
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... no
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 whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.33.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands

./minerd or minderd --help didnt work??

after ./configure CFLAGS="-O3" you'll have to actually build the binary by compiling the source:

Code:
make
member
Activity: 115
Merit: 10
Code:
$ ./configure CFLAGS="-O3"
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
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 dependency style of gcc... none
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... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... none
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... no
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 whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.33.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands

./minerd or minderd --help didnt work??
newbie
Activity: 24
Merit: 0
Im retarded,  can you please write a detailed description of how to mine maxcoins with windows azure?

I managed to join and create 3 servers, 2 x8 and 1 x 4; i downloaded putty, but got somewhat stuck there. Im thinking perhaps i might just give up and try and buy some on launch day, but would still like to have a crack at mining with azure if anyone has some advice
hero member
Activity: 798
Merit: 500
So I guess rather than the new cpu coin, maxcoin is actually going to be the new/only nvidia coin?  Huh

eCoins cgminer may work

eCoin's (and Copperlark's) specific Keccak implementations differ from MaxCoin.

Until now there's the official maxcoin-cpuminer source as well as the Nvidia CubaMiner (GPU) source available.

To answer your question, jwinterm, the coin was originally meant to launch as CPU-only but due to the fact that the maxcoin-cpuminer (revealing its SHA-3 implementation) was officially released early on and the launch delayed... we now happen to have the situation of the GPU minerd already developed before launch.
member
Activity: 98
Merit: 10
So I guess rather than the new cpu coin, maxcoin is actually going to be the new/only nvidia coin?  Huh

eCoins cgminer may work
drm
legendary
Activity: 1176
Merit: 1005
what would be unacceptable usage to digital ocean?

2x16cpu droplets?
5x8cpu droplets for example?

I am unsure how far to push this.
legendary
Activity: 3136
Merit: 1116
So I guess rather than the new cpu coin, maxcoin is actually going to be the new/only nvidia coin?  Huh
hero member
Activity: 798
Merit: 500
Thanks! What do you mean by "Once you feed it with a correct pool after launch"? The max.poolers.org isn't a correct pool? If not, which one is, and how do I switch to it?

Thanks!!!

Official pools will be posted in the release thread / on the official site. maxcoin.co.uk states one pool's link for now: https://maxcoinmine.com (status: OFFLINE at the moment).
newbie
Activity: 4
Merit: 0


I think I'm up and running, can someone please verify?

Binding thread 0 to cpu 0
Binding thread 1 to cpu 1
Starting stratum on Stratum+tcp://stratum.poolers.org:3345

Yeah, your maxcoin-cpuminer is working correctly. Once you feed it with a correct pool after launch it will indeed mine properly.


[/quote]

Thanks! What do you mean by "Once you feed it with a correct pool after launch"? The max.poolers.org isn't a correct pool? If not, which one is, and how do I switch to it?

Thanks!!!
Pages:
Jump to: