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
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