Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • crown-core crown-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 75
    • Issues 75
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Crown
  • crown-corecrown-core
  • Wiki
  • Quality assurance
  • Documents
  • testnet

Last edited by Josh Wilcox Jun 21, 2018
Page history

testnet

2. Crown Platform Test Plan

Version 0.2

05/12/2017

Chris Kibble

Document History** , Approval & Contributors**

3.1.Revision History

Version Revised By Date Status Release Notes
0.1 Chris Kibble 05/12/2017 Creation
0.2 Chris Kibble 13/02/2018 Updating testnet design

3.2.Internal review

Role Name

3.3.Document Approval

Role Name Signature Date

3.4.Document Contributors

The following people contributed to the production of this document:

Role Name
Test Manager Chris Kibble
Tesnet Volunteer Alex Hoogerbrugge

4.Glossary

Abbreviation Full Description
CRW Crown Platform

Crown Testnet Overview CRWtestnet

Our testnet infrastructure must attempt to resemble the current real world mainnet as much as possible. This includes the ratio of MN / SN, our interaction with iOS and Android and the full compliment of masternodes in order to run a legitimate proposal test.

I have added 3 miners to attempt to replicate what we're currently experiencing with BTC.Top and I suggest we think about having another testnet pool rather than 1 but the more infrastructure we add, the more maintenance we'll have when configuring deployment and testnet sync. This is open to suggestion as people may see problems with having 2 pools in mainnet so we may need to replicate this in testnet.

Testnet Pool Details

Testnet Miner Details

Testnet Seed Node Details

Testnet Explorer Details

Testnet Spork Key Details

Testnet Windows Details

In order to run your desktop wallet in testnet you must have the following command added to your "crown.conf" file;

"testnet=1"

Your "crown.conf" file is located in your Crown folder. The default installation location is;

C:\Users[youruser]\AppData\Roaming\Crown

Testnet Linux Details

In order to run your Linux wallet in testnet you must have the following command added to your "crown.conf" file;

"testnet=1"

Your "crown.conf" file is located in your Crown folder. The default installation location is;

~/.crown

Testnet Mac Details

In order to run your macOS wallet in testnet you must have the following command added to your "crown.conf" file;

"testnet=1"

Your "crown.conf" file is located in your Crown folder. The default installation location is;

~/Library/Application Support/Crown

You can open this folder by opening a finder window, pressing cmd + shift + G and entering the correct path.

Testnet Android Wallet Details

Testnet iOS Wallet Details

Testnet Masternode Details

If your wallet is set to be in testnet then your Masternode and Systemnode settings are taken from the following folder;

C:\Users[your user]\AppData\Roaming\Crown\testnet3

The file in use is "masternode.conf"

Testnet Systemnode Details

If your wallet is set to be in testnet then your Masternode and Systemnode settings are taken from the following folder;

C:\Users[your user]\AppData\Roaming\Crown\testnet3

The file in use is "systemnode.conf"

Crown testnet VPS script

Create a systemnode in TestNet

apt-get update sudo apt-get install curl -y && curl -s https://crownvps.com/guidescripts/systemnodeTESTNET.sh | bash -s YOUR-GENKEY-HERE

Create a Masternode in TestNet

apt-get update sudo apt-get install curl -y && curl -s https://crownvps.com/guidescripts/masternodeTESTNET.sh | bash -s YOUR-GENKEY-HERE

Clone repository
  • 19.01.18 Testnet Fork Report
  • Credentials for electrumx servers
  • How to turn on off enforcement
  • Quality Assurance
  • Quality Assurance
    • Instant Send Testing
    • documents
  • Seed nodes
  • bounties
  • code of conduct
  • coding style guide
  • communications & marketing
  • community
  • community
    • Announcement Responsibilities
    • Developers
    • community built
View All Pages