do I need to run obelisk to get response from "sx balance addreess" command
also it seems that i cant install obelisk -
ERROR: --> You need to have installed libbitcoin, sx and obelisk before run this script.
Read the header of this script:
after i install-sx.sh
Please advise. Thank you.
yes, though you can point it at public servers rather than a local one if you dont want to / cant run it.
http://sx.dyne.org/introduction.html#installation (note running the install script as root)
i ran it as root.
/usr/local/src/sx-git# sx balance 1Lmc3kNttoyiU2ivPLizEBhE9UvQj6rquD
^CTraceback (most recent call last):
File "/usr/local/bin/sx", line 1163, in
sys.exit(main(sys.argv))
File "/usr/local/bin/sx", line 1157, in main
return subprocess.call([binary] + args)
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 1301, in wait
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File "/usr/lib/python2.7/subprocess.py", line 478, in _eintr_retry_call
return func(*args)
KeyboardInterrupt
sx.cfg:
# ~/.sx.cfg Sample file.
service = "tcp://obelisk.unsystem.net:8081"
# Use CZMQ program 'makecert' to generate these values.
#client-certificate = "/home/genjix/.sx.cert"
#server-public-key = "W=GRFxHUuUN#En3MI]f{}X:KWnV=pRZ$((byg=:h"
it seems like it is public server by default - but query dose not return anything, until i ctrl+c
please advise.