-
Notifications
You must be signed in to change notification settings - Fork 3
Hosting and Configuration
Enis edited this page Jun 19, 2018
·
3 revisions
- Java 8+
- Unix based System
- bash
You need to download the latest release (coming soon) of the executable jar or compile it yourself. The Spring-Boot executable jar can easily be used as a Unix/Linux service. More information: Installing Spring Boot Applications.
Create a file named application.properties in the same directory as the executable jar file. The property file contains information about the mining pool.
Define the profile inside the application.properties by setting spring.profiles.active to
a supported pool. Example: spring.profiles.active=crypto-guru.
- CryptoGuru Mining Pool Software (profile: crypto-guru)
- cryptoguru.allminers.url - URL to the all miners table. Example: https://50-50-pool.burst.cryptoguru.org/miners
bot.token=123456789:NeverShareYourToken
bot.username=MyBurstBot
You may provide your burst address in the configuration. The donation address will be displayed when the user runs /donate
host.donation.address=BURST-AAAA-BBBB-CCCC-DDDDD
host.donation.name=MyTelegramUserName
# Required Bot Configuration
bot.token=123456789:NeverShareYourToken
bot.username=MyBurstBot
# Mining Pool configuration
spring.profiles.active=crypto-guru
cryptoguru.allminers.url=https://50-50-pool.burst.cryptoguru.org/miners
# Optional donation addresses
host.donation.address=BURST-AAAA-BBBB-CCCC-DDDDD
host.donation.name=MyTelegramUserName