Bitcoin Forum
May 03, 2024, 04:26:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 »  All
  Print  
Author Topic: [ANN] Metal Coin - X11 POW with MTT - Launch on 1st Oct 2014 at 1pm UTC+0  (Read 13792 times)
jorneyflair
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 01, 2014, 01:30:16 PM
 #101


{
"blocks" : 2826,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"networkhashps" : 122017978,
"pooledtx" : 0,
"testnet" : false
}
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714753574
Hero Member
*
Offline Offline

Posts: 1714753574

View Profile Personal Message (Offline)

Ignore
1714753574
Reply with quote  #2

1714753574
Report to moderator
1714753574
Hero Member
*
Offline Offline

Posts: 1714753574

View Profile Personal Message (Offline)

Ignore
1714753574
Reply with quote  #2

1714753574
Report to moderator
1714753574
Hero Member
*
Offline Offline

Posts: 1714753574

View Profile Personal Message (Offline)

Ignore
1714753574
Reply with quote  #2

1714753574
Report to moderator
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 01, 2014, 01:30:57 PM
 #102

Code:
} else {
if (pindexLast->nHeight + 1 >= 12760) {
DiffMode = 2;
}
        }
       
        if (DiffMode == 1) {
return GetNextWorkRequired_V1(pindexLast, pblock);
}

        else if (DiffMode == 2) {
return GetNextWorkRequired_V2(pindexLast, pblock);
}

When you clone a coin (Uro in this case). You need to update the diff targetting. Kimoto's doesn't kick in till 12760.

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
October 01, 2014, 01:31:05 PM
 #103

Everyone STOP Mining. Block Time Issue. Coin need to relaunch.

Spent almost 0.1 BTC on mining.

Fuck you.

that's cause you bid to much , greed can cost  Grin

Yeah obviously, but bids were high anyway.

And it's not profitable to mine at a higher diff with so little BTC in the markets atm.

you are right , that's why i rarely compete nowadays fior mining to many people on it it's cheaper to buy them once they reach exchange , well some..

traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
October 01, 2014, 01:31:08 PM
 #104

Code:
} else {
if (pindexLast->nHeight + 1 >= 12760) {
DiffMode = 2;
}
        }
       
        if (DiffMode == 1) {
return GetNextWorkRequired_V1(pindexLast, pblock);
}

        else if (DiffMode == 2) {
return GetNextWorkRequired_V2(pindexLast, pblock);
}

When you clone a coin (Uro in this case). You need to update the diff targetting. Kimoto's doesn't kick in till 12760.

Clones a coin, can't alter the code and can not compile the windows wallet.

Red flags atm.

skya
Member
**
Offline Offline

Activity: 119
Merit: 100


View Profile
October 01, 2014, 01:32:42 PM
 #105

Shit team!
Windows wallet will not compile.
Determined to have follow-up development?
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
October 01, 2014, 01:33:17 PM
 #106

lol now extortion has started lol , so let's make this clear this dev don't even know how to compile ?  Grin how do you expect him to pump it then lol

esotericizm
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
October 01, 2014, 01:33:29 PM
 #107

Code:
} else {
if (pindexLast->nHeight + 1 >= 12760) {
DiffMode = 2;
}
        }
        
        if (DiffMode == 1) {
return GetNextWorkRequired_V1(pindexLast, pblock);
}

        else if (DiffMode == 2) {
return GetNextWorkRequired_V2(pindexLast, pblock);
}

When you clone a coin (Uro in this case). You need to update the diff targetting. Kimoto's doesn't kick in till 12760.

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...

Genetworkrequired is actually standard. The part causing the issue is that Getnextworkrequired_v2 is what makes kimoto's gravity well kick in and well it won't kick in till 12760.

Code:
unsigned int static GetNextWorkRequired_V2(const CBlockIndex* pindexLast, const CBlockHeader *pblock)
{
        static const int64 BlocksTargetSpacing = 3 * 60; // MTC: 3 minutes
        static const unsigned int TimeDaySeconds = 24 * 60 * 60; // MTC: 1 day
        int64 PastSecondsMin = TimeDaySeconds * 0.025;
        int64 PastSecondsMax = TimeDaySeconds * 7;
if (pindexLast->nHeight + 1 >= 12760) {
PastSecondsMin *= 2;
}
        uint64 PastBlocksMin = PastSecondsMin / BlocksTargetSpacing;
        uint64 PastBlocksMax = PastSecondsMax / BlocksTargetSpacing;
        
        return KimotoGravityWell(pindexLast, pblock, BlocksTargetSpacing, PastBlocksMin, PastBlocksMax);
}

I know the source code is based on URO as they had a fork at that same height 12760
jioy
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
October 01, 2014, 01:33:40 PM
 #108

relaunch?lol,nice,I did not mined anything Grin
chisefu
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
October 01, 2014, 01:33:51 PM
 #109

Dev it's really easy to do, just premine the amount of coins mined, give those coins to the pools after they recompile, and keep going.
traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
October 01, 2014, 01:35:15 PM
 #110

Dev it's really easy to do, just premine the amount of coins mined, give those coins to the pools after they recompile, and keep going.

+1

Either that or the coin is dead already because no one will mine and people will scream scam.

(Like I just did)

oldboy11
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
October 01, 2014, 01:36:27 PM
 #111

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

1 2 з 4 5
esotericizm
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
October 01, 2014, 01:37:39 PM
 #112

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

To be fair there's nothing at all that screams scam about this. The dev fucked up but I can't see any malicious intent behind it.
sunerok
Hero Member
*****
Offline Offline

Activity: 629
Merit: 500


View Profile WWW
October 01, 2014, 01:39:01 PM
 #113

relaunch tomorrow, same time?

_///// [XVG] ★★★★★WE ARE ON  THE VERGE ★★★★★ [SCRYPT] /////_
_//// TOR // I2P // LINUX . WINDOWS . MAC . ANDROID . ELECTRUM . WEBWALLET . GITHUB // WEBSITE // RADIO // IRC ////_
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 01, 2014, 01:41:27 PM
 #114

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

Scam ? Why ? There was no premine or IPO/ICO..

If the dev would have delivered, this would be a "normal" coin with fair distribution.

I cannot be held responsible for the dev's faults.. He has to code, not me Smiley

And if he cannot code, he should ask people BEFORE releasing..

I'm not "supporting" the coin, i'm just hosting a pool for it.. Or do you think the other pools here "support" the coin too ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
October 01, 2014, 01:42:14 PM
 #115

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

To be fair there's nothing at all that screams scam about this. The dev fucked up but I can't see any malicious intent behind it.

How can you expect anything decent from him in terms of future developements if he can't even clean a coins code?

Anyone can make you a working POW+POS coin for 0.1 BTC on this forum.

esotericizm
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
October 01, 2014, 01:45:27 PM
 #116

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

To be fair there's nothing at all that screams scam about this. The dev fucked up but I can't see any malicious intent behind it.

How can you expect anything decent from him in terms of future developements if he can't even clean a coins code?

Anyone can make you a working POW+POS coin for 0.1 BTC on this forum.

Because I believe theres more to this crypto thing than innovative blockchain technology. I'm far more likely to support a coin with a good business proposal (not saying the dev had one) than I am with some new interesting feature.

It should be noted I'm not supporting this coin at all but screaming scam when you should be screaming incompetence really fkn annoys me as there's far too much of it going on.

It's the Businessperson that makes the $$ and gets famous (usually) not the lackeys they hire to do the hard yards.
cloudboy
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
October 01, 2014, 01:48:57 PM
 #117

eh, I'll mine. Why not
minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
October 01, 2014, 01:49:56 PM
 #118

I saw this from DarkCoin also.. GetNextWorkRequired_V1 & V2...
Ocminer, now I'm certainly not going to mining a coin with your support. you have a problem with luck. you laughed successful utility coin but this scam gladly supported  Smiley

Scam ? Why ? There was no premine or IPO/ICO..

If the dev would have delivered, this would be a "normal" coin with fair distribution.

I cannot be held responsible for the dev's faults.. He has to code, not me Smiley

And if he cannot code, he should ask people BEFORE releasing..

I'm not "supporting" the coin, i'm just hosting a pool for it.. Or do you think the other pools here "support" the coin too ?

+1 Pools only host coins, sometimes we may take more active parts but our job is simply to host coins and make sure miners get paid. Nothing else, ocminer did a good job helping with the Win wallet, but there was no time really.
Let's just wait for the relaunch now and see how it goes.

chisefu
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
October 01, 2014, 01:53:24 PM
Last edit: October 01, 2014, 02:24:30 PM by chisefu
 #119

mooo
godda04
Sr. Member
****
Offline Offline

Activity: 476
Merit: 500



View Profile
October 01, 2014, 02:05:08 PM
 #120

Is relaunch happening today or tomorrow dev?
Pages: « 1 2 3 4 5 [6] 7 8 9 10 »  All
  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!