Skip to content

testnet is broken at trest.bitcoin.com/v2 #190

Description

@mariusk

I've managed to fund Copay wallet using a testnet faucet. Using the mnemonic master key, I managed to duplicate this using bitbox-sdk. This sdk generates the right address, but when I call bitbox.Address.details it returns a zero balance.

I've verified that the testnet address I generated and funded has money here:

https://www.blockchain.com/bch-testnet/address/bchtest:qz8tccq6zlc3umyk0y9xj90yw8cjwmm435s4e566wh

When I look up the same address using trest.bitcion.com/v2 directly however I get the same zero balance info as the bitbox-sdk call:

balance: {
  balance: 0,
  balanceSat: 0,
  totalReceived: 0,
  totalReceivedSat: 0,
  totalSent: 0,
  totalSentSat: 0,
  unconfirmedBalance: 0,
  unconfirmedBalanceSat: 0,
  unconfirmedTxApperances: 0,
  txApperances: 0,
  transactions: [],
  legacyAddress: 'mtXfur2QYkEmjjMbxNmmbS7cUpvcHDThjQ',
  cashAddress: 'bchtest:qz8tccq6zlc3umyk0y9xj90yw8cjwmm435s4e566wh',
  slpAddress: 'slptest:qz8tccq6zlc3umyk0y9xj90yw8cjwmm435tp70qdu2',
  currentPage: 0,
  pagesTotal: 0
}

So it really seems the testnet or the node hosting it at trest.bitcon.com is broken. As if this stuff wasn't hard enough for newbs from the get go! :P

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions