halfik

Results 11 comments of halfik

Shoudnt you run it like this? pm start server.js --usetls . --serverhost 0.0.0.0 --user PUT_USER_HERE --pwd USER_PWD --limituser LIMIT_USER_HERE --limitpwd LIMIT_PWD

@mably You can take a look here fora problem and solution i think: https://github.com/lightningnetwork/lnd/issues/795

Node version is an issue. 8.x is required. I had tried with 10.x and it wont work.

Here is how it works for me with CLI: `lncli queryroutes DEST AMT --num_max_routes 1 --final_cltv_delta=144 | lncli sendtoroute --pay_hash=PAY_HASH -` Thing is final cltv delta has to be 144....

Yep its working :) Now we need good UI for it and its going to be awsome to keep channels balanced. Now we should test this queryroutes param "final_cltv_delta". I...

I have tired to use it to send from one channel to another, but it can't be done ;p But i found that there is a PR that should allow...

Well but it could load all peers informations he can at the start of server.

Will try later. If it is some simple change i will make a PR.

> dor/swagger-api/swagger-ui/dist to public/swagger-ui-assets It won't work. you need annotation 2+ if u want to use orm 2+.

https://github.com/martin-georgiev/postgresql-for-doctrine/blob/main/src/MartinGeorgiev/Doctrine/DBAL/Types/Jsonb.php You limited types int this when it convertio into. It can convert any object itno jsonb, but you won't be able to recreate same object from jsob. So u...