Pages:
Author

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

member
Activity: 62
Merit: 10
instacash you're the man! You can have my first coin if I get one because I will need you to show me how to get the coins out of this cloud thing and into my wallet thing Wink

Do I need to have this terminal always open? and will a bell ring when I get a coin? seriously I want a bell!



newbie
Activity: 23
Merit: 0
Still getting this instacash.

Every 2.0s: ./maxcoind getinfo && ./maxcoind getmin...  Thu Feb  6 17:13:04 2014

{
    "version" : 80900,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00390625,
    "testnet" : false,
    "keypoololdest" : 1391719015,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 0,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00390625,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 0,
    "pooledtx" : 0,
    "testnet" : false
}
{
    "" : 0.00000000
}

newbie
Activity: 19
Merit: 0
Working now on Azure, 5 connections so far.  The endpoints query was a red herring - sorry !

Like instacash says, just leave it running with the config with the extra addnodes, and be patient.
hero member
Activity: 798
Merit: 500
Does this mean it working? I'm being totally serious - I have no idea!

Every 2.0s: ./maxcoind getinfo && ./maxcoind getmin...  Thu Feb  6 17:07:23 2014
                                                                                
{                                                                              
    "version" : 80900,                                                          
    "protocolversion" : 70001,                                                  
    "walletversion" : 60000,                                                    
    "balance" : 0.00000000,                                                    
    "blocks" : 279,                                                            
    "timeoffset" : 1,                                                          
    "connections" : 4,                                                          
    "proxy" : "",                                                              
    "difficulty" : 195.99252336,                                                
    "testnet" : false,                                                          
    "keypoololdest" : 1391719269,                                              
    "keypoolsize" : 101,                                                        
    "paytxfee" : 0.00000000,                                                    
    "errors" : ""                                                              
}                                                                              
{                                                                              
    "blocks" : 279,                                                            
    "currentblocksize" : 1000,                                                  
    "currentblocktx" : 0,                                                      
    "difficulty" : 195.99252336,                                                
    "errors" : "",                                                              


Yeah, you are good to go!

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 maxcoind
Code:
cd ~ && ./maxcoind --daemon && watch './maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts'
to restore the session when logging back in, use
Code:
screen -r

Instacash dude, with your solo mining instructions, how do I close my computer (mac terminal) while keeping it mining on Azure?

I appreciate all your hard work so far mate



Code:
sudo apt-get install screen
Launch screen
Code:
screen
press space, launch maxcoind
Code:
cd ~ && ./maxcoind --daemon && watch './maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts'
to restore the session when logging back in, use
Code:
screen -r

Difficulty is high, we have to look out for pools now! Saddening to see that they didn't set working pools up at launch. It would make things more fun!

member
Activity: 62
Merit: 10
Does this mean it working? I'm being totally serious - I have no idea!

Every 2.0s: ./maxcoind getinfo && ./maxcoind getmin...  Thu Feb  6 17:07:23 2014
                                                                               
{                                                                               
    "version" : 80900,                                                         
    "protocolversion" : 70001,                                                 
    "walletversion" : 60000,                                                   
    "balance" : 0.00000000,                                                     
    "blocks" : 279,                                                             
    "timeoffset" : 1,                                                           
    "connections" : 4,                                                         
    "proxy" : "",                                                               
    "difficulty" : 195.99252336,                                               
    "testnet" : false,                                                         
    "keypoololdest" : 1391719269,                                               
    "keypoolsize" : 101,                                                       
    "paytxfee" : 0.00000000,                                                   
    "errors" : ""                                                               
}                                                                               
{                                                                               
    "blocks" : 279,                                                             
    "currentblocksize" : 1000,                                                 
    "currentblocktx" : 0,                                                       
    "difficulty" : 195.99252336,                                               
    "errors" : "",                                                             
newbie
Activity: 9
Merit: 0
Instacash dude, with your solo mining instructions, how do I close my computer (mac terminal) while keeping it mining on Azure?

I appreciate all your hard work so far mate

sr. member
Activity: 406
Merit: 250
I killed maxcoind, I changed .conf.
I launch again, and I can't connect...
hero member
Activity: 798
Merit: 500
getting error: couldn't connect to server

with your new instructions...

You have to kill your current maxcoind first!

Code:
ps x

search for the maxcoind ID, then

Code:
kill -9 POSTIDHERE

Update config. Launch again.

Code:
cd ~ && ./maxcoind --daemon && watch './maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts'


Addendum: Difficulty is pretty high, LOOK OUT FOR POOLS!
newbie
Activity: 26
Merit: 0
getting error: couldn't connect to server

with your new instructions...
member
Activity: 62
Merit: 10
lol - I still have no idea what to put here:

rpcuser=maxcoinrpc
rpcpassword=supersecurepassword



just leave it as is

Don't leave it as is....someone will steal your Maxcoin should you ever get any. You can literally put anything you want for both values.

Good luck.

Someone wants to steal my precious. I don't have any preciouses for you to steal!

I still get this crap when i use my rpcuser name and password:

Every 2.0s: ./maxcoind getinfo && ./maxcoind getmin...  Thu Feb  6 17:03:00 2014
                                                                                
error: incorrect rpcuser or rpcpassword (authorization failed)                  
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
newbie
Activity: 12
Merit: 0
Has anyone found so much as 1 coin via this method?
hero member
Activity: 798
Merit: 500
Quote
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=213.192.56.163:8334
addnode=wombat.dar.sh
addnode=95.85.14.92
addnode=95.85.38.7
addnode=95.85.41.61
addnode=95.85.40.179
addnode=95.85.42.240
addnode=95.85.43.202
addnode=95.85.43.189
addnode=95.85.25.162
addnode=107.170.246.18
addnode=107.170.245.188
addnode=107.170.245.192
addnode=107.170.10.242
addnode=192.241.174.133
addnode=95.85.45.177
server=1
daemon=1
gen=1
rpcuser=yourmaxcoinrpc
rpcpassword=yoursupersecurepassword
newbie
Activity: 1
Merit: 0
such a waste of time

MaxCoin version v0.8.9.0-g8c5e74e-beta ($Format:%cD)
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Default data directory C:\Users\NAD\AppData\Roaming\MaxCoin
Using data directory C:\Users\NAD\AppData\Roaming\MaxCoin
Using at most 125 connections (2048 file descriptors available)
Using 8 threads for script verification
init message: Verifying wallet...
dbenv.open LogDir=C:\Users\NAD\AppData\Roaming\MaxCoin\database ErrorFile=C:\Use
rs\NAD\AppData\Roaming\MaxCoin\db.log
Bound to [::]:8668
Bound to 0.0.0.0:8668
init message: Loading block index...
Opening LevelDB in C:\Users\NAD\AppData\Roaming\MaxCoin\blocks\index
Opened LevelDB successfully
Opening LevelDB in C:\Users\NAD\AppData\Roaming\MaxCoin\chainstate
Opened LevelDB successfully
LoadBlockIndexDB(): last block file = 0
LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=2, size=502, hei
ghts=0...1, time=2014-01-27...2014-02-06)
LoadBlockIndexDB(): transaction index disabled
LoadBlockIndexDB(): hashBestChain=0000002d0f86558a6e737a3a351043ee73906fe077692d
faa3c9328aaca21964  height=0 date=2014-01-27 11:31:04
init message: Verifying blocks...
 block index              97ms
init message: Loading wallet...
nFileVersion = 80900
 wallet                  648ms
SetBestChain: new best=000000bed6f953b6cf20afd8dc1d965dbf007587b119ff794f4b26755
ebacc6b  height=1  log2_work=25.000022  tx=2  date=2014-02-06 20:19:59 progress=
0.000493
init message: Loading addresses...
Loaded 0 addresses from peers.dat  0ms
mapBlockIndex.size() = 2
nBestHeight = 1
setKeyPool.size() = 100
mapWallet.size() = 0
mapAddressBook.size() = 1
AddLocal([2001:0:9d38:90d7:2c33:3722:b04f:cff5]:8668,1)
dnsseed thread start
Loading addresses from DNS seeds (could take a while)
0 addresses found from DNS seeds
dnsseed thread exit
addcon thread start
dumpaddr thread start
opencon thread start
net thread start
msghand thread start
MaxCoinMiner started
MaxCoinMiner started
MaxCoinMiner started
init message: Done loading
MaxCoinMiner started
MaxCoinMiner started
MaxCoinMiner started
MaxCoinMiner started
MaxCoinMiner started
GetMyExternalIP() received [******
GetMyExternalIP() returned *****
AddLocal(*****:8668,4)
trying connection 213.192.56.163:8334 lastseen=358812.2hrs
connected 213.192.56.163:8334
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=213.19
2.56.163:8334, peer=213.192.56.163:8334
socket recv error 10054
disconnecting node 213.192.56.163:8334
trying connection 91.121.8.25:8668 lastseen=358812.2hrs
connected 91.121.8.25:8668
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=91.121
.8.25:8668, peer=91.121.8.25:8668
socket closed
disconnecting node 91.121.8.25:8668
trying connection 137.116.204.146:8668 lastseen=358812.2hrs
connected 137.116.204.146:8668
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=137.11
6.204.146:8668, peer=137.116.204.146:8668
socket closed
disconnecting node 137.116.204.146:8668
trying connection 138.91.116.247:8668 lastseen=358812.2hrs
connected 138.91.116.247:8668
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=138.91
.116.247:8668, peer=138.91.116.247:8668
socket closed
disconnecting node 138.91.116.247:8668
trying connection 137.116.144.74:8668 lastseen=358812.2hrs
connected 137.116.144.74:8668
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=137.11
6.144.74:8668, peer=137.116.144.74:8668
socket closed
disconnecting node 137.116.144.74:8668
trying connection 23.97.137.198:8668 lastseen=358812.2hrs
connected 23.97.137.198:8668
send version message: version 70001, blocks=1, us=79.176.48.10:8668, them=23.97.
137.198:8668, peer=23.97.137.198:8668
socket closed
disconnecting node 23.97.137.198:8668
trying connection 213.179.202.19:8668 lastseen=358812.2hrs
connection timeout
trying connection 74.118.157.93:8668 lastseen=358812.2hrs
connection timeout
hero member
Activity: 798
Merit: 500
CONFIG ISSUES RESOLVED, MORE NODES ADDED!

If you have already launched maxcoind and it isn't working, do the following:

Code:
ps x

search for the process that's called maxcoind and check its ID on the left, then kill that process:

Code:
kill -9 IDHERE

Change IDHERE with the actual ID. For example kill -9 13172


1. Change your config to the one posted in the thread (ctrl+k to delete lines).

2. RELAUNCH MAXCOIND. It will definitely connect now as more nodes are available.




Every 2.0s: ./maxcoind getinfo && ./maxcoind getmininginfo && ....  Thu Feb  6 17:03:21 2014

{
    "version" : 80900,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 273,
    "timeoffset" : 0,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 207.58939840,
    "testnet" : false,
    "keypoololdest" : 1391718750,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
{
    "blocks" : 273,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 207.58939840,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 1240039,
    "networkhashps" : 24488135409,
    "pooledtx" : 1,
    "testnet" : false
}
full member
Activity: 238
Merit: 100
getting this error

Code:
./maxcoind: line 6: syntax error near unexpected token `newline'
./maxcoind: line 6: `'

Got the same error.

same here


so at least its not just me  Roll Eyes

Are you sure you've downloaded maxcoind and not some html file..?
full member
Activity: 195
Merit: 100
lol - I still have no idea what to put here:

rpcuser=maxcoinrpc
rpcpassword=supersecurepassword



just leave it as is

Don't leave it as is....someone will steal your Maxcoin should you ever get any. You can literally put anything you want for both values.

Good luck.
hero member
Activity: 798
Merit: 500
getting this error

Code:
./maxcoind: line 6: syntax error near unexpected token `newline'
./maxcoind: line 6: `'

Got the same error.

same here


so at least its not just me  Roll Eyes

Fixed, download the file posted now plz!
ImI
legendary
Activity: 1946
Merit: 1019
getting this error

Code:
./maxcoind: line 6: syntax error near unexpected token `newline'
./maxcoind: line 6: `'

Got the same error.

same here


so at least its not just me  Roll Eyes
newbie
Activity: 23
Merit: 0
getting this error

Code:
./maxcoind: line 6: syntax error near unexpected token `newline'
./maxcoind: line 6: `'

Got the same error.

same here


Used the updated solo guide and still getting this error
hero member
Activity: 770
Merit: 504
(っ◔◡◔)っ🍪
lol - I still have no idea what to put here:

rpcuser=maxcoinrpc
rpcpassword=supersecurepassword



just leave it as is
Pages:
Jump to: