-
Notifications
You must be signed in to change notification settings - Fork 15
/
faucet.default.properties
40 lines (29 loc) · 1.3 KB
/
faucet.default.properties
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
# port for faucet server
burstcoin.faucet.serverPort=8080
# secretPhrase for faucet account
burstcoin.faucet.secretPhrase=
# used for all connections to wallet
burstcoin.faucet.connectionTimeout=32000
# server used for burst api
burstcoin.faucet.walletServer=http://localhost:8125
# intervall to claim for same account in hours
burstcoin.faucet.claimInterval=3
# amount to send on claim (in Plancks e.g. here 0.02205 BURST)
burstcoin.faucet.claimAmount=2205000
# max number of claims per account (empty = unlimited)
burstcoin.faucet.maxClaimsPerAccount=1
# transaction fee paid by faucet (in Plancks e.g here 0.00735 BURST) ... will be multiplied with the number of claims per block (DO NOT CHANGE IT!)
burstcoin.faucet.fee=735000
# digits for display e.g. 4,654 BURST
burstcoin.faucet.digits=3
# the min. amount of burst, to be listed under donations (not others)
burstcoin.faucet.minDonationListed=10
# interval to check for new transactions and update stats
burstcoin.faucet.statsUpdateInterval=300000
# number of accounts that are shown under claims (default = 200)
burstcoin.faucet.statsAmountOfClaimsToShow=200
# recaptcha keys (default: keys for localhost used)
burstcoin.faucet.recaptcha.publicKey=
burstcoin.faucet.recaptcha.privateKey=
# google analytics code e.g. UA-XXXXXX-X (optional)
burstcoin.faucet.analytics=