mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Use global node_id in docs and update params
This commit is contained in:
parent
f02904aa63
commit
abdf210377
@ -30,11 +30,11 @@ masthead_title : # overrides the website title displayed in the masthe
|
||||
# breadcrumbs : false # true, false (default)
|
||||
words_per_minute :
|
||||
robosats:
|
||||
node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e
|
||||
node_id : 02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7
|
||||
maker_fee : 0.025 # In percent (%)
|
||||
taker_fee : 0.175 # In percent (%)
|
||||
total_fee : 0.2 # In percent (%)
|
||||
max_trade_limit : "4,000,000" # In Satoshis
|
||||
max_trade_limit : "5,000,000" # In Satoshis
|
||||
min_trade_limit : "20,000" # In Satoshis
|
||||
hours_public_default : 24 # In hours
|
||||
hours_fiat_exchange : 24 # In hours
|
||||
|
@ -12,7 +12,7 @@ src: "_pages/docs/00-quick-start/01-lightning.md"
|
||||
|
||||
The Lightning Network, or simply referred to as LN, is an off chain (layer two) micropayment network featuring low fees and instant payments. RoboSats leverages the advantages of transacting off chain to provide users a quick and inexpensive experience! There are many great resources out there to learn more about how the Lightning Network works. Check out ["Mastering the Lightning Network"](https://github.com/lnbook/lnbook) for one such great resource.
|
||||
|
||||
RoboSats is experimental, and as such is currently supported by an [experimental coordinator node](https://amboss.space/node/02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7). The upcoming [federation upgrade](https://github.com/RoboSats/robosats/pull/601) allows anyone to become a coordinator node and support the RoboSats federation, thereby creating a decentralized but unified order book consisting of federation members competing against each other to attract traders.
|
||||
RoboSats is experimental, and as such is currently supported by an [experimental coordinator node](https://amboss.space/node/{{site.robosats.node_id}}). The upcoming [federation upgrade](https://github.com/RoboSats/robosats/pull/601) allows anyone to become a coordinator node and support the RoboSats federation, thereby creating a decentralized but unified order book consisting of federation members competing against each other to attract traders.
|
||||
|
||||
## **Using the Lightning Network**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user