Author

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

member
Activity: 112
Merit: 10
Im on linux, wallet was running fine after some starting problems, then after about 20 mins wallet shuts down and wont launch again with this error:

./maxcoin-qt: symbol lookup error: ./maxcoin-qt: undefined symbol: _ZN8CryptoPP4SHA37RestartEv

anyone else get this?
newbie
Activity: 56
Merit: 0
Anyone got Mac OS connected to network? Please help!

nope..
and if i get connections, my wallet is not syncing.. Sad
member
Activity: 78
Merit: 10
With the right team this launch could have been awesome.

ios & android apps
mining pools
multiple OS resources
mining software
wallets
etc etc etc

With the weight of the interest in this coin, it "could" have been amazing.....

As it is, I haven't turned the telly on all night, just beat the crap out of F5 for an evenings entertainment..
+1

unfortunately i have to agree

Keiser = muppet.
He knows what means 'premined" but not 'instamined" , apparently...
newbie
Activity: 2
Merit: 0
I got this on my log - does this mean a found block? (the bit at the bottom)


2014-02-06 22:21:41 CreateNewBlock(): total size 1000
2014-02-06 22:21:41 Running MaxCoinMiner with 1 transactions in block (220 bytes)
2014-02-06 22:21:41 CreateNewBlock(): total size 1000
2014-02-06 22:21:41 Running MaxCoinMiner with 1 transactions in block (220 bytes)
2014-02-06 22:21:41 CreateNewBlock(): total size 1000
2014-02-06 22:21:41 Running MaxCoinMiner with 1 transactions in block (220 bytes)
2014-02-06 22:21:41 CreateNewBlock(): total size 1000
2014-02-06 22:21:41 Running MaxCoinMiner with 1 transactions in block (220 bytes)
2014-02-06 22:21:42 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-06 22:21:42 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-06 22:21:42 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-06 22:21:43 hashmeter    176 khash/s
2014-02-06 22:21:46 Added 1 addresses from 75.171.84.103: 20 tried, 5255 new
2014-02-06 22:21:47 hashmeter    176 khash/s
2014-02-06 22:21:51 hashmeter    175 khash/s
2014-02-06 22:21:55 hashmeter    175 khash/s
2014-02-06 22:21:55 Added 1 addresses from 144.76.5.227: 20 tried, 5256 new
2014-02-06 22:21:59 hashmeter    176 khash/s
2014-02-06 22:22:03 hashmeter    176 khash/s
2014-02-06 22:22:07 hashmeter    175 khash/s
2014-02-06 22:22:08 Added 1 addresses from 144.76.5.227: 20 tried, 5257 new
2014-02-06 22:22:11 hashmeter    173 khash/s
2014-02-06 22:22:15 hashmeter    176 khash/s
2014-02-06 22:22:19 hashmeter    176 khash/s
2014-02-06 22:22:20 received block 00000000009cb22a02631963cfd7428898e1fef19174b193e73aed09b849fe07
2014-02-06 22:22:20 Committing 1 changed transactions to coin database...
2014-02-06 22:22:20 SetBestChain: new best=00000000009cb22a02631963cfd7428898e1fef19174b193e73aed09b849fe07  height=310  log2_work=47.035892  tx=323  date=2014-02-06 22:22:14 progress=0.987264
2014-02-06 22:22:20 ProcessBlock: ACCEPTED
legendary
Activity: 1876
Merit: 1475
MaxCoin will be available at mcxNOW in less than 2 hours:

https://mcxnow.com/static/img.png



https://mcxnow.com/

sr. member
Activity: 331
Merit: 250
How to check my immature balance?
./maxcoind listtransactions
full member
Activity: 224
Merit: 100
ive got the command box up. theses are the instructions.

Open the terminal (Windows key + R, type cmd) and traverse to the directory that the .exe file is stored in (type cd *directoryname*)

how do i tell dos where my max wallet is. its on the desk top. please pm me else your answer will get lost in the threads.
member
Activity: 106
Merit: 10
* DO-CloudMining *
 
Wallet is running well on DigitalOcean! Create a fresh Ubuntu 13.10-Droplet.
Get an account here: https://www.digitalocean.com/?refcode=dddca68d7f6d
Smallest Droplet ($5/month) is enough!

Login as root via SHH - the password you got from DigitalOcean via Mail.
aptitude update
aptitude install unzip


Get official wallet from https://github.com/Max-Coin/clients/blob/master/Maxcoin-linux64.zip
Unzip with password: Z3l0NEXbv12eycRtCcPY
Get official maxcoin.conf from https://github.com/Max-Coin/clients/blob/master/example-maxcoin.conf

unzip Maxcoin-linux64.zip
chmod +x maxcoind
mkdir .maxcoin
mv example-maxcoin.conf .maxcoin/maxcoin.conf
    # change password inside!!!
.maxcoind -daemon

.maxcoind getinfo             # look at "blocks"
.maxcoind getmininginfo   # look at "hashespersec" and the "networkhashps"
tail -f .maxcoin/debug.log  # see logfile in realtime

Connect all your cpuminers & profit:
./minerd -a keccak -o http://: -u maxcoinrpc -p

https://www.digitalocean.com/?refcode=dddca68d7f6d
full member
Activity: 140
Merit: 100
Make sure you are ready to buy Maxcoin when it starts to trade Tongue
It will be exclusivelly available on coins-e

I hope you rot in hell with your scam coin clutched in hand, trying to dump on unsuspecting sheep thinking keisers name makes this scam proof
newbie
Activity: 42
Merit: 0
I managed to get the Linux maxcoin-qt going, on a Puppy Linux derivative of Ubuntu Raring which includes qt-4.8.4, after I installed the appropriate Ubuntu Raring deb's of libdb_cxx-5.1.so and libcryptopp.so.  And then I had to build libboost-1.46.1.

However, in order to get the wallet up I had to first run maxcoind.

And, if I try to set the options on maxcoin-qt, it crashes with a Segmentation fault.

After solo-mining awhile at around 800 khashes/sec (Phenom II X4 965) for about an hour using maxcoin-qt, it crashed.  Attempts to restart it give the error message

./maxcoin-qt: symbol lookup error: ./maxcoin-qt: undefined symbol: _ZN8CryptoPP4SHA37RestartEv

The devs should've static-compiled Linux maxcoin-qt, and not left it to chance whether the user has the particular versions needed of libboost and libdb_cxx.  Also it could be that libcryptopp needs to be a particular version as well, but they don't tell us that.
member
Activity: 78
Merit: 10
How many coins mined now?

Someone to type "getinfo" on the console ?? ^^

thx
member
Activity: 70
Merit: 10
With the right team this launch could have been awesome.

ios & android apps
mining pools
multiple OS resources
mining software
wallets
etc etc etc

With the weight of the interest in this coin, it "could" have been amazing.....

As it is, I haven't turned the telly on all night, just beat the crap out of F5 for an evenings entertainment..
+1

unfortunately i have to agree
sr. member
Activity: 392
Merit: 250
Now talking serious, what's the most profitable CPU coin right now?
member
Activity: 98
Merit: 10
Is anyone getting blocks with the cgminer they released? I keep getting rejected blocks. Wondering if I have to force the algorithm to keccak somewhere... but can't seem to find the option.



what cgminer?
hero member
Activity: 770
Merit: 500
These are some greedy devs. Release a cpuminer to fool people that they can mine.
newbie
Activity: 28
Merit: 0
How to check my immature balance?
sr. member
Activity: 504
Merit: 251
have the miner compiled on digital ocean but have absolutely no idea where to go from there?
Any tips?

lol, good luck Cheesy
I ve ran 5 droplets there yesterday... mined for a while metis coin just to test it.. hour later.. account locked Cheesy
so good luck..
legendary
Activity: 1418
Merit: 1002
With the right team this launch could have been awesome.

ios & android apps
mining pools
multiple OS resources
mining software
wallets
etc etc etc

With the weight of the interest in this coin, it "could" have been amazing.....

As it is, I haven't turned the telly on all night, just beat the crap out of F5 for an evenings entertainment..

they are still trying to get the Pools working  Huh
newbie
Activity: 25
Merit: 0
in debug...

Quote
2014-02-06 22:11:43 trying connection 109.228.150.40:8668 lastseen=224.4hrs
2014-02-06 22:11:48 connection timeout
2014-02-06 22:11:48 trying connection 213.219.184.23:8668 lastseen=324.6hrs
2014-02-06 22:11:53 connection timeout
2014-02-06 22:11:54 trying connection 5.9.7.180:8668 lastseen=181.7hrs
2014-02-06 22:11:59 connection timeout
2014-02-06 22:11:59 trying connection 70.77.76.153:8668 lastseen=205.4hrs
2014-02-06 22:12:04 connection timeout
2014-02-06 22:12:05 trying connection 94.143.41.76:8668 lastseen=220.9hrs
2014-02-06 22:12:10 connection timeout
2014-02-06 22:12:10 trying connection 78.47.86.52:8668 lastseen=194.6hrs

what am i doing wrong Huh

wrong coin... that´s what wrong about it
Jump to: