Skip to content

feat: add zmq support #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed

feat: add zmq support #3

wants to merge 10 commits into from

Conversation

voidash
Copy link

@voidash voidash commented May 9, 2025

No description provided.

purusang and others added 10 commits September 17, 2024 17:50
- Used legacy wallet as descriptor wallets failed signing PSBT.
- Created and example docker compose
- Used -deprecatedrpc=create_bdb for wallet and signet client
- bitcoin binary refecented from bitcoin core in the official.Dockerfile
- premining of 101 blocks for needed funds at startup

apiVersion: apps/v1
kind: StatefulSet
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"name":"strata-client-fn-2","namespace":"bitcoin"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"strata-client-fn-2"}},"template":{"metadata":{"labels":{"app":"strata-client-fn-2"}},"spec":{"containers":[{"env":[{"name":"STRATA_OTLP_URL","value":"http://otel-collector-svc.monitoring.svc.cluster.local:4317"},{"name":"RUST_LOG","value":"trace,hyper=warn,soketto=warn,jsonrpsee-server=warn,mio=warn,strata_storage::cache=error"},{"name":"CONFIG_PATH","value":"configs/config.toml"},{"name":"PARAM_PATH","value":"configs/params.json"},{"name":"BITCOIND_PASSWORD","valueFrom":{"secretKeyRef":{"key":"RPC_PASSWORD","name":"node-secrets"}}},{"name":"SYNC_BATCH_SIZE","value":"50"},{"name":"SYNC_THROTTLE_MS","value":"125"},{"name":"CSM_QUEUE_SIZE","value":"250000"},{"name":"FCM_QUEUE_SIZE","value":"500000"}],"image":"public.ecr.aws/s6b4k6i9/strata_client:v0.1.10","imagePullPolicy":"Always","name":"strata-client-fn-2","ports":[{"containerPort":8432}],"volumeMounts":[{"mountPath":"/app/configs","name":"strata-client-fn-2-config"},{"mountPath":"/app/data","name":"data-strata-fn-2-client"}]}],"volumes":[{"name":"strata-client-fn-2-config","projected":{"sources":[{"secret":{"items":[{"key":"STRATA_FN_1_RETH_JWT_HEX","path":"jwt.hex"}],"name":"devnet-asm-secrets"}},{"configMap":{"name":"strata-client-fn-2-config"}}]}},{"name":"data-strata-fn-2-client","persistentVolumeClaim":{"claimName":"strata-client-fn-2-pvc"}}]}}}}
  creationTimestamp: "2025-01-22T17:45:21Z"
  generation: 1
  name: strata-client-fn-2
  namespace: bitcoin
  resourceVersion: "38431163"
  uid: 4569bb0e-ba0e-499a-aa61-918a014d6e7a
spec:
  persistentVolumeClaimRetentionPolicy:
    whenDeleted: Retain
    whenScaled: Retain
  podManagementPolicy: OrderedReady
  replicas: 1
  revisionHistoryLimit: 10
  selector:
    matchLabels:
      app: strata-client-fn-2
  serviceName: ""
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: strata-client-fn-2
    spec:
      containers:
      - env:
        - name: STRATA_OTLP_URL
          value: http://otel-collector-svc.monitoring.svc.cluster.local:4317
        - name: RUST_LOG
          value: trace,hyper=warn,soketto=warn,jsonrpsee-server=warn,mio=warn,strata_storage::cache=error
        - name: CONFIG_PATH
          value: configs/config.toml
        - name: PARAM_PATH
          value: configs/params.json
        - name: BITCOIND_PASSWORD
          valueFrom:
            secretKeyRef:
              key: RPC_PASSWORD
              name: node-secrets
        - name: SYNC_BATCH_SIZE
          value: "50"
Upgrade: use of latest bitcoin binary and premining
@voidash
Copy link
Author

voidash commented May 15, 2025

Closing this because it was tied to legacy wallet configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants