# on receiving block 310523 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-26T17:20:37Z # as written in the block header 2026-06-26T17:20:14Z $ uptime # since last reboot 17:20:37 up 9:51, 0 users, load average: 0.58, 0.58, 0.68 $ battery.sh 100%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2589072 kB $ du -h -d1 .bitcoin/signet 305M .bitcoin/signet/indexes 21M .bitcoin/signet/wallets 462M .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 $ BC=$(bitcoin-cli -signet getblockcount); echo $BC 310523 $ BH=$(bitcoin-cli -signet getblockhash 310523); echo $BH 00000013923900fd040a1e574a34bddab9d95227f756670cfc4a42a9df62e8a8 $ bitcoin-cli -signet getblockheader 00000013923900fd040a1e574a34bddab9d95227f756670cfc4a42a9df62e8a8 { "hash": "00000013923900fd040a1e574a34bddab9d95227f756670cfc4a42a9df62e8a8", "confirmations": 1, "height": 310523, "version": 536870912, "versionHex": "20000000", "merkleroot": "84d1b76453cf12f3981d9dc38d36a9b83a9cd4edc21341296ef0d49b6be64df3", "time": 1782494414, "mediantime": 1782487094, "nonce": 172106577, "bits": "1d1539c3", "target": "0000001539c30000000000000000000000000000000000000000000000000000", "difficulty": 0.04711213096935177, "chainwork": "00000000000000000000000000000000000000000000000000000e844543ceac", "nTx": 181, "previousblockhash": "000000139defb992a805d9a1129a9c7445829e67aac72458ed02c418d264c03f" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... ..13 9239 ..fd .4.a 1e57 4a34 bdda b9d9 5227 f756 67.c fc4a 42a9 df62 e8a8 $ : 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 310523 sf: ..13 ..fd .4.a 67.c 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 . 310523 sk: e8a8 b1 $ : 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 . 310523 ak: 8de9 b1 $ : Following is the jointkode 310523 jk: e8a8 8de9 b1 ### niceblack moved to the end $ bitcoin-cli -signet getmempoolinfo { "loaded": true, "size": 5, "bytes": 992, "usage": 7048, "total_fee": 0.00001311, "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 423 ## Current epoch estimation is -0.23% ## 59 of 2016, i.e. 2%, 1957 to go ## Current and previous two in numbers: $ bitcoin-cli -signet getnetworkhashps 2016 336441.4089660523 $ bitcoin-cli -signet getnetworkhashps 2016 310463 337230.1211738132 $ bitcoin-cli -signet getnetworkhashps 2016 308447 350573.0694396333 $ bitcoin-cli -signet getblockstats 310523 { "avgfee": 1066, "avgfeerate": 2, "avgtxsize": 517, "blockhash": "00000013923900fd040a1e574a34bddab9d95227f756670cfc4a42a9df62e8a8", "feerate_percentiles": [ 1, 1, 1, 1, 1 ], "height": 310523, "ins": 244, "maxfee": 90989, "maxfeerate": 229, "maxtxsize": 46425, "medianfee": 154, "mediantime": 1782487094, "mediantxsize": 205, "minfee": 14, "minfeerate": 0, "mintxsize": 118, "outs": 1533, "subsidy": 2500000000, "swtotal_size": 92992, "swtotal_weight": 314491, "swtxs": 179, "time": 1782494414, "total_out": 3232456760905, "total_size": 93110, "total_weight": 314963, "totalfee": 192008, "txs": 181, "utxo_increase": 1289, "utxo_size_inc": 105045, "utxo_increase_actual": 1251, "utxo_size_inc_actual": 100848 } $ bitcoin-cli -signet getnettotals { "totalbytesrecv": 5768129, "totalbytessent": 141157411, "timemillis": 1782494438038, "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 manual in 1 1 out 11 11 2 1 total 12 12 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -signet -addrinfo { "addresses_known": { "ipv4": 973, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 973 } } ### v2_peerinfo are in v2_peerinfo-signet.txt $ bitcoin-cli -signet getpeerinfo | grep -w 'v2' | uniq -c 9 "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 3b8f5f1aefa7124e e7354122db2b5beba863f7cc9a5d9f862236831330e395b350c561314f7b9e7c df5170d29dca6f76 738dc477c36b1d89ba21bec61b50e2d2a8c98de0201eafbc417bb8fa95f8327c 318db5aec0bb42f2 c11483bc8eebc4dfa4d6fc283c71c30df20db95be178501a89e9027ce1a07042 82b27e77426c9cf3 e205c05b2ae6c58dfc9ff8644e153f52b962913f6f038a020f536fd19acc510f b238f700f288e393 b755cd3640d525a3de6a3840db215ba90c798f9ebf4e85215341da29116502c3 58cf5f4588d41478 5421c4de5bca9353f30bfca41ddc53e2e45197d6aab30534122fce584d874e4a a3c77279dc9f6b00 546aef4941b24474f88c95f062a701614127ae1b1bee2a5450c05ddc460a5759 613c72b9071be384 e7d914ab66e8637b7aa36bacd78f19536f54c86af70dea23fbea288668d9babd 9550b66c9c9a91e5 5943af0f69f6aaccf74e8cbddb252aeccd3d349c066619a2159d70b8e1c43a90 $ niceblack.sh $BH $BC | | | _ \ | _ \ _| | / _.__/_|\___/\__|_\_\ __ /_ | \ __|_ )__ / _ \ | ( |__ \ / _ \ ___/ _|\__/ ___/___|___/ ,----- .123 4567 89ab cdef -----, | | | .. .... ..13 9239 ..fd .f | | 1. .4.a 1e57 4a34 bdda 1f | | 2. b9d9 5227 f756 67.c 2f | | 3. fc4a 42a9 df62 e8a8 3f | '=== ==== ==== ==== ==== ===' jk: e8a8 8de9 b1