暗号通貨

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 [16], if t1 is uint64_t, uint32_t tt = (uint32_t)t1, when if(t1==tt).

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
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 [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

chapter349, We released FromHDDtoSSD v3 with SORA Network!

From now on, there is no doubt that SSD/NVMe of size of TB will become mainstream.Therefore, we are particular about SSD...
AI-NFT Web3.0 FromHDDtoSSD

chapter348, Handling Zero is difficult

We found a problem with the handling of Zero while checking FromHDDtoSSD.exe that was before release.However, it was not...
AI-NFT Web3.0 FromHDDtoSSD

chapter347, SorachanCoin’s twitter URL has changed

Starting today, we are going to announce the SORA Network, which begins with drive scanning, around this blog and by inc...
AI-NFT Web3.0 FromHDDtoSSD

chapter346, Unnamed Exchange

Unnamed Exchange has become a tendency to revive. We are so happy!It seems that they are working toward solving the prob...
AI-NFT Web3.0 FromHDDtoSSD

chapter343, [SORA] draft: renewal Whitepaper 5, Concept of chain in operator

5, Concept of chain in operator5-A, Drive has huge number of sectors 5-A, ドライブには莫大なセクタ数がありますThe drive is made up of a hu...