Bitcoin Forum
April 25, 2024, 01:58:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 »  All
  Print  
Author Topic: ShadowCash is mathematically broken. I urge all SDC supporters to join Monero.  (Read 7960 times)
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 12, 2016, 09:32:35 PM
Last edit: February 12, 2016, 09:44:41 PM by erok
 #41

Personally I believe this thread should be locked until there is a clear cut answer as to whether or not there is a fatal cryptographic flaw in Shadow Cash.

Here's your clear cut answer:

https://botbot.me/freenode/bitcoin-wizards/2016-02-11/?msg=59856660&page=3

Quote
MRL-Relay | [shen] I mean, for this one, the past year of transactions on sdc are de-anonymized, it's not like that's fixable no matter what they do now
MRL-Relay | [shen] that's the problem with having a public blockchain
That isn't proof at all. That is the guy flinging the crap reiterating the crap he "thinks". Gotta hand it to you guys though, your PR sure is organized when malicious. Too bad your community didn't try this hard for your last update.

AM asked for a "clear cut answer" not "proof."

But since you brought it up, here you go:
Quote
De-anonymizing Shadowcash

https://gist.github.com/ShenNoether/3686113566bc23bf836f

Code:
Shadow-cash

https://github.com/shadowproject/shadow/blob/682891e656b5be2c2b819aa4977aa3b7e9f3f464/src/ringsig.cpp

static int hashToEC(const uint8_t *p, uint32_t len, BIGNUM *bnTmp, EC_POINT *ptRet)
{
    // - bn(hash(data)) * G

    uint256 pkHash = Hash(p, p + len);

    if (!bnTmp || !(BN_bin2bn(pkHash.begin(), EC_SECRET_SIZE, bnTmp)))
    {
        LogPrintf("hashToEC(): BN_bin2bn failed.\n");
        return 1;
    };

    if (!ptRet
        || !EC_POINT_mul(ecGrp, ptRet, bnTmp, NULL, NULL, bnCtx))
    {
        LogPrintf("hashToEC() EC_POINT_mul failed.\n");
        return 1;
    };

    return 0;
};

