I received a .json file from Sparkpool and using grin-wallet v4.0.0 receive to process this file, and it output a slatepack file. But Sparkpool may require the old format response file. How can I get the old format response file using grin-wallet? Thanks!
If I remember correctly, using grin-wallet unpack
on your Slatepack message would display it in a json format, so you can copy-paste it into a file.
2 Likes
Thanks! you got it right. Use ./grin-wallet unpack -i myfile.slatepack
will output the infomation in json format.
1 Like