July 28, 2026, 11:14:24 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - optikalsaint

Pages: [1]
1
Technical Discussion / Re: Wallets, so, many, wallets...
« on: November 22, 2013, 02:11:47 AM »
If you export your mobile wallet and copy that backup file to your desktop you can retrieve the private key pretty easily and import it into your Desktop client. The filename usually saves to /sdcard/Downloads/ and will have a file name similar to "goldcoin-wallet-keys-YYYY-MM-DD".

Once you have that file copied over to your desktop you will need to run it through openssl. If you do not have a copy of openssl and you are on Windows then you can download a standalone copy here:

https://code.google.com/p/openssl-for-windows/

Unzip openssl somewhere that it is easy for you to find again in the future (e.g. C:\Users\YourName\Desktop\openssl\). Now copy your saved wallet export from your phone and put it in C:\Users\YourName\Desktop\openssl\bin\ and run the following command from the command prompt:

Code: [Select]
cd C:\Users\YourName\Desktop\openssl\bin\
Code: [Select]
openssl enc -d -aes-256-cbc -a -in goldcoin-wallet-keys-YYYY-MM-DD
Now copy the private key that is displayed on the screen (right click the command prompt, select Mark, highlight the wanted text, right click again, and choose copy). Once you have that private key copied down go into your desktop wallet and open the Debug window (You can find this in the Help menu). Select the Console tab and type the following commands into the text field:

NOTE: If your wallet is encrypted with a password you have to unlock it first. If your wallet is not encrypted you can skip ahead)

Code: [Select]
walletpassphrase YOUR_PASSWORD 120 (The 120 at the end is the timeout in seconds until your wallet locks again. You'll notice the little padlock in the main window is unlocked now)

Code: [Select]
importprivkey PRIVATE_KEY_FROM_OPENSSL (replace PRIVATE_KEY_FROM_OPENSSL with private key you copied down).

When the action is completed a line-break will appear in the console window and you're good to go!

2
Trading Discussion / Re: Goldcoin to top spot!
« on: November 22, 2013, 01:19:44 AM »
For the simple fact there is an Android Wallet already gives me hope. One of the main problems I have with other alt-coins is there are not good mobile wallets available which make it difficult to get any trading done while I am out and about running errands :)

3
Newbie Central / Re: Poll: How did you hear about GoldCoin?
« on: November 22, 2013, 01:13:43 AM »
I bought a few hundred on Cryptsy while trying to diversify some extra LTC I had laying around and then won 200 in a wallet giveaway contest and now I am here :)

Pages: [1]