Author

Topic: [ANN][MAX] MAXcoin - PoW, ASIC Resistance, Keccak GPU Mining - page 385. (Read 914218 times)

full member
Activity: 189
Merit: 100
Here are the common mistakes everyone makes with this shit...

1. What is the rpc port??
- You don't need it... just run the daemon once... put the config file given to you where it created wallet and blockchain... Then run it once more now it won't complain about rpc user and rpc pass...

2. All is black screen... how can I mine this..
- When you start daemon it already starts mining... look at the config file... you'll see something like below in it. This tells the daemon to do the mining...

Code:
# Mining
gen=1

3. I can't trace what's going on..
- Launch task manager, if you see maxcoind at high cpu rates then you are mining... then go to your wallet/blockchain directory and open debug.log... you'll see the progress there...


ps: Here is a simple rpc client to query daemon after it started... Change the rpc info to reflect your config... I've used port number 9111 for example...

http://www.tepetaklak.com/data/CoinRPCClient.rar



what is the rpcport?Huh you do need it if you are trying to run multiple machines localy
member
Activity: 66
Merit: 10
I think part of the problem with windows miners is that they are posting duplicate and conflicting information. In the example conf it gies instructions as to how to set it up so the windows wallet starts mining on its own. Yet they post info on how to run another instance with the daemon flag to do it also. Makes me think that a number of people are going to try and run both at the same time and end up looking at crappy hash rates or crashes.

Why do so many newly released coins act like they have a deadline and must release everything now regardless of how prepared they are. Why not prepare in the background, get all the files ready then release at that point? No windows wallet.. no gui, no cgminer (perhaps on purpose) allowing for an nvidia miner, not posting clear directions. This is all stuff that really is understandable, but only if you've never even watched a software release before.

So while an earlier poster was aghast that we 'don't know who' the devs are. It really isn't necessary. You can get a pretty clear idea from the quality of their work. Regardless of who they are, they are either a little clueless, a little high, or both.
sr. member
Activity: 370
Merit: 250
WTF ARE THE POOLS

You mean these pools?   Better late than never...

full member
Activity: 140
Merit: 100
security,like correctness,is not an add-on feature
Here are the common mistakes everyone makes with this shit...

1. What is the rpc port??
- You don't need it... just run the daemon once... put the config file given to you where it created wallet and blockchain... Then run it once more now it won't complain about rpc user and rpc pass...

2. All is black screen... how can I mine this..
- When you start daemon it already starts mining... look at the config file... you'll see something like below in it. This tells the daemon to do the mining...

Code:
# Mining
gen=1

3. I can't trace what's going on..
- Launch task manager, if you see maxcoind at high cpu rates then you are mining... then go to your wallet/blockchain directory and open debug.log... you'll see the progress there...


ps: Here is a simple rpc client to query daemon after it started... Change the rpc info in the config file to reflect your config... I've used port number 9111 for example...

http://www.tepetaklak.com/data/CoinRPCClient.rar




sr. member
Activity: 252
Merit: 250
Considering there seems to be quite a few people solo mining already, I am surprised the pools are not up yet!
hero member
Activity: 718
Merit: 500
Go to %APPDATA%\MaxCoin\maxcoin.conf
Update this file so that it matches this https://github.com/Max-Coin/clients/blob/master/example-maxcoin.conf file, with the username and password set to whatever you want.
 
Open the terminal (Windows key + R, type cmd) and traverse to the directory that the .exe file is stored in (type cd *directoryname*)
 
Type maxcoind.exe --daemon
 
And the miner will begin mining, keep an eye on the %APPDATA%\MaxCoin\debug.log. This will let you know the status of miner.
member
Activity: 89
Merit: 10
Hey guys, I got some coins IMMATURE. What does that mean? But my qt is sitll not connected to the blockchain yet.

