Author

Topic: [ANN][EAC] EarthCoin *SEEKING NEW EXCHANGES - HUGE VOLUMES BEING MISSED! - page 556. (Read 840324 times)

legendary
Activity: 1148
Merit: 1000
can I solo mine this on my laptop with out cgminer? once the difficulty is fixed?
newbie
Activity: 22
Merit: 0
good earthcoin pool with only .75% fee. come join us at http://adtpool.co.uk
sr. member
Activity: 420
Merit: 250
If you are offering coins, I will take them.

em8wpqtmxioV5apiZp9KizKodPgaSaWQdV
legendary
Activity: 1232
Merit: 1011
Monero Evangelist
newbie
Activity: 14
Merit: 0
Mining es difficult.  I will take your coins if you're offering them Smiley
eYZDMFrmPCDktU1hvhFp2KkofZcaiY94kH
sr. member
Activity: 479
Merit: 250
hero member
Activity: 574
Merit: 501
So, are there still any pools going?  Seems like http://earthcoin.cryptohashery.com/ just shut off mining and didn't pay out what's been mined already.
full member
Activity: 126
Merit: 100
Difficulty appears to finally be falling like it should be. Can we get the pools back online?
legendary
Activity: 1148
Merit: 1000
taking EAC
 Grin

epPsU9BzRN6Q9dq3Ld1SUxMwV3bu2V9AeV
full member
Activity: 126
Merit: 100
Selling EAC. PM if interested.
member
Activity: 70
Merit: 10
@Devs:

Quote
$ earthcoind getblockhash 360
9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89
$ earthcoind getblock 9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89
{
    "hash" : "9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89",
    "confirmations" : 3,
    "size" : 420,
    "height" : 360,
    "version" : 1,
    "merkleroot" : "3f9d4348e00bd40314a2b883f5adb76bba4424845a3a4a1099a670e0c933a2a0",
    "tx" : [
        "4cbf39e6544402e9a84a10dd7c4a38bf83cb10e1cc91ea3a43ce3e423853c2da",
        "859a216732622dab166bc3fe5b683075f5b4f3f1983cc9cc67dc7924dd314eff"
    ],
   "time" : 1387607518,
    "nonce" : 258415872,
    "bits" : "1c0b7d33",
    "difficulty" : 22.28172766,
    "previousblockhash" : "292203097f5128299bea645e4ef85359d34dec64c86656734818c4c60b314d44",
    "nextblockhash" : "98b26726f19aabb2cfca8c5bc6a0ac55f4b3b1995a452615f532c34d99542e4d"
}

$ earthcoind getblockhash 260
620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72
$ earthcoind getblock 620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72
{
    "hash" : "620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72",
    "confirmations" : 103,
    "size" : 191,
    "height" : 260,
    "version" : 1,
    "merkleroot" : "6bbea32ba181b2c695ddb4796839f9bf3ff6117e4d27b835392891e7a06bf4fb",
    "tx" : [
        "6bbea32ba181b2c695ddb4796839f9bf3ff6117e4d27b835392891e7a06bf4fb"
    ],
   "time" : 1387607502,
    "nonce" : 258543872,
    "bits" : "1d18eb7f",
    "difficulty" : 0.04012795,
    "previousblockhash" : "e0db47ebfeb2a372d2a0cfc2bc26ad743d9eec40d85937dd476ef2e569ab240f",
    "nextblockhash" : "3b8ea4633ba86028a16c785b82c804fc770320632a29fd687acfef6b65930df1"
}

Do you really think that it took only 16 seconds to mine 100 blocks? And exactly the same GetBlockTime() call is used here:

Quote
main.cpp:   int64 nActualSpacing = pindexLast->GetBlockTime() - pindexFirst->GetBlockTime();

Are you sure your code calculates the times properly?



Thanks bee7 for the info. It looks like some block time messed up. The diff retarget code is not new, it has been used by many coins. The code diff shows exactly the same.

The diff is down a bit, and the blockchain is going, let's watch it closely.
hero member
Activity: 938
Merit: 501
When does it launch?
And is it supposed to look like the Internet Explorer logo?
It launched already dude, but it is broke.
hero member
Activity: 551
Merit: 500
Glad you guys are doing your due diligence. It would be pretty ballsy and brave of a coin to launch a virus like this - no way.

Doing what we can to get this stabilized and out of high diff. Going over code again we just confirmed it's fine no bugs/wrong maths so far - it's simply a much bigger spike than we could have anticipated.

Will have a fix shortly, sincere apologies for the (literal) speed bumps.

It's next to impossible that the network hashrate was even close to what was reported
full member
Activity: 160
Merit: 100
When does it launch?
And is it supposed to look like the Internet Explorer logo?

It's already launched, broke immediately and there are claims to a potential virus.
member
Activity: 112
Merit: 10
When does it launch?
And is it supposed to look like the Internet Explorer logo?
hero member
Activity: 574
Merit: 523
@Devs:

Quote
$ earthcoind getblockhash 360
9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89
$ earthcoind getblock 9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89
{
    "hash" : "9da19a8e9939ee19b8e5942e2ead468ba73b61a4c0788df38427a18604258e89",
    "confirmations" : 3,
    "size" : 420,
    "height" : 360,
    "version" : 1,
    "merkleroot" : "3f9d4348e00bd40314a2b883f5adb76bba4424845a3a4a1099a670e0c933a2a0",
    "tx" : [
        "4cbf39e6544402e9a84a10dd7c4a38bf83cb10e1cc91ea3a43ce3e423853c2da",
        "859a216732622dab166bc3fe5b683075f5b4f3f1983cc9cc67dc7924dd314eff"
    ],
   "time" : 1387607518,
    "nonce" : 258415872,
    "bits" : "1c0b7d33",
    "difficulty" : 22.28172766,
    "previousblockhash" : "292203097f5128299bea645e4ef85359d34dec64c86656734818c4c60b314d44",
    "nextblockhash" : "98b26726f19aabb2cfca8c5bc6a0ac55f4b3b1995a452615f532c34d99542e4d"
}

$ earthcoind getblockhash 260
620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72
$ earthcoind getblock 620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72
{
    "hash" : "620a13cd0780d26ad6b8869ffb31d5922c6e20add46dd390954fb4951fab6e72",
    "confirmations" : 103,
    "size" : 191,
    "height" : 260,
    "version" : 1,
    "merkleroot" : "6bbea32ba181b2c695ddb4796839f9bf3ff6117e4d27b835392891e7a06bf4fb",
    "tx" : [
        "6bbea32ba181b2c695ddb4796839f9bf3ff6117e4d27b835392891e7a06bf4fb"
    ],
   "time" : 1387607502,
    "nonce" : 258543872,
    "bits" : "1d18eb7f",
    "difficulty" : 0.04012795,
    "previousblockhash" : "e0db47ebfeb2a372d2a0cfc2bc26ad743d9eec40d85937dd476ef2e569ab240f",
    "nextblockhash" : "3b8ea4633ba86028a16c785b82c804fc770320632a29fd687acfef6b65930df1"
}

Do you really think that it took only 16 seconds to mine 100 blocks? And exactly the same GetBlockTime() call is used here:

Quote
main.cpp:   int64 nActualSpacing = pindexLast->GetBlockTime() - pindexFirst->GetBlockTime();

Are you sure your code calculates the times properly?

sr. member
Activity: 406
Merit: 250
Selling 50K. Offer your price. I may even give them in a giveaway thread. This coin is a failure.
sr. member
Activity: 756
Merit: 250
Glad you guys are doing your due diligence. It would be pretty ballsy and brave of a coin to launch a virus like this - no way.

Doing what we can to get this stabilized and out of high diff. Going over code again we just confirmed it's fine no bugs/wrong maths so far - it's simply a much bigger spike than we could have anticipated.

Will have a fix shortly, sincere apologies for the (literal) speed bumps.
member
Activity: 112
Merit: 10
Selling blocks of 50k Earthcoins. PM if interested.
legendary
Activity: 1232
Merit: 1011
Monero Evangelist
You can't by definition find a Virus that is "FUD-crypted". FUD here meaning "fully undetected". Just google "Malware Crypters" or "Virus Crypters" or "fud crypting" to inform your self.
Jump to: