# on receiving block 310676 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2026-06-27T16:43:19Z # as written in the block header 2026-06-27T16:34:15Z $ uptime # since last reboot 16:43:19 up 1 day, 9:14, 0 users, load average: 1.11, 0.90, 1.04 $ battery.sh 99%, Power Supply Online $ uname -smnr Linux singer 6.18.2-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2131552 kB $ du -h -d1 .bitcoin/signet 305M .bitcoin/signet/indexes 21M .bitcoin/signet/wallets 479M .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 310676 $ BH=$(bitcoin-cli -signet getblockhash 310676); echo $BH 000000129988e2d311c4b7e08f89de5df8cd870ec1c7790c5e81812505ec9fd7 $ bitcoin-cli -signet getblockheader 000000129988e2d311c4b7e08f89de5df8cd870ec1c7790c5e81812505ec9fd7 { "hash": "000000129988e2d311c4b7e08f89de5df8cd870ec1c7790c5e81812505ec9fd7", "confirmations": 1, "height": 310676, "version": 536870912, "versionHex": "20000000", "merkleroot": "36318b9687ee6b3c33dd59001038a8cc367f4240fe11ad7900047873ec975103", "time": 1782578055, "mediantime": 1782576027, "nonce": 194071595, "bits": "1d1539c3", "target": "0000001539c30000000000000000000000000000000000000000000000000000", "difficulty": 0.04711213096935177, "chainwork": "00000000000000000000000000000000000000000000000000000e8b7a94ba99", "nTx": 1, "previousblockhash": "00000002c3c35a9505ffea5d56bdd715ce15f6b6c93a1eb09b721c02b95d60e6" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... ..12 9988 e2d3 11c4 b7e. 8f89 de5d f8cd 87.e c1c7 79.c 5e81 8125 .5ec 9fd7 $ : 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 310676 sf: ..12 b7e. 87.e 79.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 . 310676 sk: 9fd7 a1 $ : 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 . 310676 ak: .e2e a1 $ : Following is the jointkode 310676 jk: 9fd7 .e2e a1 ### niceblack moved to the end $ bitcoin-cli -signet getmempoolinfo { "loaded": true, "size": 39, "bytes": 83596, "usage": 150424, "total_fee": 0.01441552, "maxmempool": 300000000, "mempoolminfee": 0.00000100, "minrelaytxfee": 0.00000100, "incrementalrelayfee": 0.00000100, "unbroadcastcount": 0, "fullrbf": true, "permitbaremultisig": true, "maxdatacarriersize": 100000, "limitclustercount": 25, "limitclustersize": 101000, "optimal": true } $ gmm.sh 304 ## Current epoch estimation is +0.3% ## 212 of 2016, i.e. 10%, 1804 to go ## Current and previous two in numbers: $ bitcoin-cli -signet getnetworkhashps 2016 338254.7157675086 $ bitcoin-cli -signet getnetworkhashps 2016 310463 337230.1211738132 $ bitcoin-cli -signet getnetworkhashps 2016 308447 350573.0694396333 $ bitcoin-cli -signet getblockstats 310676 { "avgfee": 0, "avgfeerate": 0, "avgtxsize": 0, "blockhash": "000000129988e2d311c4b7e08f89de5df8cd870ec1c7790c5e81812505ec9fd7", "feerate_percentiles": [ 0, 0, 0, 0, 0 ], "height": 310676, "ins": 0, "maxfee": 0, "maxfeerate": 0, "maxtxsize": 0, "medianfee": 0, "mediantime": 1782576027, "mediantxsize": 0, "minfee": 0, "minfeerate": 0, "mintxsize": 0, "outs": 2, "subsidy": 2500000000, "swtotal_size": 0, "swtotal_weight": 0, "swtxs": 0, "time": 1782578055, "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": 19066892, "totalbytessent": 545810721, "timemillis": 1782578600044, "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 3 3 out 11 11 2 1 total 14 14 Local services: witness, compact filters, network limited, p2p v2 Local addresses: n/a $ bitcoin-cli -signet -addrinfo { "addresses_known": { "ipv4": 951, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 951 } } ### v2_peerinfo are in v2_peerinfo-signet.txt $ bitcoin-cli -signet getpeerinfo | grep -w 'v2' | uniq -c 10 "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 b238f700f288e393 b755cd3640d525a3de6a3840db215ba90c798f9ebf4e85215341da29116502c3 58cf5f4588d41478 5421c4de5bca9353f30bfca41ddc53e2e45197d6aab30534122fce584d874e4a a3c77279dc9f6b00 546aef4941b24474f88c95f062a701614127ae1b1bee2a5450c05ddc460a5759 613c72b9071be384 e7d914ab66e8637b7aa36bacd78f19536f54c86af70dea23fbea288668d9babd 7b33d47b865fb00c c6f600d08ee26cb3ec643d1b2d23d9d4690ca03f6a0a227bb537c5a3764f83f8 82b27e77426c9cf3 6e7733e44dbf0930b320082595e1a55ab2349dc26e963bc2961f294d3b7b98c9 d6ee0d5ce65480c8 9f57fa28a372aae439f5674643962778aacc4f2a4286b1ea1a8f6025451d1cac $ niceblack.sh $BH $BC | | | _ \ | _ \ _| | / _.__/_|\___/\__|_\_\ __ /_ | \ / __ // _ \ | ( | _ \ / _ \ ___/ _|\__/\___/_/\___/ ,----- .123 4567 89ab cdef -----, | | | .. .... ..12 9988 e2d3 .f | | 1. 11c4 b7e. 8f89 de5d 1f | | 2. f8cd 87.e c1c7 79.c 2f | | 3. 5e81 8125 .5ec 9fd7 3f | '=== ==== ==== ==== ==== ===' jk: 9fd7 .e2e a1