CC Enterprise
CC Enterprise
  • Documentation
  • What is Creditcoin
  • Staking
    • Bonded Tokens
    • Validator Elections
    • Eras and Sessions
    • Staking Rewards
    • Slashing
  • Wallets
    • Types of Wallets
    • Graphical User Interface
      • Polkadot-JS Extension
      • SubWallet
    • Command-line Interface
      • Subkey
      • Creditcoin-CLI (beta)
  • Nominator Guides
    • Account Setup
    • Selecting Validators
    • Nominate using the Staking Dashboard
  • Validator Guides
    • Minimum Requirements
    • Building from Source
    • Using a Docker Container
    • Stake using Creditcoin-CLI
  • Environments
    • Mainnet
    • Testnet
    • Devnet
  • Creditcoin Change Log
    • Version 2.4.0 - 2024-08-15
    • Version 2.3.2 - 2023-11-01
    • Version 2.3 - 2023-08-31
    • Version 2.2 - 2022-06-02
    • Version 2.1 - 2022-05-02
    • Version 2.0 - 2022-03-23
    • Version 1.8 - 2022-03-28
    • Version 1.7.1 - 2021-07-23
    • Version 1.7.0 - 2021-06-15
  • FAQ
Powered by GitBook
On this page
  • Proof-of-Stake Testnet
  • Connecting to Testnet
  1. Environments

Testnet

PreviousMainnetNextDevnet

Last updated 1 year ago

Creditcoin Testnet usually runs newer versions of the Creditcoin runtime which are under active development and testing. It is the recommended network to try out new features.

Proof-of-Stake Testnet

Currently, Creditcoin's Testnet is running a new consensus mechanism based on Nominated Proof-of-Stake. Users are encouraged to try out the new features and collaborate on testing the new Validator and Nominator roles. Find out more about Proof-of-Stake in the section.

Connecting to Testnet

When connecting to Creditcoin Testnet, the node must be run with additional options. First, it has to use the testnet chain specifications by passing the --chain test option. Testnet bootnodes must also be specified using the --bootnodes flag.

Testnet bootnodes:

  • /dns4/testnet-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWG3eEuYxo37LvU1g6SSESu4i9TQ8FrZmJcjvdys7eA3cH

  • /dns4/testnet-bootnode2.creditcoin.network/tcp/30333/p2p/12D3KooWLq7wCMQS3qVMCNJ2Zm6rYuYh74cM99i9Tm8PMdqJPDzb

  • /dns4/testnet-bootnode3.creditcoin.network/tcp/30333/p2p/12D3KooWAKUrvmchoLomoouoN1sKfF9kq8dYtCVFvtPuvqp7wFBS

Users wanting to explore testnet data can connect to the public testnet node provided by Creditcoin through .

Staking
PolkadotJS Apps