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.
Hi SatoNatomato,
Thank you for your answer.
I would like to set up a node on a distant serveur (with no X11 only root ssh) to operate as a witness. What should I run actually ?
Headless Byteball - headless wallet, primarily for server side use.
Byteball Relay - relay node for Byteball network. It doesn't hold any private keys.
Byteball Hub - hub for Byteball network. Includes the relay, plus can store and forward end-to-end encrypted messages among devices on the Byteball network.
Thank you