Neski

Results 12 comments of Neski

to clarify, were you thinking about a remote version of jet command line tool that can connect to the node via LNC, or a web app that can do the...

This error is coming from probes based on bos rebalance api.

https://github.com/alexbosworth/balanceofsatoshis/blob/20192f6b8ca89f654e434c19dd46d9c69a9ed3a8/network/probe_destination.js#L311 - bos code that determines the min capacity threshold

daddy is a watchdog service that is responsible for keeping all other services alive: rebalancer, worker, logger, and telegram. daddy has a small codebase, to minimize the possibility of a...

Jet specializes in circular rebalancing. In most cases, Jet will rebalance as long as there is some profit to be made and the cost of rebalancing is less than the...

related to #79, full exception stack will be printed once #79 is submitted.

The changes for #79 have been pushed to prod. Could you do `git pull` and `jet restart all` then retry. Please copy & paste the exception stack if any. Thanks.

an unknown peer might have caused it, basically, a node that disappeared where you still have a channel or by a newly established channel where the fee data has not...

This issue occurred on a bare metal install of jet. Wrote an independent test code that calls statSync on the path, /home/zombie/.lnd/data/graph/mainnet/channel.db. The test code worked. User is the same...

jet calls the lnd api to update channel fees; the call is supposed to keep ppm intact, but it doesn't. The same issue is when setting ppm, it resets the...