My bitcoind -reindex still sitting there .... No indication of any progress.
I think I'm at somewhere over 48 hours now. Any idea
how to tell if its still going/working ? How long til I should
kill this process ?
Is it using CPU resources? You can also start it with -daemon and -reindex and monitor its progress with getblockcount.
It's at 228,000 MB of ram taken up. But the CPU is 00%....
Crap man.. I've tried this 3 times now. I can't believe its
this difficult, I've got a serious amount of XCP and I need
to consolidate to one address and get it ready to start
trading... sigh... Is there someone I can send a donation
to for help ?
Are you working with little RAM? A reindex takes awhile but it shouldn't be a big deal, and you should only have to do it once at most (for a given bitcoin installation).
To consolidate your XCP, really the best/only way at this point is multiple 'counterpartyd send' calls. Just issue a send call for each address you have XCP in, to one main address. Use blockchain to look up the XCP balance at each address. e.g.
#first address has 50 XCP
counterpartyd send --source=12WQTnVbzhJRswra4TvGxq1RyhUkmiVXXm --destination=1QGZ4sCpvCgRizL5v4NniaKdZKzxBtVN3q --asset=XCP --quantity=50
#second address has 100 XCP
counterpartyd send --source=1CD4BNe5xfhdYt65iYSVuDVqorMf7dDnPy --destination=1QGZ4sCpvCgRizL5v4NniaKdZKzxBtVN3q --asset=XCP --quantity=100
Unfortunately you'll need a little bit of BTC at each address you're sending from to cover the miner fee. Is that what you were asking?
The web wallet will have address sweeping tools added to it in the near future, a few weeks after release most likely (once it's stabilized out). With this you'll be able to import a private key from your blockchain or bitcoin-qt wallet and it will sweet the BTC and/or XCP from the address associated with that key into one of the web wallet addresses.