Author

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

member
Activity: 123
Merit: 10
NYC NYC NYC
October 31, 2015, 09:55:28 AM
Hello guys!
It`s been a long time since I followed the crypto world, and it looks tha I need a little help. I have been with Supercoin since the begining, and now when I downloaded the Supercoin wallet, it seems that i dont have any connection. Can you help me please. Should I change the con. file?
Thanks
I think you don't have to change anything. Just open your wallet & wait for sometime & you'll get connected.
Mine wallet is working fine & get always at least 7+ connections. Also my conf file is old & haven't changed anything. I don't know if wallet version can affect connection.BTW I've old version 3.0.0.0

list of known active nodes you can try adding to your SUPER config file for more connections are:

addnode=129.21.141.135
addnode=129.21.141.95
addnode=180.251.18.16
addnode=86.19.217.186
addnode=46.164.230.6
addnode=82.138.34.183
addnode=173.168.208.83
addnode=5.29.168.126
addnode=83.215.142.159
addnode=82.221.88.243
addnode=59.147.37.165
addnode=155.210.85.36
addnode=86.90.186.27
addnode=82.176.15.155
addnode=193.227.134.111
addnode=95.211.57.107

there are like 20 more but i dont wanna keep looking between computers to get them

Regular updates as to what each of the coins .conf file would be awesome. How do i prevent ecc stake from going to generated but not confirmed ,conflicted shares and sometimes losing them? Is it an idea to uninstall and reinstall program every once in a while to generate a new conf? Im not getting many connections for awhile.
legendary
Activity: 1400
Merit: 1000
October 30, 2015, 02:01:31 PM
estimated SUPERcoin supply over the next 10 years?

the information is needed for http://alt19.com/19/cryptocurrency.php

thanks

im maintaining the blockchain and i dont even know that number... i know the max supply? but not the number in 10 years.

i dont know that number for ECC or MWC either
sr. member
Activity: 328
Merit: 250
October 30, 2015, 07:14:14 AM
estimated SUPERcoin supply over the next 10 years?

the information is needed for http://alt19.com/19/cryptocurrency.php

thanks
legendary
Activity: 1076
Merit: 1003
October 29, 2015, 03:02:57 PM
just synced both ECC and MWC in the new wallet at the same time, going to do some gui updates because some fields dont update properly or delay a lot. and it looks ugly (gui updating is my least favorite part of coding)

also. BTC back over 315$, the rise is on

BTC is very nice but LTC is even better today....love LTC
legendary
Activity: 1414
Merit: 1003
Bagholder. Hodling shit since 2014
October 29, 2015, 11:56:00 AM
Still no news from Cryptsy? SUPER wallet has been "in maintenance" for ages.

i cant get them to change it. i have an open ticket it that has been open for like 2 months now
Yep, they are also ignoring my ticket.
legendary
Activity: 1400
Merit: 1000
October 29, 2015, 11:50:20 AM
Still no news from Cryptsy? SUPER wallet has been "in maintenance" for ages.

i cant get them to change it. i have an open ticket it that has been open for like 2 months now
legendary
Activity: 1414
Merit: 1003
Bagholder. Hodling shit since 2014
October 29, 2015, 11:48:56 AM
Still no news from Cryptsy? SUPER wallet has been "in maintenance" for ages.
legendary
Activity: 1400
Merit: 1000
October 29, 2015, 10:55:40 AM
just synced both ECC and MWC in the new wallet at the same time, going to do some gui updates because some fields dont update properly or delay a lot. and it looks ugly (gui updating is my least favorite part of coding)

also. BTC back over 315$, the rise is on
member
Activity: 86
Merit: 10
October 27, 2015, 03:27:13 PM

Thanks for the update Griffith Smiley
sr. member
Activity: 523
Merit: 252
October 27, 2015, 02:30:45 PM
thx for update  Smiley
legendary
Activity: 1400
Merit: 1000
October 27, 2015, 02:26:13 PM
fixed the last error i mentioned, it doesnt crash randomly anymore.

got a few small things to debug with keeping track of the best chain because in certain scenarios the inner chain set fails (although this issue seems to be minor since the blockchains are downloading anyway), so i probably should fix it.

gui needs work.

there is no actual way to close a specific wallet without closing the whole application, that needs to be fixed. (should be a super quick fix, its a lot easier to delete stuff than create it)

general file maintenance (trimming and deletion of unused / outdated functions and or files) probably needs to be done but it can wait since no one would see it anyway.

i separated the base functionality of classes from the implementation of the actual coins and how they are processed which cut the number of files and program size a considerable amount.
fixed the circle dependency that is main.h and main.cpp in the program code. those files are now deleted and gone.

in general things are looking up.
 
legendary
Activity: 1076
Merit: 1003
October 26, 2015, 09:44:14 AM
Nice to read about the continues development of Cryptobank. Keep going and don't mind the fudders, let them try it themselves instead of having comments
legendary
Activity: 1400
Merit: 1000
October 26, 2015, 12:00:10 AM
UPDATE::::: so far this weekend i fixed the messaging and serializing for class data, fixed coin sizes for different coins, a few overflow issues on ints when reading the MAX_COIN amounts, and removed some variables that can just be used from an index to save some memory, the chains are syncing properly now for both coins,

it tends to quit/crash at seemingly random times though and i havent been able to determine the cause of it, working on that tonight though

Thanks for the work... There may not be many posts here, but there are a lot of lurkers. Also, many people have a lot of other interests and altcoins that keep them busy, but they will in due course gravitate to coins that have ongoing development.

i suppose. im a little disappointed that i have run into so many problems that turned out to be such minor things that ended up slowing down overall progress so much though. i dif learn a few new things and tricks from this project though  so i guess thats a bonus.
legendary
Activity: 2534
Merit: 1129
October 25, 2015, 07:51:23 PM
UPDATE::::: so far this weekend i fixed the messaging and serializing for class data, fixed coin sizes for different coins, a few overflow issues on ints when reading the MAX_COIN amounts, and removed some variables that can just be used from an index to save some memory, the chains are syncing properly now for both coins,

it tends to quit/crash at seemingly random times though and i havent been able to determine the cause of it, working on that tonight though

Thanks for the work... There may not be many posts here, but there are a lot of lurkers. Also, many people have a lot of other interests and altcoins that keep them busy, but they will in due course gravitate to coins that have ongoing development.
legendary
Activity: 1400
Merit: 1000
October 25, 2015, 02:18:22 AM
UPDATE::::: so far this weekend i fixed the messaging and serializing for class data, fixed coin sizes for different coins, a few overflow issues on ints when reading the MAX_COIN amounts, and removed some variables that can just be used from an index to save some memory, the chains are syncing properly now for both coins,

it tends to quit/crash at seemingly random times though and i havent been able to determine the cause of it, working on that tonight though
legendary
Activity: 1400
Merit: 1000
October 23, 2015, 10:52:24 AM
Hello guys!
It`s been a long time since I followed the crypto world, and it looks tha I need a little help. I have been with Supercoin since the begining, and now when I downloaded the Supercoin wallet, it seems that i dont have any connection. Can you help me please. Should I change the con. file?
Thanks
I think you don't have to change anything. Just open your wallet & wait for sometime & you'll get connected.
Mine wallet is working fine & get always at least 7+ connections. Also my conf file is old & haven't changed anything. I don't know if wallet version can affect connection.BTW I've old version 3.0.0.0

list of known active nodes you can try adding to your SUPER config file for more connections are:

addnode=129.21.141.135
addnode=129.21.141.95
addnode=180.251.18.16
addnode=86.19.217.186
addnode=46.164.230.6
addnode=82.138.34.183
addnode=173.168.208.83
addnode=5.29.168.126
addnode=83.215.142.159
addnode=82.221.88.243
addnode=59.147.37.165
addnode=155.210.85.36
addnode=86.90.186.27
addnode=82.176.15.155
addnode=193.227.134.111
addnode=95.211.57.107

there are like 20 more but i dont wanna keep looking between computers to get them
hero member
Activity: 509
Merit: 500
Defend Bitcoin and its PoW: bitcoincleanup.com
October 23, 2015, 01:21:02 AM
Hello guys!
It`s been a long time since I followed the crypto world, and it looks tha I need a little help. I have been with Supercoin since the begining, and now when I downloaded the Supercoin wallet, it seems that i dont have any connection. Can you help me please. Should I change the con. file?
Thanks
I think you don't have to change anything. Just open your wallet & wait for sometime & you'll get connected.
Mine wallet is working fine & get always at least 7+ connections. Also my conf file is old & haven't changed anything. I don't know if wallet version can affect connection.BTW I've old version 3.0.0.0
member
Activity: 115
Merit: 10
October 22, 2015, 11:06:14 AM
Hello guys!
It`s been a long time since I followed the crypto world, and it looks tha I need a little help. I have been with Supercoin since the begining, and now when I downloaded the Supercoin wallet, it seems that i dont have any connection. Can you help me please. Should I change the con. file?
Thanks

I cannot get a connection with my SuperCoin wallet. Have the listed addnodes in my conf file already. Anyone connected?
yes i'm connected .no problems


Hmm.. I have all of these nodes, but no connections. Could you share some peer info?

addnode=83.134.173.235
addnode=85.238.96.186
addnode=183.10.50.57
addnode=94.221.80.165
addnode=62.73.111.242
addnode=174.95.70.9
addnode=71.212.138.214
addnode=69.196.186.65
addnode=176.205.0.58
addnode=92.222.19.210
addnode=198.203.29.42
addnode=103.6.85.64
addnode=60.240.49.38
addnode=93.104.211.172
addnode=213.136.75.35
addnode=2001:41d0:52:cff::116b
addnode=99.248.140.178
addnode=142.54.184.58
addnode=188.126.9.58
addnode=95.154.73.69
addnode=76.68.232.76
addnode=107.23.41.228
addnode=176.214.79.178
addnode=213.21.33.12
addnode=81.218.163.165
addnode=162.157.137.136
addnode=204.11.237.74
addnode=50.128.154.237
addnode=207.102.89.120
addnode=89.160.198.160
addnode=95.150.126.90
addnode=178.55.181.202
addnode=82.108.187.18
addnode=86.82.30.234
addnode=171.100.22.15
addnode=76.108.67.104
addnode=107.206.155.40
addnode=14.105.120.187
addnode=115.166.32.1
addnode=178.124.167.131
addnode=110.77.228.107
addnode=80.141.49.208
addnode=174.100.65.197
addnode=83.84.163.166
addnode=71.94.45.245
addnode=87.178.192.190
addnode=212.79.110.113
addnode=112.142.46.247
addnode=69.144.53.251
addnode=109.162.93.179
addnode=78.29.123.200
addnode=62.122.207.14
"155.210.85.36:19390","71.197.242.109:19390", "86.90.186.27:19390"
legendary
Activity: 1400
Merit: 1000
October 21, 2015, 09:58:47 PM
ECC is so much fun when it stakes. Super is fun too....
Ive voted ecc about 1000times lol https://www.cryptsy.com/coinvotes/

Is it the blocks as they spilt that is creating issues with these blockchains?
I just combined my blocks. I didn't realize there was so many smaller blocks it had created and I was in fact unknowingly micro-spamming the network. If i hadn't read this whole thread i would not have discovered it.
Ive been thru and tidied up all my pos coins now, they run alot smoother now and stake higher amounts.
When combining blocks is there an optimal size? Say ECC 1mil or 10mil block size? Super 1k or 10k? If anyones knows.   thanks.

Hail to tha Dev
ECC vote addres is: 1CqBek5PaGB4FXZ523stYkJ6QNk43jD6fD
Maybe we could mine on multipool to this address

had a pool up for a while but no one really used it, so the web page section for it was put to hidden, i can repost the information for it if this is something we want to do, also midterms are finally over so i will be caught up with updating stuff and posting updates for multiwallet probably by the end of the day tomorrow
sr. member
Activity: 378
Merit: 250
October 21, 2015, 04:49:15 PM
ECC is so much fun when it stakes. Super is fun too....
Ive voted ecc about 1000times lol https://www.cryptsy.com/coinvotes/

Is it the blocks as they spilt that is creating issues with these blockchains?
I just combined my blocks. I didn't realize there was so many smaller blocks it had created and I was in fact unknowingly micro-spamming the network. If i hadn't read this whole thread i would not have discovered it.
Ive been thru and tidied up all my pos coins now, they run alot smoother now and stake higher amounts.
When combining blocks is there an optimal size? Say ECC 1mil or 10mil block size? Super 1k or 10k? If anyones knows.   thanks.

Hail to tha Dev
ECC vote addres is: 1CqBek5PaGB4FXZ523stYkJ6QNk43jD6fD
Maybe we could mine on multipool to this address
Jump to: