scorpio18
Legendary
Offline
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
July 05, 2014, 08:27:41 PM |
|
wallet not sync Please help... Thanks Add this nodes to your conf file 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
|
|
|
|
admir
Newbie
Offline
Activity: 21
Merit: 0
|
|
July 05, 2014, 08:52:53 PM |
|
wallet not sync Please help... Thanks Add this nodes to your conf file 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
|
|
|
|
bengtåke
Sr. Member
Offline
Activity: 309
Merit: 250
confused developer
|
|
July 05, 2014, 09:15:15 PM |
|
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) 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 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" ] }
{ "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
|
|
|
|
rugrats
Sr. Member
Offline
Activity: 756
Merit: 250
Vave.com - Crypto Casino
|
|
July 05, 2014, 10:31:47 PM |
|
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) 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 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" ] }
{ "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)?
|
|
|
|
TheStuhlman
Legendary
Offline
Activity: 1059
Merit: 1020
https://twitter.com/JStuhlman
|
|
July 05, 2014, 10:32:25 PM |
|
nice findThat 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) 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 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" ] }
{ "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
Activity: 1059
Merit: 1020
https://twitter.com/JStuhlman
|
|
July 05, 2014, 10:40:16 PM |
|
|
|
|
|
|
DinosaurCoin (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
July 05, 2014, 10:48:15 PM |
|
that is for testing model , you know we test the wallet before launch .
|
|
|
|
mycryptocoin
Full Member
Offline
Activity: 380
Merit: 100
Community Manager - Blockchain analyst
|
|
July 05, 2014, 10:52:00 PM |
|
that is for testing model , you know we test the wallet before launch .
|
|
|
|
|
DinosaurCoin (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
July 05, 2014, 11:13:15 PM |
|
Ha, Ha, Ha!
seem something wrong , i will delete the dirty data , don't worry about that .
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
July 05, 2014, 11:17:39 PM |
|
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
|
|
|
|
mycryptocoin
Full Member
Offline
Activity: 380
Merit: 100
Community Manager - Blockchain analyst
|
|
July 05, 2014, 11:18:13 PM |
|
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?
|
|
|
|
animalroam
Legendary
Offline
Activity: 1073
Merit: 1000
|
|
July 05, 2014, 11:20:06 PM |
|
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
Activity: 1059
Merit: 1020
https://twitter.com/JStuhlman
|
|
July 05, 2014, 11:29:53 PM |
|
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
Activity: 14
Merit: 0
|
|
July 05, 2014, 11:48:14 PM Last edit: July 06, 2014, 06:06:16 AM by DinosaurCoin |
|
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
Activity: 1073
Merit: 1000
|
|
July 06, 2014, 12:36:55 AM |
|
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
Activity: 35
Merit: 0
|
|
July 06, 2014, 01:54:07 AM |
|
|
|
|
|
Tree Fiddy
|
|
July 06, 2014, 04:08:19 AM |
|
|
ceo 10 μbtc/day
|
|
|
|