You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may choose a letter (in some cases several letters) all the coin's public addresses will start with. It is defined by UPSCALECOIN_PUBLIC_ADDRESS_BASE58_PREFIX constant. Since the rules for address prefixes are nontrivial you may use the prefix generator tool below.
Upscale coin public address base58 prefix.
Discussion on
You may choose a letter (in some cases several letters) all the coin's public addresses will start with. It is defined by UPSCALECOIN_PUBLIC_ADDRESS_BASE58_PREFIX constant. Since the rules for address prefixes are nontrivial you may use the prefix generator tool below.
Example:
const uint64_t UPSCALECOIN_PUBLIC_ADDRESS_BASE58_PREFIX = 0xe9; // addresses start with "f"
Why and what we should use?
Thanks
The text was updated successfully, but these errors were encountered: