Search content
Sort by

Showing 12 of 12 results by antithetical
Post
Topic
Board Altcoin Discussion
Re: 1.000.000 Quark Giveaway
by
antithetical
on 24/12/2013, 08:39:11 UTC
QSC4LLwhqxTvnwTTP42vaTZ6A7UTP3xXwZ

Thank you dude!
Post
Topic
Board Off-topic
Re: NSA payed RSA to install faulty backdoor encryption
by
antithetical
on 24/12/2013, 08:22:15 UTC

http://www.altchain.org/?q=content/nsa-payed-rsa-install-faulty-encryption

Quote
As a key part of a campaign to embed encryption software that it could crack into widely used computer products, the U.S. National Security Agency arranged a secret $10 million contract with RSA, one of the most influential firms in the computer security industry, Reuters has learned.

This has been discussed in other threads already.

Can you provide a link to back up that claim?

I can:

https://bitcointalk.org/index.php?topic=379948.msg4116290#msg4116290
Post
Topic
Board Новички
Re: Биржа CRYPTSY за 4 дня украла у меня 8 BTC!!!
by
antithetical
on 24/12/2013, 08:01:12 UTC
Выглядит это как повальная хуйня, увлечение биржа держателей своми полномочиями.

Потерял 0.01 BTC на coinex.pw, в результате их ремонтов длящихся месяцами. Такая же хуйня с пулами 50btc проебались со своими лагами, уебали у меня 0.1 BTC. mmpool проебал 0.1 BTC. Я Ваще хуй знает куда ета паебень катится. Такое чуство что довирять Вапще никаму ненадо, нельзя, и я не буду, по итогу этих событий. Сейчас всглянул на курс 700 у.е., сложил всё. проебал 3 косых. Кругом одни пидарасы.

Весь пауэр биткоина, вся его ахуительная децентрализация, псевдо-анонимность, стирается к ебеням вот такими вот пидармотами, сидящими в своих туалетах и пиздящими награбленноенамайненное.
Post
Topic
Board Politics & Society
Re: NSA paid RSA $10mm to subvert encryption
by
antithetical
on 24/12/2013, 05:57:33 UTC
It's been shown that NSA cryptographers have authored backdoors in their algorithms in the past.  Either that, or they're just not that bright.  The only thing is $10 million is an extremely small sum to pay.  I can imagine there are people that would pay far more for something like this.  I'd say it could've been $10 million to RSA and perhaps another $10 million directly into the pocket of RSA's Head of Engineering.

It is problem of U.S. government. Remember the story, there was always no money for FBI, NSA, etc. There are hundreds of movies about beggars FBI agents who tries to catch Bonnie and Clyde.

You better draw this lines between FBI, NSA, CIA. The last one, doesn't know what money exactly is.

Who is closer to whom. NSA to FBI, or NSA to CIA. Looks like after 9/11, NSA == CIA.

Moreover, I can't imagine this peoples who filter Snowden's documents to prevent any damage to the U.S. government. How they are doing this? I'm really can't realize this.

They probably could extract full budget of NSA. This great sum should be over than 10m$, over than great part of U.S. budget at all.

Say 50% of your taxes is a money to backdoor your printers, track your internet activity, read your e-mail. Off-course to prevent any attack from the East. From the aborigines with automate Kalashnikov, who every day twit each other, like each other, kick in the irc's channels each other...... At the same time, 90% of money to the East is a U.S.'s money for oil.
Post
Topic
Board Altcoin Discussion
Re: Nxt is the new Dogecoin - Giving away my 20,000 dogecoins
by
antithetical
on 24/12/2013, 05:44:11 UTC
DSpDGZKxWe8nVnLaoncFoVVCu5DFYvmqTn

Thank You dude !
Post
Topic
Board Politics & Society
Re: Obama says Snowden’s actions have “done unnecessary damage”
by
antithetical
on 24/12/2013, 05:38:01 UTC
Those people who read this docs of Snowden, probably could calculate the budget of NSA from this:

Quote
Security company RSA was paid $10 million to use the flawed Dual_EC_DRBG pseudorandom number generating algorithm as the default algorithm in its BSafe crypto library, according to sources speaking to Reuters.

$10 million

http://arstechnica.com/security/2013/12/report-nsa-paid-rsa-to-make-flawed-crypto-algorithm-the-default/

There is thread on reddit, you can find, there are >100 companies like Cisco, Apple, IBM, Oracle, D-Link, and like this for the whole of hundred who vulnerable of this backdoor.

Probably, every tech-technology around us backdoored by NSA, since 2001.

related thread: https://bitcointalk.org/index.php?topic=379948.msg4082690#msg4082690
Post
Topic
Board Altcoin Discussion
Re: OpenEx: Progress Report - 85% complete. critical flaws found.
by
antithetical
on 24/12/2013, 05:21:52 UTC
Hey dudes,

What happens with you progress 85%,

See comment #97 - 91%

See before 87%

Is it joke? Could you point true date of beta release?
Post
Topic
Board Altcoin Discussion
Re: OPERATION: GOOD DOGE [100+ Doge per person]
by
antithetical
on 24/12/2013, 05:12:35 UTC
DSpDGZKxWe8nVnLaoncFoVVCu5DFYvmqTn

Thank You dude !
Post
Topic
Board Bitcoin Discussion
Re: The year of 2140.
by
antithetical
on 24/12/2013, 04:02:30 UTC
Post
Topic
Board Development & Technical Discussion
Topic OP
opensource exchange for altcoin. 1 alt vs btc, without database.
by
antithetical
on 24/12/2013, 03:03:52 UTC
http://bitcoin.stackexchange.com/questions/13849/how-do-we-talk-to-bitcoind-in-a-php-plugin How do we talk to bitcoind in a PHP plugin?

It is simple to find the same rpc for python or ruby.

Look to my idea:

You come to site for trading 1 alt-coin( say ltc ), with btc.

Code:
$bitcoind = new jsonRPCClient("http://$YOUR_RPC_USER:$YOUR_RPC_PASS@$YOUR_RPC_HOST:$YOUR_RPC_PORT/");
$litecoind = new jsonRPCClient("http://$YOUR_RPC_USER:$YOUR_RPC_PASS@$YOUR_RPC_HOST:$YOUR_RPC_PORT_LTC/");
There is only 2 buttons, sell/buy. One page with one form.

Addresses are generated for each currency:

It is simple,
Code:
$newaddr_btc = $bitcoind->getnewaddress();
$newaddr_ltc = $litecoind->getnewaddress();

Thereafter, coins simple migrate from account to account inside each daemon litecoin/bitcoin. Looks like there is no needs in keeping side database. Looks like it is 200 strings of index.php + 2 daemons of bitcoin and litecoin.

Each trades saves into rrdbase, beautiful highchart draw beautiful graph of trades history.



But making an order needs in saving information, before deal not complete. Is there way without setupping mysql or another database? How can it be forced?
Post
Topic
Board Beginners & Help
Re: How to compile cgminer on Ubuntu
by
antithetical
on 23/12/2013, 22:39:50 UTC
It depends on your video card, NVIDIA / AMD.

I'm with amd, i'm doing this like:

Code:
git clone https://github.com/ckolivas/cgminer.git
cd cgminer
./autogen.sh --enable-opencl
CFLAGS="-O2 -Wall -march=native -I/opt/AMDAPP/include" LDFLAGS="-L/opt/AMDAPP/lib/x86_64" ./configure --enable-opencl
make
./cgminer --url  stratum+tcp://pool --user username --pass password

Read this thread: https://bitcointalk.org/index.php?topic=28402.0

Here kind of How-To: http://www.distrogeeks.com/install-cgminer-latest-ubuntu/2/

Post
Topic
Board Новички
Re: Раздаю GRAIN [GRA]
by
antithetical
on 23/12/2013, 22:32:29 UTC
99dAS6Fa8QhXhzXqyGtfKGDdABKy7rEVb4

Thank you, dude!