Hello, I am tryign to figure out whats wrong with generating keys or maybe this is how it is supposed to work, i have no idea so i figured i’d ask somebody who knows
This is the output i get
root@offlaine:/home/offlaine/cardano-wallet-shelley-2020.7.28# ./extractPoolStakingKeys.sh extractedPoolKeys/ option utility spirit junior empty gain #ignore this
./extractPoolStakingKeys.sh: line 2: : command not found
cardano-address cannot be found, exiting…
./extractPoolStakingKeys.sh: line 5: : command not found
./extractPoolStakingKeys.sh: line 8: : command not found
./extractPoolStakingKeys.sh: line 14: : command not found
./extractPoolStakingKeys.sh: line 17: : command not found
./extractPoolStakingKeys.sh: line 20: : command not found
./extractPoolStakingKeys.sh: line 21: : command not found
./extractPoolStakingKeys.sh: line 22: : command not found
./extractPoolStakingKeys.sh: line 23: : command not found
./extractPoolStakingKeys.sh: line 24: : command not found
./extractPoolStakingKeys.sh: line 25: : command not found
./extractPoolStakingKeys.sh: line 29: : command not found
./extractPoolStakingKeys.sh: line 30: : command not found
./extractPoolStakingKeys.sh: line 30: : command not found
./extractPoolStakingKeys.sh: line 30: : command not found
./extractPoolStakingKeys.sh: line 30: : command not found
./extractPoolStakingKeys.sh: line 30: : command not found
Generated from 1852H/1815H/0H/{0,2}/0
./extractPoolStakingKeys.sh: line 34: : command not found
./extractPoolStakingKeys.sh: line 40: : command not found
./extractPoolStakingKeys.sh: line 41: bech32: command not found
./extractPoolStakingKeys.sh: line 41: bech32: command not found
./extractPoolStakingKeys.sh: line 42: bech32: command not found
./extractPoolStakingKeys.sh: line 42: bech32: command not found
./extractPoolStakingKeys.sh: line 43: : command not found
./extractPoolStakingKeys.sh: line 51: : command not found
./extractPoolStakingKeys.sh: line 59: : command not found
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: key verification-key Error: stake.skey: Invalid key.
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: key verification-key Error: payment.skey: Invalid key.
./extractPoolStakingKeys.sh: line 62: : command not found
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: key non-extended-key Error: payment.evkey: payment.evkey: openBinaryFile: does not exist (No such file or directory)
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: key non-extended-key Error: stake.evkey: stake.evkey: openBinaryFile: does not exist (No such file or directory)
./extractPoolStakingKeys.sh: line 65: : command not found
./extractPoolStakingKeys.sh: line 66: : command not found
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: stake-address build Error: stake.vkey: stake.vkey: openBinaryFile: does not exist (No such file or directory)
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: address build Error: payment.vkey: payment.vkey: openBinaryFile: does not exist (No such file or directory)
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Command failed: address build Error: payment.vkey: payment.vkey: openBinaryFile: does not exist (No such file or directory)
./extractPoolStakingKeys.sh: line 70: : command not found
Important the base.addr and the base.addr_candidate must be the same
root@offlaine:/home/offlaine/cardano-wallet-shelley-2020.7.28#
Such keys as payment vkeys and othet vkeys can be generated using Cli method so should i do that first then comeback or does it all work in the end if i continue with these WARNINGS ? Thanks for the info