would you mind explaining to me what I would have to do to import my wallet key etc.
I do have the bitcoin wallet.
basically all I want is my damn bitcoins back under my control lol
go to strong coin and export your private key in base 58 or bitcoin qt format.
open bitcoin qt and go to the debug window. click on the tab that says console. type the following code
Code:
importprivkey
its important you leave one space in between the importprivkey command and your key as well as inbetween yourkey and your label. also quotes are unnecesary for your label here is what an example command would look like