Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Automatic Monkey on June 03, 2015, 05:58:38 PM



Title: Peercoin wallet for Linux question
Post by: Automatic Monkey on June 03, 2015, 05:58:38 PM
Hi all I'm setting up a secure Linux machine for my coin collection, and I'm having difficulty finding the debug console in Peerunity. I want to be able to import and dump private keys. Is this possible with Peerunity on Linux? It works just fine with the Windows wallet. Will I have to use the original Peercoin-QT, or will I have the same problem importing keys in the Linux version? Thanks in advance.


Title: Re: Peercoin wallet for Linux question
Post by: tspacepilot on June 04, 2015, 12:26:33 AM
Hi all I'm setting up a secure Linux machine for my coin collection, and I'm having difficulty finding the debug console in Peerunity. I want to be able to import and dump private keys. Is this possible with Peerunity on Linux? It works just fine with the Windows wallet. Will I have to use the original Peercoin-QT, or will I have the same problem importing keys in the Linux version? Thanks in advance.

I've never used this unity thing, but perhaps your software comes with a command line interface that you can use in a terminal emulator.  See what binaries came with the software and run:

$./BINARYNAME --help

in your terminal to see if you get any help (replace BINARYNAME with the name of some binary in the package you downloaded).