Skip to content
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

Service exited when ckb rpc error "PoolRejectedRBF" #12

Open
Flouse opened this issue Apr 2, 2024 · 0 comments
Open

Service exited when ckb rpc error "PoolRejectedRBF" #12

Flouse opened this issue Apr 2, 2024 · 0 comments
Labels

Comments

@Flouse
Copy link
Contributor

Flouse commented Apr 2, 2024

Log

Error: ckb rpc error: jsonrpc error: `Server error: PoolRejectedRBF: RBF rejected: Tx's current fee is 1732, expect it to >= 4330 to replace old txs`
btc-spv-service-btc-spv-1  | 
btc-spv-service-btc-spv-1  | 
Caused by:
    0: jsonrpc error: `Server error: PoolRejectedRBF: RBF rejected: Tx's current fee is 1732, expect it to >= 4330 to replace old txs`
    1: Server error: PoolRejectedRBF: RBF rejected: Tx's current fee is 1732, expect it to >= 4330 to replace old txs

exited with code 0

Temporarily solution

# docker-compose.yml
services:
  # Run a service to update a Bitcoin SPV instance on CKB
  btc-spv:
    image: ghcr.io/ckb-cell/ckb-bitcoin-spv-service:master-202404021113
    restart: unless-stopped
    ...
@Flouse Flouse changed the title Panic when ckb rpc "PoolRejectedRBF" error Service exited when ckb rpc "PoolRejectedRBF" error Apr 2, 2024
@Flouse Flouse changed the title Service exited when ckb rpc "PoolRejectedRBF" error Service exited when ckb rpc error "PoolRejectedRBF" Apr 2, 2024
@Flouse Flouse added the P-Low label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant