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

Tx indexing not working correctly #5

Open
Ando-git-hub opened this issue Oct 30, 2019 · 0 comments
Open

Tx indexing not working correctly #5

Ando-git-hub opened this issue Oct 30, 2019 · 0 comments

Comments

@Ando-git-hub
Copy link

Hi. Transactions are indexed to the last block of the moment when the node sync is started, for further blocks received - the transaction is not indexed and it is not possible to get information about the transaction of blocks that were received after the start of the node.
I use version 2.0.0-dev, but the same issue exists in 1.2.0 also.
Node version - 10.16.3.
Please see the screen.Indexis->tx->height is not incremented until when the node is restarted.
Screenshot.

This is my config file .

Sample bcoin config file (~/.bcash/bcash.conf)

Options

network: main

Node

prefix: ~/.bcash
db: leveldb
max-files: 64
cache-size: 100

Workers

workers: true
workers-size: 8
workers-timeout: 5000

Logger

log-level: debug

log-console: true
log-file: true

Chain

prune: false
checkpoints: true
coin-cache: 0
entry-cache: 5000
index-tx: true
index-address: true

Mempool

mempool-size: 500
limit-free: true
limit-free-relay: 15
reject-absurd-fees: false
replace-by-fee: true
persistent-mempool: false

Pool

selfish: false
compact: true
bip37: false
listen: true
max-outbound: 100
max-inbound: 30

Local Host & Port (to listen on)

host: ::

port: 8333

HTTP

http-host: ::
http-port: 8332
no-auth: true

cors: false

Thank you in advance.

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

No branches or pull requests

1 participant