BLOCKCHAIN

AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌408, SSD/NVMeの認識不能

熱を帯び、半田ボールの径が小さいほど、クラックによる故障が多い傾向があります。CPU(今回のDELLノート、CPUが半田直付け)、GPUはもちろん、SSD/NVMeも、熱が出ます。融解させることにより再接続を促し、動作可能となりました。
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...
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 [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...
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%...
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.ハッシュを「半分ずつ開集合...