horizontalsystems / bitcoin-kit-android

Comprehensive Bitcoin development library for Android, implemented on Kotlin. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.

Home Page:https://unstoppable.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync failed on TestNet

Sergey221996 opened this issue · comments

In last version i am start getting this error after calling start() function, everything was fine in previous versions.
E/InitialSyncer: Initial Sync Error: FileNotFoundException: https://btc-testnet.horizontalsystems.xyz/api
E/BitcoinCore: not synced java.lang.Exception: FileNotFoundException: https://btc-testnet.horizontalsystems.xyz/api

Can you please try to open that URL in your mobile browser?

Everything fine when I open this urls
E/InitialSyncer: Initial Sync Error: FileNotFoundException: https://btc-testnet.horizontalsystems.xyz/api
E/BitcoinCore: not synced java.lang.Exception: FileNotFoundException: https://btc-testnet.horizontalsystems.xyz/api
But, if I open this https://btc-testnet.horizontalsystems.xyz/api/tx/address
I see this:
{
"error": {
"type": "ValidationError",
"message": "hash must be a hex string."
}
}
// 20210907101629
// https://btc-testnet.horizontalsystems.xyz/api/tx/address

{
"error": {
"type": "ValidationError",
"message": "hash must be a hex string."
}
}
// 20210907101629
// https://btc-testnet.horizontalsystems.xyz/api/tx/address

{
"error": {
"type": "ValidationError",
"message": "hash must be a hex string."
}
}

@abdrasulov fixed with last changes, thank, you very quickly)))

Issue resolved by downgrading BCOIN to v1.0.2