I hereby claim:
- I am willcl-ark on github.
- I am willcl_ark (https://keybase.io/willcl_ark) on keybase.
- I have a public key whose fingerprint is 67AA 5B46 E7AF 7805 3167 FE34 3B8F 814A 7842 18F8
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import argparse | |
| import logging | |
| import os | |
| import random | |
| import traceback | |
| from functools import partial | |
| from multiprocessing import Pool, cpu_count | |
| will@ubuntu in ~/src/bitcoin (505e3de) [$?] : C v16.0.6-clang : 🐍 3.8.16 | |
| ₿ /home/will/src/bitcoin/src/bitcoin-cli getmempoolinfo | |
| { | |
| "loaded": true, | |
| "size": 138992, | |
| "bytes": 48314670, | |
| "usage": 295850976, | |
| "total_fee": 2.22768977, | |
| "maxmempool": 300000000, | |
| "mempoolminfee": 0.00001000, |
I hereby claim:
To claim this, I am signing this object:
| (define-module (bitcoin-core-local) | |
| #:use-module (guix packages) | |
| #:use-module (guix build-system gnu) | |
| #:use-module (guix build-system trivial) | |
| #:use-module (guix download) | |
| #:use-module ((guix licenses) #:prefix license:) | |
| #:use-module (guix gexp) | |
| #:use-module (gnu packages bash) | |
| #:use-module (gnu packages base) | |
| #:use-module (gnu packages compression)) |
| use std::marker::PhantomData; | |
| use tokio::sync::mpsc; | |
| use anyhow::Result; | |
| // Define a trait for RPC methods | |
| pub trait RpcMethod<C> { | |
| type Input; | |
| type Output; | |
| fn call(client: &C, input: Self::Input) -> Result<Self::Output>; |
Can't use "projects" on Hetzner as they are for cloud only. Therefore just set up servers manually and connect to each, running cirrus-cli in screen
Testing TSAN job using 1 AX52 Server
Version of containernetworking-plugins on Jammy 22.04 Ubuntu is broken for podman. Workaround:
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3build1_amd64.deb| { | |
| description = "Bitcoin development environment"; | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; | |
| nixpkgs-2022.url = "github:NixOS/nixpkgs?rev=028048884dc9517e548703beb24a11408cc51402"; # For boost 1.81.0, libevent 2.1.12, qrencode 4.1.1, zeromq 4.3.5 | |
| nixpkgs-lief.url = "github:NixOS/nixpkgs?rev=47c1824c261a343a6acca36d168a0a86f0e66292"; # lief 0.13.2 | |
| nixpkgs-sqlite.url = "github:NixOS/nixpkgs?rev=f597e7e9fcf37d8ed14a12835ede0a7d362314bd"; # sqlite 3.38.5 | |
| nixpkgs-fontconfig.url = "github:NixOS/nixpkgs?rev=136a26be29a9daa04e5f15ee7694e9e92e5a028c"; # fontconfig 2.12.6 | |
| nixpkgs-freetype.url = "github:NixOS/nixpkgs?rev=fadaef5aedb6b35681248f8c6096083b2efeb284"; # freetype 2.11.0 |
| #!/usr/bin/env bash | |
| set -e | |
| GITHUB_TOKEN="${GITHUB_TOKEN:-}" | |
| list_jobs() { | |
| local owner_repo="$1" | |
| local run_id="$2" | |
| commit ba0491319977a3825f6d2145c6f23b7b05da4ca1 | |
| Author: will <[email protected]> | |
| Date: Tue Sep 30 09:35:14 2025 +0100 | |
| detect depends recipe changes | |
| diff --git a/depends/funcs.mk b/depends/funcs.mk | |
| index 28baf47147a..33bd3764922 100644 | |
| --- a/depends/funcs.mk | |
| +++ b/depends/funcs.mk |
| #!/usr/bin/env bash | |
| set -e | |
| export HOST=x86_64-unknown-freebsd | |
| export FREEBSD_SYSROOT=/opt/cross-freebsd-14 | |
| export FREEBSD_VERSION="14.2" | |
| CLANG_REQUIRED="18" | |
| export CFLAGS="--sysroot=$FREEBSD_SYSROOT" | |
| export CXXFLAGS="--sysroot=$FREEBSD_SYSROOT" |