Pages:
Author

Topic: [ANN] Elacoin | Released | Fair Elastic Scrypt Mining | No Premine - page 17. (Read 133887 times)

full member
Activity: 121
Merit: 100
Mark how do you know if this is the real coin or not? As far as I know he mined the genesis again and launched it WITHOUT any reason to do so today. Who cares if it's today or tomorrow. But maybe this all thing was intentional.

Anyway:

1) diff 0
2) no windows binary
3) no first batch with coin generated = 0

Another fail.

EDIT:
4) linux client segmentation fault, this is a first


7) possible block chain shennanigans with checkpoints added at block 2500 and 5000, causing the "official" blockchain to not be the one with majority hashpower.  More than half of the hashpower forked when the OP waved his "git wand" and made their mined blocks vanish into thin air.

My opinion is starting to sway back towards Hazard having been honest regarding observing premining with an off-network blockchain that would then be reintroduced to the network later.  Reintroducing that blockchain by adding checkpoints is a new twist over what happened with Gamecoin though.  Hmm..

I disagree about an off-network blockchain being reintroduced.  I got 3 blocks between #480 and #1100 and they still exist.  There could have been other shennanigans but it was not a pre-mined chain or my coins would have disappeared.
full member
Activity: 182
Merit: 100
fml
The fair coin, for Linux users Roll Eyes
sr. member
Activity: 347
Merit: 250
It seems Milkshake did manipulate the blockchain with these checkpoints.  Now the question is why.  An analysis of the first ~5000 blocks should prove insightful.

see the irc logs. i can paste the whole set if you want to read through about 500 newbs trying to learn linux in a coin channel.

there might be some logic to it, but there was _A LOT_ of worry about bogey-man "AWS GUY" (please choose a ragecomic for this mythical character) was fucking up the blockchain.

