Hey, I recently saw the Faucet Code in the download section and decided to see if I can set it up and I kinda ran into a issue. Basically I have everything needed install and when I start the jar file everything start to look good so I go on my site to see if it's live but it shows nothing on my site. The only thing that shows is my index file.
Config Setting:
# port for faucet server
burstcoin.faucet.serverPort=5454
# secretPhrase for faucet account
burstcoin.faucet.secretPhrase=xxxx
# used for all connections to wallet
burstcoin.faucet.connectionTimeout=32000
# server used for burst api
burstcoin.faucet.walletServer=https://wallet4.burstnation.com:81255
# intervall to claim for same account in hours
burstcoin.faucet.claimInterval=3
# amount to send on claim
burstcoin.faucet.claimAmount=5
# transaction fee paid by faucet
burstcoin.faucet.fee=1
# 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
# recaptcha keys (default: keys for localhost used)
burstcoin.faucet.recaptcha.publicKey=xxxx
burstcoin.faucet.recaptcha.privateKey=xxx
# google analytics code e.g. UA-XXXXXX-X (optional)
burstcoin.faucet.analytics=xxxx
my site: http://starfola.info/
also I'm trying to have the site like http://faucet.starfola.info/ but only progress I made on that was making the domain and not the faucet on it ;_;
