📝 more questions added

This commit is contained in:
William Katz 2021-11-28 11:17:01 -08:00 committed by GitHub
parent 8c911675c7
commit 8975564876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,20 @@
[PREVIOUS PAGE](building.md)
#### Q : How do I setup a CCash instance
#### A : with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
#### 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.
#### Q : Why is my username invalid
#### A : usernames are restricted by minecraft's requirements
#### A : Usernames are restricted by minecraft's requirements
* lowercase letters
* numbers
* _
* Length must be atleast 3 and at most 16 characters.
#### Q : Is this a crypto like krist?
#### A : CCash isn't a crypto, the economy you decide to implement is entirely up to you.
#### Q : My instance is taking up too much memory
#### A : If your memory usage is too high I would reduce log size.
#### 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. If when the frequency of saving arrives its highly likely changes have occurred (say by high activity or low save frequency) then disabling conservative saving will marginally increase performance.