early on, around 1000 blocks in or so, maybe 2000, i saw a REORG of _120 blocks_ in one shot. damn i dont have the debug.log from then Sad((( blew away .elacoin with a recompile to connect to more hosts at one point. my debug shows biggest reorg was 18 blocks now only. which is pretty big, but typical of early low diff launches.

he was paranoid so he checkpointed it in, fearing a total takeover of 1000s of blocks by 'aws guy'.

lack of experience ruled, methinks (i certainly dont have it, but there's a rumour going around that we all learn somewhere).

So basically, he intentionally deleted a significant amount of legitimately mined blocks out of paranoia?  Not once, but twice.  A significant number of miners were hard forked and their earnings erased by this choice by Milkshake.

Judging by the name "AWS GUY", how would someone have legitimate concerns that someone would rent enough servers to CPU mine and 51% a GPU coin?  That would be rather expensive to accomplish, with basically no benefit for the person renting them.

When it comes to "fucking up the blockchain", isn't that what Milkshake did, twice?  All of my blocks mined below block 2500, some with >2200 confirmations, were wiped out by this choice.


early on, around 1000 blocks in or so, maybe 2000, i saw a REORG of _120 blocks_ in one shot.

Oh, I certainly noticed the REORG's, since elacoind segfaulted on each one.  I was running one of the two servers that I believe a significant number of people here used as a seed node (I had up to 750 inbound connections to my elacoind at one point).  The person running the other server people were using as a seed node experienced the same crashes.  On just about every REORG.
hero member
Activity: 826
Merit: 1001
@Bit_John
Great breakdown mat5x so the coin works as advertised just everyone is looking for an instant 1000 coins like Junk coin or china coin.
full member
Activity: 181
Merit: 100
yeah I heard it goes to 2 coins at 24 diff

Oh yeah this is gonna play out brilliantly. I don't see people wasting that much money on power to get this failcoin to a whopping 2x reward.

    int64 nSubsidy = ((1 + (diff / 24)) * COIN) / (1 + (nHeight / 194400));

from 0 to 24 diff its 1 coin, then 2 at 24. from then on however, its a linear scaling. at 48 its 3 and so on.

so til diff 24, starting at a low diff of 0.002 whateveritwas yes, it looks like an exponential drop in reward.

after 24 it's linear.

48 = 3, 72 = 4, 96 = 5, etc. (the +1 skews it a bit, but that will be less and less of a factor as time goes on).

CNC is already diff 41, ELA @this reward would be 2.
FTC 181, would be 8
LTC 605, would be 26

considering that it started at value of 1 per block, lets pretend it was like BTC and had 50 and redo the calcs above so you arent fooled by the 1:50 ratios (ie ELC is a high value coin, which people cant wrap their heads around, and i guarantee itll trade along side BBQ for a while. time for you to make some profit kids!)

@41, w/50 block equiv reward this would be 100 coins
@181, 200.
@605, 1300.

course i havent done the math to see how difficulty could get that high without tripping the block halving along the way (maybe a couple times), but you get the idea.

hopefully it will trade like its 20, 25 or 50 coins/block. the market should adjust it's valuation just fine, only thing is coin has to survive.

someone feel to setup a googdoc sheet to show the actual payout with halving epochs.

this is all basic math.

so no one mine it at all so it never hits 24 or it will suddenly look attractive! quick, stop mining!
full member
Activity: 181
Merit: 100
Has anyone yet examined the first few thousand blocks to figure out why Milkshake added two checkpoints to the git repository, to manipulate the blockchain and cause miners with majority hashpower (that weren't constantly pulling from git) to fork off onto a separate chain and leave the blockchain with blocks generated by the minority of mining hashpower?  Does everyone understand the forking issue wouldn't have occurred and the blockchain would've eventually resolved itself if Milkshake hadn't done that?

Code:
static MapCheckpoints mapCheckpoints =
        boost::assign::map_list_of
        (     0, uint256("0x521d2bc9fdb2534f26e5df423db7a64da14892993e4b4f0329c829a5e8194305"))
        (  2500, uint256("0xd301c065649cbbfb1e93cec353047a12256365c9d50ac689b23ad913df25b6fd"))
        (  5000, uint256("0x7671812122b751155ca6ed038f7b48e0f4f98a27a40dc9521d1c61d98e587544"))
        ;

It seems Milkshake did manipulate the blockchain with these checkpoints.  Now the question is why.  An analysis of the first ~5000 blocks should prove insightful.

see the irc logs. i can paste the whole set if you want to read through about 500 newbs trying to learn linux in a coin channel.

there might be some logic to it, but there was _A LOT_ of worry about bogey-man "AWS GUY" (please choose a ragecomic for this mythical character) was fucking up the blockchain.

early on, around 1000 blocks in or so, maybe 2000, i saw a REORG of _120 blocks_ in one shot. damn i dont have the debug.log from then Sad((( blew away .elacoin with a recompile to connect to more hosts at one point. my debug shows biggest reorg was 18 blocks now only. which is pretty big, but typical of early low diff launches.

he was paranoid so he checkpointed it in, fearing a total takeover of 1000s of blocks by 'aws guy'.

lack of experience ruled, methinks (i certainly dont have it, but there's a rumour going around that we all learn somewhere).


full member
Activity: 196
Merit: 100
yeah I heard it goes to 2 coins at 24 diff

Oh yeah this is gonna play out brilliantly. I don't see people wasting that much money on power to get this failcoin to a whopping 2x reward.
hero member
Activity: 826
Merit: 1001
@Bit_John
yeah I heard it goes to 2 coins at 24 diff
full member
Activity: 196
Merit: 100
There seems to be a lot of confusion about this.

Hash power (hashes per  second) does not change the block reward.

The difficulty setting changes the block reward.

Last I heard, 2 coins per block is expected when/if the difficulty hits 24.
legendary
Activity: 882
Merit: 1000
looking at OP's trend, he is gonna go it again to update git to fix the reward system and every1 mining right now is gonna look like a total tool
newbie
Activity: 22
Merit: 0
It's infinitely too hard for all the point and click GUI noobs that have flocked to cryptocurrencies to get rich quick, brah.

O sorry people are not so smart as you and can do CMD or Lunix or whatever you use...

You want the cryptos to grow then stop being an asshole to new people.

Also, FYI, most people will not figure out how to get to the command prompt.

May you be bad at something and you get treated with the same respect you show the "noobs" here.

it's because we learnt it,
do it as well,
it's not difficult,
you just need to use 0.0005% of your active brain

Common man, that's warp factor 11 for me, engines will burn up. Scotty, put an extra shovelful of coal in the boiler...
sr. member
Activity: 336
Merit: 250
Looks like the diff is 1.58178658 right now, with 15293 blocks in existence.
legendary
Activity: 1050
Merit: 1000
Installed the Windows qt now and can see I had 6 orphans. *sigh*

ANybody can send even a 0.01 Elacoin to test out? Hate to see it lying at 0. Thanks

sent.

Thanks a bunch. Will see till tomorrow if the reward does increase or will give up the ghost.
full member
Activity: 196
Merit: 100
when does the block reward increases, diff jumped 4x reward is still 1ELC.

I think it was not fixed. It seems it will stay as it is.

Well that was the only good thing it had going for it, fuck this I'm going back to mining bitbar.
sr. member
Activity: 336
Merit: 250
Installed the Windows qt now and can see I had 6 orphans. *sigh*

ANybody can send even a 0.01 Elacoin to test out? Hate to see it lying at 0. Thanks

sent.
sr. member
Activity: 308
Merit: 250
when does the block reward increases, diff jumped 4x reward is still 1ELC.

I think it was not fixed. It seems it will stay as it is.

Haha FAILCOIN. Only good feature isn't implented
sr. member
Activity: 518
Merit: 250
when does the block reward increases, diff jumped 4x reward is still 1ELC.

I think it was not fixed. It seems it will stay as it is.


Aww that is really gonna suck LOL.

+ 1
hero member
Activity: 672
Merit: 501
when does the block reward increases, diff jumped 4x reward is still 1ELC.

I think it was not fixed. It seems it will stay as it is.


Aww that is really gonna suck LOL.
legendary
Activity: 1050
Merit: 1000
when does the block reward increases, diff jumped 4x reward is still 1ELC.

I think it was not fixed. It seems it will stay as it is.
member
Activity: 112
Merit: 10
If anyone is buying and selling this, I now offer ELC escrow over at http://coinescrow.tk, if you don't use me or another escrow, please be careful, I hate to see people get scammed.
Pages:
Jump to: