-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig-example.json
More file actions
35 lines (35 loc) · 1.21 KB
/
config-example.json
File metadata and controls
35 lines (35 loc) · 1.21 KB
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
{
"disabled_mode": false,
"detailed_logging": false,
"account": "bot_account_name",
"memo_key": "your_private_memo_key",
"posting_key": "your_private_posting_key",
"active_key": "your_private_active_key",
"auto_claim_rewards" : true,
"post_rewards_withdrawal_account": null,
"vote_weight": 10000,
"whitelist_only": true,
"whitelist_location": "whitelist.txt",
"comment_location": "comment.md",
"resteem": true,
"flag_signal_accounts": ["spaminator", "cheetah", "steemcleaners", "mack-bot"],
"blacklisted_tags": ["nsfw"],
"whitelisted_tags": [],
"api": {
"enabled": true,
"port": 3100
},
"membership": {
"start_date": "2/20/2018",
"membership_period_days": 30,
"delegation_vests": 60000,
"full_delegation_vests": 120000,
"dues_steem": 1,
"dues_steem_no_delegation": 2
},
"transfer_memos": {
"whitelist_only": "This bot is for community members only. Please contact the community leaders to get added to the whitelist in order to join.",
"member_valid_thru": "Membership updated for @{to}. Membership valid through: {tag}.",
"member_full_delegation": "Membership updated for @{to}. Full amount delegated, membership is valid indefinitely while delegation remains."
}
}