Use global node_id in docs and update params

This commit is contained in:
Reckless_Satoshi 2023-11-24 15:51:20 +00:00
parent f02904aa63
commit abdf210377
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 3 additions and 3 deletions

View File

@ -30,11 +30,11 @@ masthead_title : # overrides the website title displayed in the masthe
# breadcrumbs : false # true, false (default) # breadcrumbs : false # true, false (default)
words_per_minute : words_per_minute :
robosats: robosats:
node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e node_id : 02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7
maker_fee : 0.025 # In percent (%) maker_fee : 0.025 # In percent (%)
taker_fee : 0.175 # In percent (%) taker_fee : 0.175 # In percent (%)
total_fee : 0.2 # 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 min_trade_limit : "20,000" # In Satoshis
hours_public_default : 24 # In hours hours_public_default : 24 # In hours
hours_fiat_exchange : 24 # In hours hours_fiat_exchange : 24 # In hours

View File

@ -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. 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** ## **Using the Lightning Network**