Create account

replied 2019d
Nice. I'm sure you are happy with SOURs popularity. You should do something with DROP token
replied 2018d
It's been awesome! I wish I had more time to dedicate towards it lately. I could definitely throw some DROP on the Airdrop schedule. Not sure if they would drop SOUR just yet but maybe
replied 2018d
what makes the faucet go temporarily down?
replied 2018d
It is open source though, I should get to work.
replied 2018d
This last time was my fault. I've been learning Node.js, socket.io & BITBOX and was hosting the app to test it and messed up my Apache proxy server. Otherwise it's out of BCH or SLP.
replied 2018d
Good question. I think the software needs some polishing. My faucet had thousands of SLP coins and BCH to send the payments, yet most of the time time it says temporarily down :(
replied 2018d
if it runs out, the node app also needs to be restarted (however you're managing it). With pm2 it's a simple 'pm2 restart server'
replied 2018d
If it shows an error, it's either 1. Out of BCH (on the first receive address), 2. out of SLP tokens (on the first receive address, index 0). Also if it didn't initialize properly 1st
replied 2018d
Did you properly initialize it with the distribute_secret? Did you only send BCH to the first address (index 0) on your wallet. The software always starts at 0 then goes up to 2 or 3
replied 2018d
Yup, it does that, took me some time to grasp that...
I now think it's actually a nice feature, compartiments the spending a bit.
replied 2017d
Yea, just have to figure it out. I should add more info about that in my guide. Glad you got it working! If it runs out, I typically just send bch to 1st addy and then restart the app.