stream - on-chain hash art (@stream_nft_ai) 's Twitter Profile
stream - on-chain hash art

@stream_nft_ai

prompts are generated from tx hash data, enhanced, fed into AI and minted as an NFT collection, all entirely on-chain. edition of 1000. ethereum. no discord.

ID: 1490163447828709380

calendar_today06-02-2022 03:20:36

14 Tweet

149 Takipçi

132 Takip Edilen

stream - on-chain hash art (@stream_nft_ai) 's Twitter Profile Photo

Stream train(_tx, nonce, out_stream); while ((data = readTX(_tx)) != _tx.ln) { for (int i = 7; i >= 0; --i) train.update((sum >> i) & 1); } train.sum(0); train.alignment(_streamAPI.encode(nonce));

Stream train(_tx, nonce, out_stream);
        while ((data = readTX(_tx)) != _tx.ln) {
            for (int i = 7; i >= 0; --i)
                train.update((sum >> i) & 1);
        }
        train.sum(0);
        train.alignment(_streamAPI.encode(nonce));
stream - on-chain hash art (@stream_nft_ai) 's Twitter Profile Photo

void _tx::alignment() { if (_mode == train) { while (((_nonce_x ^ _nonce_y) & 0xff000000) == 0) { putc(_nonce_y >> 24, result); _nonce_y <<= 8; _nonce_y = (_nonce_y << 8) + 255; } putc(_nonce_y >> 24, result); } }

void _tx::alignment() {
    if (_mode == train) {
        while (((_nonce_x ^ _nonce_y) &amp; 0xff000000) == 0) {
            putc(_nonce_y &gt;&gt; 24, result);
             _nonce_y &lt;&lt;= 8;
             _nonce_y  = (_nonce_y  &lt;&lt; 8) + 255; 
}
        putc(_nonce_y  &gt;&gt; 24, result);
    }
}