I’m trying (right now) to import (sweep address) some SJCX from an counterparty address at counterwallet.io and OH MY GOD how I’m suffering with that…
So I insist: please update and solve any remaining bug that prevents counterparty tokens from being imported @ counterwallet. As I’ve whatched before, I’m not the only one having that problem while trying to sweep coins…
Ps. I even tried all other wallet options (listed here: https://counterparty.io/counterparty-wallets/ ) but none gives me the import/sweep option…
I tried Indiesquare, Chrome Extension, Freewallet, etc…
Is development for Counterwallet still active?
edit: I’ve being trying to sweep (@ Counterwallet) since the beginning of this year (2017)… =(
for a) BitCoin-Core: You can use the prune=1000 in bitcoin.conf to limit disk usage to 4GB. If needed import your private bitcoin key to your local BitCoin-Core wallet first and sync to latest blockchain
A raw transaction needs:
source: Your public bitcoin address
destination: Your public counterwallet address
asset: The name of your coins type
quantity: Amount in satoshi, that means value shown in Counterwallet times 100000000
In my example:
source: 19dBTAZBUbCXKP8Psbc5daoFJBNsMggxD9
destination: 13JTuSEpKsfRUTdrHdiaMVjdQW688eiu74
asset: FLDC
quantity: 25700000000
For 1) if you use Windows: Create a raw transaction in a cmd shell (all in one line) 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\": \"19dBTAZBUbCXKP8Psbc5daoFJBNsMggxD9\", \"destination\": \"13JTuSEpKsfRUTdrHdiaMVjdQW688eiu74\", \"asset\": \"FLDC\", \"quantity\": 25700000000}, \"jsonrpc\": \"2.0\", \"id\": 1 }" http://public.coindaddy.io:4000/api/
For 1) if you use linux: Create a raw transaction in a cmd shell (all in one line) curl --user rpc:1234 -H "Content-Type: application/json; charset=UTF-8" -H "Accept:application/json, text/javascript" --data "{"method": "create_send", "params": { "source": "19dBTAZBUbCXKP8Psbc5daoFJBNsMggxD9", "destination": "13JTuSEpKsfRUTdrHdiaMVjdQW688eiu74", "asset": "FLDC", "quantity": 25700000000}, "jsonrpc": "2.0", "id": 1 }" http://public.coindaddy.io:4000/api/
If successful you should get a raw transaction number like
01000b000f4…
which is needed for the next steps
For BitCoin-Core you can use the setting prune=1000 in bitcoin.conf to limit disk usage to 4GB. But you still would need to download full blockchain so no internet bandwidth is saved only disk space.
If you can make it work using coinb.in then give us feedback.
Wow never imagined it would be such a nightmare to sweep addreses.
I am getting “{“code”: -32600, “message”: “Invalid Request”, “data”: “Invalid JSON-RPC 2.0 request format”}”
Even if I copy paste your exact command the same response. Using linux. What am I missing. I have a bitcoin node running, just this first part of generating the counterparty transaction is messing with me.
Trying to sweep SJCX. And of course, the sweep in counterwallet does not work.