Pages:
Author

Topic: [ANN] MemoryCoin | CPU Coin | Paid Dev Team | Limited Supply [MMC] - page 42. (Read 281382 times)

member
Activity: 112
Merit: 10
Bounty!

Create a working MMC pool.

'cassiopaia' took the initiative to offer a bounty for a working MMC pool. We could use more people to pledge some coins, and obviously someone to try and get the bounty!


Modified my calculator. Now the difficulty mining mmc and the cost of the btc always relevant. The difficulty is taken with http://www.chainbrowser.com/memorycoin/ and the cost of BTC is taken with https://btc-e.com/

http://bitcoind.url.ph/memorycoin2_calc.html

Very nice!
hero member
Activity: 910
Merit: 1000
Modified my calculator. Now the difficulty mining mmc and the cost of the btc always relevant. The difficulty is taken with http://www.chainbrowser.com/memorycoin/ and the cost of BTC is taken with https://btc-e.com/

http://bitcoind.url.ph/memorycoin2_calc.html
hero member
Activity: 672
Merit: 500
hero member
Activity: 781
Merit: 501
legendary
Activity: 882
Merit: 1000


{
"blocks" : 1604,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000558,
"errors" : "",
"genproclimit" : 2,
"hashespermin" : 0.82499742,
"pooledtx" : 0,
"testnet" : false
}

just a few seconds ago, what is going on?
sr. member
Activity: 240
Merit: 250
We want a real exchange-site now.

Anyone contact https://coinedup.com to add mmc?
sr. member
Activity: 292
Merit: 250
legendary
Activity: 882
Merit: 1000
whats the current block count?
sr. member
Activity: 420
Merit: 250
where is the trade thread? i want to see if people actually buy anywhere near that price...

however..if it does hit an exchange like cryptsy.... i may choose to buy a block or two now.

http://www.memorycoin.info/

you can find there all info you need about MMC
legendary
Activity: 882
Merit: 1000
where is the trade thread? i want to see if people actually buy anywhere near that price...

however..if it does hit an exchange like cryptsy.... i may choose to buy a block or two now.
hero member
Activity: 781
Merit: 501
What is the current going rate?
What i know thus far is
10 PTS = 1 MMC, which is approx 0.2 BTC

A block is 280 MMC......56 BTC??? Huh Huh wow
lol



that's kind of "selfie"  Grin Grin Grin
legendary
Activity: 882
Merit: 1000
What is the current going rate?
What i know thus far is
10 PTS = 1 MMC, which is approx 0.2 BTC

A block is 280 MMC......56 BTC??? Huh Huh wow
lol

sr. member
Activity: 301
Merit: 250
still can't change my profile pic
hero member
Activity: 910
Merit: 1000
Oh sorry, I thought you had Blocks per day,  (not every)

That's correct Smiley
OK. I added a new value "blocks per day".
sr. member
Activity: 560
Merit: 250
Try this:
Code:
blocks = 1/diff / 4294967296 * ((60 * 24) * hpm);

Just a guess Wink
I already did. Please check now.


The blocks do not match up. Do it my way Cheesy

Code:
blocks = 1/diff / 4294967296 * ((60 * 24) * hpm);

mmcday = blocks * cpb;

Oh sorry, I thought you had Blocks per day,  (not every)

That's correct Smiley
hero member
Activity: 910
Merit: 1000
Try this:
Code:
blocks = 1/diff / 4294967296 * ((60 * 24) * hpm);

Just a guess Wink
I already did. Please check now.
hero member
Activity: 910
Merit: 1000
Looks like something is broken to me, its saying 1 block per 4.83 days = 1352.91 mmc per day  Huh
There was a mistake. I fixed that.
newbie
Activity: 26
Merit: 0
Damn, either I'm unlucky miner, or this coin is very hard to solomine. Haven't found a single block in 2 days of mining with my desktop  Sad . Any plans to give it a standalone miner which could be used with pool?
newbie
Activity: 31
Merit: 0
memorycoin2 profit calculator
http://bitcoind.url.ph/memorycoin2_calc.html

Very nice javascript there -- I thought you had indicated $ at first. But you should add a .001BTC/MMC (or around the highest bid rate) + multiply it by the $/BTC amount to get the real profits.

$$!
Done.

Looks like something is broken to me, its saying 1 block per 4.83 days = 1352.91 mmc per day  Huh
sr. member
Activity: 560
Merit: 250
memorycoin2 profit calculator
http://bitcoind.url.ph/memorycoin2_calc.html

Very nice javascript there -- I thought you had indicated $ at first. But you should add a .001BTC/MMC (or around the highest bid rate) + multiply it by the $/BTC amount to get the real profits.

$$!
Done.


Fix this because if H/m goes down, blocks per day go up.
Code:
blocks = diff * 4294967296 / hpm / 1440;
Pages:
Jump to: