Pages:
Author

Topic: [ANN] ECC - page 50. (Read 259347 times)

legendary
Activity: 1400
Merit: 1000
June 17, 2017, 04:49:11 AM
I've looked into this coin for some colleagues of mine and found some issues.

First, upnp is disabled in the code itself, meaning clients can't connect to each other, only nodes - of which there currently only seems to be one that is active. I fixed that code and recompiled the wallet, but either that one node isn't relaying peers or nobody else is running the coin with a connection to that node.
ah, it seems like upnp was actually turned off. thats a mistake, fixed that. although its not turned off in the code though, it is a compiler argument. but the rest of the explination is a bit off. UPNP maps port forwarding for you, otherwise you have to do it manually. it doesnt prevent you from connecting to other wallets. if you manually port forwarded (i do that with all my wallets manually anyway so i guess i never noticed upnp was off) then upnp wont do anything.  

Also a client and a node are the same thing. i guess the distinction you were making here is if one had port forwarding done or not though.


Second, the old wallet issue is a simple one. The reason you get an error when you try opening an old wallet.dat is because of the 0.2 versioning. The old wallets were 1.0+ wallets, so when you try to open an old wallet, it thinks you're trying to open the wallet with an old client. Fixed that.

just run upgrade wallet= whatever the wallet version is to fix that. i already coded a fix for that without compromising the integrity of the feature structure of the wallet upgrade system. so upgrade=20500 would fix it. or if you have 0.2.4.9 then you run upgradewallet=20409. i made a post about this i think on the last page.

Third - Yesterday I had a colleague send a large amount of coins to the exchange with the custom wallet I had to make for him because the one made by the dev cannot open old wallets (see above) and they were never confirmed despite showing up on the then functional block explorer. However, I was able to send a small amount of coins (1000) to the exchange from the same wallet afterwards, and they *were* confirmed by the exchange.

sounds like your colleagues wallet might have forked itself? unsure. would have to have debug logs to tell. although that is possible.


Fourth - The node that is online is not relaying blocks from the chain, making it impossible to sync. I expect that this is the same issue the explorer is having.

I've found all the issues I have encountered to be obvious from a coding perspective and the fixes trivial at best. I don't know anything about the state of the chain, or why the nodes have stopped relaying blocks. So take all this for what you will.

the three seed nodes are relaying blocks just fine. the explorer is actually disabled completely right now because they are upgrading wallet versions. one of them did crash for a little bit though



to address the, why can i not sync? issue. the best remedy is to try to rebootstrap and sync again. usually fixes the problem (or sync from scratch but wait a while)
sr. member
Activity: 280
Merit: 250
June 17, 2017, 04:25:48 AM
I've looked into this coin for some colleagues of mine and found some issues.

First, upnp is disabled in the code itself, meaning clients can't connect to each other, only nodes - of which there currently only seems to be one that is active. I fixed that code and recompiled the wallet, but either that one node isn't relaying peers or nobody else is running the coin with a connection to that node.

Second, the old wallet issue is a simple one. The reason you get an error when you try opening an old wallet.dat is because of the 0.2 versioning. The old wallets were 1.0+ wallets, so when you try to open an old wallet, it thinks you're trying to open the wallet with an old client. Fixed that.

Third - Yesterday I had a colleague send a large amount of coins to the exchange with the custom wallet I had to make for him because the one made by the dev cannot open old wallets (see above) and they were never confirmed despite showing up on the then functional block explorer. However, I was able to send a small amount of coins (1000) to the exchange from the same wallet afterwards, and they *were* confirmed by the exchange.

Fourth - The node that is online is not relaying blocks from the chain, making it impossible to sync. I expect that this is the same issue the explorer is having.


