# on receiving block 308385 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-11T05:50:28Z # as written in the block header 2026-06-11T05:50:25Z $ uptime # since last reboot 05:50:28 up 83 days, 20:43, 0 users, load average: 2.38, 2.86, 2.92 $ battery.sh 156%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 1324812 kB $ du -h -d1 .bitcoin/signet 302M .bitcoin/signet/indexes 21M .bitcoin/signet/wallets 448M .bitcoin/signet/blocks 3.8G .bitcoin/signet/chainstate 4.6G .bitcoin/signet $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/sda3 912G 435G 476G 48% / $ bitcoind -version Bitcoin Core daemon version v31.0.0rc4 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 308385 $ BH=$(bitcoin-cli -signet getblockhash 308385); echo $BH 0000000956f16e716ce7899e1d52ac9907a8381533c4fbde81d7e90cfbbb45b1 $ bitcoin-cli -signet getblockheader 0000000956f16e716ce7899e1d52ac9907a8381533c4fbde81d7e90cfbbb45b1 { "hash": "0000000956f16e716ce7899e1d52ac9907a8381533c4fbde81d7e90cfbbb45b1", "confirmations": 1, "height": 308385, "version": 536870912, "versionHex": "20000000", "merkleroot": "8a0b9f7115c0b1dd45d686454eff256fd25e37594f2675b0f4161b105657f309", "time": 1781157025, "mediantime": 1781153259, "nonce": 21830347, "bits": "1d1490f5", "target": "0000001490f50000000000000000000000000000000000000000000000000000", "difficulty": 0.04862263684784939, "chainwork": "00000000000000000000000000000000000000000000000000000e1bac8a73ba", "nTx": 220, "previousblockhash": "000000120e9dbc97b1238bbd1a366a51503e46c773bdbbe864fcb647e74effa2" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... ...9 56f1 6e71 6ce7 899e 1d52 ac99 .7a8 3815 33c4 fbde 81d7 e9.c fbbb 45b1 $ : 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 308385 sf: ...9 .7a8 e9.c 45b1 $ : 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 . 308385 sk: 45b1 c1 $ : 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 . 308385 ak: 4d4d c1 $ : Following is the jointkode 308385 jk: 45b1 4d4d c1 ### niceblack moved to the end $ bitcoin-cli -signet getmempoolinfo { "loaded": true, "size": 5, "bytes": 1463, "usage": 78408, "total_fee": 0.00031209, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 1, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 25, "limitclustersize": 101000, "optimal": true } $ gmm.sh 209 ## Current epoch estimation is +0.93% ## 1953 of 2016, i.e. 96%, 63 to go ## Current and previous two in numbers: $ bitcoin-cli -signet getnetworkhashps 2016 351233.2698887378 $ bitcoin-cli -signet getnetworkhashps 2016 306431 347971.3775737199 $ bitcoin-cli -signet getnetworkhashps 2016 304415 339567.6604445974 $ bitcoin-cli -signet getblockstats 308385 { "avgfee": 12171, "avgfeerate": 18, "avgtxsize": 1019, "blockhash": "0000000956f16e716ce7899e1d52ac9907a8381533c4fbde81d7e90cfbbb45b1", "feerate_percentiles": [ 0, 1, 2, 2, 2 ], "height": 308385, "ins": 570, "maxfee": 1367393, "maxfeerate": 8262, "maxtxsize": 64223, "medianfee": 154, "mediantime": 1781153259, "mediantxsize": 205, "minfee": 14, "minfeerate": 0, "mintxsize": 142, "outs": 2312, "subsidy": 2500000000, "swtotal_size": 223192, "swtotal_weight": 574747, "swtxs": 218, "time": 1781157025, "total_out": 3054823320901, "total_size": 223334, "total_weight": 575315, "totalfee": 2665525, "txs": 220, "utxo_increase": 1742, "utxo_size_inc": 139148, "utxo_increase_actual": 1703, "utxo_size_inc_actual": 134945 } $ bitcoin-cli -signet getnettotals { "totalbytesrecv": 819488694, "totalbytessent": 22788093526, "timemillis": 1781157029475, "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 v31.0.0rc4 signet - server 70016/Satoshi:31.0.0/ ipv4 total block in 1 1 out 10 10 2 total 11 11 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -signet -addrinfo { "addresses_known": { "ipv4": 1328, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 1328 } } ### v2_peerinfo are in v2_peerinfo-signet.txt $ bitcoin-cli -signet getpeerinfo | grep -w 'v2' | uniq -c 11 "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 ae8d284a550f8f8a 527ba2f4829cec401cb76b76a888d40eda26f56ba524c3c1e94f526fa6f65cc9 e55aabeb2f397365 47a6d96996102e058b47a3faba58147ec28c36474ca6975da14876e68dc91845 a09335b2ea9a0d96 d62b61953e6f57e0f48d2aca7a8987d3e7b9f570802aed0d21ccfbd7f67882a3 c2df4db43254cb32 809d2d908d0511da7c0177fcfa57fb35209d9a7653a4cc3c75c0aed1a367fca9 1e317f594ee5ba7c c4439c219754a1aeb6a25428bbd55374557a3a35fde044f8bd8edc4d8fcf279e 1be57ab10ba0682c 777b6dabd3ebfd080d588d2a5bf95db0b0c3dabb681ce6a7c01ae9205e5a3319 d3a35fabb60fb123 cb4e7e1ac26d1b2a191f8793a651491cf01a325c6b2909d87cdb0b1e735e44b8 d26dc11e642083e6 1c77c7723830626837def50df91b91fa43b5f98a6a4d2f9bb319db1c89f04973 efc846ec47160038 212a6dbb3622ea29da43a499db74d3dbed6d89a504a724f50eac1442e9d5a880 2542189ad6b471e2 7ca16e3d898b2886337a4503c61e5d435f5baab72ffd5ec8b94d934a82cc87e1 2c92bdda6fb6f85d 080dea085a57af9c41b766b20ee00de6b0d57458c573e699cd6f7c1b0322ecb9 $ niceblack.sh $BH $BC ##### ### ##### # # # # # # # # # # # ##### # # ##### # # # # # # # # # # # ##### ### ##### ##### ##### ####### # # # # # # # # # ##### ##### ###### # # # # # # # # # # ##### ##### ##### ,----- .123 4567 89ab cdef -----, | | | .. .... ...9 56f1 6e71 .f | | 1. 6ce7 899e 1d52 ac99 1f | | 2. .7a8 3815 33c4 fbde 2f | | 3. 81d7 e9.c fbbb 45b1 3f | '=== ==== ==== ==== ==== ===' jk: 45b1 4d4d c1