-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommon.yml.example
70 lines (65 loc) · 2.16 KB
/
common.yml.example
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
nodes:
- wss://api-full.golos.id/ws
- ws://localhost:8091
- wss://api.golos.cf
node_bts:
- wss://eu.nodes.bitshares.ws
- wss://api.bitshares.org
- wss://api.dex.trading
- wss://dex.iobanker.com:9090
- wss://api.bts.ai
- wss://api.bitshares.bhuz.info/ws
- wss://api.btsgo.net/ws
# settings for get_conversion_requests.py, used for notifies about converson requests
notify_account: foo
notify_message: "Вы конвертируете GBG в GOLOS через внутреннюю конвертацию. В данный момент гораздо выгоднее использовать для этого внутреннюю биржу. Курс конвертации: {:.3f} GBG/GOLOS, bid-курс биржи: {:.3f} GBG/GOLOS"
# your private keys here
keys:
- user1
- user2
accs:
- foo
- bar
- baz
# If you want to use update_witness.py, tune following params
witness: foo
witness_pubkey: your_witness_pub_key
url: https://golos.io/@foo/my-cool-program
props:
account_creation_fee: "1.000 GOLOS"
maximum_block_size: 65536
# 1000 will be 10%
sbd_interest_rate: 0
create_account_delegation_time: 2592000
create_account_min_delegation: "3 GOLOS"
create_account_min_golos_fee: "0.05 GOLOS"
min_delegation: "3 GOLOS"
allow_distribute_auction_reward: true
allow_return_auction_reward_to_fund: true
auction_window_size: 0
comments_per_window: 10
comments_window: 200
# 0: bounded, 1: linear, 2: squre_root
curation_reward_curve: 1
custom_ops_bandwidth_multiplier: 10
max_curation_percent: 8000
max_delegated_vesting_interest_rate: 8000
max_referral_break_fee: "100.000 GOLOS"
max_referral_interest_rate: 8000
max_referral_term_sec: 15552000
min_curation_percent: 8000
min_referral_break_fee: "0.001 GOLOS"
posts_per_window: 4
posts_window: 7200
votes_per_window: 5
votes_window: 15
worker_reward_percent: 1000
witness_reward_percent: 1000
vesting_reward_percent: 1000
worker_request_creation_fee: "100 GBG"
worker_request_approve_min_percent: 1000
sbd_debt_convert_rate: 100
vote_regeneration_per_day: 10
witness_skipping_reset_time: 21600
witness_idleness_time: 31104000
account_idleness_time: 31104000