Nockchain Wallet Open Sourced

Just open-sourced Nockchain wallet Rust alongside networking upgrades and upgrades to the Choo Hoon compiler: open-sourcing wallet and choo upgrades to build jam files at compile-… · zorp-corp/nockchain@6284e1e · GitHub

https://x.com/nockchain/status/1920255462378721762

1 Like

Awesome, Casimir. I am confused about the key generation, though. How does the user obtain the actual seed phrase? I would have thought that should be handled as part of/a result from “wallet keygen.” However, there does not seem to be such an output from that command nor do there appear to be any commands addressing that in “wallet help”.

Never mind. I see it following "wallet: memo: " in the output of “wallet keygen”

1 Like

I get (command not found) on wallet keygen

your wallet bin is probably under ~/nockchain/target/release and not under ~/nockchain/crates/wallet

so change into that directory then do the ./wallet keygen command

Thank you. This got me generating the wallet. No clue what the path to keys.jam is though

I am pretty sure “keys.jam” does not exist yet but rather is just a placeholder in the example until that functionality has been implemented. The example to import keys will likely be used if/when people have multiple miners and want to transfer keys generated with one master wallet to another machine/miner. IOW, the owner will transfer keys from a source to another machine and then import them on the second machine via whatever path they have chosen to store them on. This sort of functionality is critical for managing fleets of miners.

1 Like