Class TestNet3Params


public class TestNet3Params extends AbstractBitcoinNetParams
Parameters for the testnet, a separate public instance of Bitcoin that has relaxed rules suitable for development and testing of applications and new Bitcoin versions.
  • Field Details

    • TESTNET_MAJORITY_WINDOW

      public static final int TESTNET_MAJORITY_WINDOW
      See Also:
    • TESTNET_MAJORITY_REJECT_BLOCK_OUTDATED

      public static final int TESTNET_MAJORITY_REJECT_BLOCK_OUTDATED
      See Also:
    • TESTNET_MAJORITY_ENFORCE_BLOCK_UPGRADE

      public static final int TESTNET_MAJORITY_ENFORCE_BLOCK_UPGRADE
      See Also:
  • Constructor Details

    • TestNet3Params

      public TestNet3Params()
  • Method Details