Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
SatoNatomato
on 06/04/2017, 09:54:07 UTC
Hi,

Love the project, however any command line version for unix systems ?

$ ../nwjs-v0.14.7-linux-x64/nw .
[23625:23625:0406/110342:ERROR:browser_main_loop.cc(271)] Gtk: cannot open display:

Thanks


There is a headless-wallet which you can use as "command-line" interface, but if you only like to start the GUI Wallet from command line, the binary is called Byteball, so unzip it then ./Byteball. Working with the headless-wallet is tedious and not like a normal command-line interface.

The above error "cannot open display" is due to running it without Xorg server, or without X11 forwarding with ssh, or as another user which doesnt have ~/.Xauthority and DISPLAY env set.