https://github.com/shadowproject/shadow/blob/master/src/ringsig.cpp#L136
int generateKeyImage(ec_point &publicKey, ec_secret secret, ec_point &keyImage)
{
    // - keyImage = secret * hash(publicKey) * G

    if (publicKey.size() != EC_COMPRESSED_SIZE)
        return errorN(1, "%s Invalid publicKey.", __func__);

    int rv = 0;
    BN_CTX_start(bnCtx);
    BIGNUM   *bnTmp     = BN_CTX_get(bnCtx);
    BIGNUM   *bnSec     = BN_CTX_get(bnCtx);
    EC_POINT *hG        = NULL;

    if (!(hG = EC_POINT_new(ecGrp)))
    {
        LogPrintf("%s: EC_POINT_new failed.\n", __func__);
        rv = 1; goto End;
    };

    if (hashToEC(&publicKey[0], publicKey.size(), bnTmp, hG) != 0)
    {
        LogPrintf("%s: hashToEC failed.\n", __func__);
        rv = 1; goto End;
    };

    if (!bnSec || !(BN_bin2bn(&secret.e[0], EC_SECRET_SIZE, bnSec)))
    {
        LogPrintf("%s: BN_bin2bn failed.\n", __func__);
        rv = 1; goto End;
    };
    
    
Go right ahead then. De-anon something.

LOOK WHAT I CAN DO!
Code:
Line 42: if (!(hG = EC_POINT_new(ecGrp))) //generates new generator.
Line: 48: if (hashToEC(&publicKey[0], publicKey.size(), bnTmp, hG) != 0) //passes new hG to hashToEC.
Which should result in the usage of a random new point if the code strictly does what's described here: Line 8: // - bn(hash(data)) * G

BTW I realize that this now is going to be a positive thing for shadow no matter how it ends (forkfix or not). Even though your team's PR has been dismissive of all the work SDC devs have put in and mostly derogative, the attention you have brought SDC has been fantastic. The more eyes on at this point the better. By far SDC leads through the SDT function as well as the dectralized application platform and marketplace. Thanks doods! Smiley

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
1714053503
Hero Member
*
Offline Offline

Posts: 1714053503

View Profile Personal Message (Offline)

Ignore
1714053503
Reply with quote  #2

1714053503
Report to moderator
1714053503
Hero Member
*
Offline Offline

Posts: 1714053503

View Profile Personal Message (Offline)

Ignore
1714053503
Reply with quote  #2

1714053503
Report to moderator
1714053503
Hero Member
*
Offline Offline

Posts: 1714053503

View Profile Personal Message (Offline)

Ignore
1714053503
Reply with quote  #2

1714053503
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714053503
Hero Member
*
Offline Offline

Posts: 1714053503

View Profile Personal Message (Offline)

Ignore
1714053503
Reply with quote  #2

1714053503
Report to moderator
iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
February 12, 2016, 09:37:18 PM
 #42

Go right ahead then. De-anon something.

It's not about the ability to de-anon "something."

The problem is that *everything* (ie all ShadowTrash transactions) are not really anon.

I hope you didn't spend your fake anon coins on anything naughty!   Wink


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
pandher
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


Stagnation is Death


View Profile WWW
February 12, 2016, 09:48:53 PM
 #43

Even if i am not sure about the claims made here, i find replies from apparent sdc holders hilarious. I think they do not understand software or math. Bugs do not mean the end of everything. People do not 'FUD' Bitcoin if they find a bug. This activity deserves applause and reward. But Shens claim that sdc had been public for the past year is a question on its existence
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 12, 2016, 09:53:27 PM
Last edit: February 12, 2016, 10:10:28 PM by erok
 #44

Go right ahead then. De-anon something.

It's not about the ability to de-anon "something."

The problem is that *everything* (ie all ShadowTrash transactions) are not really anon.

I hope you didn't spend your fake anon coins on anything naughty!   Wink
That's because you can't. Also I invest in technology, I am not in this for drugs like you probably are. I am here to help technology go forward. I myself am a HUGE fan of dual-key blockchain tech fundamentally. Which is why I was also invested in Monero and Aeon before all of this FUD (not anymore though). Best of luck but this PR FUD campaign is crap and has been handled as poorly as possible. Was good insight into the Monero community for me.

Even if i am not sure about the claims made here, i find replies from apparent sdc holders hilarious. I think they do not understand software or math. Bugs do not mean the end of everything. People do not 'FUD' Bitcoin if they find a bug. This activity deserves applause and reward. But Shens claim that sdc had been public for the past year is a question on its existence
Glad I can amuse. You here to mock or contribute? It is catagorized as FUD (by me) because of the collaborative dedicated post (this) along with a reddit post and a dedicated blog all while multiple "dev" accounts actively attacked the main SDC bitcointalk thread (simultaneously). This wasn't merely a bug bounty being collected on. There was no proof, there was just a PR FUD push that makes Monero devs look horrible.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
February 12, 2016, 10:22:42 PM
 #45

You here to mock or contribute? It is catagorized as FUD (by me) because of the collaborative dedicated post (this) along with a reddit post and a dedicated blog all while multiple "dev" accounts actively attacked the main SDC bitcointalk thread (simultaneously). This wasn't merely a bug bounty being collected on. There was no proof, there was just a PR FUD push that makes Monero devs look horrible.

Damn bro, are you mad?  You sound mad.   Grin

The mere fact an ongoing investigation was initiated demonstrates Shen deserves to be awarded the bug finder bounty.

What's the point of offering bug bounties if when they are reported the response is to deflect, spin, and prevaricate in order to avoid admitting fault and the need to reward the bounty hunter?

Furthermore, the bug bounties should be paid in Bitcoin, not BrokenCoin.  Who wants ShadowTrash when it's being dumped?


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 12, 2016, 10:31:35 PM
Last edit: February 13, 2016, 03:26:01 AM by erok
 #46

You here to mock or contribute? It is catagorized as FUD (by me) because of the collaborative dedicated post (this) along with a reddit post and a dedicated blog all while multiple "dev" accounts actively attacked the main SDC bitcointalk thread (simultaneously). This wasn't merely a bug bounty being collected on. There was no proof, there was just a PR FUD push that makes Monero devs look horrible.

Damn bro, are you mad?  You sound mad.   Grin

The mere fact an ongoing investigation was initiated demonstrates Shen deserves to be awarded the bug finder bounty.

What's the point of offering bug bounties if when they are reported the response is to deflect, spin, and prevaricate in order to avoid admitting fault and the need to reward the bounty hunter?

Furthermore, the bug bounties should be paid in Bitcoin, not BrokenCoin.  Who wants ShadowTrash when it's being dumped?
Now this post solidifies the idea that it is a solid troll campaign. And no bug bounties arent handed out to people with ideas, they are handed out to people that demonstrate the ideas through proofs. And usually people don't create blogs and PR campaigns dedicated to bugs they think they found. But I have nothing to do with that so really this whole post is a troll filled non-sequitur.

But damn "bro", I am only disappointed in Monero's community and punk bitches like you. Grow the fuck up. Pulling out the "umadbro" LOL what year is it?  Grin

I just ate a snickers, so I'm good now.

CONFIRMS MY TROLLING THEORY: Shen Noether has now created 3 reddit posts in 3 different subs today dedicated to this TROLLFUD. Your dev team is so professional! 100% TROLL PR. What a community of Monero trash. Can't wait for the pump and dump you are in to pull the trigger on the dumpfest. I will take losses to fuel Monero's crash and laugh the entire way down.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
February 13, 2016, 03:56:21 AM
 #47

Proof of concept code has been posted by shen:

There was some doubt about whether this post is purely theoretical, or whether it in fact allows one to de-anonymize the sdc chain in practice. In fact, I originally thought it would be too much effort to install these other coins clients, which I am really familiar with, and then muck about in their code enough to get it working. However, after some prodding, I have created a simple replacement for their “ringsig.cpp” (see https://github.com/ShenNoether/Deanon) in the shadowcoin code, which, when run, after resyncing the chain, you will be able to determine who the signer of any ring sig is (read the debug.log in .shadowcoin directory). For example, here is the output according to the first ring signature sent on their blockchain:

ProcessBlock: ACCEPTED a801e125053dcc556b94
verifying ring sig asdf

index i = 0 / 4

index i = 1 / 4

index i = 2 / 4

index i = 3 / 4
signer is index 3

BTW, shen has a file with every single ring signature from the chain broken. Anyone can reproduce using the code from his blog.

EDIT: https://raw.githubusercontent.com/ShenNoether/Deanon/master/sdcDeAnon.txt
americanpegasus (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
February 13, 2016, 04:00:01 AM
 #48

If you find a game breaking bug in Monero, please shout it from the rooftops.  Everyone needs to know - that's how you handle game-breaking bugs. 
 
If the community chooses to continue despite it - or chooses to fix it, that is a course for the community to decide. 
 
But errors and flaws are most malicious and evil when they are selectively shared or kept secret.  Making a lot of noise about it is the *responsible* thing to do because then it forces the issue to either get fixed or the asset reconsidered. 
 
I can assure you that if such an error is found in one of my assets, my response will not be to attack the person who found/spreads the information.  The truth does not fear inquiry and does not mind being challenged.

Account is back under control of the real AmericanPegasus.
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 13, 2016, 04:02:30 AM
 #49

If you find a game breaking bug in Monero, please shout it from the rooftops.  Everyone needs to know - that's how you handle game-breaking bugs. 
 
If the community chooses to continue despite it - or chooses to fix it, that is a course for the community to decide. 
 
But errors and flaws are most malicious and evil when they are selectively shared or kept secret.  Making a lot of noise about it is the *responsible* thing to do because then it forces the issue to either get fixed or the asset reconsidered. 
 
I can assure you that if such an error is found in one of my assets, my response will not be to attack the person who found/spreads the information.  The truth does not fear inquiry and does not mind being challenged.
You just used it to try to steal the marketcap. Don't even try to take the high road.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
americanpegasus (OP)
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
February 13, 2016, 04:12:53 AM
 #50


You just used it to try to steal the marketcap. Don't even try to take the high road.

Absolutely untrue.  Let's say that such a bug does render Shadowcash unviable as a privacy-oriented currency.  What's the responsible thing to do?  Again, being secretive or coy is the duplicitous tactic.  The responsible thing to do is announce the situation, and make an open statement of support for the best alternative.  I think that no one can argue that XMR is the best alternative, even if you were 1000% sold on SDC before.  
  
As always, the low road is to selectively disseminate the information.  I saw the topic on the /r/Monero subreddit and realized that gave potential dual-holders of both Monero and ShadowCash an advantage - and we are seeking to be as fair and transparent as possible.  When big news hits, it needs to be disseminated in a loud and transparent manner.  
  
The low road would have been to *not* make the topic, and wait for the news to trickle out on its own.  The low road would have been to take the opportunity to kick SDC or its supporters while they are down.  
  
Instead I have expressed concern over the situation, provided references, and extended an olive branch to our competitors.  It seems you are upset about the situation itself, to which I can definitely empathize with.  I would be upset too, but I would also take prudent action to make sure I stayed on the bleeding edge of money.  
  
We're not talking about tokens going from 50 cents to $8 each on some Litecoin-esque pump.  No, I am talking about a full blown global network and $4,000 tokens... and more.  SDC supporters have made contributions to the art in their own way - they don't deserve to get left behind.  I once was an ardent believer in Dogecoins and Nyancoins, and some kind soul slowly steered me down the right path.  
  
When I was redirected towards Cryptonote, I wasn't angry at the community for having an amazing product - I was just thankful for the chance to participate.  I'm hoping those who are reading this will feel the same.
  

Account is back under control of the real AmericanPegasus.
smoothie
Legendary
*
Offline Offline

Activity: 2492
Merit: 1473


LEALANA Bitcoin Grim Reaper


View Profile
February 13, 2016, 04:19:39 AM
 #51

If you find a game breaking bug in Monero, please shout it from the rooftops.  Everyone needs to know - that's how you handle game-breaking bugs. 
 
If the community chooses to continue despite it - or chooses to fix it, that is a course for the community to decide. 
 
But errors and flaws are most malicious and evil when they are selectively shared or kept secret.  Making a lot of noise about it is the *responsible* thing to do because then it forces the issue to either get fixed or the asset reconsidered. 
 
I can assure you that if such an error is found in one of my assets, my response will not be to attack the person who found/spreads the information.  The truth does not fear inquiry and does not mind being challenged.
You just used it to try to steal the marketcap. Don't even try to take the high road.

Proof please.

Otherwise your comment is all speculation.

███████████████████████████████████████

            ,╓p@@███████@╗╖,           
        ,p████████████████████N,       
      d█████████████████████████b     
    d██████████████████████████████æ   
  ,████²█████████████████████████████, 
 ,█████  ╙████████████████████╨  █████y
 ██████    `████████████████`    ██████
║██████       Ñ███████████`      ███████
███████         ╩██████Ñ         ███████
███████    ▐▄     ²██╩     a▌    ███████
╢██████    ▐▓█▄          ▄█▓▌    ███████
 ██████    ▐▓▓▓▓▌,     ▄█▓▓▓▌    ██████─
           ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌          
           ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌          
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─  
     ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩    
        ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀       
           ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀`          
                   ²²²                 
███████████████████████████████████████

. ★☆ WWW.LEALANA.COM        My PGP fingerprint is A764D833.                  History of Monero development Visualization ★☆ .
LEALANA BITCOIN GRIM REAPER SILVER COINS.
 
TPTB_need_war
Sr. Member
****
Offline Offline

Activity: 420
Merit: 257


View Profile
February 13, 2016, 04:20:40 AM
 #52

If I am not mistaken, Shonoe did say he identified where in Shadowcash's source code it is using the wrong deterministic hash Hp. That is all the proof that is necessary. Those of us who are very knowledgeable about one-time ring sigs can clearly see that if Hp doesn't have the correct properties then the anonymity is toast. Award him the bounty and stop whining. If you offer bounties and then make someone do nonsense extra work, then your bounties are not worth attempting.

As for whether Shadowcash should quit and join Monero or Aeon, what americanpegasus is trying to say is he doesn't think Shadowcash's cryptographer is sufficiently capable and thus Shadowcash can't be relied upon to innovate on anonymity, e.g. Monero is improving by replacing one-time ring sigs with RingCT. Shadowcash made an error when they "reinvented" one-time ring sigs, so it is reasonable to conclude they will make more errors when trying to keep up with Monero's improvements.

I do understand that Shadowcash has innovated in other areas which they may feel provide some alternatives to Monero/Aeon/Boolberry. That is their decision to make and I think americanpegasus should respect their right to flog themselves with a paddle if they so desire.

Bottom line is Zcash is going to replace all this shit any way. And none of the anonymity coins have an significant user level adoption and never will.

I laugh at americanpegasus with his delusion about the coins he is invested in becoming world dominant. The guy has been drinking the KoolAid.

erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 13, 2016, 04:22:31 AM
Last edit: February 13, 2016, 04:33:54 AM by erok
 #53

If you find a game breaking bug in Monero, please shout it from the rooftops.  Everyone needs to know - that's how you handle game-breaking bugs.  
  
If the community chooses to continue despite it - or chooses to fix it, that is a course for the community to decide.  
  
But errors and flaws are most malicious and evil when they are selectively shared or kept secret.  Making a lot of noise about it is the *responsible* thing to do because then it forces the issue to either get fixed or the asset reconsidered.  
  
I can assure you that if such an error is found in one of my assets, my response will not be to attack the person who found/spreads the information.  The truth does not fear inquiry and does not mind being challenged.
You just used it to try to steal the marketcap. Don't even try to take the high road.

Proof please.

Otherwise your comment is all speculation.
Logic you mean. Speculation would be if the title of the thread (ShadowCash is mathematically broken. I urge all SDC supporters to join Monero.) would just be the first sentence and not the second.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
slapper
Legendary
*
Offline Offline

Activity: 1904
Merit: 1096


Leading Crypto Sports Betting & Casino Platform


View Profile
February 13, 2016, 04:43:07 AM
 #54

Why waste time in time to prove that a shitcoin that no one cared about , is a shitcoin? OP is a fucking retard too.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
February 13, 2016, 04:58:45 AM
 #55

Why waste time in time to prove that a shitcoin that no one cared about

If you read shen's blog post he explained it. He identified the potential flaw first and then looked to see if any coins were implemented in the broken manner. He found one that isn't even a launched coin, more of a proof-of-concept, as well as SDC.

iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
February 13, 2016, 05:34:59 AM
 #56

If I am not mistaken, Shonoe did say he identified where in Shadowcash's source code it is using the wrong deterministic hash Hp. That is all the proof that is necessary. Those of us who are very knowledgeable about one-time ring sigs can clearly see that if Hp doesn't have the correct properties then the anonymity is toast. Award him the bounty and stop whining. If you offer bounties and then make someone do nonsense extra work, then your bounties are not worth attempting.

I don't often quote Anonymint, but when I do it's because there is a point to be made, and a lesson to be learned.

So erok, do you want to man up and admit fault, or continue burning what infinitesimal social capital you have left after your previous nattering about "digging in mud" and "flinging crap?"

Pro tip: when a cryptographer of vaunted ability such as Shen Noether tells you your shit is fucked, it's best not to double down by rambling about unrelated nonsense that invokes irrelevant, futile deflection frames such as "children digging in mud" and "people flinging crap."

Because it turns out you are the metaphorical child digging in mud, who (upon being upset by harsh reality) resorted to flinging rhetorical crap.

Learn to know and respect your superiors, then submit to their authority as appropriate.  Or you will be taunted a second time!

You may go now.  You are dismissed.  Good day, sir.


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
Bavaria
Hero Member
*****
Offline Offline

Activity: 1032
Merit: 502



View Profile
February 13, 2016, 01:50:35 PM
 #57

I remember how SDC bastards fudded Stealth Coin when it revealed some weaknesses.

These bastard trolls were led by longandshort.

Now this disgusting SDC community will get fud from XMR !!!
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
February 13, 2016, 03:04:41 PM
Last edit: February 13, 2016, 05:19:20 PM by erok
 #58

If I am not mistaken, Shonoe did say he identified where in Shadowcash's source code it is using the wrong deterministic hash Hp. That is all the proof that is necessary. Those of us who are very knowledgeable about one-time ring sigs can clearly see that if Hp doesn't have the correct properties then the anonymity is toast. Award him the bounty and stop whining. If you offer bounties and then make someone do nonsense extra work, then your bounties are not worth attempting.

I don't often quote Anonymint, but when I do it's because there is a point to be made, and a lesson to be learned.

So erok, do you want to man up and admit fault, or continue burning what infinitesimal social capital you have left after your previous nattering about "digging in mud" and "flinging crap?"

Pro tip: when a cryptographer of vaunted ability such as Shen Noether tells you your shit is fucked, it's best not to double down by rambling about unrelated nonsense that invokes irrelevant, futile deflection frames such as "children digging in mud" and "people flinging crap."

Because it turns out you are the metaphorical child digging in mud, who (upon being upset by harsh reality) resorted to flinging rhetorical crap.

Learn to know and respect your superiors, then submit to their authority as appropriate.  Or you will be taunted a second time!

You may go now.  You are dismissed.  Good day, sir.
I already did. I see you like kicking an investor while he is down almost as much as the community enjoyed this PR blast. While I appreciate the clarity I still think you all went about it in the most abrasive way possible ("digging in mud" and "flinging crap"). Now you want to keep taunting me or you about ready to move on? Because as an investor, I am about ready to move on.

I do suppose I owe an apology though to iCEBREAKER for calling him a  "punk bitch". Sorry about that. Same goes to AP. I couldn't swing my sword fast enough.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
JosNekoKopa
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
February 13, 2016, 03:47:48 PM
 #59

Which system is used more by people? SDC or MONERO?
I'm not person with much technical knowledge.
Why DASH still have much more volume than those two mentioned?
GTO911
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
February 13, 2016, 04:03:55 PM
 #60

Which system is used more by people? SDC or MONERO?
I'm not person with much technical knowledge.
Why DASH still have much more volume than those two mentioned?

Monero has the most hashpower in Cryptonotes.
Dash has a Masternode pyramid scheme artificially inflating the price
Pages: « 1 2 [3] 4 5 »  All
  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!