Skip to content

Commit 579a7ec

Browse files
committed
Update README
1 parent 83c3127 commit 579a7ec

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cFunding
22

3+
![](https://i.imgur.com/rxaEBzp.png)
4+
35
A simple cryptocurrency funding system made with:
46

57
- Python
@@ -42,20 +44,20 @@ Some options in `settings.py` need changing:
4244

4345
### Discourse (optional)
4446

45-
Discourse, the forum software, has an API key we can generate:
47+
To auto-post on Discourse, navigate to the Discourse API keys page (you need to be a system admin):
4648

4749
```text
4850
[YourSite]/admin/api/keys
4951
```
5052

51-
[Some handy Discourse options to change](https://meta.discourse.org/t/global-rate-limits-and-throttling-in-discourse/78612):
53+
This will include the comments from Discourse on the proposal page and turn on automatic Discourse topic creation
54+
when a proposal is posted.
55+
56+
Important: [some handy Discourse options to change](https://meta.discourse.org/t/global-rate-limits-and-throttling-in-discourse/78612):
5257

5358
- Increase `DISCOURSE_MAX_ADMIN_API_REQS_PER_MINUTE`
5459
- Increase `DISCOURSE_MAX_REQS_PER_IP_PER_10_SECONDS`
5560

56-
This will include the comments from Discourse on the proposal page and turn on automatic Discourse topic creation
57-
when a proposal is posted.
58-
5961
### Coin configuration (Firo)
6062

6163
Download and extract [the most recent release](https://github.com/firoorg/firo/releases/) to get `firod`.
@@ -76,10 +78,6 @@ And set `settings.py` options:
7678
- Set `COIN_RPC_PORT` to `18888`
7779
- Set `COIN_RPC_AUTH` to `'admin,admin'`
7880

79-
## History
80-
81-
The development of cfunding is a joint effort by [Firo](https://firo.org/) and [Wownero](https://wownero.org/)
82-
8381
## License
8482

85-
MIT
83+
MIT

0 commit comments

Comments
 (0)