diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-02-08 11:32:08 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-02-08 11:39:27 +1100 |
commit | 1e6a9f416244cf00fa41c1237973de3174fa656f (patch) | |
tree | 5685df770f6bc5f742b53672a1f35489ed01c7e0 | |
parent | 53aaab270d7031a05ffe66f424529ea84534fb40 (diff) | |
download | BIP39-1e6a9f416244cf00fa41c1237973de3174fa656f.tar.gz BIP39-1e6a9f416244cf00fa41c1237973de3174fa656f.tar.zst BIP39-1e6a9f416244cf00fa41c1237973de3174fa656f.zip |
Donations section in readme.md
-rw-r--r-- | readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -28,6 +28,28 @@ import private keys into a wallet or supply someone with a list of addresses. | |||
28 | 28 | ||
29 | The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired. | 29 | The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired. |
30 | 30 | ||
31 | ## Donations | ||
32 | |||
33 | Since this project is the efforts of many people, most of which don't appear in | ||
34 | the obvious places like code or issues, donating to the project itself causes | ||
35 | significant operational difficulties. | ||
36 | |||
37 | As a result, if you would like to support this project financially you are | ||
38 | encouraged to donate to one of the many groups that makes the internet a place | ||
39 | amenable to projects such as this one. | ||
40 | |||
41 | [Donation-accepting organizations and projects](https://en.bitcoin.it/wiki/Donation-accepting_organizations_and_projects) | ||
42 | |||
43 | If the list is too difficult to choose from, the EFF is a good choice. | ||
44 | |||
45 | [Electronic Frontier Foundation](https://supporters.eff.org/donate) | ||
46 | |||
47 | or for a direct bitcoin address, consider donating to the | ||
48 | [Free Software Foundation](https://my.fsf.org/civicrm/contribute/transact) | ||
49 | at 1PC9aZC4hNX2rmmrt7uHTfYAS3hRbph4UN | ||
50 | |||
51 | ![alt text](https://static.fsf.org/nosvn/images/bitcoin_qrcodes/fsf.png "FSF Bitcoin Address") | ||
52 | |||
31 | ## Making changes | 53 | ## Making changes |
32 | 54 | ||
33 | Please do not make modifications to `bip39-standalone.html`, since they will | 55 | Please do not make modifications to `bip39-standalone.html`, since they will |