Blockchain and sha256

AIデータ復旧サービスについて

復旧不定期日誌425, データ復旧ソフトウェアの使い方 その13 自動復旧の使い方3 – ブロックチェーン対応 自動復旧の最適化問題とは?

自動復旧の最適化問題を、ブロックチェーンにお任せする機能です。色々とありましたが、v3 復活しております。まず「自動復旧の最適化問題」とは? ですね。例えば、以下の状況で、どの順序で復旧すべきか、を決める問題解決です。A:断片化なし、ファイ...
About coins, tokens, NFTs

Blockchain and sha256 [29], Sigma1, Sigma0 fixed in k part4 [d *= t] t = 3

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
About coins, tokens, NFTs

Blockchain and sha256 [28], Sigma1, Sigma0 fixed in k part3 [d *= t] t = 2

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
AIデータ復旧サービスについて

Blockchain and sha256 [27], Sigma1, Sigma0 fixed in k part2 [d += t] t = 1

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

Blockchain and sha256 [26], Sigma1, Sigma0 fixed in k

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

復旧不定期日誌421, 説得される(^^;流れで、ブロックチェーン版 v3を復活いたしました。

ウクライナ侵攻の件で、ブロックチェーンはどうなのかな? がありました。あの強気は、経済制裁を余裕に見越している感じがありまして、当然ながら行われる経済制裁に対して、強気になれる「何か」の裏付けがないと、困ってしまいます。その一方で、その昔、...
BLOCKCHAIN

chapter390, [SORA] Let’s put a new mechanism that can freely load/store data on the blockchain.

Currently, we are using the blockchain for drive maintenance features in software called FromHDDtoSSD.So we found a way ...
About coins, tokens, NFTs

Blockchain and sha256 [25], d *= c, h *= c, c = 8

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

Blockchain and sha256 [24], h = (t1+t2)^(3n+1)/d

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
AIデータ復旧サービスについて

復旧不定期日誌413, FromHDDtoSSD Platform

今週半ばまでに、立ち上げましたFromHDDtoSSD Platformの詳細をまとめます。ゆっくりペースとはなりますが、着実に進めていきますので、今後ともなにとぞよろしくお願いいたします。https://秋葉.jp
About coins, tokens, NFTs

Blockchain and sha256 [22], t1 = Ch, t2 = Maj + k

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

Blockchain and sha256 [21], t1 = Ch + k, t2 = Maj

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

Blockchain and sha256 [20], d = k

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

Blockchain and sha256 [19], d – h swap

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

Blockchain and sha256 [18], d += t1 only

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