Is the tenebrix client safe?

3

1

I'm fairly proficient in C++ and wondered if the tenebrix client was safe to use?

Also if I wanted to review the code myself, are there any warning signs I should look for without studying the code in detail?

Thanks

Sean Chapman

Posted 2011-10-07T17:49:56.257

Reputation: 1 718

For what it's worth, I just downloaded it. Not on the machine where I keep most of my bitcoins though.ripper234 2011-10-07T21:53:20.450

Answers

5

There are a lot of people who are hostile to any new crypto-currency, usually because of their vested interest in previous currencies. They tend to audit any new currency's code, looking for things that can embarrass the developers. There's a very good chance that any back door or serious problem would be widely publicized on sites like the Bitcoin forums.

You can certainly audit the changes yourself. Find the closest trusted code base (the one the code you're trying to evaluate is based on), and run a diff. Then look closely at all changes.

Alternatively, you can rely on the wisdom of crowds. Just wait at least a week or so before accepting any updates published by the development team. And search forums likely to be hostile to that project, such as the Bitcoin forums.

David Schwartz

Posted 2011-10-07T17:49:56.257

Reputation: 46 931

0

If you're competent at coding my best advice would be to go through the code. Without knowing how it's done it's hard to say what to look for.

It's built from Multicoin - I use Tenebrix and have had no trouble. On top of that I have not heard of an issue of this kind.

MaxSan

Posted 2011-10-07T17:49:56.257

Reputation: 3 680

1maxsan: please spellcheck your answers before posting. :)nanotube 2011-10-07T20:13:54.873

Guess I'll give it a go. I'll post back later :)Sean Chapman 2011-10-07T21:16:41.663

Fixed the spelling.D.H. - bitcoin.se 2011-10-08T21:08:12.567