Bitcoin Forum
June 20, 2024, 03:40:53 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 08, 2014, 03:35:19 PM
Quote
you need to add some nodes to your config or use that addnode command mentioned up a few comments..
Thanks MikeH and instacash!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 08, 2014, 03:03:09 PM
I downloaded the mac wallet app from maxcoin.co.uk
After I got it working it shows my address fro as receiving as mK26x8HwPe2TCVZ1ucksjAt59Ny2m9Xh6m
In my linux terminal on digital ocean I typed:
./maxcoind sendfrom mUkcFzv6cS3zZGiEAdQ9tNUdkhDKwZdpoY mK26x8HwPe2TCVZ1ucksjAt59Ny2m9Xh6m 0.8
and my balance now shows 0.
I also made a payout to mK26x8HwPe2TCVZ1ucksjAt59Ny2m9Xh6m from my http://maxcoinpool.com and my balance went down to zero there.

But on my wallet app on my mac it just shows Balance 0 (out of sync)

Is there something I can do to sync my wallet on my mac to the network? I can't see any option for this.
Have I just thrown away my maxcoins forever?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 07, 2014, 09:21:41 AM
with the new cpuminer by max.1gh, /.maxcoind or ./maxcoind are no longer recognized I get:

maxcoind is the daemon for solo mining, the cpuminer uses ./minerd

access your maxcoind

Code:
cd ~
./maxcoind getbalance

to switch to your cpuminer:

Code:
cd ~/cpuminer
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u WALLETADDRESS -p x

Also please note that if you're pool mining, make sure to kill the maxcoind process first because it is running in the background: https://bitcointalk.org/index.php?topic=450539.msg4982489#msg4982489

Hi instacash

Many thanks for all your assistance.
I'm running the pool miner but I've been starting the daemon with
Code:
./maxcoind --daemon
so I can then check my balance with
Code:
./maxcoind getbalance

Am I doing it wrong?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 07, 2014, 12:20:31 AM
I think I might have mined a coin?
Code:
[2014-02-06 19:09:33] thread 5: 21990110 hashes, 363.09 khash/s
[2014-02-06 19:09:34] thread 1: 513733 hashes, 324.69 khash/s
[2014-02-06 19:09:34] accepted: 1/1 (100.00%), 2861 khash/s (yay!!!)
[2014-02-06 19:09:35] thread 6: 21790584 hashes, 371.68 khash/s
[2014-02-06 19:09:36] thread 4: 21825509 hashes, 355.50 khash/s

But my balance is still zero?
Code:
root@mine:~# ./maxcoind getinfo
{
    "version" : 80900,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 551,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 306.88251111,
    "testnet" : false,
    "keypoololdest" : 1391724440,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

That just means it accepted the share. Sorry.
Lol ok thanks!
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 07, 2014, 12:13:47 AM
I think I might have mined a coin?
Code:
[2014-02-06 19:09:33] thread 5: 21990110 hashes, 363.09 khash/s
[2014-02-06 19:09:34] thread 1: 513733 hashes, 324.69 khash/s
[2014-02-06 19:09:34] accepted: 1/1 (100.00%), 2861 khash/s (yay!!!)
[2014-02-06 19:09:35] thread 6: 21790584 hashes, 371.68 khash/s
[2014-02-06 19:09:36] thread 4: 21825509 hashes, 355.50 khash/s

But my balance is still zero?
Code:
root@mine:~# ./maxcoind getinfo
{
    "version" : 80900,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 551,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 306.88251111,
    "testnet" : false,
    "keypoololdest" : 1391724440,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 06, 2014, 11:58:26 PM
irazil: Thanks but how do i download this? Do i need to register to this GitHub site first?

megatronman: I tried that but I only get "error couldnt connect to server"

Did you start the daemon first?
Code:
cd ~ && ./maxcoind --daemon
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 06, 2014, 11:51:46 PM
Can someone please help or explain this.

Ok after tons of trial and error finding information I finally got my miner working. yay. I mined and mined, but no coins, and I read its already(?) to late for solo mining? How come if the coin was born today?

Ok then.. apparently i need to do pool mining. More confusion (i have only been doing this for a couple of days). I read on Maxcoin twitter there is a pool here: http://max.1gh.com/

Ok.. no real instructions how to do it, but first I need to worry about finding my wallet adress.. Again on Maxcoin twitter they say you have to write "maxcoind --daemon" and then "maxcoind getnewaddress" to get your wallet adress. In another cmd window apparently (more trial and error) . I do this in the other cmd window. but i get an error involving the number "32601"

Now what?

If you try:
Code:
cd ~ && ./maxcoind getaccountaddress ""
You should get your wallet address
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT on: February 06, 2014, 10:55:41 PM
Do we need to restart the deamon if we edit .maxcoin/maxcoin.conf to add more nodes (Linux)?
Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!