From 8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 22 May 2023 15:50:26 +0300 Subject: Update password character and broken link And fix a few typos --- content/misc_docs.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'content/misc_docs.md') diff --git a/content/misc_docs.md b/content/misc_docs.md index a318251..6cfb260 100644 --- a/content/misc_docs.md +++ b/content/misc_docs.md @@ -7,10 +7,10 @@ weight = 10 # Fingerprint ## Definition -A fingerprint is a 256 bit 64 character hexadecimal user identifier for users. Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). +Fingerprints are 256-bit, 64 character hexadecimal user identifiers. Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). ## Fingerprint Generation -A user's finger print is generated via applying SHA256 sum of the user's public RSA key. +A user's fingerprint is generated via applying SHA256 sum of the user's public RSA key. # Config The [/config](/config) endpoint will return the current parameters that Gradecoin uses. @@ -19,7 +19,7 @@ The [/config](/config) endpoint will return the current parameters that Gradecoi - `url_prefix`: URL prefix for the network. All API commands will be served under this prefix. - For example, if url_prefix is `example`, register at `gradecoin.xyz/example/register`. - It can be empty, in which case the endpoints are accessed directly from `/`. Example: `gradecoin.xyz/register`. -- `preapproved_users`: The name of the CSV file that contains the list of users who can register. This doesn't concern you as an end-user. +- `preapproved_users`: The name of the CSV file that contains the list of users who can register. Only relevant for the admins. - `block_transaction_count`: A valid block should have at least this many transactions. - `hash_zeros`: Determines the number of zero hexadecimal characters a correct hash should start with. - `register_bonus`: Initial registration bonus. This will determine your balance after registration. @@ -32,6 +32,5 @@ The [/config](/config) endpoint will return the current parameters that Gradecoi - Each key will be the fingerprint of a bot. - Each value will be another JSON object. Currently, it only contains one self-explanatory field: `starting_balance`. - # Version The [/version](/version) endpoint will return the current version that's currently live on this server. -- cgit v1.2.3-70-g09d2