they will mature when enough blocks have been found after yours...
member
Activity: 95
Merit: 10
Hey guys, I got some coins IMMATURE. What does that mean? But my qt is sitll not connected to the blockchain yet.
How do you get info about immature coins?
newbie
Activity: 12
Merit: 0
Code:
2014-02-06 21:14:10 MaxCoin version v0.8.9.0-g8c5e74e-beta ($Format:%cD)
2014-02-06 21:14:10 Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
2014-02-06 21:14:10 Default data directory C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin
2014-02-06 21:14:10 Using data directory C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin
2014-02-06 21:14:10 Using at most 125 connections (2048 file descriptors available)
2014-02-06 21:14:10 Using 8 threads for script verification
2014-02-06 21:14:10 init message: Verifying wallet...
2014-02-06 21:14:10 dbenv.open LogDir=C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin\database ErrorFile=C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin\db.log
2014-02-06 21:14:10 Bound to [::]:8668
2014-02-06 21:14:10 Bound to 0.0.0.0:8668
2014-02-06 21:14:10 init message: Loading block index...
2014-02-06 21:14:10 Opening LevelDB in C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin\blocks\index
2014-02-06 21:14:10 Opened LevelDB successfully
2014-02-06 21:14:10 Opening LevelDB in C:\Users\Rid_Streenger\AppData\Roaming\MaxCoin\chainstate
2014-02-06 21:14:10 Opened LevelDB successfully
2014-02-06 21:14:10 LoadBlockIndexDB(): last block file = 0
2014-02-06 21:14:10 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=1, size=276, heights=0...0, time=2014-01-27...2014-01-27)
2014-02-06 21:14:10 LoadBlockIndexDB(): transaction index disabled
2014-02-06 21:14:10 LoadBlockIndexDB(): hashBestChain=0000002d0f86558a6e737a3a351043ee73906fe077692dfaa3c9328aaca21964  height=0 date=2014-01-27 11:31:04
2014-02-06 21:14:10 init message: Verifying blocks...
2014-02-06 21:14:10  block index             115ms
2014-02-06 21:14:10 init message: Loading wallet...
2014-02-06 21:14:11 nFileVersion = 80900
2014-02-06 21:14:11  wallet                  822ms
2014-02-06 21:14:11 init message: Loading addresses...
2014-02-06 21:14:11 Loaded 0 addresses from peers.dat  0ms
2014-02-06 21:14:12 mapBlockIndex.size() = 1
2014-02-06 21:14:12 nBestHeight = 0
2014-02-06 21:14:12 setKeyPool.size() = 108
2014-02-06 21:14:12 mapWallet.size() = 0
2014-02-06 21:14:12 mapAddressBook.size() = 1
2014-02-06 21:14:12 AddLocal([2001:0:9d38:90d7:420:1282:4d03:94ee]:8668,1)
2014-02-06 21:14:12 net thread start
2014-02-06 21:14:12 opencon thread start
2014-02-06 21:14:12 dnsseed thread start
2014-02-06 21:14:12 Loading addresses from DNS seeds (could take a while)
2014-02-06 21:14:12 0 addresses found from DNS seeds
2014-02-06 21:14:12 dnsseed thread exit
2014-02-06 21:14:12 init message: Done loading
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 addcon thread start
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 MaxCoinMiner started
2014-02-06 21:14:12 msghand thread start
2014-02-06 21:14:12 dumpaddr thread start
2014-02-06 21:14:12 GetMyExternalIP() received [178.252.107.17] 178.252.107.17:0
2014-02-06 21:14:12 GetMyExternalIP() returned 178.252.107.17
2014-02-06 21:14:12 AddLocal(178.252.107.17:8668,4)
2014-02-06 21:14:12 trying connection 137.116.204.146:8668 lastseen=358811.5hrs
2014-02-06 21:14:12 connected 137.116.204.146:8668
2014-02-06 21:14:12 send version message: version 70001, blocks=0, us=178.252.107.17:8668, them=137.116.204.146:8668, peer=137.116.204.146:8668
2014-02-06 21:14:12 socket recv error 10054
2014-02-06 21:14:12 disconnecting node 137.116.204.146:8668
2014-02-06 21:14:13 trying connection 138.91.116.247:8668 lastseen=358811.5hrs
2014-02-06 21:14:13 connected 138.91.116.247:8668
2014-02-06 21:14:13 send version message: version 70001, blocks=0, us=178.252.107.17:8668, them=138.91.116.247:8668, peer=138.91.116.247:8668
2014-02-06 21:14:13 keypool reserve 2
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 keypool reserve 3
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 keypool reserve 4
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 keypool reserve 5
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 keypool reserve 6
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 keypool reserve 7
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 keypool reserve 8
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 keypool reserve 9
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 CreateNewBlock(): total size 1000
2014-02-06 21:14:13 Running MaxCoinMiner with 1 transactions in block (218 bytes)
2014-02-06 21:14:13 socket closed
2014-02-06 21:14:13 disconnecting node 138.91.116.247:8668
2014-02-06 21:14:13 trying connection 137.116.144.74:8668 lastseen=358811.5hrs
2014-02-06 21:14:14 connected 137.116.144.74:8668
2014-02-06 21:14:14 send version message: version 70001, blocks=0, us=178.252.107.17:8668, them=137.116.144.74:8668, peer=137.116.144.74:8668
2014-02-06 21:14:14 socket recv error 10054
2014-02-06 21:14:14 disconnecting node 137.116.144.74:8668
2014-02-06 21:14:14 trying connection 23.97.137.198:8668 lastseen=358811.5hrs
2014-02-06 21:14:14 connected 23.97.137.198:8668
2014-02-06 21:14:14 send version message: version 70001, blocks=0, us=178.252.107.17:8668, them=23.97.137.198:8668, peer=23.97.137.198:8668
2014-02-06 21:14:14 socket recv error 10054
2014-02-06 21:14:14 disconnecting node 23.97.137.198:8668
2014-02-06 21:14:15 trying connection 213.179.202.19:8668 lastseen=358811.5hrs
2014-02-06 21:14:20 connection timeout
2014-02-06 21:15:13 Added 600 addresses from 127.0.0.1: 0 tried, 600 new
2014-02-06 21:15:13 trying connection 79.168.185.80:8668 lastseen=216.2hrs
2014-02-06 21:15:18 connection timeout
2014-02-06 21:15:18 trying connection 79.120.39.174:8668 lastseen=264.0hrs
2014-02-06 21:15:23 connection timeout
2014-02-06 21:15:24 trying connection 77.232.139.69:8668 lastseen=210.1hrs
2014-02-06 21:15:29 connection timeout
2014-02-06 21:15:29 trying connection 207.164.207.54:8668 lastseen=279.8hrs
2014-02-06 21:15:34 connection timeout
2014-02-06 21:15:35 trying connection 195.60.77.193:8668 lastseen=211.7hrs
2014-02-06 21:15:40 connection timeout
2014-02-06 21:15:40 trying connection 72.1.48.1:8668 lastseen=230.7hrs
2014-02-06 21:15:43 EnvShutdown exception: Invalid argument (22)
newbie
Activity: 1
Merit: 0
1. What server and port do I use for Solo Mining? (Mac)

2. On Pool Mining I get this error 'Miner failed to start. Make sure you have minerd executable and libraries in the same folder as MacCoin-Qt.' I didnt get any other files on the Mac download. just the App.

Any clues are most welcome!

Thank You
sr. member
Activity: 406
Merit: 250
WTF ARE THE POOLS
newbie
Activity: 27
Merit: 0
Hey guys, I got some coins IMMATURE. What does that mean? But my qt is sitll not connected to the blockchain yet.
full member
Activity: 189
Merit: 100
can we get some fucking pools up WTF
member
Activity: 78
Merit: 10
Don't worry guys,

Some insiders geeks know how to instamine maxcoin.

sr. member
Activity: 350
Merit: 250
Bitcoin Evengelist
This wasn't supposed to be this hard. All Max & Co had to do was download the source code for Dogecoin and do a search replace all for Doge with Max and compile/publish.
member
Activity: 109
Merit: 10
Bitcoin Foundation Member
Got the windows miner working on two machines (not sure how efficient they are)

How can I find out my MAXCoin Address and if / when I generate blocks ?

Thanks
full member
Activity: 189
Merit: 100
member
Activity: 70
Merit: 10
oбъяcнитe кaк yзнaть cлoвил ли блoк
У мeня тaкoe жe нa экpaнe. xз. я cижy тыкaю
maxcoind getinfo
или
maxcoind getbalance
sr. member
Activity: 392
Merit: 251
Is there anyone out there mining this coin???
Jump to: