Bitcoin Forum
June 22, 2024, 07:46:24 PM *
News: Voting for pizza day contest
 
   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)
squeak1972
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 06, 2014, 07:02:23 PM
 #181

Has the windows wallet been released yet?
ABISprotocol
Sr. Member
****
Offline Offline

Activity: 278
Merit: 251

ABISprotocol on Gist


View Profile WWW
February 06, 2014, 07:02:50 PM
 #182

Right now MaxCoin team has only released the Mac and Linux wallet (via twitter).  

If MaxCoin team is reading this, you might want to release the Windows and Linux wallets from your site before launch.  Neither will download from the maxcoin.co.uk site at this time, having tested a few times, was eventually able to download Linux wallet, but Windows and Mac wallets are actually not downloadable at the moment from maxcoin.co.uk.  Probably stating the obvious, but if they had been released earlier more people would have wallets by now instead of your site getting ddos'd due to hordes of people looking for the wallet in half hour to an hour from now.

ABISprotocol (Github/Gist)
http://abis.io
gmcneish
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 06, 2014, 07:02:56 PM
 #183

Im happy to help people set up there miners on linux for a small donation Smiley pm me
VanBreuk
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
February 06, 2014, 07:07:28 PM
 #184

Having issues when trying to compile in Windows. All dependencies are checked, and after
Code:
LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
MSYS console returns:

Code:
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in '/c/max':
configure: error: C compiler cannot create executables

config.log highlight:

Code:
gcc version 4.8.1 (GCC) 
configure:3298: $? = 0
configure:3287: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.

Permission problems are ruled out. Has anyone built this in Win7, using mingw, without trouble?

Why not release a precompiled binary?

joshuasaurus
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 06, 2014, 07:08:42 PM
 #185

I think they updated the CPU-miner and your dropbox link will not work.

Has this been confirmed?
steelmythos
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 06, 2014, 07:09:58 PM
 #186

steelmythos@STEELMYTHOS:~$ sudo apt-get install build-essential libcur14-openssl-dev zip
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcur14-openssl-dev
steelmythos@STEELMYTHOS:~$

I am stuck here the zip package is not found
Undertow8977
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
February 06, 2014, 07:10:30 PM
 #187

what password are they talking about releasing at launch? Password for what? and what do I do with it once they give me the password?
MikeH
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
February 06, 2014, 07:12:07 PM
 #188

too many people going to digital ocean, we'll be shut down.
VanBreuk
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
February 06, 2014, 07:12:21 PM
 #189

After 'CFLAGS="-O3 -msse2" ./configure'

It's telling me :

checking whether the C compiler works... no
configure: error: in `/home/azureuser/cpuminer':
configure: error: C compiler cannot create executables

And I'm unable to progress from there. Any ideas?

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

Activity: 798
Merit: 500



View Profile
February 06, 2014, 07:14:17 PM
 #190

Guide updated with another section: How to Solo Mine MAX in the Clouds
iraszl
Sr. Member
****
Offline Offline

Activity: 266
Merit: 257

Enthusiast


View Profile
February 06, 2014, 07:14:34 PM
 #191

what password are they talking about releasing at launch? Password for what? and what do I do with it once they give me the password?


You can download the wallets, but the files are password protected. They will release the password in 15 mins so people can open the wallets and create addresses, so the mining can begin.
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 06, 2014, 07:14:51 PM
 #192

checking whether the C compiler works... no

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

Activity: 266
Merit: 257

Enthusiast


View Profile
February 06, 2014, 07:16:43 PM
 #193

Guide updated with another section: How to Solo Mine MAX in the Clouds

Appreciated! Smiley
notNigel
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 06, 2014, 07:17:09 PM
 #194

Guide updated with another section: How to Solo Mine MAX in the Clouds

Where please ?
khalbrae
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 06, 2014, 07:17:26 PM
 #195

The github connection asks for authentication!
IronLegend
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 06, 2014, 07:18:18 PM
 #196

./minerd -a keccak -o http://pool:port -u username -p password


So im extremely new to mining, I have everthing set up and ready to go but I dont understand what the username and password is. Where do I find out this information? Sorry such a noob question Sad
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 06, 2014, 07:19:02 PM
 #197

The github connection asks for authentication!

Code:
fork@instacash:~/xxxx# git clone https://github.com/Max-Coin/cpuminer
Cloning into 'cpuminer'...
remote: Counting objects: 81, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 81 (delta 7), reused 78 (delta 4)
Unpacking objects: 100% (81/81), done.
Checking connectivity... done

I've done this :s

Your error message states that your C compiler is not working, so there must be a dependency issue.
davidpbrown
Sr. Member
****
Offline Offline

Activity: 531
Merit: 260


Vires in Numeris


View Profile WWW
February 06, 2014, 07:19:27 PM
 #198

Quote
Max Keiser ‏@maxkeiser 11m
#maxcoin mining and buying panic is building... all system look good to go. @maxcoinproject

lol sadistic bastard  Cheesy

฿://12vxXHdmurFP3tpPk7bt6YrM3XPiftA82s
iraszl
Sr. Member
****
Offline Offline

Activity: 266
Merit: 257

Enthusiast


View Profile
February 06, 2014, 07:20:37 PM
 #199

Guide updated with another section: How to Solo Mine MAX in the Clouds

Where please ?

This thread, first post. Wink
notNigel
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 06, 2014, 07:20:41 PM
 #200

Is their version of cgminer working ?
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!