mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📝
This commit is contained in:
parent
4892ec2655
commit
35c50ac0f4
1 changed files with 16 additions and 30 deletions
46
docs/FAQ.md
46
docs/FAQ.md
|
|
@ -1,36 +1,22 @@
|
||||||
[PREVIOUS PAGE](building.md)
|
[PREVIOUS PAGE](building.md)
|
||||||
|
|
||||||
Q : How do I setup a CCash instance
|
### How do I setup a CCash instance
|
||||||
A : You can with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
You can with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
||||||
|
### Why is my username invalid
|
||||||
|
Usernames are restricted by minecraft's requirements
|
||||||
Q : Why is my username invalid
|
|
||||||
A : Usernames are restricted by minecraft's requirements
|
|
||||||
* lowercase letters
|
* lowercase letters
|
||||||
* numbers
|
* numbers
|
||||||
* _
|
* _
|
||||||
* Length must be atleast 3 and at most 16 characters.
|
* Length must be atleast 3 and at most 16 characters.
|
||||||
|
### Is this crypto like krist?
|
||||||
|
CCash isn't a crypto, simply a ledger keeping track of who owns what.
|
||||||
Q : Is this a crypto like krist?
|
### Why isnt this on a database?
|
||||||
A : CCash isn't a crypto, the economy you decide to implement is entirely up to you.
|
Because this usecase requires none of the features a database would offer.
|
||||||
|
### People are making too many accounts maliciously to fill up space on my server!
|
||||||
|
Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
||||||
Q : Why isnt this on a database?
|
### My instance is taking up too much RAM
|
||||||
A : Because this usecase requires none of the features a database would offer.
|
Reduce log size.
|
||||||
|
### My instance is taking up too much disk spac
|
||||||
|
Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
|
||||||
Q : People are making too many accounts maliciously to fill up space on my server!
|
### My instance is slow
|
||||||
A : Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit.
|
||||||
|
|
||||||
|
|
||||||
Q : My instance is taking up too much RAM
|
|
||||||
A : Reduce log size.
|
|
||||||
|
|
||||||
|
|
||||||
Q : My instance is taking up too much disk spac
|
|
||||||
A : Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
|
|
||||||
|
|
||||||
|
|
||||||
Q : My instance is slow
|
|
||||||
A : Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue