Author

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

full member
Activity: 210
Merit: 100
sr. member
Activity: 262
Merit: 250
net hashrate 137 gh/s  wow. this really is cpu mining  Cheesy

haha, i bet Keiser invested 50 or 100 btcs into buy powerfull GPU rigs, at a share of the proft they make.
hired a couple of people to give hype in his shitcoin, and under the "zero premine" premise and all that shit,
this would be way better than any pump/dump manipulation of coins no one care and no one looks at in the graph.

so here it is, 500 people on IRC waiting for a password to make it work the shitty CPU miner, as no GPU one was release,
95% was not able to make it run, errors overwall.
and from 5% that sucess, 4,9% are devs mining, and 0.1% lucky guys

how can such useless shitcoin no one cares started at a price of 0.1 BTC ?

all was staged. all the work under this shitcoin was not at a zero cost, lot of  time invested,
you really think they were not going to take some profit there?
full member
Activity: 210
Merit: 100
Hmm...

After compiling libcryptopp.so.6 per the instructions, maxcoin-qt now runs, does not crash, and tells me I have ...a MaxCoin balance of zero.

This, after several hours of

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

...during which I saw 17 accepted shares, yay!!!

Is anyone else doing mining for 1gh.com and not getting paid anything???



Your page is http://max.1gh.com/user?wallet=mSYhHxmENq65PTAZcVc3HhFsMNbmDopoHi
You have 0.1498 MAX!
Read http://max.1gh.com/
"Payouts are made automatically when reaching 0.2 MAX!!!"
0.1498 < 0.2 !!!!!!!!

You need more power ))
hero member
Activity: 1036
Merit: 606
where is windows wallet?
where is windows wallet?
where is windows wallet?
It command line only ATM. You can download it from the project git repository and start it with

Code:
maxcoind.exe --daemon -printtoconsole

After adding the rpc info to the maxcoin.conf file. Here's mine:

Code:
listen=1
daemon=1
server=1
rpcuser=maxcoinforbc
rpcpassword=(any passwd)
rpcallowip=10.1.1.*
rpcconnect=127.0.0.1
rpcport=8669
gen=0
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=91.121.8.25
addnode=213.192.56.163:8334
addnode=107.170.15.110:8668
addnode=131.111.33.245:8668
addnode=137.116.204.146:8668
addnode=138.91.116.247:8668
addnode=144.76.107.81:8668
addnode=144.76.113.132:8668
addnode=144.76.238.140:8668
addnode=148.251.11.196:8668
addnode=162.251.118.42:8668
addnode=187.104.154.105:8668
addnode=162.243.98.115:8668
addnode=94.226.111.26:8668
addnode=108.166.119.210:8668
addnode=54.242.57.209:8668
addnode=109.204.130.61:8668
addnode=62.24.83.120:8668
addnode=107.170.0.102:8668
addnode=37.139.10.249:8668
addnode=62.210.162.235:8668
addnode=54.80.38.63:8668
addnode=54.196.40.143:8668
addnode=23.97.130.72:8668

hero member
Activity: 882
Merit: 500
someone paid 10 btc for 400 MAX .

What a waste of btc.
full member
Activity: 140
Merit: 100
sr. member
Activity: 308
Merit: 251
Giga
WTS 1 maxcoin for 1 BTC



full member
Activity: 140
Merit: 100
Wow.I think i understand what is happening.This is the reversed pump and dump scheme.Normally when a new stock/product/crypto currency shows up people pump it fast and then dump it 3 days later.In this case,the price is kept high by the low offer,but the more coins come to the market place the lower the price will drop.There are 250 million of them so it's pretty obvious.The sooner you buy the more money you lose.Unless people with really big pockets mentain and grow the price for the next 3 days and then dump it,but i kinda doubt people will pay 0,01btc for 1 Max.

I'll stay away this time,cuz you can't scam the king scammer and expect to get away with it. Grin

The pump is the hype or the pumping of the speculation on price then when you can actually trade it is dumped and all the speculation turns out to be lies and rhetoric.  This was not fair or even close to rocky let alone smooth and the fact that max and stacey put their names behind it added to the pump and they could also be blamed but in the end it's the idiots faults who fall for this shit.
hero member
Activity: 826
Merit: 1000
see my profile
I hate to spam the thread... But how do I get a wallet adress? Huh Windows 7 x64

It's a VERY common question during this drama

Probably THE learning effect of tonight is to learn to live without a GUI, but do everything on the commandline.

The bitcoind.exe can do almost everything on the commandline that the bitcoin-qt.exe can do with mouseclicks.
And it's really easy to automate!!!!  So, take this chance and learn it.  


I made a bunch of BATCH files, to help you get into it.

Adapt them to your needs:

WINDOWS maxcoind.exe for newbies
- survive without the qt-wallet, no need for GUI !

These simple batch files call each one of those API commands and show the results
(IF your maxcoind.exe is running in the background), until you press any key.

Code:
maxcoind backupwallet.bat
maxcoind dumpprivkey mYd9xFTAcT5N7MRxCexL3onUZsKUfchXuX.bat
maxcoind getaddressesbyaccount account01.bat
maxcoind getbalance.bat
maxcoind getinfo.bat
maxcoind getmininginfo.bat
maxcoind getnewaddress account01.bat
maxcoind help.bat
maxcoind listaccounts.bat
maxcoind listreceivedbyaccount.bat
maxcoind listtransactions account01.bat
maxcoind sendtoaddress mYd9xFTAcT5N7MRxCexL3onUZsKUfchXuX 1 ThankYouForYourBatchfiles.bat
maxcoind setgenerate false.bat
maxcoind setgenerate true.bat
maxcoind stop.bat
maxcoind _____ START-SERVER-maxcoind.exe_________.bat
maxcoind _______ support me by sending 1 MAX ___ thanks.bat

just unzip,
copy your maxcoind.exe into the same folder,
doubleclick "START SERVER" (and leave open!),
then doubleclick one of those .bat files.

Try them, then make your own with
Copy Paste Rename ... then right click ... edit ... save ... doubleclick.

download here:
https://mega.co.nz/#!U8AwAagC!TTnaxt7wVRqtrGFVUlWUvzAI2HO-9vHIMed3reRC7BY  
(EDIT: Updated to v03)

If you like it, then pay me (MAX) at mYd9xFTAcT5N7MRxCexL3onUZsKUfchXuX  or in these currencies:
(DGB DOGE EAC LTC NOBL PRT QRK SOC VTC 42 BTC) or let your rig run a bit for me. Thanks!



WINDOWS maxcoind.exe for newbies
- survive without the qt-wallet, no need for GUI !

quickstart for newbies on windows.


The windows wallet is called maxcoind.exe tonight.

 Cheesy  Wink    Smiley


P.S.:
Oh, and the cpuminer and the server-stratum is working well now,
but not the Max-Keiser-I-haven't-got-a-clue versions,
but the ones that the brilliant guys at #1ghcom repaired and compiled, their pool is working well now: http://max.1gh.com/
newbie
Activity: 52
Merit: 0
Hmm...

After compiling libcryptopp.so.6 per the instructions, maxcoin-qt now runs, does not crash, and tells me I have ...a MaxCoin balance of zero.

This, after several hours of

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

...during which I saw 17 accepted shares, yay!!!

Is anyone else doing mining for 1gh.com and not getting paid anything???



same , woke up this morning , checked my balance , 0.00000 MAX

looking for another pool atm.

hero member
Activity: 882
Merit: 500
WTS 10 MAX COIN for  1 BTC !!!  Grin

Sounds like a great deal! Shocked
full member
Activity: 140
Merit: 100
WTS 10 MAX COIN for  1 BTC !!!  Grin
In the spirit of this coin I'll give you 2! No escrow you first! Grin
newbie
Activity: 5
Merit: 0
Wow.I think i understand what is happening.This is the reversed pump and dump scheme.Normally when a new stock/product/crypto currency shows up people pump it fast and then dump it 3 days later.In this case,the price is kept high by the low offer,but the more coins come to the market place the lower the price will drop.There are 250 million of them so it's pretty obvious.The sooner you buy the more money you lose.Unless people with really big pockets mentain and grow the price for the next 3 days and then dump it,but i kinda doubt people will pay 0,01btc for 1 Max.

I'll stay away this time,cuz you can't scam the king scammer and expect to get away with it. Grin
full member
Activity: 140
Merit: 100
where is windows wallet?
where is windows wallet?
where is windows wallet?
Check the site in the op oh wait check twitter oh wait check github... there! wait  a minute compile? configure?  oh thats right trash! back to KDC
full member
Activity: 140
Merit: 100
WTS 10 MAX COIN for  1 BTC !!!  Grin
newbie
Activity: 42
Merit: 0
Hmm...

After compiling libcryptopp.so.6 per the instructions, maxcoin-qt now runs, does not crash, and tells me I have ...a MaxCoin balance of zero.

This, after several hours of

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

...during which I saw 17 accepted shares, yay!!!

Is anyone else doing mining for 1gh.com and not getting paid anything???

sr. member
Activity: 294
Merit: 250
So is it true people are Cuda GPU mining this at 400x CPU hashes?
newbie
Activity: 12
Merit: 0
where is windows wallet?
where is windows wallet?
where is windows wallet?

No mac wallet either..
member
Activity: 89
Merit: 10
net hashrate 137 gh/s  wow. this really is cpu mining  Cheesy
Jump to: