Quantum Coin logo
  • Home
  • DogeProtocol.org
  • DpScan
  • Downloads
Quantum Coin logo
Quantum Coin logo
  • Home
  • DogeProtocol.org
  • DPscan
  • Community
    • Telegram
      Telegram

      @DogeProtocolCommunity

    • Discord
      Discord

      discord.gg/bbbMPyzJTM

    • Twitter
      Twitter

      @DogeProtocol1

    • Reddit
      Reddit

      /r/DogeProtocol1

Quantum Coin Docs

  • DPdocs homeHome
  • Quantum Coin Vision PaperVision
  • Quantum Coin WhitepapersWhitepapers
    • Quantum Resistance
    • Consensus (PoS)
    • Data Availability
    • Allocation
  • Quantum Coin FeaturesFeatures
    • Smart Contracts
    • Dynamic TPS
    • Block Explorer
  • Quantum Coin TestnetTestnet
    • About
    • Major Changes
    • Requirements
    • Setup
    • Connecting
    • Interacting
  • Quantum Coin TokensDogeP Tokens
  • Quantum Coin DownloadsDownloads
  • Quantum Coin Github source code, documentationGithub
  • DPdocs homeHome
  • Quantum Coin Vision PaperVision
  • Quantum Coin WhitepapersWhitepapers
    • Quantum Resistance
    • Consensus (PoS)
    • Data Availability
    • Allocation
  • Quantum Coin FeaturesFeatures
    • Smart Contracts
    • Dynamic TPS
    • Block Explorer
  • Quantum Coin TestnetTestnet
    • About
    • Major Changes
    • Requirements
    • Setup
    • Connecting
    • Interacting
  • DogeP TokensDogeP Tokens
  • Quantum Coin DownloadsDownloads
  • Quantum Coin Github source code, documentationGithub

Setting up the testnet blockchain node client - Linux

Warning

This is test software. Do not use on a computer or device with sensitive or important data. Using this software will require opening firewall ports. Using this software may result in heavy internet data usage. Use at your own risk.

  1. Download the node client software. This software has only been tested on Ubuntu.
  2. Extract the contents of the downloaded zip file to a folder.
  3. Change permissions on the extracted folder. Lets say the folder is /snap/bin/dogep. You may need to run the command with sudo.
    chmod 777 /snap/bin/dogep/*
  4. Run the following commands to open firewall ports. Make sure that the commands succeed.
    sudo ufw status
    sudo ufw allow 22
    sudo ufw allow 30303/tcp
    sudo ufw allow 30303/udp
    sudo ufw enable
  5. Set PATH and LD_LIBRARY_PATH.
    export PATH="$PATH:/snap/bin/dogep"
    export LD_LIBRARY_PATH=/snap/bin/dogep
  6. Create a new account by running the following command. You will be prompted for a password. Make sure you remember the password.
    geth --datadir data account new 

    Running the above command will also show your account address. Note down this as well, since you will require it to receive coins.

  7. Securely backup the content of the folder named data. This folder contains your account's quantum-resistant key.
  8. Run the following command to configure the software to connect to the Quantum Coin blockchain. Do not run it more than once.
    geth --datadir data init genesis.json
  9. The software is now configured to connect to the Quantum Coin blockchain. You may additionally need to open TCP and UDP ports to allow incoming traffic in your router or cloud provider.
  10. Proceed to next steps for connecting to the blockchain.
For Windows, click here
  • About Testnet T3
  • Requirements
  • Setting up blockchain node client
  • Connecting to the blockchain
  • Interacting with the blockchain
Quantum Coin Vision
Vision

The Vision of Quantum Coin.

Quantum Coin Quantum Resistance
Quantum Resistance

Quantum Resistance in the Quantum Coin blockchain.

Quantum Coin Blockchain Smart Contracts
Smart Contracts

Smart Contract support in the Quantum Coin blockchain.

Quantum Coin Proof-of-Stake consensus
Consensus

Proof of Stake consensus.

Data Availability in Quantum Coin Blockchain
Data Availability

Data Availability, long term and short term.

Quantum Coin Blockchain Allocation
Blockchain Allocation

Bitcoin + Ethereum + Dogecoin + DogeP multi-fork.

Dynamic Transactions Per Second model, Quantum Coin Blockchain
Dynamic TPS

Dynamic Transactions Per Second model.

DPscan Quantum Coin Block Explorer
Block Explorer

DPscan Blockchain Explorer.

About Testnet
Testnet

Testnet details, setup and usage.

Quantum Coin Downloads
Downloads

Download blockchain node client software.

Quantum Coin Github source code, documentation
Github

Source code, documentation are maintained in Github.

DogeP ERC20 Token
DogeP Tokens

About the DogeP ERC20 Token.

Help

Quantum Coin is developed and maintained by an open community. Hop on to the community discord server for help with development.

  • DogeProtocol.org - Website
  • DPscan - Block Explorer
  • Github - source code and documentation
  • Whitepapers - technology
Still stuck? Ask the dev community
On this page:
Documentation Introduction Help!

DogeProtocol.org