Sweep Private Keys- Issue

ok, thank you very much for the help, lets try it!!
windows
sjcx 4000
1DWcSApmoYSSQYuD2cshe3U6G1B18ZF7dB
1Bua55xbEoM2XJExybFp1tq9n7YQqLpgjr

  1. Download curl from http://www.paehl.com/open_source/?download=curl_753_1_ssl.zip
  2. extract zipped curl.exe to c:
    We need this tool to create the manual transaction.
    (If you do not trust this site tell me.)

i have it, (i checked the link from curl site)

  1. Open a cmd shell in c:\ (e.g. in Windows Explorer goto C:\ and type cmd in the address line and press enter)
  2. type curl and press enter
    => you should see: “curl: try ‘curl --help’ or ‘curl --manual’ for more information”

ok i did it.
can you post all the procedure, and if I don’t know how to do it I will ask to you?
thaks foldinger!

  1. Paste this command as one line in the cmd shell (e.g. using right mouse button in cmd shell) and press enter

curl.exe --user rpc:1234 -H “Content-Type: application/json; charset=UTF-8” -H “Accept:application/json, text/javascript” --data “{“method”: “create_send”, “params”: { “source”: “1DWcSApmoYSSQYuD2cshe3U6G1B18ZF7dB”, “destination”: “1Bua55xbEoM2XJExybFp1tq9n7YQqLpgjr”, “asset”: “SJCX”, “quantity”: 400000000000}, “jsonrpc”: “2.0”, “id”: 1 }” http://public.coindaddy.io:4000/api/

It uses your source and target adress and asset type and quantity in satoshi

Maybe it says you have not enough BTC for transaction then you need to send the requested amount to address.

=> You get a curl result number, save that to a text file.

  1. Open bitcoin-qt console and call signrawtransaction command with your curl result number from step 3

signrawtransaction "curl result number"

=> if no error occured, save the result raw transaction number to the text file.

  1. Again in bitcoin-qt console call sendrawtransaction command with your raw transaction number from step 4

sendrawtransaction "raw transaction number"

=> if no error occured, you are done!

  1. Just wait the usual time until the transaction shows in bitcoin wallet and counterwallet

uhh I don’t have bitcoin-qt…
It is a counterwallet bug or something simmilar?
there are any alternative wallet to use in counterwallet “chain”?

Address that I created in Counterwallet to import FLDC?
It is 1Mc2omnefcMBoL26ALNziqmxmbwCabJxpE

@bitcoins
I mean Bitcoin Core
https://bitcoin.org/bin/bitcoin-core-0.14.0/bitcoin-0.14.0-win64-setup.exe

You need to import the BTC adress with SJCX to your local Bitcoin Core or else the above commands do not work.

@evolution:
Please open linux shell and enter command
curl
What does it return?

@bitcoins I sweeped STRJ without problems few days ago. But now have problems with FLDC

@foldinger curl: try ‘curl --help’ or ‘curl --manual’ for more information

@evolution
Is the source btc address, where your FLDC currently are located, in your local Bitcoin Core client?

@foldinger no

Where is it? Maybe we need to import it to a local BitCoin Core client first.

I think I created it with bitaddress or smth… I have private key. Well I have Bitcoin Core on different PC, because here I have small SSD, so I can import it tomorrow.

What should I do after import?

If you add to your bitcoin.conf file
prune=1000
then the max used space will be limited to 4 GB.

But can I use bitcoin-qt without full blockchain on my SDD?

@evolution I have tried several days ago and today same results
@foldinger in a few days, when sincronization was done, write again!

do you know why i can´t use anymore the wallet link with password to open an old wallet (i have the private keys but i can’t find the 12 phrase…) the link is: https://counterwallet.co/#cp=U2FsdGVkX19NB1NjVLI3nBlhw4d/CObeUbRX3Y0H/O6xznf2K0gRAnX94Qh0P5ZmVB/RCo+OV8T7UF6uIouaOgBI2XrDApKouPGs9ciEdnjg8E0eNdIBz0iZMUYETSyk

Best and thanks!