Bitcoin Forum
June 20, 2024, 11:16:10 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 »
  Print  
Author Topic: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor  (Read 374701 times)
Nutnut
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
May 05, 2014, 09:12:39 PM
 #4401

Yowsers!!! After a 14 hour battle of wills, 2 new server builds, 3 DB migrations and a bunch of other stuff to boot.... were back on the air!!

All shares, coins (what little coins there are Tongue ), blocks etc are accounted for as mining was not affected.

The pool is running through the backlogs but it may take a while.

Sorry for the inconvenience.

Nut


Bansheroom
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
May 05, 2014, 09:19:46 PM
 #4402

Yowsers!!! After a 14 hour battle of wills, 2 new server builds, 3 DB migrations and a bunch of other stuff to boot.... were back on the air!!

All shares, coins (what little coins there are Tongue ), blocks etc are accounted for as mining was not affected.

The pool is running through the backlogs but it may take a while.

Sorry for the inconvenience.

Nut



Thank you for your hard work nutnut, next codefix is coming soon, so you will not get out of practice  Grin.

Always get cryptonews, free bitcoins, free altcoins and free mining opportunities: follow @Bansheroom on Twitter
Nutnut
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
May 05, 2014, 10:08:34 PM
 #4403

Yowsers!!! After a 14 hour battle of wills, 2 new server builds, 3 DB migrations and a bunch of other stuff to boot.... were back on the air!!

All shares, coins (what little coins there are Tongue ), blocks etc are accounted for as mining was not affected.

The pool is running through the backlogs but it may take a while.

Sorry for the inconvenience.

Nut



Thank you for your hard work nutnut, next codefix is coming soon, so you will not get out of practice  Grin.

Yaye! look forward to it.  Undecided

So, reading through the posts, it looks like we still don't have a working code version?

Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
May 05, 2014, 10:10:51 PM
 #4404

I'm surprised there has not been a bigger dump on the exchanges yet.  I'd get out before this coin goes Corgi down to single digits on the LTC market.   Wink
trogdorjw73
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
May 05, 2014, 10:50:08 PM
 #4405

Addendum to my above post: I had some more bad math. Hahaha... it's why I'm not the developer. :-)

Basically, the 160000-309999 case was returning 150000 to 0 coins, not 160000 to 10000 coins. I've edited my post (changed 310000 to 320000 on that one line), but you can see the incorrect code quoted above me.
fixed it so noone can copy wrong code, seems to be very complicated to code.
On a separate note: does Proof of Stake for sure never kick in? Has anyone taken a closer look at that code? I'll be honest: MRC is going nowhere fast right now, but maybe it can still recover somewhat -- basically, any coin that's creating 100 billion coins is going to run into some serious problems IMO (hello <1 satoshi trading). But I see some stuff in the code like GetProofOfStakeReward, and I believe MRC is not supposed to have any PoS stuff going on. It's pretty telling that the coin developers didn't even take the time to properly remove stuff like GetProofOfStakeReward. I fear that MRC -- and Alcurex along with it -- are going to be a money losing venture.

snguyen
Member
**
Offline Offline

Activity: 98
Merit: 10

One life. Live it.


View Profile WWW
May 06, 2014, 03:41:45 AM
 #4406

OMG, I did not notice that the following code was removed without any reason

Quote
else if(nHeight >= 160000 && nHeight < 310000) // decreasing block size on every blocks -1.  ** Blocks: 160001 - 310000
{
nSubsidy = (160000 - (nHeight -160000) ) * COIN;
}         

You can see the change at this commit:
https://github.com/microcoinsource/microcoin/commit/4a6de77b362881b184445630475912538ebf744b

I am very sorry that I did not read the whole block when halibit asked me for reviewing. I did only read the part I suggested to add. I am feel very bad about this, I apologise again  Cry.

Halibit, please add that block back to the code and compile the new code.
snguyen
Member
**
Offline Offline

Activity: 98
Merit: 10

One life. Live it.


View Profile WWW
May 06, 2014, 04:03:57 AM
 #4407

Code:
	// Erroneous 0.01 block rewards (wrong logic again, but we need to keep it because it's already happened)
else if (nHeight <= 318000)
{
nSubsidy = (3100 - ((nHeight * 0.01) - 310000)) - 300000;
// NOTE: Seriously!? Who came up with this code as the "fix"? It's the same as:
// nSubsidy = 13100 - nHeight * 0.01;
// That's so utterly wrong and confusing to begin with, it's no wonder things broke.
}

If you follow the story, you will understand why we need to keep that ugly and shit code. Because the new version need to be compartable with the old versions. If there is a logic, which even is wrong as coin spec, but it's already happend, we need to keep it for sure.

That's why removing an existing code from the original code is a very bad bug, so hopefully hallibit will fix this as very soon as possible.

I still do not know why that part (160,000 - 310,000) was removed Sad But first of all, I need to blame myself for my terrible reviewing skill.

Del137
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
May 06, 2014, 06:09:07 AM
 #4408

YET new wallet have troubles for new users, i may upload all blocks DAT files for today, to use wallet until it will be fixed.

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
trogdorjw73
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
May 06, 2014, 06:16:50 AM
 #4409

Code:
	// Erroneous 0.01 block rewards (wrong logic again, but we need to keep it because it's already happened)
else if (nHeight <= 318000)
{
nSubsidy = (3100 - ((nHeight * 0.01) - 310000)) - 300000;
// NOTE: Seriously!? Who came up with this code as the "fix"? It's the same as:
// nSubsidy = 13100 - nHeight * 0.01;
// That's so utterly wrong and confusing to begin with, it's no wonder things broke.
}

