# on receiving block 292035 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-02-18T03:41:19Z # as written in the block header 2026-02-18T03:40:54Z $ uptime # since last reboot 03:41:19 up 1 day, 9:11, 0 users, load average: 1.04, 2.10, 2.29 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2343288 kB $ du -h -d1 .bitcoin/signet 271M .bitcoin/signet/indexes 19M .bitcoin/signet/wallets 556M .bitcoin/signet/blocks 3.4G .bitcoin/signet/chainstate 4.2G .bitcoin/signet $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/sda3 912G 434G 478G 48% / $ bitcoind -version Bitcoin Core daemon version v30.2.0 bitcoind Copyright (C) 2009-2026 The Bitcoin Core developers Please contribute if you find Bitcoin Core useful. Visit for further information about the software. The source code is available from . This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or $ BC=$(bitcoin-cli -signet getblockcount); echo $BC 292035 $ BH=$(bitcoin-cli -signet getblockhash 292035); echo $BH 000000103b340eded7a03a09549878d62a707a7fec83a8b04dd32707dde3669d $ bitcoin-cli -signet getblockheader 000000103b340eded7a03a09549878d62a707a7fec83a8b04dd32707dde3669d { "hash": "000000103b340eded7a03a09549878d62a707a7fec83a8b04dd32707dde3669d", "confirmations": 1, "height": 292035, "version": 536870912, "versionHex": "20000000", "merkleroot": "ad5561fdc9f8ef844cd313352aa6948d19db60da35dd5001e90b2cc9180a2f8b", "time": 1771386054, "mediantime": 1771383787, "nonce": 162098325, "bits": "1d14fd7a", "target": "00000014fd7a0000000000000000000000000000000000000000000000000000", "difficulty": 0.04764068304243208, "chainwork": "00000000000000000000000000000000000000000000000000000b1010ba4544", "nTx": 1, "previousblockhash": "0000000d012795ab407052a59353dd2731fc04cf6d9c0babeac5e2540b4fca68" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... ..1. 3b34 .ede d7a. 3a.9 5498 78d6 2a7. 7a7f ec83 a8b. 4dd3 27.7 dde3 669d $ : Following was the shortform $ : from which shortkode came $ last=${BH: -4} $ a=$(echo $BH | cut -b-60 \ | fold -w 4 \ | grep -Ev '^(0000|[^0]{4})$') $ R=$(echo $a $last | cut -b-20) $ printf "%s sf: " $BC $ { echo $R | grep "$last$" \ || echo $R M; } | tr "0\n" ". " echo 292035 sf: ..1. .ede d7a. 3a.9 M $ : Following was the shortkode $ : from which anecdote came $ nz=$(echo $BH | fold -w 4 \ | grep -cE '^[^0]{4}$') $ z=$(echo $BH | fold -w 4 \ | grep -c '^0000$') $ nzzs=$(((${nz}<<4)+${z})) $ printf "%s sk: " $BC $ printf "%s %x\n" \ $last \ $nzzs \ | tr 0 . 292035 sk: 669d 81 $ : Following is an anecdote $ all=$(echo $BH | fold -w 4 \ | sed 's/^/0x/' \ | paste -s | tr '\t' ^) $ printf "%s ak: " $BC $ printf "%04x %02x\n" \ $(($all)) $nzzs \ | tr 0 . 292035 ak: 318b 81 ### niceblack moved to the end $ bitcoin-cli -signet getmempoolinfo { "loaded": true, "size": 26, "bytes": 3664, "usage": 31600, "total_fee": 0.00000589, "maxmempool": 100000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 0, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000 } $ gmm.sh 156 ## Current epoch estimation is -0.33% ## 1731 of 2016, i.e. 85%, 285 to go ## Current and previous two in numbers: $ bitcoin-cli -signet getnetworkhashps 2016 339456.2681817919 $ bitcoin-cli -signet getnetworkhashps 2016 290303 340597.2606954165 $ bitcoin-cli -signet getnetworkhashps 2016 288287 333005.7574254622 $ bitcoin-cli -signet getblockstats 292035 { "avgfee": 0, "avgfeerate": 0, "avgtxsize": 0, "blockhash": "000000103b340eded7a03a09549878d62a707a7fec83a8b04dd32707dde3669d", "feerate_percentiles": [ 0, 0, 0, 0, 0 ], "height": 292035, "ins": 0, "maxfee": 0, "maxfeerate": 0, "maxtxsize": 0, "medianfee": 0, "mediantime": 1771383787, "mediantxsize": 0, "minfee": 0, "minfeerate": 0, "mintxsize": 0, "outs": 2, "subsidy": 2500000000, "swtotal_size": 0, "swtotal_weight": 0, "swtxs": 0, "time": 1771386054, "total_out": 0, "total_size": 0, "total_weight": 0, "totalfee": 0, "txs": 1, "utxo_increase": 2, "utxo_size_inc": 241, "utxo_increase_actual": 1, "utxo_size_inc_actual": 72 } $ bitcoin-cli -signet getnettotals { "totalbytesrecv": 17843486, "totalbytessent": 413603985, "timemillis": 1771386080089, "uploadtarget": { "timeframe": 86400, "target": 0, "target_reached": false, "serve_historical_blocks": true, "bytes_left_in_cycle": 0, "time_left_in_cycle": 0 } } $ bitcoin-cli -signet -netinfo Bitcoin Core client v30.2.0 signet - server 70016/Satoshi:30.2.0/ ipv4 total block manual in 3 3 out 11 11 2 1 total 14 14 Local services: witness, compact filters, network limited, p2p v2, libre Local addresses: n/a $ bitcoin-cli -signet -addrinfo { "addresses_known": { "ipv4": 2072, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 2072 } } ### v2_peerinfo are in v2_peerinfo-signet.txt $ bitcoin-cli -signet getpeerinfo | grep -w 'v2' | uniq -c 6 "transport_protocol_type": "v2", $ bitcoin-cli getpeerinfo \ | jq -r '.[] | select ( .transport_protocol_type == "v2" ) | .addr + " " + .session_id' \ | while read addr sid do a=$(echo ${addr%\]*} | tr -d '\[' | md5sum | cut -b-16); printf "%s\n\t%s\n" "$a" "$sid" done 82b27e77426c9cf3 aa871a5b2c451fe80a51679f11289999d8ef8604ee11bfa5aab9203436eb9455 2d39a7404c4b70a6 d96bcc7ba1337f00fee136fe4c20abc2019c2d55905cfe0daa9b44f0c956598a 7aa3370f69571e4a 084e0e80dfe4e9b458ba6e83692e4793d311ea34c3f82f8102de8a30cc3b70a3 acbcec5aeca1972b a8b97dcd81918fdb3c932541671a4ee0fcf1fbc1e7e9d45eb81689f6f5135f75 b5c9d0a28ed9c546 eded83ff044281dd87f72997d81f54b19f975f9d98a298441a69bfe157554d54 a4dda9c03849be5c 0ebcbcb6635748ebe16f33ddabae748d49de5be73a4ced9dd6cced86470e4f26 $ niceblack.sh $BH $BC _ _ _ | | | | | | | | | | __ __ | | |/ \_|/ / \_/ |/_) \_/ |__/\__/ \___/| \_/ __ __ __ __ ___ ____ / )/ |/ )/ \/ \| / \_/| /| | __/|___ / | / | | \ \ /___ |/___\__/\___/\___/ ,----- .123 4567 89ab cdef -----, | | | .. .... ..1. 3b34 .ede .f | | 1. d7a. 3a.9 5498 78d6 1f | | 2. 2a7. 7a7f ec83 a8b. 2f | | 3. 4dd3 27.7 dde3 669d 3f | '=== ==== ==== ==== ==== ===' ak: 318b 81