Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mass testing of cyberd-testnet 0.1.1 #219

Closed
asadovka opened this issue Jan 30, 2019 · 3 comments
Closed

Mass testing of cyberd-testnet 0.1.1 #219

asadovka opened this issue Jan 30, 2019 · 3 comments

Comments

@asadovka
Copy link

asadovka commented Jan 30, 2019

We should test new testnet on CPU and gather all issues and questions.

How to run on CPU:

  1. Create cyberd and cyberdcli folders where you want

  2. In the command from 3. replace /cyberdata/cyberd-test/cyberd and /cyberdata/cyberd-test/cyberdcli with your path, where folders cyberd and cyberdcli are situated.

  3. run this:

docker run -d --name=cyberd-test --restart always
-p 26656:26656 -p 26657:26657 -p 26660:26660
-e COMPUTE_RANK_ON_GPU=false
-v /cyberdata/cyberd-test/cyberd:/root/.cyberd
-v /cyberdata/cyberd-test/cyberdcli:/root/.cyberdcli
cyberd/cyberd:euler-1.1-dev0

@asadovka
Copy link
Author

asadovka commented Jan 30, 2019

docker exec -ti cyberd cyberdcli tx stake create-validator
--amount=100CBD
--pubkey=<your_node_pubkey>
--moniker=<your_node_nickname>
--trust-node
--from=<your_key_name>
--commission-rate="0.10"
--commission-max-rate="0.20"
--commission-max-change-rate="0.01"
--chain-id=<testnet_chain_id>

in this command for dev 0.1.1 testnet replace tx stake create-validator with tx staking create-validator

@asadovka
Copy link
Author

@SaveTheAles add info about 1 account can initiate one validator

@hleb-albau
Copy link
Contributor

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment