iuec

English

Blockchain and sha256 [16], When they try from Exchange to withdraw, the hash is slightly off. it can’t send money because of that! so it can’t be helped! devil’s proof? ハッシュが僅かにずれるから出せない。これは仕方がない? 悪魔の証明?

Let's return such devil's proof by indirect proof.そのような悪魔の証明には、背理法でお返ししましょう。Suppose d and h were fixed in sha256(Round)....
BLOCKCHAIN

Blockchain and sha256 [15], d += Σ n (n is non-negative integer)

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [14], h += 1

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [13], d += 1

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [12], t2 ≡ t1 mod m (m is non-negative integer)

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [11], d ≡ h mod 0

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [10], Fix d and h.

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌395, ジャンク関連を再開いたします

一時期、秋葉原でジャンク関連が衰退気味だったのですが、最近、またスマホやその他いろいろ、盛り上がりをみせてきております。ただ、コロナがありますから、当面はオークションなどでジャンクを漁ることになります。発電機を手に入れてから、ジャンクな発電...
BLOCKCHAIN

Blockchain and sha256 [9], hello hash and 3n + 1 conjecture

void hex_printf(unsigned char (*hash)) { // fixed 32 bytes::printf( "0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌394, ガスボンベ式の発電機

非常時に備え、ガスボンベ式の発電機を購入いたしました。ただ、気温が10度以上ないと、安定して回らない性質があります。なお、購入前から、それはわかってはいて(^^;、それは始動の時だけと甘く考えていました。どうやら、始動後も安定しないため、う...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌393, データ復旧ソフトウェアの使い方 その6 ファイルビュー

現在探索中の各データが、正常に取れているかどうか確認できる、便利なファイルビュー機能を搭載しております。使い方は簡単、対象ファイルを「ダブルクリック」するだけです。
BLOCKCHAIN

Blockchain and sha256 [8], Execute half of hash ハッシュの半分を実行

With the image of making the hash "open set by half", we are picked to all the branches which are piled up.ハッシュを「半分ずつ開集合...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌392, データ復旧ソフトウェアの使い方 その5 開発中のスクリーンショットを公開(^^;

転送速度の管理については、その開発は結構大変でした。以下は開発中のもので、それが、「不良セクタ危険予知モニタ(さらにその下)」になりました。
BLOCKCHAIN

Blockchain and sha256 [7], sigma0, sigma1

uint32_t sigma0(uint32_t x) { return (x >> 7 | x << 25) ^ (x >> 18 | x << 14) ^ (x >> 3); }uint32_t sigma1(uint32_t x) {...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌391, データ復旧ソフトウェアの使い方 その4

本日は、データ復旧中の転送速度について、です。ドライブの種類に限らず、データ復旧中の転送速度については注視する必要があります。あらゆる変動も、この転送速度の変化から始まるためです。以下のグラフをご覧ください。古いドライブとなりますが、不良セ...