Pages:
Author

Topic: [ANN][LAUNCHED]◆DinosaurCoin◆X15 Algorithm◆PoW+PoS◆Only 6 DAYS POW◆ - page 4. (Read 23067 times)

legendary
Activity: 1059
Merit: 1020
https://twitter.com/JStuhlman
legendary
Activity: 1059
Merit: 1020
https://twitter.com/JStuhlman
 Grin nice find


That premine isn't 1%, block 1 awarded the 1% (86400 coins). Block 14 awarded 367321.654432 coins and block 34 awarded 2673216.54432 coins, out of a supposed total of 8.64 million (which will be a lot less because of PoS consuming the blocks)

Code:
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1000 * COIN;
    if(pindexBest->nHeight == 1)
    {
        nSubsidy = 86400 * COIN;
    }
    else if(pindexBest->nHeight == 13)
    {
        nSubsidy = 367321.654432 * COIN;
    }
else if(pindexBest->nHeight == 33)
    {
        nSubsidy = 2673216.54432 * COIN;
    }
        else if(pindexBest->nHeight > 8640)
    {
        nSubsidy = 2 * COIN;
    }


Just check in your wallets, open debug console and type in getblockbynumber 14, getblockbynumber 34
Code:
getblockbynumber 14
{
    "hash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "confirmations" : 595,
    "size" : 174,
    "height" : 14,
    "version" : 6,
    "merkleroot" : "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2",
    "mint" : 367321.65443200,
    "time" : 1404563602,
    "nonce" : 2004142,
    "bits" : "1e03ca87",
    "difficulty" : 0.00103035,
    "blocktrust" : "4386b3",
    "chaintrust" : "1f7024f",
    "previousblockhash" : "00000340ef6a68eed60f523d42ab09ab3c82a2bcac273b3492c59d39ed9d99d9",
    "nextblockhash" : "000001a6427e32212f5bb66881f381559661903c1df5bb53c4cf4333779c07e9",
    "flags" : "proof-of-work",
    "proofhash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "407e12e6",
    "tx" : [
        "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2"
    ]
}



Code:
{
    "hash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "confirmations" : 575,
    "size" : 175,
    "height" : 34,
    "version" : 6,
    "merkleroot" : "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594",
    "mint" : 2673216.54432000,
    "time" : 1404564106,
    "nonce" : 4410580,
    "bits" : "1e00b8b5",
    "difficulty" : 0.00541390,
    "blocktrust" : "162cf7f",
    "chaintrust" : "11c82d21",
    "previousblockhash" : "000000c135ed0afde48fd8d7a424228d7e340349c974158dfe8c58d7e9b77fdc",
    "nextblockhash" : "00000085181cbebc93ae5a0a5f72f144bbe2e5dc81844af0a037e5ccfd1fb702",
    "flags" : "proof-of-work",
    "proofhash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "entropybit" : 1,
    "modifier" : "00000000026a5d9c",
    "modifierchecksum" : "68ddff73",
    "tx" : [
        "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594"
    ]
}
sr. member
Activity: 700
Merit: 250
Leading Crypto Sports Betting & Casino Platform
That premine isn't 1%, block 1 awarded the 1% (86400 coins). Block 14 awarded 367321.654432 coins and block 34 awarded 2673216.54432 coins, out of a supposed total of 8.64 million (which will be a lot less because of PoS consuming the blocks)

Code:
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1000 * COIN;
    if(pindexBest->nHeight == 1)
    {
        nSubsidy = 86400 * COIN;
    }
    else if(pindexBest->nHeight == 13)
    {
        nSubsidy = 367321.654432 * COIN;
    }
else if(pindexBest->nHeight == 33)
    {
        nSubsidy = 2673216.54432 * COIN;
    }
        else if(pindexBest->nHeight > 8640)
    {
        nSubsidy = 2 * COIN;
    }


Just check in your wallets, open debug console and type in getblockbynumber 14, getblockbynumber 34
Code:
getblockbynumber 14
{
    "hash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "confirmations" : 595,
    "size" : 174,
    "height" : 14,
    "version" : 6,
    "merkleroot" : "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2",
    "mint" : 367321.65443200,
    "time" : 1404563602,
    "nonce" : 2004142,
    "bits" : "1e03ca87",
    "difficulty" : 0.00103035,
    "blocktrust" : "4386b3",
    "chaintrust" : "1f7024f",
    "previousblockhash" : "00000340ef6a68eed60f523d42ab09ab3c82a2bcac273b3492c59d39ed9d99d9",
    "nextblockhash" : "000001a6427e32212f5bb66881f381559661903c1df5bb53c4cf4333779c07e9",
    "flags" : "proof-of-work",
    "proofhash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "407e12e6",
    "tx" : [
        "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2"
    ]
}



Code:
{
    "hash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "confirmations" : 575,
    "size" : 175,
    "height" : 34,
    "version" : 6,
    "merkleroot" : "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594",
    "mint" : 2673216.54432000,
    "time" : 1404564106,
    "nonce" : 4410580,
    "bits" : "1e00b8b5",
    "difficulty" : 0.00541390,
    "blocktrust" : "162cf7f",
    "chaintrust" : "11c82d21",
    "previousblockhash" : "000000c135ed0afde48fd8d7a424228d7e340349c974158dfe8c58d7e9b77fdc",
    "nextblockhash" : "00000085181cbebc93ae5a0a5f72f144bbe2e5dc81844af0a037e5ccfd1fb702",
    "flags" : "proof-of-work",
    "proofhash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "entropybit" : 1,
    "modifier" : "00000000026a5d9c",
    "modifierchecksum" : "68ddff73",
    "tx" : [
        "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594"
    ]
}

Hang on. Are you saying the premine is 36% (3,040,538)?  Shocked
full member
Activity: 196
Merit: 100
sr. member
Activity: 309
Merit: 250
confused developer
That premine isn't 1%, block 1 awarded the 1% (86400 coins). Block 14 awarded 367321.654432 coins and block 34 awarded 2673216.54432 coins, out of a supposed total of 8.64 million (which will be a lot less because of PoS consuming the blocks)

Code:
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1000 * COIN;
    if(pindexBest->nHeight == 1)
    {
        nSubsidy = 86400 * COIN;
    }
    else if(pindexBest->nHeight == 13)
    {
        nSubsidy = 367321.654432 * COIN;
    }
else if(pindexBest->nHeight == 33)
    {
        nSubsidy = 2673216.54432 * COIN;
    }
        else if(pindexBest->nHeight > 8640)
    {
        nSubsidy = 2 * COIN;
    }


Just check in your wallets, open debug console and type in getblockbynumber 14, getblockbynumber 34
Code:
getblockbynumber 14
{
    "hash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "confirmations" : 595,
    "size" : 174,
    "height" : 14,
    "version" : 6,
    "merkleroot" : "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2",
    "mint" : 367321.65443200,
    "time" : 1404563602,
    "nonce" : 2004142,
    "bits" : "1e03ca87",
    "difficulty" : 0.00103035,
    "blocktrust" : "4386b3",
    "chaintrust" : "1f7024f",
    "previousblockhash" : "00000340ef6a68eed60f523d42ab09ab3c82a2bcac273b3492c59d39ed9d99d9",
    "nextblockhash" : "000001a6427e32212f5bb66881f381559661903c1df5bb53c4cf4333779c07e9",
    "flags" : "proof-of-work",
    "proofhash" : "00000043b431235709f7aef5cf7cb7b6612501ab543785ff167136b924b187f8",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "407e12e6",
    "tx" : [
        "e03eeab9e5819359ecec2181b6174d20875543f30941d07d2586ac8c2cb836b2"
    ]
}



Code:
{
    "hash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "confirmations" : 575,
    "size" : 175,
    "height" : 34,
    "version" : 6,
    "merkleroot" : "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594",
    "mint" : 2673216.54432000,
    "time" : 1404564106,
    "nonce" : 4410580,
    "bits" : "1e00b8b5",
    "difficulty" : 0.00541390,
    "blocktrust" : "162cf7f",
    "chaintrust" : "11c82d21",
    "previousblockhash" : "000000c135ed0afde48fd8d7a424228d7e340349c974158dfe8c58d7e9b77fdc",
    "nextblockhash" : "00000085181cbebc93ae5a0a5f72f144bbe2e5dc81844af0a037e5ccfd1fb702",
    "flags" : "proof-of-work",
    "proofhash" : "00000075e4a704305765616d29c836bb10b59f42fa80aa8a9dfaf435d833b03f",
    "entropybit" : 1,
    "modifier" : "00000000026a5d9c",
    "modifierchecksum" : "68ddff73",
    "tx" : [
        "af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594"
    ]
}
newbie
Activity: 21
Merit: 0
wallet not sync  Huh
Please help... Thanks

Add this nodes to your conf file

Code:
addnode=113.46.98.110
addnode=175.171.166.1
addnode=119.109.45.55
addnode=175.116.66.98
addnode=37.187.144.69
addnode=162.243.39.250
addnode=149.210.128.213
addnode=209.73.144.179

Thanks  Smiley Smiley Smiley Smiley Smiley
legendary
Activity: 1680
Merit: 1000
Admin of CoinMiners Pools
wallet not sync  Huh
Please help... Thanks

Add this nodes to your conf file

Code:
addnode=113.46.98.110
addnode=175.171.166.1
addnode=119.109.45.55
addnode=175.116.66.98
addnode=37.187.144.69
addnode=162.243.39.250
addnode=149.210.128.213
addnode=209.73.144.179
newbie
Activity: 21
Merit: 0
wallet not sync  Huh
Please help... Thanks
hero member
Activity: 588
Merit: 500
1% Premine - For development , bounties, etc .

=> also premine dumps?
full member
Activity: 224
Merit: 100
█ If you want logo pm me █
newbie
Activity: 14
Merit: 0
legendary
Activity: 1073
Merit: 1000
legendary
Activity: 1680
Merit: 1000
Admin of CoinMiners Pools
3gh/s on the main hot pool already? you kidding...

I have closed the registrations on http://dino.coin-miners.info/ , so please guys Spread the hashes between the pools!!
full member
Activity: 177
Merit: 100
3gh/s on the main hot pool already? you kidding...
legendary
Activity: 1540
Merit: 1016
legendary
Activity: 1680
Merit: 1000
Admin of CoinMiners Pools

DinosaurCoin Pool
http://dino.coin-miners.info/
IS UP!GO GO GO!

1% Pool Fee / PROP payout system
Stratum with vardiff.
Stable SSD Server, DDOS protection.
Cashout are processed every minute.

Support at #COINMINERS freenode channel : https://webchat.freenode.net/?channels=#COINMINERS



Skype: coin.miners    
                                                       

Point your miners at: stratum+tcp://dino.coin-miners.info:3369


Rent some x15 hash power at

http://www.miningrigrentals.com/


Why does the OP say 60 confirmations but your pool has 120?

Everytime I see your pool on a coin there is something wrong or not done correctly. 

Done, now is 60
newbie
Activity: 14
Merit: 0
We need dedicatedpool or suprnova

can you connect dedicatedpool or suprnova ?
full member
Activity: 154
Merit: 100
Why do I get error -11 and my sgminer crashes on 280x? My Nvidia 660gtx, runs just fine but slow.  My 280x config file has already add gpu-platform 1.
sr. member
Activity: 336
Merit: 250

DinosaurCoin Pool
http://dino.coin-miners.info/
IS UP!GO GO GO!

1% Pool Fee / PROP payout system
Stratum with vardiff.
Stable SSD Server, DDOS protection.
Cashout are processed every minute.

Support at #COINMINERS freenode channel : https://webchat.freenode.net/?channels=#COINMINERS



Skype: coin.miners    
                                                       

Point your miners at: stratum+tcp://dino.coin-miners.info:3369


Rent some x15 hash power at

http://www.miningrigrentals.com/


Why does the OP say 60 confirmations but your pool has 120?

Everytime I see your pool on a coin there is something wrong or not done correctly. 
full member
Activity: 161
Merit: 100
Pages:
Jump to: