Igor Velkov
Igor Velkov
No. Should I? I want to get node address and network to get it inside bash script and pass to other tools. Without knowledge about configuration. To be honest —...
Then seems 2 separate topic: 1. `-address` and `-subnet` command line switches need descriptive error message if used without `-useconffile` 2. `yggdrasilctl getSelf` shoiuld allow to get address and subnet...
@klonamy , what app produced you graphs you post?
@klonamy thank you.
I found similar with nightly on ODroid-N2. my `/boot/armbianEnv.txt` file was: ``` verbosity=1 logo=disabled console=both ethaddr=xx:xx:removed rootdev=UUID=366ca76b-c168-4bea-97ef-b8d7efadcdb8 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u ``` debug trace I add at theend of this message. Error...
I vote for removing and free space.
Or split gui and backend and use web browser to connect to daemon that does work with blockchain.
Have similar error trying to do a cross-compilation in docker. I got it in automatic builder on a Docker Hub, then on a wps in Amazon S3. This dockerfile (scenario)...
before run cross-platform image, qemu need to be added to system. Fast and easy for container runner `docker run --rm --privileged multiarch/qemu-user-static:register --reset`