Bitcoin Forum
July 10, 2024, 03:29:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 151 »
  Print  
Author Topic: [ANN] ECC  (Read 259323 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
September 27, 2016, 04:55:53 PM
 #1401

Hi Griffith,
   nice that you are still working here on eccoin.

there was a small edit on the newest commits that resulted on an error compiling the eccoin source on ubuntu.

Code:
src/qt/qtipcserver.cpp: In function ‘void ipcThread2(void*)’:
src/qt/qtipcserver.cpp:107:23: error: ‘Sleep’ was not declared in this scope
             Sleep(1000);
                       ^
make: *** [build/qtipcserver.o] Error 1

"sleep" in lower-case and everything was fine.


windows uses Sleep
ubuntu uses sleep

kinda a pain XD

ill define a sleep function so it doesnt do that in the future
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 05, 2016, 09:00:31 AM
 #1402

adjusted to defined sleep function
removed message debug prints to log file. you can enable them with messagedebug=1
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 06, 2016, 05:15:27 PM
 #1403

a while back someone mentioned to me that having MIN_TX_FEE as an int64_t would be 0 since it is set to 0.1 right now and ints cant have decimal places.

i decided to go back and look at this and noticed that the fee is never actually 0. there are some lines of code within the create transaction itself that make the fee more than 0, however i will fix this min fee before the next update as well.

i dont want to redo a large section of the code, so i will probably be changing it to 1
RJF19
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


AKA RJF - Since '14 - On line since '84


View Profile
October 07, 2016, 02:43:04 PM
 #1404

a while back someone mentioned to me that having MIN_TX_FEE as an int64_t would be 0 since it is set to 0.1 right now and ints cant have decimal places.

i decided to go back and look at this and noticed that the fee is never actually 0. there are some lines of code within the create transaction itself that make the fee more than 0, however i will fix this min fee before the next update as well.

i dont want to redo a large section of the code, so i will probably be changing it to 1

Sounds fair, no point in wasting time on it if you don't have to.

Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 12, 2016, 06:39:28 AM
 #1405

ok, i added all the changes to the next version that i had planned to with one or two extras. i will post the change log and adjust some version stuff and then put up wallet releases before the weekend

new version will be 2.4.7.2

you must update before November 11th 2016. that is when the min tx fee change goes into affect, this will be the LAST mandatory update for a while. everything past this should be voluntary (this one was supposed to be voluntary until i decided to adjust min_tx_fee)

considering putting in a PoS raise at the same time the min_tx_fee change goes into affect. thoughts?

will also probably be removing some junk files that no longer apply to the coins future dev path.

will announce when the last change before 2.4.7.2 is officially made
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 14, 2016, 02:33:00 AM
 #1406

ok, i added all the changes to the next version that i had planned to with one or two extras. i will post the change log and adjust some version stuff and then put up wallet releases before the weekend

new version will be 2.4.7.2

you must update before November 11th 2016. that is when the min tx fee change goes into affect, this will be the LAST mandatory update for a while. everything past this should be voluntary (this one was supposed to be voluntary until i decided to adjust min_tx_fee)

considering putting in a PoS raise at the same time the min_tx_fee change goes into affect. thoughts?

will also probably be removing some junk files that no longer apply to the coins future dev path.

will announce when the last change before 2.4.7.2 is officially made


made array of updates, decided to make it 2.4.7.3 instead to avoid confusion. please update your source, i will be posting new wallets shortly
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
October 14, 2016, 08:38:53 AM
 #1407

ok, i added all the changes to the next version that i had planned to with one or two extras. i will post the change log and adjust some version stuff and then put up wallet releases before the weekend

new version will be 2.4.7.2

you must update before November 11th 2016. that is when the min tx fee change goes into affect, this will be the LAST mandatory update for a while. everything past this should be voluntary (this one was supposed to be voluntary until i decided to adjust min_tx_fee)

considering putting in a PoS raise at the same time the min_tx_fee change goes into affect. thoughts?

will also probably be removing some junk files that no longer apply to the coins future dev path.

will announce when the last change before 2.4.7.2 is officially made


made array of updates, decided to make it 2.4.7.3 instead to avoid confusion. please update your source, i will be posting new wallets shortly

Thanks.. looking forward to new wallets.
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 14, 2016, 10:52:07 PM
 #1408

windows and debian based linux wallets for ECC are on the OP, dont use the website anymore. im replacing that very soon with one i have been working on for quite a while

OSX wallet will probably be 24 more hours
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 16, 2016, 06:20:02 PM
 #1409

i believe the fixed PoS min stake days has kicked in now, indicated by the raise in difficulty on the BE.

i will be contacting them and bleutrade to update the source today
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 16, 2016, 08:25:10 PM
 #1410

you must upgrade to version 2.4.7.3 or higher by november 11th or you will be on a bad fork
kiklo
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
October 16, 2016, 08:31:24 PM
 #1411

Nice Update and New ECC Splash Screen  Smiley

Thanks.

 Cool
RJF19
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


AKA RJF - Since '14 - On line since '84


View Profile
October 17, 2016, 04:10:58 AM
 #1412

FYI: The link in the OP under "Wallets:" still points to the old (2.4.7.0) version.

Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
Coin_trader
Copper Member
Legendary
*
Offline Offline

Activity: 2842
Merit: 1186


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
October 17, 2016, 05:50:51 AM
 #1413

this ANN might be old but i guess it is still needed to be translated into other languages to get the attentions of some non-english traders and investors as well, on that case, i can do the Filipino translation for a bounty.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
goldmaxx
Hero Member
*****
Offline Offline

Activity: 894
Merit: 1000



View Profile
October 17, 2016, 02:31:03 PM
 #1414

We need to get ECC on bittrex...
Any ideas to gain some attention?

Regards

goldmaxx

Papilio
Member
**
Offline Offline

Activity: 316
Merit: 10


View Profile
October 17, 2016, 05:24:37 PM
 #1415

FYI: The link in the OP under "Wallets:" still points to the old (2.4.7.0) version.

Huh??
I downloaded it, when it was announced, but it says in the wallet info 2.4.7.3
Are you sure that it points to the old wallet version?
P.S.: I downloaded the one for windows x64. Wink
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 18, 2016, 07:10:25 AM
 #1416

FYI: The link in the OP under "Wallets:" still points to the old (2.4.7.0) version.

removed that link. its under the ECC Wallet download section that is specifically posted.



2.4.7.3 works but has a message flooding error. its not a critical error and wont cause the wallet to do anything odd except use a bit more CPU power than it should (doesnt affect memory). i will fix that and post an optional update for those who want it. the importance of 2.4.7.3 was that it contains a min_tx_fee change which is a mandatory update.



someone recently told me to put in an auto update feature into the wallet. so i will be doing that as well. 2.4.7.4 will contain this auto updating feature.

auto update on gui:
-it will prompt you to update upon start. it wont just do it by default. you can set it to "just do it" in the config file.
-if there is a new version released and your wallet is already running. it will put a message on the bottom of the wallet to let you know that there is a new version.
-it will automatically start after auto update

auto update on daemon:
-you will have to pull source and recompile this on your own.
-there will be an option to have it echo blast to all system terminals that there is a new version and that your should update the source


OSX: waiting on 2.4.7.4 to put out an OSX version as i was having trouble with it for 2.4.7.3 anyway
Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 18, 2016, 07:11:35 AM
 #1417

We need to get ECC on bittrex...
Any ideas to gain some attention?

Regards

goldmaxx


bleutrade might not be the biggest exchange, but they have been very nice and easy to work with. always respond to me within 48 hours. do you think it needs more exchanges right now?
mdtspain
Legendary
*
Offline Offline

Activity: 1076
Merit: 1003


View Profile
October 18, 2016, 07:47:09 AM
 #1418

OSX: waiting on 2.4.7.4 to put out an OSX version as i was having trouble with it for 2.4.7.3 anyway

If you want I have the 2.4.7.3 for OSX up and running
Speedie
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
October 21, 2016, 01:50:44 PM
 #1419

I think that rather than just more exchanges, a way to actually use the coin in commerce is what's needed. If it exists only as a medium of exchange from crypto to fiat and back then there's a bazillion coins that can do the same thing. Put it this way: if you had to describe the point of ECCoin to someone who is unfamiliar with it, how would you differentiate it from BTC or any of the others?

Griffith (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
October 22, 2016, 08:34:22 AM
 #1420

I think that rather than just more exchanges, a way to actually use the coin in commerce is what's needed. If it exists only as a medium of exchange from crypto to fiat and back then there's a bazillion coins that can do the same thing. Put it this way: if you had to describe the point of ECCoin to someone who is unfamiliar with it, how would you differentiate it from BTC or any of the others?



once a few of the remaining bugs are fixed, we can look into this
Pages: « 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 151 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!