Services Dexanode
  • Mapping Networks
    • Mapping Networks
  • Mainnet
    • Planq Network
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Lambda Network
      • Installation
    • Ununifi
      • Installation
      • Manual Installation
    • Lambda Network
  • Testnet
    • CreditCoin (Polkadot)
    • BEVM Incentiviced Testnet Full Node
      • Binaries
      • Docker
    • Dymension Froopyland
      • Create Pull Request
      • Deploy NFT & Smart Contract
    • Noria
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Artela
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Empower
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Cross Finance
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • Tool and Services
    • Eclipse Testnet
      • Eclipse Testnet Bridge Quest
    • Polymer
      • Polymer With Docker
      • Polymer Challenge 4
      • Polymer Challenge 4 Gitpod
    • Risc Zero Contributed Phase 1
  • Page 2
  • Tooling Service
    • Create Custom Endpoint Cosmos
    • Create custom endpoint Initia Node
    • Create Snapshoot
  • Page
Powered by GitBook
On this page
  1. Testnet

CreditCoin (Polkadot)

PreviousLambda NetworkNextBEVM Incentiviced Testnet Full Node

Last updated 1 year ago

Creditcoin is the pioneer of real-world asset innovations making a real impact. Join our quest for a multi-chain future with Universal Smart Contracts.

| | | Update Dependecies

sudo apt update; sudo apt upgrade
sudo apt-get update && sudo apt install jq git && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin && sudo apt-get install docker-compose-plugin

Create Folder Credit

cd
mkdir credit

change "ValidatorName" to your name Validator and change IP_VPS to your IP VPS

docker run -d \
 --name creditcoin-validator \
 -p 30333:30333 \
 -v credit:/creditcoin-node/data  \
 gluwa/creditcoin:2.222.2-testnet \
 --name "ValidatorName" \
 --telemetry-url "wss://telemetry.creditcoin.network/submit/ 0" \
 --public-addr "/dns4/IP_VPS/tcp/30333" \
 --chain test \
 --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" \
 --validator \
 --base-path /creditcoin-node/data \
 --port 30333 

Check Logs

docker logs -f creditcoin-validator

If done and not error

STEP : ACTIVE VALIDATOR

Generate Account with command

docker exec -it creditcoin-validator creditcoin-cli new

Generate 2 account with this command and import to polkadot js wallet. dont forget save seed pharse

and send faucet 15k split in 2 accounts

First Account : For Stash fund 11k-14k CTC

Second Account : For Operator fund 50 - 100 CTC

Stake to your validator

You can change amount of CTC to stake

docker exec -it creditcoin-validator creditcoin-cli wizard -a 13000

Example Output Staking Wizard :

✔ Specify a seed phrase for the Stash account : Fill seed pharse stash account

✔ Specify a seed phrase for the Controller account : Fill seed pharse operator

🧙 Running staking wizard...

Using the following parameters:

💰 Stash account: 5Eqcb7RXD21V7dKmbgPDQueD5AR5m81oagqT38DPxipNd9AQ

đŸ•šī¸ Controller account: 5H3X62Z58ZQa5si2dF4w3AH4bRSx9cRrSXF71BxqskEBBHZF

đŸĒ™ Amount to bond: 14000.000000000000000000 CTC

🎁 Reward destination: Staked

📡 Node URL: ws://127.0.0.1:9945

💸 Commission: 0

🔐 Blocked: No

Continue? (y/n): y

Go to explorer to check your validator =>

Next, go to

Example Output Paramaters Correct :

Done. Go To and check your validator =>

Credit :

✅
https://telemetry.creditcoin.network/#list/0xc2e43792c8acc075e564558f9a2184a0ffe9b0fd573969599eee9b647358c6cf
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.testnet.creditcoin.network%2Fws#/accounts
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.testnet.creditcoin.network%2Fws#/staking
https://github.com/Megumiiiiii/credit-coin
#RWA
Offical Docs
Discord
Twitter
Website