Bitcoin Forum
April 19, 2024, 09:07:59 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 »  All
  Print  
Author Topic: [ANN][LAUNCHED]◆DinosaurCoin◆X15 Algorithm◆PoW+PoS◆Only 6 DAYS POW◆  (Read 23052 times)
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
July 05, 2014, 08:27:41 PM
 #81

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

The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713560879
Hero Member
*
Offline Offline

Posts: 1713560879

View Profile Personal Message (Offline)

Ignore
1713560879
Reply with quote  #2

1713560879
Report to moderator
1713560879
Hero Member
*
Offline Offline

Posts: 1713560879

View Profile Personal Message (Offline)

Ignore
1713560879
Reply with quote  #2

1713560879
Report to moderator
admir
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
July 05, 2014, 08:52:53 PM
 #82

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
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
July 05, 2014, 09:15:15 PM
 #83

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;
    }
<snip>

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"
    ]
}

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
CoinBounties
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 05, 2014, 10:03:42 PM
 #84

DinosaurCoin is now on:
rugrats
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250


Leading Crypto Sports Betting & Casino Platform


View Profile
July 05, 2014, 10:31:47 PM
 #85

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;
    }
<snip>

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

█▀▀▀▀▀











█▄▄▄▄▄
.
Stake.com
▀▀▀▀▀█











▄▄▄▄▄█
   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
TheStuhlman
Legendary
*
Offline Offline

Activity: 1059
Merit: 1020


https://twitter.com/JStuhlman


View Profile WWW
July 05, 2014, 10:32:25 PM
 #86

 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;
    }
<snip>

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"
    ]
}

TheStuhlman
Legendary
*
Offline Offline

Activity: 1059
Merit: 1020


https://twitter.com/JStuhlman


View Profile WWW
July 05, 2014, 10:40:16 PM
 #87


CHMinePeerz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 05, 2014, 10:41:51 PM
 #88

just LOOL ahaha

DinosaurCoin (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 05, 2014, 10:48:15 PM
 #89

that is for testing model , you know we test the wallet before launch .
mycryptocoin
Full Member
***
Offline Offline

Activity: 380
Merit: 100

Community Manager - Blockchain analyst


View Profile WWW
July 05, 2014, 10:52:00 PM
 #90

that is for testing model , you know we test the wallet before launch .


TheStuhlman
Legendary
*
Offline Offline

Activity: 1059
Merit: 1020


https://twitter.com/JStuhlman


View Profile WWW
July 05, 2014, 10:54:13 PM
Last edit: July 05, 2014, 11:08:24 PM by TheStuhlman
 #91

that is for testing model , you know we test the wallet before launch .

Psssst ... Your block explorer showing these blocks as well  Grin

http://dino.explorer.ssdpool.com:9032/tx/af839372a56522106fa82ed0d8c305aa7cdaca42e6a56aa600567ba591ba5594

edit: dev wallet mined 35 blocks: D8U4Rk2MeS9tw8tw4QMLAW61gAEPnqzk1H

DinosaurCoin (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 05, 2014, 11:13:15 PM
 #92

Ha, Ha, Ha!

seem something wrong , i will delete the dirty data , don't worry about that .
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
July 05, 2014, 11:17:39 PM
 #93

Ha, Ha, Ha!

seem something wrong , i will delete the dirty data , don't worry about that .

something wrong in ur code

dude u got caught Cheesy Cheesy Cheesy
mycryptocoin
Full Member
***
Offline Offline

Activity: 380
Merit: 100

Community Manager - Blockchain analyst


View Profile WWW
July 05, 2014, 11:18:13 PM
 #94

Ha, Ha, Ha!

seem something wrong , i will delete the dirty data , don't worry about that .

You will delete the "dirty data"? What does this mean? lol. Do you understand what your code does at all? Deleting the code from main.cpp will f*ck up the coin, because total money supply is wrong all of the sudden. You'd have to publicly destroy coins from block 13 and 33. Oh man, what a scammy launch. Are you by chance the nebulacoin dev? Cheesy

animalroam
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
July 05, 2014, 11:20:06 PM
 #95

Please just destroy all the coins mined to the address so the coin will become fine again.  I am not using it until you destroy those coins.
TheStuhlman
Legendary
*
Offline Offline

Activity: 1059
Merit: 1020


https://twitter.com/JStuhlman


View Profile WWW
July 05, 2014, 11:29:53 PM
 #96

Please just destroy all the coins mined to the address so the coin will become fine again.  I am not using it until you destroy those coins.

I am afraid it's too late for that, unless he hits this button:


DinosaurCoin (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 05, 2014, 11:48:14 PM
Last edit: July 06, 2014, 06:06:16 AM by DinosaurCoin
 #97

Please Download New Wallet V1.3 from below link , we deleted dirty data and also updated source code,  everything is well now !!  


https://mega.co.nz/#!20ICBBKC!B6ntIJY9nEm9yDQFJSaKC81eQJNZBbaINLqWyIEWGEM
animalroam
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
July 06, 2014, 12:36:55 AM
 #98

Please Download New Wallet V1.3 from below link , we deleted dirty data and also updated source code,  everything is well now !! 


https://mega.co.nz/#!20ICBBKC!B6ntIJY9nEm9yDQFJSaKC81eQJNZBbaINLqWyIEWGEM


Cool, but do you still have access to the coins from address where the premine was?  If not, could you show proof?
Dartminer
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 06, 2014, 01:54:07 AM
 #99

Russian translation https://bitcointalk.org/index.php?topic=678857.0
Tree Fiddy
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
July 06, 2014, 04:08:19 AM
 #100


ceo 10 μbtc/day
Pages: « 1 2 3 4 [5] 6 7 8 »  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!