Post
Topic
Board Announcements (Altcoins)
Re: Sia
by
Taek
on 22/04/2015, 18:58:24 UTC
Now I get this is response "open myKeyFile.siakey: The system cannot find the file specified."
I am using the one for Windows and have tried it after creating a multi sig and a regular address.

Your command prompt needs to be in the same directory as the key. Alternatively, you can drag-and-drop the file into the terminal and it'll automatically type in the full filepath.

The easiest thing to do:

1. open a command prompt
2. drag and drop the siag file into the command prompt. The full path will appear. (C:/stuff/morestuff/etc/siag)
3. type 'keyinfo'
4. drag and drop the key file you're checking into the command prompt.
The full result should look like:
Code:
C:/Users/You> C:/stuff/siag keyinfo C:/stuff/mykey.siakey

I'm sorry for making you guys use the command line. At some point the key generator will be integrated into the GUI but I'm not sure how long that will take.