Wanted to share something I came up with to make Nockchain easier to use
Be sure to be running a node in the backround so everything works smoothly..
Wanted to share something I came up with to make Nockchain easier to use
Be sure to be running a node in the backround so everything works smoothly..
Nice work! This could end up being the electrum of nock ecosystem.
Added Create Wallet (with warning), Derive Children (1 up to 100 automatically), Import and Export Keys.
Fully refactored to work with gRPC instead of socket.
Note: Must be on latest Nockchain version for this to work.
Removed manual check balance
Added automated check balance for selected key
Added Top Right sidebar Balance in Nocks / Nicks / USD Value
Added sidebar for Block Explorers / Mining Pools
Added Node Status Checks
great work
How does Nockchain handle fee logic in the wallet? Fixed gas or dynamic?
Fixed, any amount of Nicks will go through, I just use 1 Nick.
Bug : Previously sending from a Child address would fail.
Update : Added support for --index flag on create-tx to support Child sending.
When Deriving Children in the wallet a file is created called childrenindexes.csv which has your index at the start then the pubkey so you have an easy way to find out the specific pubkeys index.
For Children add the Index (0,1,2 etc), For Master pubkey leave blank to send.
Does this GUI wallet support all core Nockchain features like staking, sending, and receiving tokens?
I try to add features as they become available. Currently no staking(no support from Nockchain), but it supports sending and receiving + a few other things.
Wow, really nice work! I need to have a fully synced node to run it though still right? It doesn’t have a built in node yet, correct?
Yes, for now you need to have a fully synced node.
This looks great! Will the NockGUIWallet support multiple accounts or just a single wallet at a time?