Forgive the newbie question, but how do I actually configure SX so it has a blockchain database to query?
I just want to run the command `sx balance 1...` but this simply hangs with no output.
I am guessing this is because it has no idea about how to get the information, i.e. it has no blockchain database.
So please how do I configure this? Does it depend on bitcoin-qt/bitcoind ?
cheers!
Edit: I have tried an `sx initchain path-to-bitcoin-qt-blockchain` to no avail. this also just hangs with no response
Hey,
My email is
[email protected] if you ever want to reach me directly with questions.
I've been making changes recently, so my server might sometimes experience downtime. Obelisk and SX aren't released yet but a release will be happening soon. Then we will create a stable production server, and keep a separate one for development.
If you want to create your own:
$ mkdir blockchain
$ sx initchain blockchain/
INFO: Imported genesis block 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
You now have a blockchain with the genesis block.
If you start the worker, it will begin downloading the blockchain. The rsync tool is obselete. We're working on a tool to bootstrap the Bitcoin blockchain but it is experimental:
https://github.com/spesmilo/libbitcoin/tree/master/toolsSo you'll be able to use rtorrent to download it from bittorrent, then import it into libbitcoin (Obelisk).
The blockchain path is in /etc/obelisk/worker.cfg
That compile error is with ZeroMQ, and should be fixed by them. Since the problem doesn't occur in Debian Wheezy or Ubuntu 13.04, it's probably fixed.
Thanks!