Keys Update in 8 number

This commit is contained in:
CryptoBureau 2024-12-30 07:13:46 +01:00
parent 831fba7af6
commit 1170639740

View File

@ -360,7 +360,7 @@ create_wallet() {
# Display Wallet Key # Display Wallet Key
echo "Displaying 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..." read -p "Press Enter to continue..."
# Step 4: Generate Stash Key # Step 4: Generate Stash Key
@ -371,7 +371,7 @@ create_wallet() {
# Display Stash Key # Display Stash Key
echo "Displaying 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..." read -p "Press Enter to continue..."
# Step 5: Generate Session Key # Step 5: Generate Session Key
@ -382,15 +382,15 @@ create_wallet() {
# Display Session Keys # Display Session Keys
echo "Displaying Session Key - AUDI:" 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..." read -p "Press Enter to continue..."
echo "Displaying Session Key - BABE:" 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..." read -p "Press Enter to continue..."
echo "Displaying Session Key - SLOW:" 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..." read -p "Press Enter to continue..."
echo "Displaying Session Key - GRAN:" echo "Displaying Session Key - GRAN:"