Bitcoin Forum
June 24, 2024, 02:27:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT  (Read 105661 times)
drm
Legendary
*
Offline Offline

Activity: 1176
Merit: 1005


View Profile
February 06, 2014, 03:25:33 PM
 #121

what would be unacceptable usage to digital ocean?

2x16cpu droplets?
5x8cpu droplets for example?

I am unsure how far to push this.
weedoge
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 06, 2014, 03:27:46 PM
 #122

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

instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 06, 2014, 03:29:27 PM
 #123

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.
marcusnz
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 06, 2014, 03:32:42 PM
 #124

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
remcoswienink
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
February 06, 2014, 03:39:00 PM
 #125

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??
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 06, 2014, 03:40:48 PM
 #126

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
remcoswienink
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
February 06, 2014, 03:45:41 PM
 #127

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.
tomass
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 06, 2014, 03:47:08 PM
 #128

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.
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 06, 2014, 03:47:33 PM
 #129

make

Error: command not found.

10a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
remcoswienink
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
February 06, 2014, 03:57:55 PM
 #130

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..
Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
February 06, 2014, 04:37:39 PM
 #131

I think they updated the CPU-miner and your dropbox link will not work.
novocaine
Full Member
***
Offline Offline

Activity: 392
Merit: 101



View Profile
February 06, 2014, 04:59:09 PM
 #132

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

Bobsurplus
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


Making money since I was in the womb! @emc2whale


View Profile
February 06, 2014, 05:01:16 PM
 #133

Whos got some MAXcoin for sale here?
pastet89
Sr. Member
****
Offline Offline

Activity: 378
Merit: 265


View Profile WWW
February 06, 2014, 05:09:29 PM
 #134

Isn't Amazon EC2's more efficient than Digitalocean?  Roll Eyes

Cryptostats.es
stratos
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 06, 2014, 05:11:07 PM
 #135

is it possible to setup solo mining?
Elmit
Hero Member
*****
Offline Offline

Activity: 785
Merit: 500


BURST got Smart Contracts (AT)


View Profile WWW
February 06, 2014, 05:16:34 PM
 #136

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?

Ing. Ronald Wiplinger (@ ELMIT)   Blog and pools: http://mininghere.com  CAT info at: https://cat.elmit.com  Tel.: (O) +886 (0)2--2623-3117, (M) +886 (0) 988--70-77-42, Telegram: @RonaldPhone
mgauffin
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
February 06, 2014, 05:22:42 PM
 #137

miner is out: https://github.com/Max-Coin/cpuminer
stratos
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 06, 2014, 05:27:34 PM
 #138

so do we need to go through the steps again?
che343
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 06, 2014, 05:30:14 PM
 #139

@instacash  Is it possible to sole mine using oceandigital??
remcoswienink
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
February 06, 2014, 05:45:33 PM
 #140

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..
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  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!