Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: aurora on May 22, 2020, 09:54:11 PM



Title: bitcoin testnet node issue
Post by: aurora on May 22, 2020, 09:54:11 PM
can somebody help me with bug? for reward, obviously

We have bitcore node (https://github.com/bitpay/bitcore-node, branch v8.0.0) is running on AWS EC2 instance. As trusted peer we are using runned bitcoin core on same instance. Bitcore node uses MongoDB (3.2) for storing all data. For now it's running only for BTC testnet.
Problem: For some reasons it doesn't detect transactions to some addresses in testnet.
We are using bitcore API (https://github.com/bitpay/bitcore/blob/master/packages/bitcore-node/docs/api-documentation.md) for our aims and for some addresses it returns all actual transactions as expected (end-point: /api/BTC/testnet/address/:address/txs). But for some it doesn't and returns empty array of transaction. And actually these missed transactions exist in db, so we can get it via API (end-point: /api/BTC/mainnet/tx/:txid). But it has "false" as address field. But it should have actual destination address as this field.