create account

Validator Command Collection[GER/ENG] by nerdtopiade

View this thread on: hive.blogpeakd.comecency.com
· @nerdtopiade ·
$1.73
Validator Command Collection[GER/ENG]
<hr>
https://files.peakd.com/file/peakd-hive/nerdtopiade/EoiTkR8SFX5TgUBdtZP8Tiz1it3a8NkpcNNXn3zuWpnaPEV2pCFFiMjWfyu3EEtVJq6.jpg
</hr>
<p>
<div class=pull-left>
Guten Tag meine lieben Squadis,<p>
Das Dig Testnet 3 läuft schon einige Zeit und heute möchte ich mit euch eine Sammlung von Commands teilen,welche @dotwin1981 @double-u und ich zusammen getragen haben.<p>
15% der Post Rewards gehen deshalb auch jeweils an Doti und Werner als benificary.<p>
Zu erst klären wir ein paar elementare Begriffe.
</div>
<div class=pull-right>
Good day my dear squadis,<p>.
Dig Testnet 3 has been running for some time and today I would like to share with you a collection of commands that @dotwin1981 @double-u and I have put together.<p>
15% of the post rewards will therefore go to Doti and Werner as benificary.<p>
First, let's clarify a few elementary terms.
<p>
</div>
<hr>
<center><center><h4>Terms and their explanation:</h4></center>
<p>
<h5>Validator</h5><h5>Digaddress</h5><h5>Digval</h5><h5>Pub Key</h5><h5>Chain-ID</h5>   
</hr>
<p>
<hr>
<div class=pull-left>
<h5>Validator:</h5><p>
Ein Validator ist das Cosmos Gegenstück zu einem Witness.
<p>
<h5>Digadress:</h5><p>
Damit ist die Walletaddresse gemeint des Accounts gemeint.<p>
<h5>Digval:</h5><p>
Damit ist die Digvalaoperaddresse des Validators gemeint wo man Dig hin delegieren möchte.Die Wallet und der die delegierten Token sind von einander getrennt ,anders als bei Blurt,Hive,Steem.
<p>
<h5>Pub Key:</h5>
Damit ist der Public Key des Accounts gemeint,diesen braucht ihr um euch zum Validator zu ernennen.<p>
Beim erstellen der Digaddresse wird euch schon ein Pubkey angezeigt dieser ist aber der Key des Validators der den Block gesigned hat wo ihr euren Account erstellt habt.<p>
Hier ein Beispiel für ein PubKey : {"@type":"/cosmos.crypto.ed25519.PubKey","key":"foEwJVVSLdeYwdh8vT9ileUDDpn/XKTo1CUqaFt78tw="}
<p>
<h5>chain-id:</h5><p>
Der Name der Chain bzw der Subchain wo der Command ausgeführt werden soll,zum Beispiel dig-testnet-3 für das Testnet 3 von dig.
</div>
<div class=pull-right>
<h5>Validator:</h5><p>
A Validator is the Cosmos counterpart to a Witness.
<p>
<h5>Digadress:</h5><p>
This is the wallet address of the account<p>
<h5>Digval:</h5><p>
This means the digvalaoperaddress of the validator where you want to delegate dig.The wallet and the delegated tokens are separate from each other , other than on Blurt,Hive,Steem.
<p>
<h5>Pub Key:</h5>
This is the public key of the account, you need this to make yourself a validator.
When creating the Digaddress you will already see a Pubkey,but this is the key of the Validator who signed the block where you created your Account.<p>
Here is an example of a PubKey : {"@type":"/cosmos.crypto.ed25519.PubKey", "key": "foEwJVVSLdeYwdh8vT9ileUDDpn/XKTo1CUqaFt78tw="}
<p>
<h5>chain-id:</h5><p>
The name of the chain or subchain where the command should be executed, for example dig-testnet-3 for the testnet 3 of dig.
</div>
</hr>
<p>
<hr>
<center><h4>Pubkey,Digval,Walletaddress</h4></center>
<p>
<table>
<thead>
  <tr>
    <th>Command</th>
    <th>Explanation</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>digd tendermint show-validator</td>
    <td>Shows your Pubkey</td>
  </tr>
  <tr>
    <td>digd keys show validator --bech val</td>
    <td>Shows your Digval</td>
  </tr>
  <tr>
    <td>digd keys list</td>
    <td>Shows your Wallet Address</td>
  </tr>
