Create account

2022d
I've updated the SOUR SLP Faucet to use some DICE 🎲🎲
http://slp-faucet.ddns.net

Right now you can roll the dice every 12 hours & win up to 99 SOUR!
Node.js is fun =)

https://imgur.com/a/6UaAfb5
replied 2022d
Very cool, thank you for the tokens.
replied 2022d
Donating to the faucet now.
replied 2022d
Thank you friend!
replied 2022d
I just gave the faucet a try. One minor problem. When I copied the slp address there was a trailing space so the faucet kept saying invalid slp address. Might want to trim the entry.
replied 2022d
Just fixed that with a simple .trim(); Now you can put as many spaces before or after the address that you'd like. Thanks for catching that issue!
replied 2022d
Thanks!! I hadn't noticed that. Will take a look at it tonight and trim it up.
replied 2022d
Very cool! I’m following your guide right now to set up my own faucet. So far so good. Thanks for providing this.
replied 2022d
Awesome! If you have any trouble with it, let me know and I'll try to help!
replied 2005d
I finally got an SLP faucet working! As a thank you for the guide, I am airdropping 5M SLPDrop tokens to SOUR hodlers! http://slpdrop.com (very early on in development)
replied 2004d
Awesome to hear that!! Thanks for the additional Airdrop on SOUR holders ;)
replied 2001d
replied 2001d
The SOUR faucet is back up now! Looks like I fried my Apache2 server somehow trying to add in another node app to handle requests for. Oh well, running faucet direct on port 80 for now
replied 2001d
Nice. I'm sure you are happy with SOURs popularity. You should do something with DROP token
replied 2001d
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 2000d
what makes the faucet go temporarily down?
replied 2000d
It is open source though, I should get to work.
replied 2000d
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 2000d
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 2000d
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 2000d
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 2000d
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 2000d
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 1999d
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.
replied 2001d
whoops, I'll take a look. I was messing with a different node app on that server so I must have done something. Thanks for the heads up!
replied 2001d
replied 2001d
Ah the good shit.
replied 2003d
Just a heads up, the airdrop is on hold. I'll announce when it can happen. https://old.reddit.com/r/btc/comments/e0yu62/slp_dividend_tool_feature_request/
replied 2004d
If you want to limit by IP, add in this code or check out & switch to limit-ip branch (add in your index file & changes) https://github.com/KeepBitcoinFree-org/slp-faucet/tree/limit-ip
replied 2004d
replied 2003d
Thank you, I will check this out.
replied 2004d
video tutorial?
replied 2003d
no video tutorial as of yet. It's not hard though. Literally just add that highlighted text into your server.js file, then rebuild with 'tsc' and restart your node.js slp-faucet
replied 2022d