plast555
|
|
March 01, 2015, 05:01:13 PM |
|
Why can't you send? What is happening when you try to send coins?
Let me guess...Transaction Creation Failed?
It stoped on last POW block 6000 and here is staying ! --and network weight is still 0 in POS
|
|
|
|
CryptoClub
Legendary
Offline
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
|
|
March 01, 2015, 05:02:45 PM |
|
Well I just checked a few basic things in their source, and I must say...this is written very poorly - Decimals are coded incorrectly
- Comments in git are inaccurate
- Stake rewards are based on a 365 day calendar and do not calculate for leap years
- Fees are improperly written
- Trying to limit moneysupply in the wrong spot
- Minimum stake age is not what is written in the OP
I got a PM to check this code out and without reading the thread, my guess is coins won't send properly and it most likely isn't staking correctly These are simple fixes, among the others I'm sure I didn't check. I suggest fixing them all before posting your 'fix.' And let this be a lesson to everyone...use fucking testnet before you post shitWell, if the dev abandoned us there is a massive premine waiting for you to help us. We already have a nice Bittrex slot, the branding is good. Just needs someone that can code it seems, like a really good staking coin coder
|
...
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
March 01, 2015, 05:03:08 PM |
|
Why can't you send? What is happening when you try to send coins?
Let me guess...Transaction Creation Failed?
Block chain has seized on block 6000 at the point of POW/POS switch over. Network weight total has been 0 since day one and still is.
|
|
|
|
najzenmajsen
|
|
March 01, 2015, 05:03:13 PM |
|
Alright , who's gonna take this one over ? : ) im putting a 2k bounty out. together we can create a nice one : >
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 01, 2015, 05:03:30 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)
|
|
|
|
plast555
|
|
March 01, 2015, 05:04:33 PM |
|
Well I just checked a few basic things in their source, and I must say...this is written very poorly - Decimals are coded incorrectly
- Comments in git are inaccurate
- Stake rewards are based on a 365 day calendar and do not calculate for leap years
- Fees are improperly written
- Trying to limit moneysupply in the wrong spot
- Minimum stake age is not what is written in the OP
I got a PM to check this code out and without reading the thread, my guess is coins won't send properly and it most likely isn't staking correctly These are simple fixes, among the others I'm sure I didn't check. I suggest fixing them all before posting your 'fix.' And let this be a lesson to everyone...use fucking testnet before you post shitWell, if the dev abandoned us there is a massive premine waiting for you to help us. We already have a nice Bittrex slot, the branding is good. Just needs someone that can code it seems, like a really good staking coin coder it is just 40k...what are you talking....massive, than I have super massive amount of coins
|
|
|
|
CoHPa3yMa
Newbie
Offline
Activity: 14
Merit: 0
|
|
March 01, 2015, 05:07:51 PM |
|
it is just 40k...what are you talking....massive, than I have super massive amount of coins [/quote] Many have the coins, but this is likely to SCAM.
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
March 01, 2015, 05:08:22 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 }
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 01, 2015, 05:09:55 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 } Thanks. Perfect, that looks correct. I believe I was right, it's the stake age, not the difficulty causing no PoS blocks to be found Were any PoS blocks found prior to block 5999 or was that all PoW?
|
|
|
|
CryptoClub
Legendary
Offline
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
|
|
March 01, 2015, 05:10:39 PM |
|
Well I just checked a few basic things in their source, and I must say...this is written very poorly - Decimals are coded incorrectly
- Comments in git are inaccurate
- Stake rewards are based on a 365 day calendar and do not calculate for leap years
- Fees are improperly written
- Trying to limit moneysupply in the wrong spot
- Minimum stake age is not what is written in the OP
I got a PM to check this code out and without reading the thread, my guess is coins won't send properly and it most likely isn't staking correctly These are simple fixes, among the others I'm sure I didn't check. I suggest fixing them all before posting your 'fix.' And let this be a lesson to everyone...use fucking testnet before you post shitWell, if the dev abandoned us there is a massive premine waiting for you to help us. We already have a nice Bittrex slot, the branding is good. Just needs someone that can code it seems, like a really good staking coin coder it is just 40k...what are you talking....massive, than I have super massive amount of coins It was a 1% premine before POW was cut short, so someone would have to do the math, but the premine is higher than 1% anyway.
|
...
|
|
|
glax1983
|
|
March 01, 2015, 05:11:25 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 } Thanks. Perfect, that looks correct. I believe I was right, it's the stake age, not the difficulty causing no PoS blocks to be found Were any PoS blocks found prior to block 5999 or was that all PoW? all pow
|
|
|
|
ohmygod21
|
|
March 01, 2015, 05:13:33 PM |
|
this is simply a joke
1 / block reward code broken .
2 / cut pow in few hours / 2 days of pow again > 6k
3 / pos broken
lol , seriously who's behind this coin , not a dev
|
|
|
|
plast555
|
|
March 01, 2015, 05:13:56 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 } Thanks. Perfect, that looks correct. I believe I was right, it's the stake age, not the difficulty causing no PoS blocks to be found Were any PoS blocks found prior to block 5999 or was that all PoW? all pow But coins start staking after 1st POW block, it was before 2 or 3 days and what about that coins, will be rewarded for all those days or not
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 01, 2015, 05:14:45 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 } Thanks. Perfect, that looks correct. I believe I was right, it's the stake age, not the difficulty causing no PoS blocks to be found Were any PoS blocks found prior to block 5999 or was that all PoW? all pow Ok, pretty sure it's because of the minimum age, then. Although, these decimals all over the place (hardcoded, ugh) might be fucking things up, too. On top of writing decimals incorrectly, this is trying to use them where it should only be using whole numbers (or at least, what I assume should be whole numbers) It's like someone read this code in English rather than code and tried to wing it. There is so much fucked up in here...
|
|
|
|
GetGuap$
Member
Offline
Activity: 107
Merit: 10
|
|
March 01, 2015, 05:18:33 PM |
|
Why can't you send? What is happening when you try to send coins?
PoW ended at block 6000, and staking has not started yet due to high initial stake difficulty. So no blocks are currently moving until that first block is found via proof of stake. You will definitely know more than me though. You're the staking expert... Ah, that's simple 5999 Timestamp: 1st Mar 2015 10:17:55 unsigned int nStakeMinAge = 24 * 60 * 60; // 1 Days for your ECASH to be able to stake You won't get a PoS block until at least 2nd Mar 2015 10:17:55 - Has nothing to do with difficulty, although if someone could post results of 'getdifficulty' for me, that would confirm my suspicions. I don't really feel like getting this client loaded up For real, though, the fees are fucked up. That needs to be changed ASAP. I would also change the stake reward to account for leap years, rather than a flat 365 division (this is so sloppy, this whole repo...)  getdifficulty { "proof-of-work" : 4021311.22263795, "proof-of-stake" : 0.06249911, "search-interval" : 1 } Thanks. Perfect, that looks correct. I believe I was right, it's the stake age, not the difficulty causing no PoS blocks to be found Were any PoS blocks found prior to block 5999 or was that all PoW? all pow Ok, pretty sure it's because of the minimum age, then. Although, these decimals all over the place (hardcoded, ugh) might be fucking things up, too. On top of writing decimals incorrectly, this is trying to use them where it should only be using whole numbers (or at least, what I assume should be whole numbers) It's like someone read this code in English rather than code and tried to wing it. There is so much fucked up in here... Thx for helping. Are you willing to fix for the premine bounty?
|
|
|
|
ohmygod21
|
|
March 01, 2015, 05:19:12 PM |
|
have an idea to start the take over
1/ rebranding : BrokeCoin
hihihih
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 01, 2015, 05:19:57 PM |
|
Has the dev disappeared, and who is holding the entire premine right now?
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
March 01, 2015, 05:21:00 PM |
|
Ok, pretty sure it's because of the minimum age, then. Although, these decimals all over the place (hardcoded, ugh) might be fucking things up, too. On top of writing decimals incorrectly, this is trying to use them where it should only be using whole numbers (or at least, what I assume should be whole numbers)
It's like someone read this code in English rather than code and tried to wing it. There is so much fucked up in here...
It seems then that the "dev" has torpedoed his own coin.
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
March 01, 2015, 05:21:28 PM |
|
Has the dev disappeared, and who is holding the entire premine right now?
ocminer is holding the premine of 40k coins.
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 01, 2015, 05:22:27 PM |
|
Has the dev disappeared, and who is holding the entire premine right now?
ocminer is holding the premine of 40k coins. Ok, at least it's in trustworthy hands. So the dev has nothing, other than their personal stash of what they mined?
|
|
|
|
|