Bitcoin Forum
June 27, 2024, 04:10: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)
korealifer
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 07, 2014, 09:34:00 AM
 #501

UPDATED, GET THE NEW 1GH.COM MINER!

Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.

delete your old cpuminer dir
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

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


Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?
aircrusan
Full Member
***
Offline Offline

Activity: 322
Merit: 100



View Profile
February 07, 2014, 09:47:19 AM
 #502

could anybody tellme wich daily ammount of coins could you do with a xenón pocessor? and with an i5?

thanks
CanaryDimeCoin
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 07, 2014, 09:51:05 AM
 #503

UPDATED, GET THE NEW 1GH.COM MINER!

Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.

delete your old cpuminer dir
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

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


Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?


Posted in the first page:

*If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen

Code:
screen
press space, launch the miner

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

to restore the session when logging back in, use

Code:
screen -r

Usually you can see if you´re mining looking at the screen, it will show you:

[2014-02-07 09:43:56] accepted: 43/43 (100.00%), 3183 khash/s (yay!!!)
[2014-02-07 09:44:33] Stratum detected new block
[2014-02-07 09:44:33] thread 7: 21655104 hashes, 394.18 khash/s
[2014-02-07 09:44:33] thread 2: 21476637 hashes, 390.25 khash/s
[2014-02-07 09:44:33] thread 3: 20155610 hashes, 391.49 khash/s
[2014-02-07 09:44:33] thread 0: 20463028 hashes, 392.32 khash/s
[2014-02-07 09:44:33] thread 6: 21363806 hashes, 393.45 khash/s
[2014-02-07 09:44:33] thread 4: 14193248 hashes, 385.75 khash/s
[2014-02-07 09:44:33] thread 1: 21217236 hashes, 387.60 khash/s
[2014-02-07 09:44:33] thread 5: 19959894 hashes, 389.17 khash/s
[2014-02-07 09:44:37] Stratum detected new block


I hope it helps you Wink
korealifer
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 07, 2014, 10:06:57 AM
 #504

UPDATED, GET THE NEW 1GH.COM MINER!

Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.

delete your old cpuminer dir
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

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


Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?


Posted in the first page:

*If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen

Code:
screen
press space, launch the miner

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

to restore the session when logging back in, use

Code:
screen -r

Usually you can see if you´re mining looking at the screen, it will show you:

[2014-02-07 09:43:56] accepted: 43/43 (100.00%), 3183 khash/s (yay!!!)
[2014-02-07 09:44:33] Stratum detected new block
[2014-02-07 09:44:33] thread 7: 21655104 hashes, 394.18 khash/s
[2014-02-07 09:44:33] thread 2: 21476637 hashes, 390.25 khash/s
[2014-02-07 09:44:33] thread 3: 20155610 hashes, 391.49 khash/s
[2014-02-07 09:44:33] thread 0: 20463028 hashes, 392.32 khash/s
[2014-02-07 09:44:33] thread 6: 21363806 hashes, 393.45 khash/s
[2014-02-07 09:44:33] thread 4: 14193248 hashes, 385.75 khash/s
[2014-02-07 09:44:33] thread 1: 21217236 hashes, 387.60 khash/s
[2014-02-07 09:44:33] thread 5: 19959894 hashes, 389.17 khash/s
[2014-02-07 09:44:37] Stratum detected new block


I hope it helps you Wink

perfect. its definitely mining now so thats what i see.
i checked on the mining site. wooo
iwhen i press screen nothing happens. do i need to press up first to do a command.
bevardisxx
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 07, 2014, 10:17:04 AM
 #505

ypool.net


best ever: https://www.digitalocean.com/?refcode=35eb2c34ba3a

follow instructions on the first page, easy mining - really, love this digitalocean cloud hostin
korealifer
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 07, 2014, 10:17:36 AM
 #506

UPDATED, GET THE NEW 1GH.COM MINER!

Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.

delete your old cpuminer dir
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

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


Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?


Posted in the first page:

*If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen

Code:
screen
press space, launch the miner

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

to restore the session when logging back in, use

Code:
screen -r

Usually you can see if you´re mining looking at the screen, it will show you:

[2014-02-07 09:43:56] accepted: 43/43 (100.00%), 3183 khash/s (yay!!!)
[2014-02-07 09:44:33] Stratum detected new block
[2014-02-07 09:44:33] thread 7: 21655104 hashes, 394.18 khash/s
[2014-02-07 09:44:33] thread 2: 21476637 hashes, 390.25 khash/s
[2014-02-07 09:44:33] thread 3: 20155610 hashes, 391.49 khash/s
[2014-02-07 09:44:33] thread 0: 20463028 hashes, 392.32 khash/s
[2014-02-07 09:44:33] thread 6: 21363806 hashes, 393.45 khash/s
[2014-02-07 09:44:33] thread 4: 14193248 hashes, 385.75 khash/s
[2014-02-07 09:44:33] thread 1: 21217236 hashes, 387.60 khash/s
[2014-02-07 09:44:33] thread 5: 19959894 hashes, 389.17 khash/s
[2014-02-07 09:44:37] Stratum detected new block


I hope it helps you Wink

Which option are you choosing in digital ocean? which is the best?
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
February 07, 2014, 10:44:14 AM
 #507

could anybody tellme wich daily ammount of coins could you do with a xenón pocessor? and with an i5?

thanks

0. It's a GPU coin.

Radix - just imagine
loul42
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
February 07, 2014, 10:46:51 AM
 #508

i only have 1 thread and 0 accepted
Sparkzor
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 07, 2014, 10:58:35 AM
 #509

could anybody tellme wich daily ammount of coins could you do with a xenón pocessor? and with an i5?

thanks

0. It's a GPU coin.

I've gotten 0.3 with my FX-6300 in 1½ hour. And I can't mine with my gpu because I only get rejects.
If you have a cgminer that doesn't give rejects, link it!
Bitcrea
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


Bitcrea.com


View Profile
February 07, 2014, 11:00:49 AM
 #510

could someone please explain me what droplet is is the most cost effective?
I credited my account $10 + 10$ from promo code, so total $20. I can't order a 8 cpu droplet, because it says i need to add more credit.
So how much I actually need to get a 8 cpu droplet?

Thanks
matthewmoore3
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 07, 2014, 11:28:13 AM
 #511

ok..

I seem to have got cloud mining up and running.. but i dont have a wallet address..  how do i get my wallet address??

I can't install the windows maxcoind.exe as it is 32bit and i'm using 64bit.. whatever i do it wont install..  and im scouring through the forum to try and find how i can get an address

How can i get a damn wallet address? help would be much appreciated

Thanks

CanaryDimeCoin
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 07, 2014, 11:34:39 AM
 #512

UPDATED, GET THE NEW 1GH.COM MINER!

Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.

delete your old cpuminer dir
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

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


Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?


Posted in the first page:

*If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen

Code:
screen
press space, launch the miner

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

to restore the session when logging back in, use

Code:
screen -r

Usually you can see if you´re mining looking at the screen, it will show you:

[2014-02-07 09:43:56] accepted: 43/43 (100.00%), 3183 khash/s (yay!!!)
[2014-02-07 09:44:33] Stratum detected new block
[2014-02-07 09:44:33] thread 7: 21655104 hashes, 394.18 khash/s
[2014-02-07 09:44:33] thread 2: 21476637 hashes, 390.25 khash/s
[2014-02-07 09:44:33] thread 3: 20155610 hashes, 391.49 khash/s
[2014-02-07 09:44:33] thread 0: 20463028 hashes, 392.32 khash/s
[2014-02-07 09:44:33] thread 6: 21363806 hashes, 393.45 khash/s
[2014-02-07 09:44:33] thread 4: 14193248 hashes, 385.75 khash/s
[2014-02-07 09:44:33] thread 1: 21217236 hashes, 387.60 khash/s
[2014-02-07 09:44:33] thread 5: 19959894 hashes, 389.17 khash/s
[2014-02-07 09:44:37] Stratum detected new block


I hope it helps you Wink

Which option are you choosing in digital ocean? which is the best?

Im not using digital ocean but there are a few tutorial that tell you wich option is the best Wink
dbbit
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 07, 2014, 11:37:24 AM
 #513

How can i get a damn wallet address? help would be much appreciated

Thanks



Go to coins-e and click 'Deposit Maxcoin'. It will give you a wallet address without you needing a wallet.
CanaryDimeCoin
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 07, 2014, 11:42:05 AM
 #514

ok..

I seem to have got cloud mining up and running.. but i dont have a wallet address..  how do i get my wallet address??

I can't install the windows maxcoind.exe as it is 32bit and i'm using 64bit.. whatever i do it wont install..  and im scouring through the forum to try and find how i can get an address

How can i get a damn wallet address? help would be much appreciated

Thanks



I dont know is its working on 64bit but i think so.

To get a new adress:

Your Maxcoin wallet can have multiple addresses for receiving the coins. You can generate an address as follows:
Launch the Dos prompt
Change Directory to the folder where you have your maxcoind.exe file. Use the 'cd' command for that.
Run this command: maxcoind getnewaddress
It will generate a new address in your wallet
You can use it for receiving maxcoins in your wallet

Tips are welcome Wink
mNoAQzDgYJ4hwfscMKQaBj4khpws9qzMAH
aircrusan
Full Member
***
Offline Offline

Activity: 322
Merit: 100



View Profile
February 07, 2014, 11:52:00 AM
 #515

could anybody tellme wich daily ammount of coins could you do with a xenón pocessor? and with an i5?

thanks

0. It's a GPU coin.

I've gotten 0.3 with my FX-6300 in 1½ hour. And I can't mine with my gpu because I only get rejects.
If you have a cgminer that doesn't give rejects, link it!

I wasn't able to use it at my rig with 3x R9 290.... So I though it was a cpu mining only  Shocked
K.A.T
Member
**
Offline Offline

Activity: 78
Merit: 10



View Profile
February 07, 2014, 12:06:36 PM
 #516



Is there another link to get a wallet client for Windows ?
matthewmoore3
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 07, 2014, 12:07:26 PM
 #517

How can i get a damn wallet address? help would be much appreciated

Thanks



Go to coins-e and click 'Deposit Maxcoin'. It will give you a wallet address without you needing a wallet.


thanks.. so right now im mining to my maxcoin address at coin-e from digital ocean. atleast i hope i am. a bit of a wild goose chase. so in theory this should be fine?

32bit maxcoind.exe isnt working for me.. is it worth for now running it on ubuntu to get an another address that way, or should be fine for now on coin-e. just making sure its as solid as possible... I dont particularly know what im doing, as you may be able to tell..
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 07, 2014, 12:09:09 PM
 #518

thanks.. so right now im mining to my maxcoin address at coin-e from digital ocean. atleast i hope i am. a bit of a wild goose chase. so in theory this should be fine?

Don't do this. Mine to your own wallet.
bitkey
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 07, 2014, 12:18:04 PM
 #519

solution to pool mining https://bitcointalk.org/index.php?topic=453312.0
wallpaper_01
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 07, 2014, 12:24:17 PM
 #520

error: {"code":-1. "message":"getaccountaddress <account>\nReturns the current MaxCoin address for receiving payments to this account."}

getaccountaddress gives me this? why?
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!