Bitcoin Forum
May 30, 2024, 12:18:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 »  All
  Print  
Author Topic: [VXC] V.Cash (Was: [VNL] Vanillacoin), a quiet word of warning.  (Read 14187 times)
traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
September 24, 2015, 08:18:39 AM
 #61

@iCEBREAKER

That "code thief" single handedly coded more and with a higher quality than your beloved XMR developers, who couldn't put down anything on the table since the moment they forked bytecoin.

Must hurt to baghold something that will never get real world use or adoption with those "developers".

traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
September 24, 2015, 10:20:26 AM
 #62

https://bitcointalk.org/index.php?topic=1189125.msg12507853#msg12507853:

Stealing code is not acceptable.  Denying the theft is even worse.

Smooth aka iCEBREAKER: This code is from the OpenSSL project from ecdhtest.c:

Code:
static EC_KEY *mk_eckey(int nid, const unsigned char *p, size_t plen)
{
    int ok = 0;
    EC_KEY *k = NULL;
    BIGNUM *priv = NULL;
    EC_POINT *pub = NULL;
    const EC_GROUP *grp;
    k = EC_KEY_new_by_curve_name(nid);
    if (!k)
        goto err;
    priv = BN_bin2bn(p, plen, NULL);
    if (!priv)
        goto err;
    if (!EC_KEY_set_private_key(k, priv))
        goto err;
    grp = EC_KEY_get0_group(k);
    pub = EC_POINT_new(grp);
    if (!pub)
        goto err;
    if (!EC_POINT_mul(grp, pub, priv, NULL, NULL, NULL))
        goto err;
    if (!EC_KEY_set_public_key(k, pub))
        goto err;
    ok = 1;
 err:
    if (priv)
        BN_clear_free(priv);
    if (pub)
        EC_POINT_free(pub);
    if (ok)
        return k;
    else if (k)
        EC_KEY_free(k);
    return NULL;
}

I agree, Bitcoin should not steal. Cool

Thank you for your support.


smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 24, 2015, 10:39:26 AM
 #63

False. The OpenSSL attribution is retained in the Bitcoin distribution.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.

Where is the attribution in vanilla coin along with your retraction of the false claim that vanillacoin was written entirely from scratch?

Whether the code was originally from Bitcoin or OpenSSL, you have now admitted that your marketing claim about vanillacoin was false.

In any case the code in VNL is structurally much more similar to the version in Bitcoin and was obviously copied from that one, not the OpenSSL variant (which is also a reasonable inference since there are other sections of Bitcoin code which are obviously copied/renamed and don't come from OpenSSL)
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
September 24, 2015, 05:08:02 PM
 #64


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

“God does not play dice"
onemorexmr
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
September 24, 2015, 05:11:02 PM
 #65


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new

this thread is about john-connor copying code without honoring its license and lying about it

XMR || Monero || monerodice.net || xmr.to || mymonero.com || openalias.org || you think bitcoin is fungible? watch this
monsterer
Legendary
*
Offline Offline

Activity: 1008
Merit: 1002


View Profile
September 24, 2015, 05:35:06 PM
 #66


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

john connor won't discuss them, sadly. The whitepaper is seriously lacking in detail and doesn't address any attack vectors.
traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
September 24, 2015, 06:37:05 PM
 #67


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new

this thread is about john-connor copying code without honoring its license and lying about it

And this thread is dealing with a coin that has a single developer doing more work than any monero dev did with their bytecoin fork:

https://bitcointalk.org/index.php?topic=977245.new;topicseen#new

onemorexmr
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
September 24, 2015, 06:54:11 PM
 #68


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new

this thread is about john-connor copying code without honoring its license and lying about it

And this thread is dealing with a coin that has a single developer doing more work than any monero dev did with their bytecoin fork:

https://bitcointalk.org/index.php?topic=977245.new;topicseen#new

ROFL you linked the same thread.
thanks for bumping this one though Wink

XMR || Monero || monerodice.net || xmr.to || mymonero.com || openalias.org || you think bitcoin is fungible? watch this
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
September 24, 2015, 07:39:58 PM
 #69


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new


I know that thread, I was hoping someone smarter
than me might review the new networking/consensus code and ascertain
if it is vulnerable to a double spend or some other type
of attack.

“God does not play dice"
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 25, 2015, 02:13:59 AM
 #70


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new


I know that thread, I was hoping someone smarter
than me might review the new networking/consensus code and ascertain
if it is vulnerable to a double spend or some other type
of attack.

Poloniex did review the code awhile ago.  It's the only coin other than Bitcoin that only requires 1 confirmation on Poloniex and has been that way for about 4 months.  You can test this by going here: https://poloniex.com/public?command=returnCurrencies and searching for minconf":1,

You'll get two results, which will be Vanillacoin and Bitcoin.

Some other things that are testable are:
- It's the only coin that has full, staking mobile wallets that allow you to move your wallet.dat to your PC from your Android and iOS wallets
- It's the only coin that gives you a random port if you have no config.dat.  All your ISP will see is normal SSL traffic while monitoring your ports, which is unlike what happens with all other coins

It's also the only coin to have near-instant 0 confirmation transactions without master nodes.  No one has been able to break Zerotime, but no exchanges accept Zerotime yet.

LovSan
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


(●´ω´●) Nil de nihilo fit


View Profile
September 25, 2015, 03:02:09 AM
 #71


I see now multiple threads about Vanillacoin, but
where is an intelligent discussion about whether the
coin actually delivers the distinctive new features it
claims to have?

"property rights", give me a break

here you go:
https://bitcointalk.org/index.php?topic=977245.new;topicseen#new


I know that thread, I was hoping someone smarter
than me might review the new networking/consensus code and ascertain
if it is vulnerable to a double spend or some other type
of attack.

Poloniex did review the code awhile ago.  It's the only coin other than Bitcoin that only requires 1 confirmation on Poloniex and has been that way for about 4 months.  You can test this by going here: https://poloniex.com/public?command=returnCurrencies and searching for minconf":1,

You'll get two results, which will be Vanillacoin and Bitcoin.

Some other things that are testable are:
- It's the only coin that has full, staking mobile wallets that allow you to move your wallet.dat to your PC from your Android and iOS wallets
- It's the only coin that gives you a random port if you have no config.dat.  All your ISP will see is normal SSL traffic while monitoring your ports, which is unlike what happens with all other coins

It's also the only coin to have near-instant 0 confirmation transactions without master nodes.  No one has been able to break Zerotime, but no exchanges accept Zerotime yet.

This is not quite accurate, Poloniex accepts ZT more than a month already.

https://bitcointalk.org/index.php?topic=977245.msg12424677#msg12424677

❄❁❇❂❇❃❇❅❇❆❇❈❇❉❇❊❇❋❄♒❇♓❇♉❇♈❇♊❇♋❇♌❇♍❇♎❇♏❇♐❇♑❄❋❇❊❇❉❇❈❇❆❇❅❇❃❇❂❇❁❄
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
September 25, 2015, 06:36:01 AM
 #72


Poloniex did review the code awhile ago.  

Did they? The code wasn't in the open at the time.

Also, while I respect Poloniex for their integrity (based on how they handled
the situation when they were hacked, ages ago) I'm not that convinced
of their aptitude when it comes to estimating code.

I have looked at the code, and it looks good to me, but I know
there are some people here who are better at spotting vulnerabilities
when it comes to this sort of thing.

“God does not play dice"
Furio
Legendary
*
Offline Offline

Activity: 938
Merit: 1000

BTC | LTC | XLM | VEN | ARDR


View Profile
September 25, 2015, 06:38:45 AM
 #73

No one even remembers this coin, I know I don't.  If he has shuffled a group of victims off elsewhere, not much to do about it unless they come back to BCT and see your warning.

Lately I saw an increase of people posting positively about Vanillacoin that its so underrated bladiebla:) Mostly newby accounts, but still it seems the guy wants one last dump and than is out Smiley

traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
September 25, 2015, 07:01:17 AM
 #74

No one even remembers this coin, I know I don't.  If he has shuffled a group of victims off elsewhere, not much to do about it unless they come back to BCT and see your warning.

Lately I saw an increase of people posting positively about Vanillacoin that its so underrated bladiebla:) Mostly newby accounts, but still it seems the guy wants one last dump and than is out Smiley

You expect him to do one last dump with another few thousand lines code pushed in the last 2-3 weeks? It would be totally worth the time.

pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 25, 2015, 11:11:25 AM
 #75


Poloniex did review the code awhile ago.  

Did they? The code wasn't in the open at the time.

Also, while I respect Poloniex for their integrity (based on how they handled
the situation when they were hacked, ages ago) I'm not that convinced
of their aptitude when it comes to estimating code.

I have looked at the code, and it looks good to me, but I know
there are some people here who are better at spotting vulnerabilities
when it comes to this sort of thing.


It was definitely open before Poloniex added it to their exchange in early March.  TF2honeybadger, the wallet manager at Polo at the time, was extremely impressed with the code and was on the Vanillacoin IRC channel frequently then.  Once John lowered the confirms to 1, TF2 said Busoni wanted a code review, but they would likely lower the confirms to 2.  TF2 didn't do the code review and I'm not sure who did, but they did eventually lower the confirms to 1 in early June.

Bittrex-richie, who was also on our IRC and added our coin a month later than Poloniex, had nothing but positive comments for TF2 btw.  Bittrex-richie was also somewhat impressed with the code, but wanted to see how another exchange fared with it for some time before adding it because it wasn't clone code.

YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
September 25, 2015, 11:29:05 AM
 #76

Once John lowered the confirms to 1, TF2 said Busoni wanted a code review, but they would likely lower the confirms to 2.  TF2 didn't do the code review and I'm not sure who did, but they did eventually lower the confirms to 1 in early June.

Yep I remember that, because at the time
I asked j-c about it and he answered in the "official"
thread


The zero confirmation branch is private

But now that everythings in the open I'm waiting for
some intrepid explorer to dig in.

IMO john-connor is somewhat shady guy, but clearly
a very competent programmer, and therefore I'm still on the fence about
VNL.

“God does not play dice"
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 25, 2015, 11:54:18 AM
 #77

Once John lowered the confirms to 1, TF2 said Busoni wanted a code review, but they would likely lower the confirms to 2.  TF2 didn't do the code review and I'm not sure who did, but they did eventually lower the confirms to 1 in early June.

Yep I remember that, because at the time
I asked j-c about it and he answered in the "official"
thread


The zero confirmation branch is private

But now that everythings in the open I'm waiting for
some intrepid explorer to dig in.

IMO john-connor is somewhat shady guy, but clearly
a very competent programmer, and therefore I'm still on the fence about
VNL.

As far as the altcoin world goes, he's about as least shady as they come.  The altcoin world is all salesmen trying to sell you their scam.  Over 99% of altcoins are all scams and promises with no results.

John is just sitting there, committing high quality code nobody has written before.  I believe he's actually trying to build something.

groggin
Legendary
*
Offline Offline

Activity: 1894
Merit: 1001



View Profile
September 25, 2015, 03:25:56 PM
 #78

Quote from: pseudonymdude
As far as the altcoin world goes, he's about as least shady as they come.  The altcoin world is all salesmen trying to sell you their scam.  Over 99% of altcoins are all scams and promises with no results.

John is just sitting there, committing high quality code nobody has written before.  I believe he's actually trying to build something.

 +1, in almost 2 years at bct, i've yet to meet a harder woking dev

his work speaks for itself

some quiet words of respect

tally ho!

loose the sword that is your pen or tongue [or bittorrent enabled computer] and help fight the so-called new world order   it is the enemy of humanity[/b][/url]  |  Sign-up @ Aurovine to get FREE HD music ... and coins!| |
YarkoL
Legendary
*
Offline Offline

Activity: 996
Merit: 1013


View Profile
September 25, 2015, 03:44:47 PM
 #79


Well maybe shady isn't the best word. What I meant
is a little bit mysterious and reticent when it comes to
exposition.

“God does not play dice"
Levole11
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500


View Profile
September 25, 2015, 05:00:00 PM
 #80


Well maybe shady isn't the best word. What I meant
is a little bit mysterious and reticent when it comes to
exposition.

I can understand that 'image' for ppl who follow him only on bct, for ppl following him on irc its quite the contrary..
Pages: « 1 2 3 [4] 5 6 7 »  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!