Skip to content

Instantly share code, notes, and snippets.

025-10-10T17:25:14.164-0600 INFO pruner/service pruner/service.go:170 ng round finished {"done": 0, "failed": 0, "took": 0.0000805}
2025-10-10T17:25:16.042-0600 INFO dasdas/store.go:60 d checkpoint to disk: SampleFrom: 8492132, NetworkHead: 8492131
Failed: map[8391292:3 8391293:3 8391294:3 8391295:3 8391296:3 8391297:3 8391298:3 8391299:3 8391300:3 8391301:3 8391302:3 8391303:3 8391304:3 8391305:3 8391306:3 8391307:3 8391308:3 8391309:3 8391310:3 8391311:3 8391312:3 8391313:3 8391314:3 8391315:3 8391316:3 8391317:3 8391318:3 8391319:3 8391320:3 8391321:3 8391322:3 8391323:3 8391324:3 8391325:3 8391326:3 8391327:3 8391328:3 8391329:3 8391330:3 8391331:3 8391332:3 8391333:3 8391334:3 8391335:3 8391336:3 8391337:3 8391338:3 8391339:3 8391340:3 8391341:3 8391342:3 8391343:3 8391344:3 8391345:3 8391346:3 8391347:3 8391348:3 8391349:3 8391350:3 8391351:3 8391352:3 8391353:3 8391354:3 8391355:3 8391356:3 8391357:3 8391358:3 8391359:3 8391360:3 8391361:3 8391362:3 8391363:3 8391364:3 8391365:3 8391366:3 8391367
@jcstein
jcstein / citrea-risc0-to-bitvm-circuit_attestation.log
Created October 9, 2025 22:27
Attestation for Citrea Risc0 to BitVM Circuit MPC Phase 2 Trusted Setup ceremony
Hey, I'm jcstein-46639943 and I have contributed to the Citrea Risc0 to BitVM Circuit MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (verify_for_guest)
Contributor # 48
Contribution Hash: 7eaff9a3 aa58d49c 4017e853 110acb3f
15759216 211c2878 5a6aca05 c0da1952
6aeb2fb8 795b2c97 350c0f2a c01eea02
92779f83 79f40282 547f1bf2 9e0b1a8b
@jcstein
jcstein / rollkit-sequencer.log
Created August 8, 2025 15:54
sequencer crash
3:49PM INF creating and publishing block component=BlockManager height=674 num_tx=33
3:49PM INF creating and publishing block component=BlockManager height=675 num_tx=33
3:49PM INF creating and publishing block component=BlockManager height=676 num_tx=35
3:49PM INF creating and publishing block component=BlockManager height=677 num_tx=33
3:49PM INF creating and publishing block component=BlockManager height=678 num_tx=33
3:49PM INF successfully submitted items to DA layer component=BlockManager count=7 gasPrice=-1 itemType=data
3:49PM INF creating and publishing block component=BlockManager height=679 num_tx=34
3:49PM INF creating and publishing block component=BlockManager height=680 num_tx=38
3:49PM INF creating and publishing block component=BlockManager height=681 num_tx=34
3:49PM ERR unrecoverable error in one of the go routines error="error in normal aggregation loop: error while publishing block: error applying block: failed to execute transactions: invalid payload status" component=main
@jcstein
jcstein / docker-compose.yml
Created May 29, 2025 09:42
light node v0.22.2-mocha
version: "3.8"
services:
celestia-node:
image: ghcr.io/celestiaorg/celestia-node:v0.22.2-mocha
container_name: celestia-node
entrypoint: ["/bin/sh", "-c"]
command: >
'if [ ! -d "/home/celestia/.celestia-light-mocha-4" ]; then
echo "Running init...";
txsim --key-path ~/.celestia-app --grpc-endpoint validator-1.celestia-arabica-11.com:9090 --feegrant --blob 4 --blob-amounts 1 --blob-sizes 475000 --gas-limit 3600000 --gas-price 0.1
{"level":"warn","errorMessage":"tls: first record does not look like a TLS handshake","time":"2025-03-25T11:26:17-04:00","message":"failed to connect with the config to grpc server; proceeding with insecure connection"}
{"level":"info","address":"celestia1mxff4mztttnx3dwg4cmj9spvvrqmjxtux0e0pq","balance":8577662960,"time":"2025-03-25T11:26:32-04:00","message":"set master account"}
{"level":"info","height":4991637,"address":"celestia1mxff4mztttnx3dwg4cmj9spvvrqmjxtux0e0pq","msgs":"/cosmos.feegrant.v1beta1.MsgGrantAllowance,/cosmos.bank.v1beta1.MsgSend,/cosmos.feegrant.v1beta1.MsgGrantAllowance,/cosmos.bank.v1beta1.MsgSend,/cosmos.feegrant.v1beta1.MsgGrantAllowance,/cosmos.bank.v1beta1.MsgSend,/cosmos.feegrant.v1beta1.MsgGrantAllowance,/cosmos.bank.v1beta1.MsgSend","time":"2025-03-25T11:26:38-04:00","message":"tx committed"}
{"leve
#!/bin/bash
# Array of validator endpoints
validators=(
# Paris validators
"conval-01.par.mammochain.com"
"conval-02.par.mammochain.com"
"conval-03.par.mammochain.com"
"conval-04.par.mammochain.com"
"conval-05.par.mammochain.com"
2025-03-20T11:46:56.880-0400 INFO header/store store/store.go:367 new head {"height": 53602, "hash": "695304044FDDE658629B8533101697A8D6FEB229763C4E0E2C1A62424CCDFC87"}
2025-03-20T11:46:56.880-0400 INFO header/store store/store.go:367 new head {"height": 53603, "hash": "F223417CD2BE0C3561392BF7FA913AE77F098B116074B662A7EB10B3049E8E10"}
2025-03-20T11:46:56.880-0400 INFO header/sync sync/sync.go:234 finished syncing headers {"from": 53602, "to": 53603, "elapsed time": 0.137241666}
2025-03-20T11:46:56.880-0400 INFO das das/worker.go:95 finished sampling headers {"type": "catchup", "from": 53602, "to": 53603, "errors": 0, "# of headers skipped as outside of sampling window": 0, "finished (s)": 0.137020208}
2025-03-20T11:47:05.565-0400 WARN header/sync sync/sync_head.go:46 failed to get recent head, returning current subjective {"sbjHead": 53603, "err": "header: not found"}
2025-03-20T11:47:35.812-0400 WARN header/sync sync/sync_head.go:46 failed to get recent head, returning current subjective {"sbjHead": 53603,
@jcstein
jcstein / steps.md
Created March 12, 2025 18:10
playing around with quicknode endpoint and DA node
  1. tried to submit a blob to the quicknode URL, which errors as expected bc no node store specified to get the auth token
celestia blob submit 0x6D6F76657465737431 'gmove' \
  --url https://frosty-intensive-panorama.celestia-mocha.quiknode.pro/$APIKEY/
Error: cant access the auth token: token/node-store flag was not specified: no opened Node Store found (no node is running)
Usage:
  celestia blob submit [namespace] [blobData] [flags]
...
2025-02-14T16:27:19.517-0500 INFO header/store store/store.go:367 new head {"height": 4692139, "hash": "1EB2B23ADD5542D71FA9FECDEABCB8C88020403A667342CD9BF5544F3272AEAE"}
2025-02-14T16:27:19.517-0500 INFO header/store store/store.go:367 new head {"height": 4692140, "hash": "57742216E6A368FD021E65C23EE475BAECACB65EE990C80C208C6DA1922AFF68"}
2025-02-14T16:27:19.517-0500 INFO header/sync sync/sync.go:234 finished syncing headers {"from": 4692134, "to": 4692140, "elapsed time": 0.394386}
2025-02-14T16:27:20.554-0500 INFO canonical-log swarm/swarm_dial.go:620 CANONICAL_PEER_STATUS: peer=12D3KooWK5GcxBuPLSiRLgzUr2a6SXgW3tC85SU5b52JhxwD3yr3 addr=/ip4/217.28.49.93/udp/2121/quic-v1 sample_rate=100 connection_status="established" dir="outbound"
2025-02-14T16:27:23.094-0500 INFO basichost basic/natmgr.go:112 DiscoverNAT error:no NAT found
2025-02-14T16:27:24.106-0500 INFO header/store store/store.go:367 new head {"height": 4692141, "hash": "F3E06DF128B523C3765BC37117891558B6303FDE955505AA30EC078C2F8AB98B"}
2025-02-14T16
cargo run -- quicknode 9 197278
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
Running `target/debug/dummy_rollup quicknode 9 197278`
Note: CELESTIA_NODE_AUTH_TOKEN not set. Make sure to either:
1. Set CELESTIA_NODE_AUTH_TOKEN environment variable, or
2. Use --rpc.skip-auth when starting your Celestia node
Starting continuous blob submission. Press Ctrl+C to stop.
Submitting batches of 9 blobs, each 197278 bytes, with namespace 'quicknode'
Batch submitted successfully!
Result height: 4670607