Credde
|
|
August 20, 2014, 05:50:21 PM |
|
There must be something wrong. I have now fully synced the wallet but I am missing like 75% of my coins. I remember I had approx 2.2 mill ECC but now it only says approx 479k ECC... Is it possible that the allet is Staking? Under Balance you see Stake, are your coins there? If not, you have to go to help-->Debug Window . This will open the Debug window, now choose Console, and type repairwallet. Push enter The coins were not showing up under the Stake, but it worked with the repairwallet command. Thanks a lot for the help
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 20, 2014, 06:16:01 PM |
|
There must be something wrong. I have now fully synced the wallet but I am missing like 75% of my coins. I remember I had approx 2.2 mill ECC but now it only says approx 479k ECC... Is it possible that the allet is Staking? Under Balance you see Stake, are your coins there? If not, you have to go to help-->Debug Window . This will open the Debug window, now choose Console, and type repairwallet. Push enter The coins were not showing up under the Stake, but it worked with the repairwallet command. Thanks a lot for the help all of your coins are accounted for? also... ANNOUCNEMENT: we will have a new working block explorer up and running tomorrow night. sorry for the wait. also, the exchanges that are still trading ECC have been contacted and we are trying to get them to update to the latest source.
|
|
|
|
Credde
|
|
August 20, 2014, 06:33:28 PM |
|
all of your coins are accounted for?
Yes all coins
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 20, 2014, 07:34:18 PM |
|
also guys if you have any questions, comments, or concerns you can always jump in freenode at #ECCoin. i am in there a lot and so is mdtSpain. we can answer questions in there if you have them as well.
if you have never ever used freenode, there is no sign up required. the channel is #ECCoin and anyone with an @ symbol before there name is an admin and should be able to answer any questions you might have.
|
|
|
|
allen wong
Newbie
Offline
Activity: 22
Merit: 0
|
|
August 21, 2014, 12:30:09 AM |
|
I can't receive the mined coins ,the coins still 0 confirmed when it generated
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 21, 2014, 12:44:40 AM |
|
I can't receive the mined coins ,the coins still 0 confirmed when it generated
i am confused on what you are trying to say here. please elaborate on your problem with as much detail as you can and i will try to help you fix it. if you would like realtime help please visit the #ECCoin channel in irc freenode
|
|
|
|
allen wong
Newbie
Offline
Activity: 22
Merit: 0
|
|
August 21, 2014, 01:00:39 AM |
|
I can't receive the mined coins ,the coins still 0 confirmed when it generated
i am confused on what you are trying to say here. please elaborate on your problem with as much detail as you can and i will try to help you fix it. if you would like realtime help please visit the #ECCoin channel in irc freenode thank you It's ok now
|
|
|
|
joele
Legendary
Offline
Activity: 1022
Merit: 1000
|
|
August 21, 2014, 04:23:48 AM |
|
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight) { int64 nRewardCoinYear; nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;
if(nHeight < 250000) nRewardCoinYear = 2.5 * MAX_MINT_PROOF_OF_STAKE; else if(nHeight > 250000) nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE / 10;
int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
Questions about the POS reward code. MAX_MINT_PROOF_OF_STAKE is 10%, right? Less 250k blocks 25%/year reward? after that is 1%/year? Thanks
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
August 21, 2014, 05:52:44 AM |
|
include coin control in one of next wallets please
|
|
|
|
lxru9999
Member
Offline
Activity: 112
Merit: 10
|
|
August 21, 2014, 06:41:00 AM |
|
What is coming in the future for ECCoin
The official meaning for EC in the ECCoin name is Easy and Clear. the Coins now official name is EasyClearCoin.
which means yes, i am currently working on a clear send protocol (its not done yet) that will be out in the next major update of 1.9. (maybe a week or two, depending on how much time i have) this protocol for sending will work to do the opposite of what cloak coin and dark coin tried to do. instead of anoning and hiding the transactions of coins sent across the block chain, this coin will work to make the chain more transparent and easier to follow so that it is easier to track coins rather than make it harder. i believe that having this in a coin will make it easier to be accepted by the current standing governments and such because it is easy to address their biggest excuse for not allowing bitcoin [money laundering]. i will provide a more detailed description of the protocl and how it works when it is more towards completion.
ECC vevry good
|
|
|
|
mdtspain
Legendary
Offline
Activity: 1076
Merit: 1003
|
|
August 21, 2014, 09:37:37 AM |
|
Wallet not cynch, left 129558 blocks, i never withdraw coin from wallet and before ver1.7 my coins POSing very well. I delete all exept wallet.dat and *.conf but wallet not cync :/ Dev can you help please? Hello, I have send you a PM, so I can help you out. Michael
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 21, 2014, 11:40:33 AM Last edit: August 21, 2014, 01:11:22 PM by Griffith |
|
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight) { int64 nRewardCoinYear; nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;
if(nHeight < 250000) nRewardCoinYear = 2.5 * MAX_MINT_PROOF_OF_STAKE; else if(nHeight > 250000) nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE / 10;
int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
Questions about the POS reward code. MAX_MINT_PROOF_OF_STAKE is 10%, right? Less 250k blocks 25%/year reward? after that is 1%/year? Thanks max mint proof of stake does = 10% yes. we are changing the POS to fork at block 250k to a new rate. the 1% year that is up right now will be changed, that is just a temporary placeholder while we fixed the sync issues (now fixed) and the next wallet will have the real algorithm that i want pos to do which is. int64 nRewardCoinYear; nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE; if(nHeight < 250000) nRewardCoinYear = 2.5 * MAX_MINT_PROOF_OF_STAKE; else if(nHeight > 250000) if (nHeight < 14016000) [# of blocks after 20 years] { nRewardCoinYear = (3 * (MAX_MINT_PROOF_OF_STAKE / 10)) - ((nHeight / 700800) * (MAX_MINT_PROOF_OF_STAKE / 100)); [3 % calculation------------------------] - ([# of years-------] * [.1% calculation-------------------]) } else { nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE / 10; } which is basically 3% - .1% per year until it hits 1 % (after 20 years) this will be changed way before block 250k so there is no need to worry about that for now POW blocks will continue to pay out 1 ECC per block after this change has been put into place
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 21, 2014, 02:46:09 PM |
|
okay guys. i am moving tonight so i have to pack up and get ready. the next time i will be online will probably be saturday after i get to the new place and unpack. see you all in a few days. (might have time to check in from my phone)
|
|
|
|
sheepman
Member
Offline
Activity: 95
Merit: 10
|
|
August 21, 2014, 03:21:48 PM |
|
Hi all, I've setup a test block explorer available here: http://38.93.234.101:8080/chain/ECCoinIf anyone notices anything odd with it please let me know. If all seems ok I'll try and make it prettier and hosted on a memorable url
|
|
|
|
q-biq
Newbie
Offline
Activity: 24
Merit: 0
|
|
August 21, 2014, 03:28:15 PM |
|
Exchange 24h trade volumes.
Swisscex - Volume: 0.00059340 BTC Comkort - Volume: 0 BTC Allcoin - Volume: 0.1829 LTC
Time to start up the engine guys and promote this coin again?
|
|
|
|
cakir
Legendary
Offline
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
|
|
August 21, 2014, 03:57:03 PM |
|
1ac178b39c11672e6e4c2d162d565f7a4790410035195dd9980ff99038c95a83 what's this?
|
|
|
|
| ,'#██+: ,█████████████' +██████████████████ ;██████████████████████ ███████: .███████` ██████ ;█████' `█████ #████# ████+ `████+ ████: ████, ████: .# █ ████ ;███+ ██ ███ ████ ████ ███' ███. '███, +███ #████ ,████ ████ ████ █████ .+██████: █████+ `███. ,███ ███████████████████████ ████ ████ ███████████████████████' :███ ███: +████████████████████████ ███` ███ █████████████████████████` ███+ ,███ ██████████████████████████ #███ '███ '██████████████████████████ ;███ #███ ███████████████████████████ ,███ ████ ███████████████████████████. .███ ████ ███████████████████████████' .███ +███ ███████████████████████████+ :███ :███ ███████████████████████████' +███ ███ ███████████████████████████. ███# ███. #██████████████████████████ ███, ████ █████████████████████████+ `███ '███ '████████████████████████ ████ ███; ███████████████████████ ███; ████ #████████████████████ ████ ███# .██████████████████ `███+ ████` ;██████████████ ████ ████ '███████#. ████. .████ █████ '████ █████ #████' █████ +█████` ██████ ,██████: `███████ ████████#;,..:+████████. ,███████████████████+ .███████████████; `+███████#,
| |
|
|
|
mdtspain
Legendary
Offline
Activity: 1076
Merit: 1003
|
|
August 21, 2014, 04:06:03 PM |
|
1ac178b39c11672e6e4c2d162d565f7a4790410035195dd9980ff99038c95a83 what's this? Hallo, That is a block that was resolved before you could send it, there are no confirmations for it. That happens some times, but looking to the date, it is possible that you where on a fork. These things happen and it's no problem. Your wallet doesn't count that as stake received, and will try to solve others to receive the stake that you entitled to.
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
August 21, 2014, 04:10:23 PM |
|
Exchange 24h trade volumes.
Swisscex - Volume: 0.00059340 BTC Comkort - Volume: 0 BTC Allcoin - Volume: 0.1829 LTC
Time to start up the engine guys and promote this coin again?
we are waiting on the exchanges to get back to us about updating there source so that they arent operating on a false fork of the network. please wait until we confirm them before trading with them. (you can check confirmation status in the first post 1ac178b39c11672e6e4c2d162d565f7a4790410035195dd9980ff99038c95a83 what's this? that block is orphaned. it isnt an error, it happens. no big deal
|
|
|
|
cordearo
Member
Offline
Activity: 63
Merit: 10
|
|
August 22, 2014, 05:29:05 AM |
|
my wallets is staking millions but they always come out unconfirmed micheal i have PM still waiting on your response i only get a few thousand but i generated all these orphans with millions on them i am not on a fork these are current days
|
|
|
|
mdtspain
Legendary
Offline
Activity: 1076
Merit: 1003
|
|
August 22, 2014, 08:01:05 AM |
|
my wallets is staking millions but they always come out unconfirmed micheal i have PM still waiting on your response i only get a few thousand but i generated all these orphans with millions on them i am not on a fork these are current days
PM send
|
|
|
|
|