</tbody>
</table>
<p>
<center><h4>Send Dig,Delegate/Redelegate/Undelegate Dig,Claim Rewards</h4></center><p>
<table>
<thead>
  <tr>
    <th>Command</th>
    <th>Explanation</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>digd tx bank send digadress digadress 1000000udig --gas auto --note "bitte schön" --chain-id dig-testnet-3 --yes<br></td>
    <td>sends dig from 1 wallet to another</td>
  </tr>
  <tr>
    <td>digd tx staking delegate digval 1000000udig --chain-id=dig-testnet-3 --from=digaddress</td>
    <td>delegates dig to a Validator</td>
  </tr>
  <tr>
    <td>digd tx staking redelegate digval digval 1000000udig --from validator --gas auto --chain-id dig-testnet-3 --yes</td>
    <td>Redelegates Dig from 1 Validator to another Validator</td>
  </tr>
  <tr>
    <td>digd tx staking unbond digval 1000000udig --from validator --gas auto --chain-id dig-testnet-3 --yes</td>
    <td>Undelegates Dig from a Validator and send it back 2 your wallet. This can take some time depends on the Chain</td>
  </tr>
  <tr>
    <td>digd tx distribution withdraw-all-rewards --from validator --gas auto --chain-id dig-testnet-3 --yes</td>
    <td>Claims your Staking Rewards minus Comision of the Validator</td>
  </tr>
  <tr>
    <td>digd tx distribution withdraw-rewards digval--from validator --commission --gas auto --chain-id dig-testnet-3 --yes</td>
    <td>Claims all your Comission Fees you collected from your delegators</td>
  </tr>
  <tr>
    <td>digd q bank balances digaddress</td>
    <td>Shows your Wallet Balance</td>
  </tr>
</tbody>
</table>
</hr>
<p>
<hr>
<center><h4>Jail,Missed Blocks,Node ID,Peers and Special Commands</h4></center><p>
<table>
<thead>
  <tr>
    <th>Command</th>
    <th>Explanation</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>digd tx slashing unjail --from validator --chain-id dig-testnet-3 --yes<br><br></td>
    <td>fetches u out the jail if no double singning has taken place</td>
  </tr>
  <tr>
    <td>digd query slashing signing-info '{"validator pub key}' --chain-id dig-testnet-3 | grep missed_blocks_counter</td>
    <td>Shows how many of the last 100 Blocks u missed</td>
  </tr>
  <tr>
    <td>digd q staking validators | grep -e moniker -e jailed -e tokens -e operator_address<br></td>
    <td>Shows every validator sorted by name ,jailstatus,stacked tokens and digval</td>
  </tr>
  <tr>
    <td>digd q staking validator digval | grep -e moniker -e jailed -e tokens<br></td>
    <td>Shows your own jail status and the amount of dig u stacked</td>
  </tr>
  <tr>
    <td>digd status</td>
    <td>Shows among other information your Node ID and your VotingPower. If your voting Power is 0 you may be in Jail.</td>
  </tr>
  <tr>
    <td>curl localhost:26657/net_info | grep moniker</td>
    <td>Shows by name the NUmber of Nodes you are connected 2 .</td>
  </tr>
  <tr>
    <td>journalctl -u dig -f | grep height</td>
    <td>Shows in your log what is the block height. This should only work with systemctl enabled,but i am not sure.</td>
  </tr>
</tbody>
</table>
</hr>
<p>
<hr>
<div class=pull-left>
Der Post ist wieder sehr lang geworden.<p> Hoffe ich konnte euch damit die Arbeit als Dig Validator erleichtern.<p>
Natürlich könnt ihr die Command Sammlung auch für jede andere Cosmos Chain benutzen,dazu müsst ihr digd nur in das Vorzeichen der Chain ändern.
</div>
The post has become very long again.<p> I hope I could make your work as a Dig Validator easier.<p>
Of course you can use the command collection for any other cosmos chain, you just have to change digd to the sign of the chain.
<div class=pull-right>
</div>
</hr>
<p>
<hr>
<div class=pull-left>
<b>*Humble Bundle Partner</b>
<p>
<a href="https://www.humblebundle.com/store?partner=nerdtopiade"><img src="https://files.peakd.com/file/peakd-hive/nerdtopiade/PE3wlVku-humblepartner.png"></a>
<p>
Die mit * gekennzeichneten Links sind sogenannte Affiliate 
Links. Kommt über einen solchen Link ein Einkauf zustande, werde ich mit 
einer Provision beteiligt. Für Dich entstehen dabei keine Mehrkosten. 
Wo, wann und wie Du ein Produkt kaufst, 
bleibt natürlich Dir überlassen
</div>
<div class=pull-right>
<a href="https://blurtwallet.com/~witnesses?highlight=opfergnome"><img src="https://files.peakd.com/file/peakd-hive/nerdtopiade/HPuUhSS4-vote4opfer.png"></a>
<p>
Auf Blurt sind wir mit @opfergnome ein Witness. Wir sind : @kanrat ,@dotwin1981 und meine Wenigkeit. Wir würden Uns sehr darüber freuen wenn Ihr uns euer Vertrauen schenkt und uns als Witness votet.<p>Einfach auf das Banner klicken und uns Voten vielen Dank ! 
</div>
</hr>
<p>
<hr>
<center>
<a href="https://www.twitter.com/nerdtopiade"><img src="https://cdn.steemitimages.com/DQmcPstDSW6gtzTG7JRSCgpziXzYs6YgP9uFX7QnfRpSdkA/twitter.png"></a> <a href="https://www.instagram.com/nerdtopiade/"><img src="https://cdn.steemitimages.com/DQmVWMogDChXsBMqJVtKgdB3i9XiP4cMuF8VK7BQwWUbE9t/insta.png"></a> 
</center>
</hr>

👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 44 others
properties (23)
authornerdtopiade
permlinkvalidator-command-collectiongereng
categoryhive-121566
json_metadata{"app":"peakd/2021.09.1","format":"markdown","tags":["deutsch","leofinance","trude","proofofbrain","cent","blog","digchain","cosmos","palnet","cryptocurrency"],"users":["dotwin1981","double-u","type","opfergnome","kanrat"],"image":["https://files.peakd.com/file/peakd-hive/nerdtopiade/EoiTkR8SFX5TgUBdtZP8Tiz1it3a8NkpcNNXn3zuWpnaPEV2pCFFiMjWfyu3EEtVJq6.jpg","https://files.peakd.com/file/peakd-hive/nerdtopiade/PE3wlVku-humblepartner.png","https://files.peakd.com/file/peakd-hive/nerdtopiade/HPuUhSS4-vote4opfer.png","https://cdn.steemitimages.com/DQmcPstDSW6gtzTG7JRSCgpziXzYs6YgP9uFX7QnfRpSdkA/twitter.png","https://cdn.steemitimages.com/DQmVWMogDChXsBMqJVtKgdB3i9XiP4cMuF8VK7BQwWUbE9t/insta.png"]}
created2021-10-15 14:18:39
last_update2021-10-15 14:18:39
depth0
children2
last_payout2021-10-22 14:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.732 HBD
curator_payout_value0.999 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,275
author_reputation57,670,251,838,065
root_title"Validator Command Collection[GER/ENG]"
beneficiaries
0.
accountdotwin1981
weight1,500
1.
accountdouble-u
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,052,558
net_rshares2,005,915,327,050
author_curate_reward""
vote details (108)
@dauerbrenner05 ·
Na dann, 
warten wir mal weiterhin ab
wie es sich entwickeln wird! 👀
👍  
properties (23)
authordauerbrenner05
permlinkr10vwk
categoryhive-121566
json_metadata{"app":"hiveblog/0.1"}
created2021-10-15 14:22:00
last_update2021-10-15 14:22:00
depth1
children1
last_payout2021-10-22 14:22:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation6,318,276,667,532
root_title"Validator Command Collection[GER/ENG]"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,052,628
net_rshares9,340,826,660
author_curate_reward""
vote details (1)
@nerdtopiade ·
Ich bin schon recht gespannt auf das Mainnet. Während des Test Nets habe ich auf jedenfall viel gelernt.
👍  
properties (23)
authornerdtopiade
permlinkre-dauerbrenner05-r120zd
categoryhive-121566
json_metadata{"tags":["hive-121566"],"app":"peakd/2021.09.1"}
created2021-10-16 05:09:12
last_update2021-10-16 05:09:12
depth2
children0
last_payout2021-10-23 05:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation57,670,251,838,065
root_title"Validator Command Collection[GER/ENG]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,067,456
net_rshares1,399,149,817
author_curate_reward""
vote details (1)