forked from nbd-wtf/bitcoin_signet
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.