Statistics for the last 60 days by method described here
Alias | K_Median | Volume, BTC |
---|---|---|
speedupln.com | 3.9293247 | 69.81979231 |
carlslight | 0.5193301 | 18.43480067 |
[Tachyon] |
Statistics for the last 60 days by method described here
Alias | K_Median | Volume, BTC |
---|---|---|
speedupln.com | 3.9293247 | 69.81979231 |
carlslight | 0.5193301 | 18.43480067 |
[Tachyon] |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQGNBF1oCSQBDACh2Ph+8vWEEUYU4e0wrMQ76XUYMNksaOTUSf5b0Pj3nqKvvt+r | |
fl4TvHtVsyrnwgmIsA7YDj4euwwRu3GG1Yj3e8qOm8xORPW214fp+DJ+Imt/z83z | |
tFvLr8ccCHzXwjtxtV2uthZVprcOqBx8E1aozXH1cn1mjUt0KG92iJNHaS/F0mra | |
ztLxgYIRS9aYcNCX6AFKCzhGYn2tMSSBupMgTAs4IOiU8BxkDBTJwq6CLll9sK6M | |
Qh7M9Zxq3gW+C/GNpApfec9eYgRDkObzLbdF9/LzVBdPjjoloqiDudeC3iFwVitd | |
JHFKy5+2PPwfG97P+pGSnXgPx7PMBdfOs8FTcWl/GKv+8AcEpYPdOxGkpohIeahU | |
kOjtVgHHzWsPzKRotHui/QYeou3mfDQeXEp+KcuiU0uXQKG0wpXdf6gSvbQ+/re7 | |
cJp4j2Bu8QsihN2W0qe3hrgcq5MIcd5/xBvnEknwVt33+pz7QWcTqAZGJ1drzyGm |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
Contacts: | |
Telegram: https://t.me/LNBIG (Prefered contact!) | |
Email: [email protected] (This to be read rarely!) | |
Nostr: npub1ngumlqmus6xkrmvvee4yc7swh9h4uk7vpq4ddt7a2jtvkc22y0asrse3pv | |
PGP key: keyid CD284982316979CD3BC005F5E8AB6A7BAE4C2DA2 |
/* | |
* Copyright (c) 2019 LNBIG.com | |
* All rights reserved. | |
*/ | |
const PromisePool = require('es6-promise-pool') | |
const util = require('util'); | |
const nodeStorage = require('../global/nodeStorage'); | |
const {Mutex} = require('await-semaphore') |
/* | |
* Copyright (c) 2019 LNBIG.com | |
* All rights reserved. | |
*/ | |
// Должен быть первым - загружает переменные | |
require('dotenv').config() | |
let program = require('commander') | |
var PromisePool = require('es6-promise-pool') | |
var _ = require('lodash') |
/* | |
* Copyright (c) 2019 LNBIG.com | |
* All rights reserved. | |
*/ | |
// To see algorithm here: https://gist.github.com/LNBIG-COM/dfe5d25bcea25612c559e02fd7698660 | |
// In this file there are many debugging info now. And russian-language comments for me | |
// Должен быть первым - загружает переменные | |
require('dotenv').config() |
I want to bring to your attention the autopilot algorithm, built on simple principles, but which is effective (from my point of view). There is no need to qualify network nodes by types such as for example: Merchant, Router, Useless (i used Vampire term) and so on. The algorithm is very simple and here is its description.
newCapacity
) with zero initialization for each node with which we have a channel.// Должен быть первым - загружает переменные | |
require('dotenv').config() | |
var program = require('commander') | |
var _ = require('lodash'); | |
program | |
.version('0.1.0') | |
.option('-n, --dry-run', 'Проверочный запуск без действий') | |
.parse(process.argv); |
Report about balanced channels (by fee changing) | |
================================================ | |
Today is 2019-04-03 | |
I wrote the script which changes a channel fees by certain scheme | |
Scheme described here: | |
https://twitter.com/lnbig_com/status/1109035044377645056 |
2019-03-22 i wrote the script which changes a channel fees by certain scheme | |
Scheme described here: | |
https://twitter.com/lnbig_com/status/1109035044377645056 | |
After three days (present time is 2019-03-25 19:40 UTC) i have a following amount changings of balanced/unbalanced channels. | |
Below an each line is hourly amount of balanced/unbalanced channels: | |
Amount of balanced (30%-60%) ones: 148 |