Keys Update in 8 number
This commit is contained in:
		
							parent
							
								
									831fba7af6
								
							
						
					
					
						commit
						1170639740
					
				
							
								
								
									
										10
									
								
								ghost.sh
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								ghost.sh
									
									
									
									
									
								
							| @ -360,7 +360,7 @@ create_wallet() { | ||||
| 
 | ||||
|     # Display Wallet Key | ||||
|     echo "Displaying Wallet Key:" | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect $(cat /etc/ghost/wallet-key) --scheme=ed25519 | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect $(cat /etc/ghost/wallet-key) | ||||
|     read -p "Press Enter to continue..." | ||||
| 
 | ||||
|     # Step 4: Generate Stash Key | ||||
| @ -371,7 +371,7 @@ create_wallet() { | ||||
| 
 | ||||
|     # Display Stash Key | ||||
|     echo "Displaying Stash Key:" | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect $(cat /etc/ghost/stash-key) --scheme=ed25519 | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect $(cat /etc/ghost/stash-key) | ||||
|     read -p "Press Enter to continue..." | ||||
| 
 | ||||
|     # Step 5: Generate Session Key | ||||
| @ -382,15 +382,15 @@ create_wallet() { | ||||
| 
 | ||||
|     # Display Session Keys | ||||
|     echo "Displaying Session Key - AUDI:" | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//audi" --scheme=ed25519 | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//audi" | ||||
|     read -p "Press Enter to continue..." | ||||
| 
 | ||||
|     echo "Displaying Session Key - BABE:" | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//babe" --scheme=ed25519 | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//babe" | ||||
|     read -p "Press Enter to continue..." | ||||
| 
 | ||||
|     echo "Displaying Session Key - SLOW:" | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//slow" --scheme=ed25519 | ||||
|     ~/ghost/ghost-node/target/release/ghost key inspect "$(cat /etc/ghost/session-key)//slow" | ||||
|     read -p "Press Enter to continue..." | ||||
| 
 | ||||
|     echo "Displaying Session Key - GRAN:" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user