-
Notifications
You must be signed in to change notification settings - Fork 3
/
params_default.py
25 lines (21 loc) · 1.08 KB
/
params_default.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env python
# user params ---------------------------
enter_your_data_below_and_remove_this_line #file: params.py
namecoind = 'namecoind.exe'
namecoinPath = "c:/program files/namecoin"
rpcUser = "user"
rpcPassword = "password"
# stock params ---------------------------
jsonStringIssuer = '{"info":"namecoin stock exchange - test"}' # can be changed later; for "ncs/baseName" and ncs/baseName_xxx
stockName = "test" # PREFIX will be added up front; must be all lower case
# system params ---------------------------
defaultJsonString = ""
CHARS = len(str(PIECES - 1))
PREFIX = "ncs/"
CONNECTOR = "-" # must be one char long
PLACEHOLDER = "x" # for issuer name2
BLOCKWAITTIME = 12 + 2
TXFEE = 0.001 # only for calculations
PIECES = 1000 # maximum recommended value: 1000 - keep the blockchain clean.
# Values above 1000 might run danger to be squatted by other people during the name_firstupdate loop.
# High values might make people angry. If more than 50% become angry they could theoretically remove your entries.