MetacoSA / QBitNinja

An Open Source and powerful blockchain API
MIT License
68 stars 42 forks source link

Not getting block information for a transaction #80

Closed CMarinacci closed 5 years ago

CMarinacci commented 5 years ago

I was using the NuGet package for QBitNinja and calling QBitNinjaClient.GetTransaction to get transaction information. For some transactions, there is no block information, even though I can see the block information for the transaction using BlockCypher.com.

I used tapi.qbit.ninja and there is no block information for the transaction there either, using this URL.

I'm trying to use QBitNinja to monitor when transactions first get confirmed. Is there a legitimate reason that there is no block information for this transaction? If so, is there a way to do this other than checking the block information?

Thanks,

Chris

NicolasDorier commented 5 years ago

Yes I think testnet qbit crashed because I did not updated to 0.16.3. Checking it.

NicolasDorier commented 5 years ago

My testnet is currently reindexing. I expect this to be alive in a day or so.

CMarinacci commented 5 years ago

Will transactions executed from this point on have correct block information, or do they need to wait for reindexing?

NicolasDorier commented 5 years ago

probably need to wait indexing.

CMarinacci commented 5 years ago

Okay, thanks!

CMarinacci commented 5 years ago

Is the reindexing finished? I'm still not seeing the block information.

NicolasDorier commented 5 years ago

yep sorry, testnet qbit was stuck should be coming back soon now.

CMarinacci commented 5 years ago

Yes, I'm seeing the block information now.

Thanks!