Redemptions have begun.
Largest to smallest. Takes up to 24 hours. (We process manually, and have to eat, sleep, etc)
Any redemptions under 10ETC are low priority and will be redeemed at the end of the month.
This is simply BS!
It takes 15 seconds, at most, to send a transaction on the Ethereum network - double checking that the send and receive address are correct, taking your time to double and triple verify ... You have 50 requests on your website at the moment - 50 x 15 seconds = at most 20 minutes to clear the backlog...
Within the terminal
geth console, set the followings:
>var sender = eth.accounts[0];
>var receiver = 'ETCETHRedemptionxxxxx;
>var amount = web3.toWei("the amount to redeem", "ether")
Then,
>eth.sendTransaction({from:sender, to:receiver, value: amount})
Repeat as necessary... not that complicated...
Our transactions are signed offline, then moved from an airgapped machine to be transmitted. We will try to process redemptions under 10 ETC when we have time but make no guarantees.
If you are trying to redeem less than 10ETC, don't expect it to be redeemed quickly. Everything is manually processed.