Connecting to mainnet
You can connect to mainnet using two different ways. Method 1 is the default method of connecting by downloading all blocks from the start. Method 2 works by downloading a pre-created snapshot and downloading recent blocks after the snapshot.
This is blockchain software. Do not use on a computer or device with sensitive or important personal data. Using this software will require opening firewall ports. Using this software may result in heavy internet data usage. Use at your own risk.
Method 2
-
Open the appropriate shell window.
Open PowershellOpen TerminalOpen Terminal -
Run the following command to open firewall port. Make sure that the commands succeed.
If you are connecting from a cloud computer (such as AWS), you will need to additionally open the 30303 port under security rules, to allow incoming connections from 0.0.0.0/0.
If you are connecting from a home computer, you may need to additionally open the firewall port 30303 in your router.netsh advfirewall firewall add rule name="TCP Port 30303" dir=in action=allow protocol=TCP localport=303031. Open System Preferences.
2. Click on Security & Privacy.
3. Click the Firewall tab.
4. Click the lock icon to unlock the firewall settings.
5. Click the Add (+) button.
6. Enter port 30303 in the Port field.
7. Enter "blockchain" in the Application field.
8. Click the Add button.
9. Click the Start button to enable the firewall.Note that in case you are SSH'd into this computer, you might get logged out when you run these commands. In this case, you will need to SSH again and re-run the applicable steps before this step.
The next command to open port 22 is required only if you are SSH'd into the computer. If you do not open this port but enable firewall in the next command, then you might get permanently get locked out of the machine. But if you are logged in locally, do not run this command.sudo ufw allow 30303/tcp
Run the following command to enable firewall.sudo ufw allow 22/tcpsudo ufw enable -
Create a folder named dp.
mkdir c:\dpmkdir $HOME/dpmkdir $HOME/dp -
Change to the folder dp.
cd c:\dpcd $HOME/dpcd $HOME/dp -
Download the CLI (command line interface) wallet by running the following command:
curl https://github.com/quantumcoinproject/quantum-coin-go/releases/download/v2.0.74/qc-release-windows-v2.0.74.zip -o qc-release-windows-v2.0.74.zipcurl -Lo qc-release-mac-v2.0.74.tar.gz https://github.com/quantumcoinproject/quantum-coin-go/releases/download/v2.0.74/qc-release-mac-v2.0.74.tar.gzcurl -Lo qc-release-ubuntu-v2.0.74.tar.gz https://github.com/quantumcoinproject/quantum-coin-go/releases/download/v2.0.74/qc-release-ubuntu-v2.0.74.tar.gz -
Extract the contents of the downloaded zip file to a folder.
Expand-Archive -Path qc-release-windows-v2.0.74.zip -DestinationPath c:\tar -xzvf qc-release-mac-v2.0.74.tar.gztar -xzvf qc-release-ubuntu-v2.0.74.tar.gz -
This command is just required the first time and you do not have to run it each time. Run the following command to configure the software to download the Quantum Coin blockchain snapshot. Do not run it more than once. Ensure that the command succeeds and no errors or warnings are reported. You may also download the file using a browser and place it in the expected location.
WarningThis command can take multiple hours to complete and uses many hundreds of gigabytes of data. It is recommended you have atleast 100 Mbps internet download speed.
You may also download the following snapshot using a browser which is quicker, rename from and place it in the same folder as dp. Rename the file to zip extension after downloading. https://qcsnapshot.s3.us-west-2.amazonaws.com/qc-snapshot-full-dec-04-2025.zip
curl https://qcsnapshot.s3.us-west-2.amazonaws.com/qc-snapshot-full-dec-04-2025.zip -o qc-snapshot.zipcurl -Lo qc-snapshot.zip https://qcsnapshot.s3.us-west-2.amazonaws.com/qc-snapshot-full-dec-04-2025.zipcurl -Lo qc-snapshot.zip https://qcsnapshot.s3.us-west-2.amazonaws.com/qc-snapshot-full-dec-04-2025.zip -
Run the following command to connect to the mainnet. You may additionally have to add exclusion in your anti-virus software, if the software shows a prompt. If successful, you should see your node connecting to the blockchain and blocks getting created.
WarningThis command can take multiple hours to complete.
Expand-Archive -Path qc-snapshot.zip -DestinationPath c:\dpbrew install unzipunzip -o ./qc-snapshot.zip -d .sudo apt install unzipunzip -o ./qc-snapshot.zip -d . -
This step is specific to Windows.
Close the Powershell window. Open a command prompt instead and change to the following folder.cd c:\dp -
Run the following command to connect to the mainnet. You may additionally have to add exclusion in your anti-virus software, if the software shows a prompt. If successful, you should see your node connecting to the blockchain and blocks getting created.
connect.cmdsource ./connect.sh./connect.sh -
To stop the blockchain node client, do not close the window or logout or shutdown directly. Instead press CTRL+C.
Explore the Documentation
Vision
The Vision of Quantum Coin.
Quantum Resistance
Quantum Resistance in the Quantum Coin blockchain.
Smart Contracts
Smart Contract support in the Quantum Coin blockchain.
Consensus
Proof of Stake consensus.
Data Availability
Data Availability, long term and short term.
Blockchain Allocation
Bitcoin + Ethereum + Dogecoin + DogeP multi-fork.
Block Explorer
QuantumScan.com
Github
Source code, documentation are maintained in Github.
QCIPs
Quantum Coin Improvement Proposals
Wallet
Download Android, iOS, Windows, Mac wallets.
Validator
Run validator node and mine coins.
Heisen
Heisen Game Chain.