I've found all the issues I have encountered to be obvious from a coding perspective and the fixes trivial at best. I don't know anything about the state of the chain, or why the nodes have stopped relaying blocks. So take all this for what you will.
newbie
Activity: 24
Merit: 0
June 17, 2017, 02:00:43 AM
Please fix your blockexplorer!
It seems it has no active nodes/peers to sync the blockchain.
newbie
Activity: 6
Merit: 0
June 16, 2017, 09:08:36 PM
Ok, ive said it quite a few times already but here it is once more =p

there will be a whole new UI released for the wallet this weekend that will make it a lot easier to use. so be patient on that, we are working on it. it will also make it possible for us to update OSX agian.

CoinExchange is under maintenance because they are currently upgrading their wallet to v0.2.5.0 so there is no need to worry about that.

and yes, mac is the operating system that is having most of the problems right now. we know. but right now there is no way to update OSX (dev environment got corrupted and appple is doing everything it can to prevent us from fixing it) so that makes it really hard to fix the wallets for them. the new wallet UI this weekend will fix a lot of the issues people are having

I am normally more than happy to help people fix their issues. but most of the issues will be fixable from a button click or two once the new UI is finished. so im just gunna have to ask everyone to sit tight on that for a little bit

-Griffith

That's fantastic news --- thank you for all of the hard work and dedication.  Looking forward to seeing the upcoming new UI

it is being designed so that if you need help, you click on the help tab. and find your problem. and it has a button to fix it


Ok, will this also help with my issue?
legendary
Activity: 1400
Merit: 1000
June 16, 2017, 09:07:24 PM
Ok, ive said it quite a few times already but here it is once more =p

there will be a whole new UI released for the wallet this weekend that will make it a lot easier to use. so be patient on that, we are working on it. it will also make it possible for us to update OSX agian.

CoinExchange is under maintenance because they are currently upgrading their wallet to v0.2.5.0 so there is no need to worry about that.

and yes, mac is the operating system that is having most of the problems right now. we know. but right now there is no way to update OSX (dev environment got corrupted and appple is doing everything it can to prevent us from fixing it) so that makes it really hard to fix the wallets for them. the new wallet UI this weekend will fix a lot of the issues people are having

I am normally more than happy to help people fix their issues. but most of the issues will be fixable from a button click or two once the new UI is finished. so im just gunna have to ask everyone to sit tight on that for a little bit

-Griffith

That's fantastic news --- thank you for all of the hard work and dedication.  Looking forward to seeing the upcoming new UI

it is being designed so that if you need help, you click on the help tab. and find your problem. and it has a button to fix it
full member
Activity: 137
Merit: 100
June 16, 2017, 08:50:24 PM
Ok, ive said it quite a few times already but here it is once more =p

there will be a whole new UI released for the wallet this weekend that will make it a lot easier to use. so be patient on that, we are working on it. it will also make it possible for us to update OSX agian.

CoinExchange is under maintenance because they are currently upgrading their wallet to v0.2.5.0 so there is no need to worry about that.

and yes, mac is the operating system that is having most of the problems right now. we know. but right now there is no way to update OSX (dev environment got corrupted and appple is doing everything it can to prevent us from fixing it) so that makes it really hard to fix the wallets for them. the new wallet UI this weekend will fix a lot of the issues people are having

I am normally more than happy to help people fix their issues. but most of the issues will be fixable from a button click or two once the new UI is finished. so im just gunna have to ask everyone to sit tight on that for a little bit

-Griffith

That's fantastic news --- thank you for all of the hard work and dedication.  Looking forward to seeing the upcoming new UI
legendary
Activity: 1400
Merit: 1000
June 16, 2017, 08:28:28 PM
Ok, ive said it quite a few times already but here it is once more =p

there will be a whole new UI released for the wallet this weekend that will make it a lot easier to use. so be patient on that, we are working on it. it will also make it possible for us to update OSX agian.

CoinExchange is under maintenance because they are currently upgrading their wallet to v0.2.5.0 so there is no need to worry about that.

and yes, mac is the operating system that is having most of the problems right now. we know. but right now there is no way to update OSX (dev environment got corrupted and appple is doing everything it can to prevent us from fixing it) so that makes it really hard to fix the wallets for them. the new wallet UI this weekend will fix a lot of the issues people are having

I am normally more than happy to help people fix their issues. but most of the issues will be fixable from a button click or two once the new UI is finished. so im just gunna have to ask everyone to sit tight on that for a little bit

-Griffith
newbie
Activity: 15
Merit: 0
June 16, 2017, 06:16:56 PM
The wallet dont sync, nor from a backup boot strap, nor from Zero, but I have 6 conections, before that, the coins dont display correctly in any case (backup wallet, rescan, etc.). Please fix, this wallet, works well until the last 3 updates.
full member
Activity: 137
Merit: 100
June 16, 2017, 05:56:20 PM
Griffith -- -as a near-term goal, could you please tighten up the wallet to make it more stable and hands-off?  I don't want to have to close and re-open the wallet or re-scan in order to see accurate totals or pending/completed coins or to get new stakes. 

Right now, stakes usually don't show up unless I close and re-open the wallet periodically.  Also, I still have many stakes that have not minted.  This should not take so long to confirm and be added to the wallet.

For long-term success, the wallet functionality needs to be tightened up soon, IMO.
member
Activity: 118
Merit: 100
June 16, 2017, 05:51:55 PM
Hello guys.
I have old wallet.dat with old version of the wallet 2.3.0 (2015 year).  Can i still migrate to new wallet? Or for now i can just forget about my eccoins?
sr. member
Activity: 1078
Merit: 310
AKA RJF - Member since '13
June 16, 2017, 05:47:07 PM
The wallet isn't doing anything. It says it is 15 hours behind for over 6 hours now. "Connecting to peers" and I see no movement . A little red dot on the bottom right says 1 connection. It seems like it just stopped connecting. What can I do to fix this? It says progress is 100%, but it's "calculating" both the progress increase per hour and the estimated time left until synced

Sounds like you need to update your peer list. I'll let Griffith explain.

member
Activity: 206
Merit: 26
June 16, 2017, 05:40:44 PM
Ecc does not have any social media website does not exist in very bad stock markets
newbie
Activity: 6
Merit: 0
June 16, 2017, 05:12:24 PM
The wallet isn't doing anything. It says it is 15 hours behind for over 6 hours now. "Connecting to peers" and I see no movement . A little red dot on the bottom right says 1 connection. It seems like it just stopped connecting. What can I do to fix this? It says progress is 100%, but it's "calculating" both the progress increase per hour and the estimated time left until synced
sr. member
Activity: 1078
Merit: 310
AKA RJF - Member since '13
June 16, 2017, 05:09:03 PM
I've withdrawn a significant amount to CoinExchange.io ---- in the past, it has shown up within 30 minutes to 1 hour.  This transaction shows as confirmed in my wallet, but CoinExchange.io has not received anything ~2 hours later.

What could  be happening???  

Not sure but, I sent a good amount there as a test and they were received in less than a minute. Then sent them back to my wallet, same thing, less than a minute so, all else being equal, the system, the exchange and the wallet work.

Did you do that just now?  The ECC wallet on CoinExchange is currently under maintenance.

Nah, that was last night but it explains why there is a problem now. Did you hit up their tech support?
member
Activity: 70
Merit: 10
June 16, 2017, 05:07:57 PM

Being cheaply priced won't help the coin long term, apart from the low price I haven't seen anything about this coin that would make it a worthy long term investment. I've seen other cheap coins that at least had something that made them stand out but with ECC I see nothing special so far.

Says the guy with 3 posts who registered on June 8   Grin Grin Grin

Why don't you browse this thread and find out why it has such strong interest & potential?

Yet you have absolutely nothing to counter his point.

Everybody comes here and makes the question: what's good about this coin.

Nobody has a single fuckin answer, not one, just "great developer".

What did the developer do?

Write one post in very poor english where he doesn't even specify where's ECC heading.

Do you even guys understand how comparable services work? Like Sia?

The fact that this coint is worth 1-100-1000-1000000 satoshis is close to meaningless to anybody apart the investor.

The real case use is a renter that says "what is the best storage I can use, how much I'm gonna pay for the bandwidth, how much I'm gonna pay for the storage, ecc, ecc"?

If you go on siahub:

http://siahub.info/

You can see the prices for hosting files on a much more mature network and a much more developed coin.

The price of sia is absolutely meaningless as well to anybody by the investors.

It's the hosts that set the prices, collateral and bandwidth. Sia can double the price, it doesn't matter, hosts will compete by lowering the fees.

You guys here provide no information, no value to the discussion, you have absolutely no argument to explain why this coin's good at all.

99 % you bought at the peak and now are desperately trying to motivate people to bail you out.

Meanwhile there's absolutely no discussion on the technology that ECC provides or how it distinguishes from other similar coins like storj or sia.

Great developer? Who is he? Name? What are his credentials. More serious coins have entire development teams, roadmaps, here? I can see nothing. There is barely a functioning wallet.

Keep begging everywhere (where you the guy on the trollbox slack trying to pump ecc?) so people buy it.

Come at me next month and say that ECC doubled it's value, you'll still miss all of my previous points. Wish you at least to make some money with it. Bye.

Thank you, I asked a simple question and the calvary came out in full force and still up to now no one has an answer.


All coins are the same, just need to send data secure from point a to point b, all the flowers and whistles are just a dress up, but as somebody said,I do not see the point of your comments, if you do not like to risk it to a new venture, well, cowards have not made this world move so far, so if you do not like this project and you do not support, stop trolling, or perhaps are you the fail developer of another project that puke envy over others possible success?
full member
Activity: 137
Merit: 100
June 16, 2017, 04:37:10 PM
I've withdrawn a significant amount to CoinExchange.io ---- in the past, it has shown up within 30 minutes to 1 hour.  This transaction shows as confirmed in my wallet, but CoinExchange.io has not received anything ~2 hours later.

What could  be happening??? 

Not sure but, I sent a good amount there as a test and they were received in less than a minute. Then sent them back to my wallet, same thing, less than a minute so, all else being equal, the system, the exchange and the wallet work.

Did you do that just now?  The ECC wallet on CoinExchange is currently under maintenance.
sr. member
Activity: 1078
Merit: 310
AKA RJF - Member since '13
June 16, 2017, 04:28:36 PM
Why do you trust ecc ?

Because the Dev is Greg Griffith who has been around for a while and has worked on other coins and has proven himself trustworthy.

sr. member
Activity: 1078
Merit: 310
AKA RJF - Member since '13
June 16, 2017, 04:26:41 PM
I've withdrawn a significant amount to CoinExchange.io ---- in the past, it has shown up within 30 minutes to 1 hour.  This transaction shows as confirmed in my wallet, but CoinExchange.io has not received anything ~2 hours later.

What could  be happening??? 

Not sure but, I sent a good amount there as a test and they were received in less than a minute. Then sent them back to my wallet, same thing, less than a minute so, all else being equal, the system, the exchange and the wallet work.
member
Activity: 206
Merit: 26
June 16, 2017, 04:24:56 PM
Why do you trust ecc ?
full member
Activity: 137
Merit: 100
June 16, 2017, 04:04:26 PM
I've withdrawn a significant amount to CoinExchange.io ---- in the past, it has shown up within 30 minutes to 1 hour.  This transaction shows as confirmed in my wallet, but CoinExchange.io has not received anything ~2 hours later.

What could  be happening???  
Now A wallet sends COINS to B wallet, which is confirmed. Twenty minutes later, the purse didn't show the coin.

Yes, this is the problem ----- what could cause this?  It's a significant amount of coins floating out there and not available on the exchange or in my wallet for staking......


EDIT:  The most likely problem is that apparently the CoinExchange ECC wallet is under maintenance.  The issue is on the CoinExchange end and should be resolved soon.
Pages:
Jump to: