Permalink
e17dc6d Jun 15, 2017
@de-luxe @maxp1256
71 lines (62 sloc) 2.44 KB
# setup
# the own url, http://host:port where observer will be hosted
# (!application will be initialized at given port!)
burstcoin.observer.url=http://localhost:1111
# a wallet url for blockchain data, local or online
burstcoin.observer.walletUrl=http://localhost:8125
# in ms (should be lower than burstcoin.observer.network.refreshInterval or refresh could be skipped)
burstcoin.observer.connectionTimeout=18000
# interval to check in ms
burstcoin.observer.network.refreshInterval=20000
burstcoin.observer.node.refreshInterval=1800000
burstcoin.observer.pool.refreshInterval=320000
burstcoin.observer.asset.refreshInterval=640000
burstcoin.observer.crowdfund.refreshInterval=640000
# list of servers to check via 'getMiningInfo'
burstcoin.observer.network.serverUrls=\
https://faucet.burst-team.us,\
https://faucet.burstcoin.info,\
http://faucet.burstnation.com,\
https://mwallet.burst-team.us:8125,\
https://wallet.burst-team.us:8125,\
https://wallet.burst-team.us:8126,\
https://wallet.burst-team.us:8127,\
https://wallet.burst-team.us:8128,\
http://pool.burstmining.club,\
http://pool.burstcoin.biz,\
http://pool.burst-team.us,\
http://pool.burstcoin.eu,\
http://util.burst-team.us:8889,\
http://burst.ninja,\
http://pool.burstcoin.party,\
http://burst.lexitoshi.uk,\
http://pool.burstcoin.ml:8020,\
http://burstpool.ddns.net,\
http://pool.burstcoin.sk,\
http://pool.ccminer.net:8080,\
https://wallet1.burstnation.com:8125,\
https://wallet2.burstnation.com:8125,\
https://wallet3.burstnation.com:8125,\
https://wallet4.burstnation.com:8125,\
http://burstneon.ddns.net,\
http://pool.burstcoin.de
# api key needed for google maps https://developers.google.com/maps/documentation/embed/get-api-key
burstcoin.observer.node.google.maps.key=
# Mail - Fork Notification (optional)
burstcoin.observer.mail.enableStuckNotify=false
burstcoin.observer.mail.enableForkNotify=false
burstcoin.observer.mail.sender=your@email.com
burstcoin.observer.mail.replyto=your@email.com
burstcoin.observer.mail.receiver=your@email.com
burstcoin.observer.mail.protocol=smtp
burstcoin.observer.mail.host=localhost
burstcoin.observer.mail.port=25
burstcoin.observer.mail.username=
burstcoin.observer.mail.password=
# Proxy (optional)
burstcoin.observer.enableProxy=false
burstcoin.observer.useSocksProxy=true
burstcoin.observer.proxyPort=9050
burstcoin.observer.proxyHost=127.0.0.1
# google analytics id e.g. UA-XXXXXX-X (optional)
burstcoin.observer.analytics=