mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Add donate contribution guide to learn robosats
This commit is contained in:
parent
0fa6f4e3d9
commit
debfd3261d
@ -28,7 +28,16 @@ teaser : # path of fallback teaser image, e.g. "/assets/images
|
|||||||
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
||||||
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
|
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
|
||||||
# breadcrumbs : false # true, false (default)
|
# breadcrumbs : false # true, false (default)
|
||||||
words_per_minute : 250
|
words_per_minute :
|
||||||
|
robosats:
|
||||||
|
node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e
|
||||||
|
donation_address : bc1q2xu8y3gyys3u7nm8qrsw7tndp9lvjzvuudlnhh
|
||||||
|
maker_fee : 0.025 # In percent (%)
|
||||||
|
taker_fee : 0.175 # In percent (%)
|
||||||
|
total_fee : 0.2 # In percent (%)
|
||||||
|
max_trade_limit : 1,200,000 # In Satoshis
|
||||||
|
min_trade_limit : 20,000 # InSatoshis
|
||||||
|
default_bond_size : 1 # In percent (%)
|
||||||
comments:
|
comments:
|
||||||
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
|
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
|
||||||
disqus:
|
disqus:
|
||||||
|
@ -16,6 +16,6 @@ RoboSats is a fully community driven project. You can help RoboSats get better i
|
|||||||
4. [Guides and video-tutorials](/contribute/guides/)
|
4. [Guides and video-tutorials](/contribute/guides/)
|
||||||
5. [Art](/contribute/art/)
|
5. [Art](/contribute/art/)
|
||||||
6. [Tell someone](/contribute/outreach/)
|
6. [Tell someone](/contribute/outreach/)
|
||||||
7. [Donate](/contribute/funding/)
|
7. [Donate](/contribute/donate/)
|
||||||
|
|
||||||
{% include wip %}
|
{% include wip %}
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: single
|
layout: single
|
||||||
title: "Donate"
|
classes: wide
|
||||||
|
title: "Donate to the RoboSats Open Source Project"
|
||||||
permalink: /contribute/donate/
|
permalink: /contribute/donate/
|
||||||
sidebar:
|
sidebar:
|
||||||
title: "<i class='fa-brands fa-bitcoin'></i> Donate"
|
title: "<i class='fa-brands fa-bitcoin'></i> Donate"
|
||||||
@ -8,13 +9,16 @@ sidebar:
|
|||||||
src: "_pages/contribute/07-donate.md"
|
src: "_pages/contribute/07-donate.md"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- We do not think RoboSats should rely on donations in order to stay active. Your best way to donate to RoboSats is to actively make use of the platform and tell your friends.
|
We do not think RoboSats should rely on donations in order to stay alive. The objective of the project is to generate enough revenue to cover for development, server, liquidity and promotional costs. The **best way to donate to RoboSats is to actively make use of the tool** and tell your friends.
|
||||||
|
|
||||||
We do however, appreciate donations, since the platform runs at a loss at the moment and development is hard to fund.
|
We do, however, get approached by very enthusiastic bitcoiners who want to boots RoboSats' development and longevity further. We very much appreciate these donations, specially since the platform is still very young and still runs at net loss.
|
||||||
|
|
||||||
You can donate by:
|
You can donate in three ways:
|
||||||
1. Directly tipping the developer working on the features you like. Check the active PRs and show your support to the community developers with Lightning Tips
|
|
||||||
2. Via KeySend to RoboSats node: (linked to Node ID)
|
|
||||||
3. Via an on-chain transaction to: ADDRESS (address tied to RoboSats LN node funding wallet) -->
|
|
||||||
|
|
||||||
{% include wip %}
|
1. **Directly tip the developer working on the features you like.** Check the [active PRs](https://github.com/Reckless-Satoshi/robosats/pulls) and show your support to the developers with via Lightning tips. Simply write a message, for example "@developer_name, I would like to fund your development of this feature with 6000 Sats". The developer should reply with a LN invoice with a long expiration time.
|
||||||
|
|
||||||
|
2. **Tip the node and platform operator via KeySend** to RoboSats node: [{{site.robosats.node_id}}](https://amboss.space/node/{{site.robosats.node_id}})
|
||||||
|
|
||||||
|
3. **Send an on-chain** transaction to: {{site.robosats.donation_address}} .
|
||||||
|
|
||||||
|
You can tip anonymously or send us a message so we can acknowledge your contribution!
|
||||||
|
Loading…
Reference in New Issue
Block a user