hello, could I have a help. I was sending bitcoins from counterparty wallet to get storj ipo and the computer stuck and I had to restart the computer. After restarting computer when i logged on again and there was no transactions pending, no bitcions and and no storj , what should i do? Did i lose the money? Please help!
most probably your send succeeded, but you don't receive yet storjcoin. Please check the address with blockchain.info and blockscan.
EDIT: issue resolved as per bottom post. Flask requires python 3.3 and above
Please do not check with blockscan, at least until I get the daemon running again. The latest update due to the CFD has broken my install even after attempting to install pip. Any assistance is of course appreciated
Traceback (most recent call last):
File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 21, in
from lib import config, api, util, exceptions, bitcoin, blocks, blockchain
File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 16, in
import flask
File "C:\Python32\lib\site-packages\flask\__init__.py", line 17, in
from werkzeug.exceptions import abort
File "C:\Python32\lib\site-packages\werkzeug\__init__.py", line 154, in
__import__('werkzeug.exceptions')
File "C:\Python32\lib\site-packages\werkzeug\exceptions.py", line 111
return u'
%s
' % escape(self.description)