This repository contains all necessary information regarding my bachelor thesis "Vulnerability Assessment and Enhancement of Current Rebalancing Approaches in Lightning Network".
- Free rebalancing (without fee)
- Every node in the ``regtest` is willing to participate
- MPC delegates are known for all other nodes (bcs we need their ip addresses in order to execute MPyC LP calculation)
To be done.
torsocks ssh admin@ugssvwei5ujvp64i733jsubcavzh4gtad5mjb26rws3df2lnwgpwaxqd.onion
During research for my topic I found a plenty of useful ressources, libraries, papers, enterpreneurs, podcasts etc. I collect them and listed there for better usage.
https://www.overleaf.com/project/60a116036e229ad6f3caaf23
Report file system disk space usage. The -h
flag provides human readable output (which makes reading of the output - easier).
df -h
Listing open ports in use.
sudo ss -tulpn | grep LISTEN
Restart Ubuntu.
sudo shutdown -r now
The bunch of problems I've faced during my bachelor thesis creation.
- I had some problems with dowloading a testnet chain. I have constanly received an error "Peer=N is stalling block download, disconnecting". I had some concerns this could be because of some hardware problems or DNS settings bit then I found out that mainnet is downloading smoothly. So I read some advices here, here and here. Which steps I tried: a) maxconnection=1 didn't help, b) -reindex didn't help.
https://vhernando.github.io/run-bitcoin-node-debian-how-to
https://bitcointalk.org/index.php?topic=5395925.0
https://jlopp.github.io/bitcoin-core-config-generator/#config=eyJjaGFpbiI6eyJjaGFpbiI6InRlc3QifX0=
- Main rebalance plugin curated by CLN community. Circular rebalance method, local
- Plugin. Circular rebalance, local.