翻訳者レビュー ( 英語 → 日本語 )

評価: 52 / 0 Reviews / 2013/02/26 23:47:20

itprofessional16
itprofessional16 52 IT関係が得意
英語

Hash File
The system has a file of all the hash keys for the next 10 years: hash.keys This file can be verified in several ways. The simplest is to simply download and keep a copy of that file. If ever your copy and the copy we are distributing disagree there is something awry. The other way is to use a package called BitcoinTimestamp. This is something which stores a sha256 sum in the bitcoin network as a transaction. Since this transaction goes into the block chain, it is impossible for anyone to tamper with after the fact.


$ sha256sum hash.keys
9b0d87ac871518cfd8601aa456b58fa74c01194cfeb25e7f3eecf43759d6ccb4 hash.keys
$ java -jar jar/BitcoinTimestamp-1.0.1.jar decode 428bcc630b00fe431623b4e1fb0

日本語

ハッシュファイル
システムは、今後10年間のすべてのハッシュキーのファイル:hash.keysを持っています。このファイルは、いくつかの方法で確認することができます。最も簡単なのは、単にダウンロードして、そのファイルのコピーを保持することです。あなたのコピーと私たちが配布しているコピーがどこか間違っているということはまれです。他の方法は、BitcoinTimestampというパッケージを使用することです。これは、トランザクションとしてbitcoinネットワークでSHA256の和を格納するものです。このトランザクションはブロックチェーンに入るので、誰かが事実を後で改ざんすることは不可能です。

$ sha256sum hash.keys
9b0d87ac871518cfd8601aa456b58fa74c01194cfeb25e7f3eecf43759d6ccb4 hash.keys
$ java -jar jar/BitcoinTimestamp-1.0.1.jar decode 428bcc630b00fe431623b4e1fb0

レビュー ( 0 )

翻訳者レビューはまだありません