Author

Topic: [ANN] [MΣC] Megacoin.co.nz - Forum, Github, Website Now in 18 Languages - page 136. (Read 330752 times)

full member
Activity: 204
Merit: 100
The Small Time Miner Megacoin Pool
* http://meg.smalltimeminer.com
* Proportional Payouts. Full Block Rewards. 1% Fee.
* Stratum Only: stratum+tcp://smalltimeminer.com:3337

Has been updated to the latest 0.8.996  Thanks!
newbie
Activity: 34
Merit: 0
I'm up and going.  Everything seems to be working fine.
sr. member
Activity: 350
Merit: 250
1$ =1 MEC 2013 (2,56 $) 5$ =1MEC 2014 ?
all my cgminer switch to MEC  Wink



Wall is ON
full member
Activity: 154
Merit: 100
It took a while, but now it's working here too.
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
62773 blocks downloaded here

{
"blocks" : 62773,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 4.08405823,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 37524647,
"pooledtx" : 0,
"testnet" : false
}

edit : now..

{
"blocks" : 62775,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 3.31557067,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 29834525,
"pooledtx" : 0,
"testnet" : false
}
member
Activity: 108
Merit: 10
Everything works fine here too. Noticed that gravity well is active.
Before block 63005? Current block is 62775. is that right? Diff is at 10.4 here.

edit:
{
"blocks" : 62775,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 10.43540570,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 97171893,
"pooledtx" : 2,
"testnet" : false
}

maybe something wrong?

edit 2:

deleted blockschain and stuff in conf dir.
now diff. is down to 5.4 here.
so seems to be alright now.
legendary
Activity: 1316
Merit: 1000
Thanks for the good work once again Kimoto  Smiley

www.miningpool.co stratum servers have been updated and seem to be working fine.

Phew...  Tongue

Difficulty just dropped to 4.0841
legendary
Activity: 1316
Merit: 1000
addnode=185.12.45.80
addnode=119.9.15.177
addnode=27.33.117.153



edit: 3 now

Thanks - all good now
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
addnode=185.12.45.80
addnode=119.9.15.177
addnode=27.33.117.153
addnode=37.187.9.53


edit: 4 now
legendary
Activity: 1316
Merit: 1000
full member
Activity: 154
Merit: 100
legendary
Activity: 1316
Merit: 1000
not getting any connections. hmm..
full member
Activity: 203
Merit: 100
Works good for me too.
member
Activity: 74
Merit: 10
Deleted peers.dat and ran the new client. Everything works good!  Smiley
full member
Activity: 183
Merit: 100

Just uploaded these, upped the version. Good to start mining again with 996. Let me know if they download and install fine.

http://sourceforge.net/projects/megacoin/files/megacoin-0.8.996-win32-setup.exe/download
http://sourceforge.net/projects/megacoin/files/megacoin-0.8.996-source.zip/download
Better if you (re)move peers.dat before first run.
hero member
Activity: 490
Merit: 500
The Murraycoin Project ▪ Lead Developer
Any updates? I've noticed a number of people starting to panic a bit (over at Cryptsy/etc.)
legendary
Activity: 1214
Merit: 1000
Never compromise your standards!
Ich bin leider erst später dazu gekommen und habe ordentlich Zeit in MEC investiert. Ich denke MEC hat deutliche Alleinstellungsmerkmale gegenüber anderen Coins. Zudem wird es wohl in Zukunft noch einiges an "Neuigkeiten" geben.  Smiley

Exciting times indeed...
full member
Activity: 183
Merit: 100
Kimoto got an ETA on the fix..?

Hey ethought, 45 minutes.
full member
Activity: 183
Merit: 100
I will just repost some of my findings from the multipool thread from yesterday.
As I understand it, the algorithm works like this:
Next Diff = (Average Diff over the last N blocks) * (150 seconds) * N / (Actual Seconds for last N blocks)
where N is a number between 144 and 4032.
The "clever" part is that N gets smaller when the diff changes quickly and N gets larger when the diff is stable.  The idea would be that when there is a quick change in hash rate, it reacts quickly.  When the hash rate is stable, it reacts slowly.

The problem is the first part of the algorithm has momentum.  This is one of the things that caused so much trouble with the transition at block 42,000.  Even after the MP switched off around block 42130, the difficulty kept climbing for about 70 more blocks (which took 2 days).

For example, if N is 144 and the coin-hoppers mine a fast 50 coins and switch off the coin, those coins will still be counted in the average used for the next difficulty while the faithful have to grind on 94 coins themselves.

The change in direction will also increase N, causing the permitted change to be smaller, and allowing those 50 fast-mined coins to linger even longer, forcing the faithful miners to spend even more time trying to create even more blocks necessary to bring difficulty back down.

The idea was clever, but not practically applied.  If instead of using block counts for PastBlockMin and PastBlockMax, he had used Time (i.e. PastSecondsMin and PastSecondsMax), then used blocks/hour instead of hours (seconds) per block for the calculation. That way if the coin slows down to 2-4 blocks per hour, it doesn't take days of grinding to get the 50-100 blocks needed to push the fast blocks out of the window of consideration.

Hopefully, I am wrong and it stays profitable to mine for the faithful and keeps producing blocks.  Unfortunately, I think that every time it gets marginally profitable to mine, MP, MC and CC will slap it down and create problem like it had with block 42,000 where transactions don't confirm and 2 guys are stuck mining it for days waiting for it to recover, only to get slapped down and have to repeat the cycle.
To give some real numbers, last night, when middlecoin, multipool, and coinchoose were off mec, it took 16 hours to generate 60 blocks, about half of what would be required to push fast block out of the minimum 144  block consideration window.  That was with a descent profitability.  If profitability drops to a very undesirable level, like around block 42159-42219, mining 60 blocks took 3.5 days.

Hey raven,

Also curious to its real-world performance.
Will replace it if fails to serve.
We will find out shortly.
Very exciting times!
See you soon!
Dr Kimoto
Chan
Smiley
full member
Activity: 182
Merit: 100
fml
FFS, you do not need to hard fork, to changed difficulty adjustment. Simple software update. Change diff adjust, once 51% of network has update, done.
Jump to: