Bitcoin Forum
June 20, 2024, 03:16:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 [197] 198 199 200 201 202 203 204 205 206 207 208 209 »
  Print  
Author Topic: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology  (Read 288811 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.
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
November 19, 2014, 06:57:25 AM
 #3921

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


THANK YOU & I hope you stick around!
I'm sure you'll always be welcome here. Grin Grin

Thank you so much for your hard work over the last few months.
If you decide to make a new coin later, let us know that it's you. Cool

proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
November 19, 2014, 07:28:05 AM
 #3922

long live supercoin then?  Shocked
Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 19, 2014, 08:08:06 AM
 #3923

now it seems ok,
https://github.com/supercoinproject/supercoin-p2p

if you still can't access, post here.



i have a dev team. well its not my team. well. no one is officially in charge. anyway. thank you for releasing the source. as i just saw the post and it is 3am for me now. The GG-Dev team should be able to start reviewing the code tomorrow. i have downloaded it and i will post a full report after we finish and a more detailed plan of what we plan to do will come after that.

-Griffith
___crypto___
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile WWW
November 19, 2014, 08:08:15 AM
 #3924

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


Hi Supercoindev,

Thank you for all your great work.
I hope that releasing the code is the best thing to do for supercoin.
Time will tell.
kopam
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
November 19, 2014, 08:20:58 AM
 #3925

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin



Thank you very much for releasing the code ! The community really appreciates this. But more importantly, the community really appreciates all your hard work on the coin, without you - there would be no supercoin ! So thank you very much for everything you have done and i really really cope you will be checking on us when you have time.

One last think i would like to ask from the name of the community, please pick some one that the community trusts and give him access to all of the social media channels. FB, Twitter etc.
Ofc the new dev team could create them all from scratch, but it would be such a waste to leave the old ones.


And to Griffith - the code is now open source, everyone is waiting on you to check it out and give us your opinion. I am the one who contacted you and told you that supercoin has a great community and great potential, now you will see that for yourself Smiley
Not to repeat my self but ... this coin has SO MUCH potential... Please lets develop the coin and get the roadmap complete.

And to the community, we need to pick a new community leader to start taking care of things. So please everyone who loves this coin and has some spare time to invest, please step up and lets do it.

                ▐▒▄
          ▄▄▌   ▐▒██▒▒▄
       ▄▒███▌     ▀▒███▒▒▄
   ░▒▒██▒▒██▌  ▄▒▄▄   ▀▒███▒▄
   ▐██▒  ▐██▒▒██████▒▄▄   ▐███
   ▐██▌  ▐███▒▀   ▀▀▒██▒   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▒▒▄   ▄▄▒███   ███
   ▐██▌   ▀▒███▒▒██▒▀▀   ▐███
   ▐▒███▒▄▄   ▀▒▒▀   ▄▒████▒
       ▀▒███▒▄      ████▒▀
          ▀▀▒███▒   █▀
              ▀▒█
.
BEXAM
███  █
    █
███  █
    █
███  █
    █
███  █
 
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

 

 



                             ▄████▄
                       ▄▄█████▀▀███
                   ▄▄████▀▀    ███
             ▄▄▄████▀▀   ▄▄   ▐██
         ▄▄█████▀      ▄█▀   ██▌
    ▄▄████▀▀▀      ▄███▀     ██▌
   ████▀       ▄▄████▀      ▐██
    ██████▄▄  ▄█████▀        ██▌
         ▀████████          ▐██
           ▀████▌           ███
            ▀███  ▄██▄▄    ▐██▀
             ███▄███▀███▄   ███
             ▀███▀▀   ▀▀███▄██▌
                         ▀▀█▀▀




                     ▄▄▄██▄▄▄   ▄
    ██▄           ▄████████████▀
    █████▄▄      ▐█████████████▀
     █████████▄▄▄▄▐████████████▌
    █▄█████████████████████████▌
    ▀██████████████████████████
      ▀███████████████████████
      ▐██████████████████████
        ▀██████████████████▀
          ▄▄█████████████▀
    ▀████████████████▀▀
         ▀▀▀▀▀▀▀▀



   ▄██████████████████████████▄
   ████████████████████████████
   ████████████████▀▀▀▀▀▀██████
   ███████████████      ██████
   ██████████████▌   ▐█████████
   ████████████▀▀    ▀▀▀██████
   ████████████         ██████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ████████████████████████████
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

███  █
    █
███  █
    █
███  █
    █
███  █
fuze0000
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


Enjoying the ups & downs of Cryptocurrency!


View Profile
November 19, 2014, 08:30:07 AM
Last edit: November 19, 2014, 08:44:44 AM by fuze0000
 #3926

I'll spread the word that source code has been released finally and it will be reviewed by the DEV group behind eccoin and mwcoin.
fuze0000
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


Enjoying the ups & downs of Cryptocurrency!


View Profile
November 19, 2014, 08:45:04 AM
 #3927

Thanks for clarifying.  So it is the "GG-Dev Team" that's working on reviewing supercoin's code and if is promising you work on it as a separate coin or will attempt to incorporate features from mwc and other cryptocurrencdoes?
kopam
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
November 19, 2014, 08:46:21 AM
 #3928

ugh i cant stop watching the sweet sweet supercoins staking  Cheesy

                ▐▒▄
          ▄▄▌   ▐▒██▒▒▄
       ▄▒███▌     ▀▒███▒▒▄
   ░▒▒██▒▒██▌  ▄▒▄▄   ▀▒███▒▄
   ▐██▒  ▐██▒▒██████▒▄▄   ▐███
   ▐██▌  ▐███▒▀   ▀▀▒██▒   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▒▒▄   ▄▄▒███   ███
   ▐██▌   ▀▒███▒▒██▒▀▀   ▐███
   ▐▒███▒▄▄   ▀▒▒▀   ▄▒████▒
       ▀▒███▒▄      ████▒▀
          ▀▀▒███▒   █▀
              ▀▒█
.
BEXAM
███  █
    █
███  █
    █
███  █
    █
███  █
 
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

 

 



                             ▄████▄
                       ▄▄█████▀▀███
                   ▄▄████▀▀    ███
             ▄▄▄████▀▀   ▄▄   ▐██
         ▄▄█████▀      ▄█▀   ██▌
    ▄▄████▀▀▀      ▄███▀     ██▌
   ████▀       ▄▄████▀      ▐██
    ██████▄▄  ▄█████▀        ██▌
         ▀████████          ▐██
           ▀████▌           ███
            ▀███  ▄██▄▄    ▐██▀
             ███▄███▀███▄   ███
             ▀███▀▀   ▀▀███▄██▌
                         ▀▀█▀▀




                     ▄▄▄██▄▄▄   ▄
    ██▄           ▄████████████▀
    █████▄▄      ▐█████████████▀
     █████████▄▄▄▄▐████████████▌
    █▄█████████████████████████▌
    ▀██████████████████████████
      ▀███████████████████████
      ▐██████████████████████
        ▀██████████████████▀
          ▄▄█████████████▀
    ▀████████████████▀▀
         ▀▀▀▀▀▀▀▀



   ▄██████████████████████████▄
   ████████████████████████████
   ████████████████▀▀▀▀▀▀██████
   ███████████████      ██████
   ██████████████▌   ▐█████████
   ████████████▀▀    ▀▀▀██████
   ████████████         ██████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ████████████████████████████
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

███  █
    █
███  █
    █
███  █
    █
███  █
StealthSend
Member
**
Offline Offline

Activity: 85
Merit: 10

Because privacy is a basic human right.


View Profile WWW
November 19, 2014, 08:53:06 AM
 #3929

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


Thanks for SuperCoin! It inspired StealthCoin.

-- Hondo
kopam
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
November 19, 2014, 08:56:48 AM
 #3930

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


Thanks for SuperCoin! It inspired StealthCoin.

-- Hondo


You can always give back with trying to help SuperCoin Smiley

                ▐▒▄
          ▄▄▌   ▐▒██▒▒▄
       ▄▒███▌     ▀▒███▒▒▄
   ░▒▒██▒▒██▌  ▄▒▄▄   ▀▒███▒▄
   ▐██▒  ▐██▒▒██████▒▄▄   ▐███
   ▐██▌  ▐███▒▀   ▀▀▒██▒   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▒▒▄   ▄▄▒███   ███
   ▐██▌   ▀▒███▒▒██▒▀▀   ▐███
   ▐▒███▒▄▄   ▀▒▒▀   ▄▒████▒
       ▀▒███▒▄      ████▒▀
          ▀▀▒███▒   █▀
              ▀▒█
.
BEXAM
███  █
    █
███  █
    █
███  █
    █
███  █
 
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

 

 



                             ▄████▄
                       ▄▄█████▀▀███
                   ▄▄████▀▀    ███
             ▄▄▄████▀▀   ▄▄   ▐██
         ▄▄█████▀      ▄█▀   ██▌
    ▄▄████▀▀▀      ▄███▀     ██▌
   ████▀       ▄▄████▀      ▐██
    ██████▄▄  ▄█████▀        ██▌
         ▀████████          ▐██
           ▀████▌           ███
            ▀███  ▄██▄▄    ▐██▀
             ███▄███▀███▄   ███
             ▀███▀▀   ▀▀███▄██▌
                         ▀▀█▀▀




                     ▄▄▄██▄▄▄   ▄
    ██▄           ▄████████████▀
    █████▄▄      ▐█████████████▀
     █████████▄▄▄▄▐████████████▌
    █▄█████████████████████████▌
    ▀██████████████████████████
      ▀███████████████████████
      ▐██████████████████████
        ▀██████████████████▀
          ▄▄█████████████▀
    ▀████████████████▀▀
         ▀▀▀▀▀▀▀▀



   ▄██████████████████████████▄
   ████████████████████████████
   ████████████████▀▀▀▀▀▀██████
   ███████████████      ██████
   ██████████████▌   ▐█████████
   ████████████▀▀    ▀▀▀██████
   ████████████         ██████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ████████████████████████████
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

███  █
    █
███  █
    █
███  █
    █
███  █
Matic
Full Member
***
Offline Offline

Activity: 310
Merit: 100


https://eloncity.io/


View Profile
November 19, 2014, 09:11:55 AM
 #3931

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


I'm so happy about this! Smiley
Finally this coin can get the attention it deserves!
Great work dev!

Grgechkapitalac
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


Back to the real world


View Profile
November 19, 2014, 09:17:03 AM
 #3932

So, now that source is released, what would we have?

A bunch of clones, nothing more.

What would that bring to this coin more than tapping on a shoulder?

What potential could be used?

The only advantage is gone.

So, after this morning's pump, is death next phase?

I wouldn't be surprised even if some biggest centralised coins show us "epic" anonimous solution based on this, but with different name, and "scientific" wallpapers to show us it's unique, and better than anything else.

How can this help Supercoin, if there is no further development of it?

Who knows where the cold wind blows, maybe I'm gonna return one day.
kopam
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
November 19, 2014, 09:20:08 AM
 #3933

Ofc there is future development in the coin. Did you read true the last pages or just came here to share some negative nonsense ?
There is a new dev team looking over the code that will continue with the roadmap, there will be new development.
And well until now no one actually knew that the code was doing what the dev said it was, now we can finally find out if this is true and if it is, then you will see the real development.

                ▐▒▄
          ▄▄▌   ▐▒██▒▒▄
       ▄▒███▌     ▀▒███▒▒▄
   ░▒▒██▒▒██▌  ▄▒▄▄   ▀▒███▒▄
   ▐██▒  ▐██▒▒██████▒▄▄   ▐███
   ▐██▌  ▐███▒▀   ▀▀▒██▒   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▒▒▄   ▄▄▒███   ███
   ▐██▌   ▀▒███▒▒██▒▀▀   ▐███
   ▐▒███▒▄▄   ▀▒▒▀   ▄▒████▒
       ▀▒███▒▄      ████▒▀
          ▀▀▒███▒   █▀
              ▀▒█
.
BEXAM
███  █
    █
███  █
    █
███  █
    █
███  █
 
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

 

 



                             ▄████▄
                       ▄▄█████▀▀███
                   ▄▄████▀▀    ███
             ▄▄▄████▀▀   ▄▄   ▐██
         ▄▄█████▀      ▄█▀   ██▌
    ▄▄████▀▀▀      ▄███▀     ██▌
   ████▀       ▄▄████▀      ▐██
    ██████▄▄  ▄█████▀        ██▌
         ▀████████          ▐██
           ▀████▌           ███
            ▀███  ▄██▄▄    ▐██▀
             ███▄███▀███▄   ███
             ▀███▀▀   ▀▀███▄██▌
                         ▀▀█▀▀




                     ▄▄▄██▄▄▄   ▄
    ██▄           ▄████████████▀
    █████▄▄      ▐█████████████▀
     █████████▄▄▄▄▐████████████▌
    █▄█████████████████████████▌
    ▀██████████████████████████
      ▀███████████████████████
      ▐██████████████████████
        ▀██████████████████▀
          ▄▄█████████████▀
    ▀████████████████▀▀
         ▀▀▀▀▀▀▀▀



   ▄██████████████████████████▄
   ████████████████████████████
   ████████████████▀▀▀▀▀▀██████
   ███████████████      ██████
   ██████████████▌   ▐█████████
   ████████████▀▀    ▀▀▀██████
   ████████████         ██████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ████████████████████████████
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

███  █
    █
███  █
    █
███  █
    █
███  █
CoinMin3r
Hero Member
*****
Offline Offline

Activity: 650
Merit: 508


Defend Bitcoin and its PoW: bitcoincleanup.com


View Profile WWW
November 19, 2014, 09:20:20 AM
 #3934

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin

So the most awaited Super Code been released.
Now the magic will begin in super world once it been audited & the supersend is proved working flawlessly.

▄▄▄███████▄▄▄
▄█████████████████▄▄
▄██
█████████▀██▀████████
████████▀
░░░░▀░░██████████
███████████▌░░▄▄▄░░░▀████████
███████
█████░░░███▌░░░█████████
███
████████░░░░░░░░░░▄█████████
█████████▀░░░▄████░░░░█████████
███
████▄▄░░░░▀▀▀░░░░▄████████
█████
███▌▄█░░▄▄▄▄█████████
▀████
██████▄██
██████████▀
▀▀█████████████████▀▀
▀▀▀███████▀▀
.
.BitcoinCleanUp.com.


















































.
.     Debunking Bitcoin's Energy Use     .
███████████████████████████████
███████████████████████████████
███████████████████████████████
███████▀█████████▀▀▀▀█▀████████
███████▌░▀▀████▀░░░░░░░▄███████
███████▀░░░░░░░░░░░░░░▐████████
████████▄░░░░░░░░░░░░░█████████
████████▄░░░░░░░░░░░▄██████████
███████▀▀▀░░░░░░░▄▄████████████
█████████▄▄▄▄▄▄████████████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
...#EndTheFUD...
Grgechkapitalac
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


Back to the real world


View Profile
November 19, 2014, 10:02:09 AM
 #3935

Ofc there is future development in the coin. Did you read true the last pages or just came here to share some negative nonsense ?
There is a new dev team looking over the code that will continue with the roadmap, there will be new development.
And well until now no one actually knew that the code was doing what the dev said it was, now we can finally find out if this is true and if it is, then you will see the real development.

Interesantno...

Well, I was reading this since the beginning, and I was here since the beginning. And if you think i'm nonsenser, I have nothing more to add. Somebody was foolish enough to blame community before for fails, and I certainly don't want to be blamed for something again, no time for arguing.


I have no reason to fud this coin nor to spread blasphemies. Just simple question. Why would anyone develop something "old", when he/she could have something his own, based on this?

Have a nice day.

Who knows where the cold wind blows, maybe I'm gonna return one day.
mdtspain
Legendary
*
Offline Offline

Activity: 1076
Merit: 1003


View Profile
November 19, 2014, 10:31:55 AM
 #3936

So, now that source is released, what would we have?

A bunch of clones, nothing more.

The only advantage is gone.

I wouldn't be surprised even if some biggest centralised coins show us "epic" anonimous solution based on this, but with different name, and "scientific" wallpapers to show us it's unique, and better than anything else.


Good Morning,

I do agree with you on the above points. I think it's a shame that the code is now available for all the copy&paste (read scam) developers. People have to understand that normal users can't even read the source code and are not interested in it either.

Copy&Paste developers will copy the code, rename the coin, change the merkle hash along with some other coin specifc futures and start releasing their pump&dump coins with this code.

UNLESS if SupercoinDev has changed some code, that only real developers can find to make the source code work....I REALLY HOPE HE DID

Now, lets see how we can continue with the coin, I think that is more important.
Grgechkapitalac
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


Back to the real world


View Profile
November 19, 2014, 10:54:57 AM
 #3937

So, now that source is released, what would we have?

A bunch of clones, nothing more.

The only advantage is gone.

I wouldn't be surprised even if some biggest centralised coins show us "epic" anonimous solution based on this, but with different name, and "scientific" wallpapers to show us it's unique, and better than anything else.


Good Morning,

I do agree with you on the above points. I think it's a shame that the code is now available for all the copy&paste (read scam) developers. People have to understand that normal users can't even read the source code and are not interested in it either.

Copy&Paste developers will copy the code, rename the coin, change the merkle hash along with some other coin specifc futures and start releasing their pump&dump coins with this code.

UNLESS if SupercoinDev has changed some code, that only real developers can find to make the source code work....I REALLY HOPE HE DID

Now, lets see how we can continue with the coin, I think that is more important.


Good morning, friend.

I have that kind of hopes too.

Thank you and your team for all the efforts you are willing to make.


Who knows where the cold wind blows, maybe I'm gonna return one day.
kopam
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
November 19, 2014, 12:13:45 PM
 #3938

So, now that source is released, what would we have?

A bunch of clones, nothing more.

The only advantage is gone.

I wouldn't be surprised even if some biggest centralised coins show us "epic" anonimous solution based on this, but with different name, and "scientific" wallpapers to show us it's unique, and better than anything else.


Good Morning,

I do agree with you on the above points. I think it's a shame that the code is now available for all the copy&paste (read scam) developers. People have to understand that normal users can't even read the source code and are not interested in it either.

Copy&Paste developers will copy the code, rename the coin, change the merkle hash along with some other coin specifc futures and start releasing their pump&dump coins with this code.

UNLESS if SupercoinDev has changed some code, that only real developers can find to make the source code work....I REALLY HOPE HE DID

Now, lets see how we can continue with the coin, I think that is more important.


Good morning, friend.

I have that kind of hopes too.

Thank you and your team for all the efforts you are willing to make.





Well i was not trying to offend you in any way. I just wanted to point out that the code was not just released, but it was released so a new dev team can pick it up and continue developing. I totally understand your concerns.
BUT
First of all , supercoindev pointed out that the code is pretty hard and only really good developers can understand it and make it work. So if this is true, i guess that will make it  much harder for bad devs to just copy paste it.
Second, with a new dedicated team behind the coin, it means that we can have new features and continue developing the coin.

So i am trying to be positive Smiley

                ▐▒▄
          ▄▄▌   ▐▒██▒▒▄
       ▄▒███▌     ▀▒███▒▒▄
   ░▒▒██▒▒██▌  ▄▒▄▄   ▀▒███▒▄
   ▐██▒  ▐██▒▒██████▒▄▄   ▐███
   ▐██▌  ▐███▒▀   ▀▀▒██▒   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▌       ███   ███
   ▐██▌  ▐██▒▒▄   ▄▄▒███   ███
   ▐██▌   ▀▒███▒▒██▒▀▀   ▐███
   ▐▒███▒▄▄   ▀▒▒▀   ▄▒████▒
       ▀▒███▒▄      ████▒▀
          ▀▀▒███▒   █▀
              ▀▒█
.
BEXAM
███  █
    █
███  █
    █
███  █
    █
███  █
 
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

 

 



                             ▄████▄
                       ▄▄█████▀▀███
                   ▄▄████▀▀    ███
             ▄▄▄████▀▀   ▄▄   ▐██
         ▄▄█████▀      ▄█▀   ██▌
    ▄▄████▀▀▀      ▄███▀     ██▌
   ████▀       ▄▄████▀      ▐██
    ██████▄▄  ▄█████▀        ██▌
         ▀████████          ▐██
           ▀████▌           ███
            ▀███  ▄██▄▄    ▐██▀
             ███▄███▀███▄   ███
             ▀███▀▀   ▀▀███▄██▌
                         ▀▀█▀▀




                     ▄▄▄██▄▄▄   ▄
    ██▄           ▄████████████▀
    █████▄▄      ▐█████████████▀
     █████████▄▄▄▄▐████████████▌
    █▄█████████████████████████▌
    ▀██████████████████████████
      ▀███████████████████████
      ▐██████████████████████
        ▀██████████████████▀
          ▄▄█████████████▀
    ▀████████████████▀▀
         ▀▀▀▀▀▀▀▀



   ▄██████████████████████████▄
   ████████████████████████████
   ████████████████▀▀▀▀▀▀██████
   ███████████████      ██████
   ██████████████▌   ▐█████████
   ████████████▀▀    ▀▀▀██████
   ████████████         ██████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ██████████████▌   ▐█████████
   ████████████████████████████
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█  ███
█   
█  ███
█   
█  ███
█   
█  ███

███  █
    █
███  █
    █
███  █
    █
███  █
B4zz4
Hero Member
*****
Offline Offline

Activity: 629
Merit: 500


Ponderously ruminative


View Profile
November 19, 2014, 12:25:34 PM
 #3939

OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


Thank you most sincerely for all that you have done.

I regret all the nonsense you had to cope with from elements of this alleged "community". With luck you will one day return to find your creation has grown into something even more wonderful. So long and thanks for a really SuperCoin.


Tips: CANN: CRAUn1GyLcqyC2dfi7F1FDjvrzmLzwApAx
fuze0000
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


Enjoying the ups & downs of Cryptocurrency!


View Profile
November 19, 2014, 01:20:28 PM
Last edit: November 19, 2014, 02:32:46 PM by fuze0000
 #3940

Most likely what transpired in Supercoindev's mind is this.  "So they actually found a DEV team not just a single inexperience wannabe DEV. " I did say I will not release source code into the public but I'll release it to a DEV that the Supercoin community finds only after we have a one on one chat.  The DEV just needs to understand coin code."  I will change my mind with consulting with the supercoin community and release the source code to everyone!  "No private chat in irc or on the bitcointalk forum."  I should mention something that can help define exactly what qualifications for a qualified DEV for Supercoin but I simply won't since no one but me can understand it HAHAHAHA!!"  I think a ceratin part of the Supercoindev's mind wants Supercoin to fail because he won't get the sole credit for it anymore.  Remember both Supercointeam and Supercoindev blamed the Supercoin community!  Ever since the fork issue the Supercoindev and Supercointeam lost interest.  Things get tough and they were willing to let the fork continue and to let all the exchanges drop Supercoin and maybe look into the Chinese exchanges!  I appreciate everything technical that Supercoindev and supercointeam provide us.  They did plenty of bad as well.  Like vindictive teenagers!  

They may have created the best cryptocurrency since Satoshi created Bitcoin but their mindsets would have destroyed Supercoin before it was even 6 months old!  I am glad we don't have to depend on them as our solely DEV and management again.
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 [197] 198 199 200 201 202 203 204 205 206 207 208 209 »
  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!