Post
Topic
Board Announcements (Altcoins)
Re: Network Attack on XVG / VERGE
by
MiCoSa
on 01/06/2018, 11:29:40 UTC
Not seeing too much similarity. Anyway, that doesn't matter because you most definitely copied your code from somewhere else. All of us know that your coin is literally a mish-mash of copy-pasted.

Lol and you guys say to the verge fam, they would only see what they want to see. Obviously, someone had a shit on your eyes... Unbelievable... I just wonder if anyone in this world is taking you serious in your real life? Or is it the same like here, that you are making a fool of your self the whole day? Are you a friend of boxalex? He has a doctor's appointment upcoming. Maybe you can go with him...
Please tell me the similarities you see.

-        if (!BN_div(&dv, &rem, &bn, &bn58, pctx))
+        if (!BN_div(dv.get(), rem.get(), bn.getc(), bn58.getc(), pctx))

-        if (!BN_mul(&bn, &bn, &bn58, pctx))
+        if (!BN_mul(bn.get(), bn.getc(), bn58.getc(), pctx))

cant put the code all in here, just compare the files:

complete bignum.h class

crypter.cpp

key.cpp

script.cpp

you really dont (want to) see that? LOL

At least that is explaining a lot...

So how is this going on now? There would be 2 possibilities:

1: You stop your ridiculous FUD!

2: You open a new Thread: "XSH copying code from XVG" and start a FUD-campaign about there Developers too.

I would prefer solution 1! But it is your decision...

I am out here now. Sold my XVG yesterday. I did not because i think it is a bad project, but i wanted to invest in another, smaller but very promising project.

So when i am thinking about it again, maybe you could continue with your ridiculous FUD for some time, so i could buy back some cheap verge in a few weeks...  Grin
The lines you quoted are different lol. Anyway, the shield devs have credited Verge devs. Verge devs didn't credit shield devs for the fix they copied.

The lines are exactly the same...

Copy this for example:

Code:
if (!BN_div(&dv, &rem, &bn, &bn58, pctx))

or this:

Code:
if (!BN_div(dv.get(), rem.get(), bn.getc(), bn58.getc(), pctx))

or this:

Code:
throw bignum_error("CBigNum::init(): BN_new() returned NULL");

you need to open the bignum.h file first on the shield site

or this:

Code:
if (fOk) fOk = EVP_EncryptUpdate(&ctx, &vchCiphertext[0], &nCLen, &vchPlaintext[0], nLen);

...

and search on both above mentioned sites...

These are only examples. The complete changes in this files are the same...

If you can not compare two files, noone can help you...