Bitcoin Forum
May 09, 2024, 06:23:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: SDC Can't Fix Anon - Steals Solution from Eclipse  (Read 769 times)
BleedCrypto (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 07, 2016, 05:17:20 PM
 #1

Eclipse will soon be the market leader and overtake SDC.  Clearly superior developers with legit experience here as SDC decided they couldn't fix their own coin.

Taken from: https://bitcointalk.org/index.php?topic=1378922.msg14121951#msg14121951


It looks like SDC went live with our solution for hashToEC.

https://i.imgur.com/S9Q3t7l.png


They switched from creating a new generator, discussed here: https://bitcointalk.org/index.php?topic=1378922.msg14079014#msg14079014

What's this mean?

We are the leaders kids.


This is the heart of our algo, pushed publicly 9 days ago:

Code:
    for (j = 0; j < k; ++j)
    {
        if (j == 0)
            x = u;
        else
        {
            secp256k1_fe_set_int(&i, j);
            secp256k1_fe_add(&x, &i);
        }
        if (secp256k1_ge_set_xquad_var(&Q, &x))
        {
            success = 1;
            break;
        }
    }



This is shadowcash's pushed to their repo 3 days ago:

Code:
        while(!EC_POINT_set_compressed_coordinates_GFp(ecGrp, ptRet, bnTmp, 0, bnCtx) && count < 100)
        {
            count += 1;

            if (count == 100)
                return errorN(1, "%s: Failed to find a valid point for public key.", __func__);

            BN_add(bnTmp, bnTmp, bnOne);
        }


This is their commit after they read our critique of their method:

https://github.com/shadowproject/shadow/commit/106afc6975cf41090ca2a0c47877de0cc8a16f1a



1715235837
Hero Member
*
Offline Offline

Posts: 1715235837

View Profile Personal Message (Offline)

Ignore
1715235837
Reply with quote  #2

1715235837
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715235837
Hero Member
*
Offline Offline

Posts: 1715235837

View Profile Personal Message (Offline)

Ignore
1715235837
Reply with quote  #2

1715235837
Report to moderator
Maythe2nd
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 07, 2016, 05:20:15 PM
 #2

is this a market?
Wheatclove
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
March 07, 2016, 05:25:33 PM
 #3

Good luck
RyanOlstren
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
March 08, 2016, 05:11:21 AM
 #4


And let me guess, SDC didn't give any credit?

If someone had taken their solution there would be an army of little shadow trolls letting us know about it.
BleedCrypto (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 09, 2016, 02:46:49 AM
 #5

is this a market?

there is now.  https://c-cex.com/?p=ec-btc
SockPuppetAccount
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500


MiG Messenger - earn while chatting


View Profile WWW
March 09, 2016, 03:43:11 AM
 #6

First off, nice job and congratulations on finding and implementing the solution to SDC's anonymity problem.

Secondly, go fuck yourself.  This is open source software.  If SDC stole your anonymity solution, then you stole their entire codebase.  Get over yourself.

And no, I don't hold any SDC and give zero shits if it dies.
BleedCrypto (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 09, 2016, 06:50:59 AM
 #7

First off, nice job and congratulations on finding and implementing the solution to SDC's anonymity problem.

Secondly, go fuck yourself.  This is open source software.  If SDC stole your anonymity solution, then you stole their entire codebase.  Get over yourself.

And no, I don't hold any SDC and give zero shits if it dies.

why are you so sore?
Pages: [1]
  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!