If you follow the story, you will understand why we need to keep that ugly and shit code. Because the new version need to be compartable with the old versions. If there is a logic, which even is wrong as coin spec, but it's already happend, we need to keep it for sure.

That's why removing an existing code from the original code is a very bad bug, so hopefully hallibit will fix this as very soon as possible.

I still do not know why that part (160,000 - 310,000) was removed Sad But first of all, I need to blame myself for my terrible reviewing skill.
My point wasn't the fact that it gave the wrong block reward and now needed to be there; it was why did anyone write...

nSubsidy = (3100 - ((nHeight * 0.01) - 310000)) - 300000;

...in the first place? It's the same with the line that says:
nSubsidy = (160000 - (nHeight -160000) ) * COIN;

Really, why are we doing such crappy math? (320000 - nHeight) * COIN is not only more concise, but it's also more easily understood, especially with a well-placed comment. Programming should be reduced to the simplest form possible, not expanded with useless additions. Otherwise why don't we write:

nSubsidy = (32 * (nHeight + 5000) - (nHeight -160000))) * COIN - nHeight * 32 / COIN;

Or perhaps:

nSubsidy = (32 * (nHeight + 5000 - nThisIsStupid) - (nHeight -160000))) * COIN - (nHeight * 32 + 544 * (nThisIsStupid / 17)) / COIN;

I don't even know if I did that math properly, but you get the point I hope: adding numbers and complexity to an expression doesn't help.

Del137
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
May 06, 2014, 06:22:09 AM
 #4410

Here you go, its ALL files needed except wallet.dat file with blocks calculated for today for microcoin_client2_1_1_2

Its like 315 Mb. All working, enjoy: http://yadi.sk/d/Wti85ZbbPDRSM

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
May 06, 2014, 07:33:47 AM
 #4411

It's nice to see that many people are helping if problems exist. I wouldn't say that the coins future is affected but we should see it as an amber light to do all things with still more care Smiley.

snguyen
Member
**
Offline Offline

Activity: 98
Merit: 10

One life. Live it.


View Profile WWW
May 06, 2014, 07:48:11 AM
 #4412

My point wasn't the fact that it gave the wrong block reward and now needed to be there; it was why did anyone write...

nSubsidy = (3100 - ((nHeight * 0.01) - 310000)) - 300000;

...in the first place?

Hehe, yes you are totally right about that very ambiguous code, but it is not my code Smiley My suggestion patch is here: https://bitcointalk.org/index.php?topic=458732.msg6522098#msg6522098

(The formula could be shortened as: nSubsidy = (6900 - nHeight * 0.01) * COIN. Both of them are the same, but the original way looks more understandable.)

If MRC/halibit followed my suggested code at the first place without inventing this piece for the 1st fork (and then deleting an existing corrected code for the 2nd fork), this mess would never happen.

However I think it is not time to complain, it is time to work together to fix the mess. We need more patience, kind of patience we have showed all during the history of this coin.
snguyen
Member
**
Offline Offline

Activity: 98
Merit: 10

One life. Live it.


View Profile WWW
May 06, 2014, 07:53:34 AM
 #4413

Here you go, its ALL files needed except wallet.dat file with blocks calculated for today for microcoin_client2_1_1_2

Its like 315 Mb. All working, enjoy: http://yadi.sk/d/Wti85ZbbPDRSM

+1. Thank you for the upload.

I did not delete anything so still working fine with the version 2_1_1_1. But we still need to fix definitely.
Sunmini
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 06, 2014, 07:57:43 AM
 #4414

so good, look like nice.
halibit
Legendary
*
Offline Offline

Activity: 1596
Merit: 1006



View Profile
May 06, 2014, 09:56:18 AM
 #4415

Oh dear.
I will start with new fix.
Have anyone windows compiler ready with new SSL?
Just think if we compile new windows wallet with that.
Nutnut
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
May 06, 2014, 12:45:51 PM
 #4416

Any news? looking at the block rates i'm gonna be sleeping when 318000 hits.

Need a fixed wallet if you guys want the pool to continue unless we are staying at 0.01 for longer.

Seriously MCR... come on. pull your finger out. We can try to be all rainbows and butterflies here but the reality is, this is getting ridiculous!

PS. whilst your fixing the code, can you fix the fact that the daemon sits blasting one of my CPU cores up to ~60% permantly?

Nut




bitcodo
Hero Member
*****
Offline Offline

Activity: 509
Merit: 500

Can't upload avatar


View Profile
May 06, 2014, 02:58:57 PM
 #4417

Soon the code will get so complicated that I will need new PC to run the wallet (with every new version of wallet, it needs longer to fully load).

Just stop this and make pure POS coin. If it can't be done with this code, make another premined coin and exchange MRC for new POS coin.
Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
May 06, 2014, 03:02:01 PM
 #4418

Don't completely change the code of this coin..

It would be great if the current problems are fixed. As soon as the new version is working, let's keep it that way.  @Bitcodo; there are already too many coins..


{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
reftop123
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
May 06, 2014, 03:02:29 PM
 #4419

old coin?
So old... looks like dead now.
Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
May 06, 2014, 03:08:08 PM
 #4420

old coin?
So old... looks like dead now.

MicroCoin isn't dead. As you obviously can see..

It just has some trouble with the current client.  As soon as this is fixed, there are no problems with it.   Yes, many MicroCoins have been dumped since. But I still think it has potential, and that's why I keep all my MicroCoins (and buy some more soon Smiley).

{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
Pages: « 1 ... 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!