File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 11# cFunding
22
3+ ![ ] ( https://i.imgur.com/rxaEBzp.png )
4+
35A 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
6163Download 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
You can’t perform that action at this time.
0 commit comments