Post
Topic
Board Wallet software
Re: sx wallet (command line wallet) [EXPERIMENTAL]
by
genjix
on 26/09/2013, 22:17:54 UTC
It uses libbitcoin with a blockchain query infrastructure called Obelisk:

https://bitcointalk.org/index.php?topic=30646.0

https://github.com/spesmilo/obelisk/

The cc- commands are encryption commands in all common Linux repos (apt-get install ccencrypt).
On Arch Linux, these are installed like so:
Code:
pacman -S ccrypt

I get an issue where it displays the following error at the top of the screen, and does nothing when I type help:

Code:
ERROR WITH BROADCASTING SUBSYSTEM!!

Not sure if it is related, but there's another problem happening where obelisk-obworker exits when I run it after starting obelisk-obbalancer:

Code:
DEBUG [worker]: Connecting: tcp://localhost:9092
INFO [worker]: worker ready
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
  what():  No such file or directory
Aborted (core dumped)

At this point, obelisk-obbalancer crashes as well with this error:

Code:
obelisk-obbalancer: balancer/balancer.cpp:130: std::string encode_uuid(const data_chunk&): Assertion `data.size() == 17' failed.
Aborted (core dumped)

Obelisk doesn't seem very well documented at the moment. Does this client depend on Obelisk in some way?

Note: I used makepkg to install libbitcoin-leveldb-git, obelisk-git, and sx-git from AUR.

yep it uses obelisk. more info: http://libbitcoin.dyne.org/obelisk/

obelisk (and sx) aren't released yet.

I believe your error is because the worker you start for the server hasn't got a blockchain database setup. The other crash is because I was making changes today but it should be fixed now.

I had a server for people to use, but it got copyright takedowns so now we're searching for a new one.