mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 10:37:26 +00:00 
			
		
		
		
	minor docs fixes
This commit is contained in:
		
							parent
							
								
									16bb948009
								
							
						
					
					
						commit
						88ef5117b4
					
				@ -92,7 +92,6 @@ Then, with your full node running in the background or separate window, run:
 | 
			
		||||
    kvcli stake create-validator \
 | 
			
		||||
            --amount 900KVA \
 | 
			
		||||
            --pubkey <you validator pubkey from above> \
 | 
			
		||||
            --address-validator <your address from above> \
 | 
			
		||||
            --moniker "<your name>" \
 | 
			
		||||
            --from <your name> \
 | 
			
		||||
            --gas 1000000
 | 
			
		||||
@ -105,7 +104,6 @@ Running a validator requires that you keep validating blocks. If you stop, your
 | 
			
		||||
In order to stop validating, first remove yourself as validator, then you can stop your node.
 | 
			
		||||
 | 
			
		||||
    kvcli stake unbond begin \
 | 
			
		||||
        --address-delegator <your address> \
 | 
			
		||||
        --address-validator <your address> \
 | 
			
		||||
        --shares-percent 1 \
 | 
			
		||||
        --from <your name> \
 | 
			
		||||
 | 
			
		||||
@ -3,6 +3,8 @@
 | 
			
		||||
 | 
			
		||||
These are some guidelines to upgrade to a new testnet if you where validating on a previous one.
 | 
			
		||||
 | 
			
		||||
 1. Stop the current validator.
 | 
			
		||||
 | 
			
		||||
 1. Get the latest code.
 | 
			
		||||
 
 | 
			
		||||
        cd $GOPATH/src/github.com/kava-labs/kava
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user