You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. .
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.
.
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.
The text was updated successfully, but these errors were encountered: