Latest Posts
Posted over 1 year ago by Umberta
Installing charge-lnd on GetUmbrel to automate your fee policies. Guide by The_Lorax!!
Posted over 1 year ago by sackof.w4ge.com
https://community.getumbrel.com/t/guide-installing-charge-lnd-in-a-docker-to-automate-your-fee-policies/2187
I've customised the config file to set 0 base fees across all channels unless there are low sats left on my side (in which case use 9999 base fees to effectively disable routing from my side).
All channels get a proportional fee per ppm. So if there is a high balance on my side the fees will be low and as my balance decreases the fees increase.
No more manual channel config changes :)
Posted over 1 year ago by WolfBlitzer
Igniter2.0 for a more coordinated ignition of ROFs
Posted over 1 year ago by hippiebro
For big ROFs it is sometimes the case, that when you coordinate a ignite fees propagate very slowly (gossip protocol). Therefore this script has the ability to set all fees to zero, and it is only important that the channel owners has set the fees to zero too. So you can ignite a ROF more coordinated without a lot of waiting time. The script constructs a payment and sends it through the network.
Open channels to key nodes helping El Salvador's efforts
Posted over 1 year ago by LN+
We are happy to announce that we have onboarded dozens of merchants with hundreds of store locations in El Salvador to be ready to accept LN/BTC payments. We would greatly appreciate some inbound liquidity to help us with the #hyperbitcoinization of the region.
Here are their nodes if you want to open to them (minimum 2M SAT):
OpenNode is a global payment processor that helps companies like McDonald's process their payments. Their nodes:
Official Chivo wallet's node:
As I come across other key players, I will add them to this post.
We're flying the El Salvadorian Flag
Posted over 1 year ago by LN+
Posted over 1 year ago by deej
Perfectly balanced as all things should be
Posted over 1 year ago by Cuaritas
Note: you do not need to rebalance your channels all time, it can be expensive to rebalance some channels read this: https://lightningnetwork.plus/questions/59
List all channels within tolerance 0.92:
./perfectlybalanced.sh --tolerance=0.92 list
./perfectlybalanced.sh -t=0.92 list
Default list within tolerance 0.95:
./perfectlybalanced.sh list
Unbalanced channels being rebalanced max fee 10 sats and tolerance 0.97:
./perfectlybalanced.sh --max-fee=10 --tolerance=0.97 rebalance
./perfectlybalanced.sh -m=10 -t=0.97 rebalance
Default max fee 50 sats and tolerance 0.95:
./perfectlybalanced.sh rebalance
Rebalance with max fee 10 sats and tolerance 0.98, ignoring channel id '761128128258703361':
./perfectlybalanced.sh --ignore=761128128258703361 -t=0.98 -m=10 rebalance
Feel free to check the code here: https://github.com/cuaritas/perfectly-balanced or keysend me 1 sat :)
lncli sendpayment --keysend 03e7299ced214b19b87ed87979462d9aee3ec07a42fe6e2211854bfa4cb32b0bb8 1 # sat
Lost my node because of hard drive failure. Trying to recover fund...
Posted over 1 year ago by satoshi.village