Author

Topic: [ANN] ECC - page 134. (Read 259365 times)

legendary
Activity: 1076
Merit: 1003
May 26, 2015, 01:11:07 PM
please refrain from sending ECC for the next day or two. was working on cryptobank and notcied another irregularity. nothing too serious. just a bug that sometimes caused a tx to be sent. but not actually be packed into a block. so it will sit in the wallet pending to be sent forever. will patch as soon as root of issue is found and fixed. cryptobank is shapping up to be pretty awesome though

edit: nvm. im dumb. everything is working. gui has a bug where it doesnt update sometimes is the actual problem.

we will also be reformatting the trustedcryptos website soon so that is has more features, looks better, and has more information

Thanks for info.

I am redownloading the blockchain from the new wallet, but it is inordinately slow. in 12 hours download time it has stopped 5 times, and still only at around 16k blocks out of ~600k

Should I add anything (nodes) to the config, or is there a bootstrap ?



There is a complete map with the blockchain untill the beginning of may in the OP...... that saves you more then a week.
legendary
Activity: 2534
Merit: 1129
May 26, 2015, 07:58:42 AM
please refrain from sending ECC for the next day or two. was working on cryptobank and notcied another irregularity. nothing too serious. just a bug that sometimes caused a tx to be sent. but not actually be packed into a block. so it will sit in the wallet pending to be sent forever. will patch as soon as root of issue is found and fixed. cryptobank is shapping up to be pretty awesome though

edit: nvm. im dumb. everything is working. gui has a bug where it doesnt update sometimes is the actual problem.

we will also be reformatting the trustedcryptos website soon so that is has more features, looks better, and has more information

Thanks for info.

I am redownloading the blockchain from the new wallet, but it is inordinately slow. in 12 hours download time it has stopped 5 times, and still only at around 16k blocks out of ~600k

Should I add anything (nodes) to the config, or is there a bootstrap ?

hero member
Activity: 894
Merit: 1000
May 26, 2015, 02:14:09 AM
Good to see things moving again!

Regards

Goldmaxx
legendary
Activity: 1400
Merit: 1000
May 25, 2015, 11:41:22 PM
please refrain from sending ECC for the next day or two. was working on cryptobank and notcied another irregularity. nothing too serious. just a bug that sometimes caused a tx to be sent. but not actually be packed into a block. so it will sit in the wallet pending to be sent forever. will patch as soon as root of issue is found and fixed. cryptobank is shapping up to be pretty awesome though

edit: nvm. im dumb. everything is working. gui has a bug where it doesnt update sometimes is the actual problem.

we will also be reformatting the trustedcryptos website soon so that is has more features, looks better, and has more information
legendary
Activity: 1400
Merit: 1000
May 25, 2015, 10:04:12 AM
Well everyone. welcome back to bitcointalk. im glad it is finally back online.

Some news for you all.

first off-  SUPERCOIN - has anon (duh). i am getting a second opinion on the anon and how well it actually anons stuff from the security guys at cryptsy. will post when i get their response. We are going to start moving forward on making this the new standard for the darknet (because it is the #1 anon coin).


Cryptobank - found a few errors with the base code (mostly them being a possibly large memory leak), since i took the base code from ECC. memory leak confirmed. after about 3 weeks straight of running the wallet i have noticed that the wallets memory consumption doubled. this has been fixed. this means ECC needs a fix (if you want). NOT MANDITORY. 2.4.5 should be out soon if you plan on keeping your wallet open for long periods of time and want a memory leak fix. (found that it does NOT happen on mac wallets, i think the problem is windows only)



MWC has a possible change coming very shortly.


edit: that memory leak thing i thought there was in cryptobank might just be linux telling me cached mem is used mem (which it isnt), git has been updated though
legendary
Activity: 1400
Merit: 1000
May 21, 2015, 03:41:39 PM
the mac and windows 2.4.4.0 ECC wallets are up on the trustedcryptos website. we should be posting an external link for the windows wallet soon. the next time we post an update about something new being uploaded it should be the cryptobank application. it is nearing first stage completion. not too far off now
legendary
Activity: 1400
Merit: 1000
May 21, 2015, 02:52:34 PM
Tiny typo on the trustedcryptos website under 'Our Coins' the 3 coins  says X 4 conf.for a transacaction instead of transactions. I still love you guys and ECC though Smiley

thank you. fixed.
GDF
newbie
Activity: 12
Merit: 0
May 21, 2015, 02:46:32 PM
Tiny typo on the trustedcryptos website under 'Our Coins' the 3 coins  says X 4 conf.for a transacaction instead of transactions. I still love you guys and ECC though Smiley
legendary
Activity: 1076
Merit: 1003
May 21, 2015, 03:47:26 AM
I will open an account on comkort also. Maybe we can get some trading going on their platform
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
May 20, 2015, 07:53:55 PM
compiled new version as daemon


getblocks -1 to 00000000000000000000 limit 500
received block c840f08a2eb692cddc17
ERROR: GetSyncCheckpoint: block index missing for current sync-checkpoint ae2e43c35a3346fa798a0a356ca7a4bce57885ee64e4319295f7f3b7210944f1
ECC: checkpoints.cpp:190: bool Checkpoints::CheckSync(const uint256&, const CBlockIndex*): Assertion `mapBlockIndex.count(hashSyncCheckpoint)' failed.




does that mean i need to resync again Huh
:p


edit.
i took that checkpoint out of checkpoints.h, recompiled, and seems to be syncing fine now.
..
am now running the "official" code. and all is well.

so put the checkpoint back in and resync from the chain on the op. if you dont put that checkpoint back in the other wallets will read yours as toxic and ban your ip from the connection list since they do that ysing the checkpoints


i have put it back and it is fine.
seemed i wasnt up to that block (of the checkpoint).
i took out that checkpoint. compiled.
then it synced fine on the correct chain.
i put the checkpoint back. compiled.
all is good now.

except i'm waiting for comkort to update so i can withdraw


..
i must remember to explain myself better :p
legendary
Activity: 1400
Merit: 1000
May 20, 2015, 12:15:10 PM
compiled new version as daemon


getblocks -1 to 00000000000000000000 limit 500
received block c840f08a2eb692cddc17
ERROR: GetSyncCheckpoint: block index missing for current sync-checkpoint ae2e43c35a3346fa798a0a356ca7a4bce57885ee64e4319295f7f3b7210944f1
ECC: checkpoints.cpp:190: bool Checkpoints::CheckSync(const uint256&, const CBlockIndex*): Assertion `mapBlockIndex.count(hashSyncCheckpoint)' failed.




does that mean i need to resync again Huh
:p


edit.
i took that checkpoint out of checkpoints.h, recompiled, and seems to be syncing fine now.
..
am now running the "official" code. and all is well.

so put the checkpoint back in and resync from the chain on the op. if you dont put that checkpoint back in the other wallets will read yours as toxic and ban your ip from the connection list since they do that ysing the checkpoints
sr. member
Activity: 1274
Merit: 265
May 20, 2015, 09:29:58 AM
no supercoin is not dead,
its just not trading on bittrex anymore.
its trading on cryptsy and others.

The coin is still in our overall plans so
like all coin development its a waiting game.

the coins price is directly related to the coins community
and their trading of the coin or not.

as always keep minting mining and trading Wink
legendary
Activity: 1400
Merit: 1000
May 20, 2015, 09:06:49 AM
compiled new version as daemon


getblocks -1 to 00000000000000000000 limit 500
received block c840f08a2eb692cddc17
ERROR: GetSyncCheckpoint: block index missing for current sync-checkpoint ae2e43c35a3346fa798a0a356ca7a4bce57885ee64e4319295f7f3b7210944f1
ECC: checkpoints.cpp:190: bool Checkpoints::CheckSync(const uint256&, const CBlockIndex*): Assertion `mapBlockIndex.count(hashSyncCheckpoint)' failed.




does that mean i need to resync again Huh
:p


edit.
i took that checkpoint out of checkpoints.h, recompiled, and seems to be syncing fine now.
..
am now running the "official" code. and all is well.

dont take that checkpoint out. your wallet will fuck itself. and will never sync
legendary
Activity: 994
Merit: 1000
May 20, 2015, 05:10:48 AM
What happened to Super Coin, is it dead officially Huh
Also most of the stakes are still orphaned.
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
May 20, 2015, 03:58:30 AM
compiled new version as daemon


getblocks -1 to 00000000000000000000 limit 500
received block c840f08a2eb692cddc17
ERROR: GetSyncCheckpoint: block index missing for current sync-checkpoint ae2e43c35a3346fa798a0a356ca7a4bce57885ee64e4319295f7f3b7210944f1
ECC: checkpoints.cpp:190: bool Checkpoints::CheckSync(const uint256&, const CBlockIndex*): Assertion `mapBlockIndex.count(hashSyncCheckpoint)' failed.




does that mean i need to resync again Huh
:p


edit.
i took that checkpoint out of checkpoints.h, recompiled, and seems to be syncing fine now.
..
am now running the "official" code. and all is well.
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
May 20, 2015, 03:13:05 AM



once i started ExclusiveCoind, then immediately it was generating lots of timeouts. not before. and this stopped after stopping ExclusiveCoind.

the other thing is that the debug.log was rapidly filling up. i will have to link it to /dev/null because it is far too big too quickly.
the getblock and processblocks entries were very fast and furious.



word is that Exclusive daemon is a bit of a hog :p

will experiment without it and see how EEC syncs with new version.
hero member
Activity: 994
Merit: 500
May 19, 2015, 04:15:39 PM
Are you planning on changing supercoin's pos specs? Will it stay 100% per year or will it change year to year. If it changes how long is left with the 100%? Are the super pos blocks still in play?
legendary
Activity: 1400
Merit: 1000
May 19, 2015, 08:59:11 AM
Super coin will be half in some days Wink

 supercoin will be dealt with after we get ECC and MWC finalized and processed.
sr. member
Activity: 266
Merit: 250
May 19, 2015, 06:43:28 AM
Super coin will be half in some days Wink
legendary
Activity: 1076
Merit: 1003
May 19, 2015, 05:27:34 AM
ECC-Wallet

We have changed the wallet protocol version and made some other small adjustments.
On this moment we are testing the wallet and sending the request to the exchanges to update the wallet. It is a mandatory update.

Everybody can use the blockchain link that is available for download in the OP, it is valid.

People that don't update won't be able to stake or sync their wallets.

For Linux wallets: The source code for version 2.4.4.0 is available on the github: https://github.com/Greg-Griffith/ECCoin

Mac and Windows links will be updated ASAP, just look for the 2.4.4.0 version.
Jump to: