https://github.com/awochna/faucent
A modern, open-source cryptocurrency faucet that makes sense.
https://github.com/awochna/faucent
Last synced: 3 months ago
JSON representation
A modern, open-source cryptocurrency faucet that makes sense.
- Host: GitHub
- URL: https://github.com/awochna/faucent
- Owner: awochna
- License: gpl-3.0
- Created: 2017-08-31T00:08:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T06:08:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T11:26:42.585Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Faucent #
(Currently non-functional, a work-in-progess)
A modern, open-source cryptocurrency faucet that makes sense.
## Setup ##
Assuming you already have a JSON RPC client for your coin set up.
* Install Nodejs 6 or greater: https://nodejs.org/en/
* Install MongoDB: https://docs.mongodb.com/manual/installation/
* Clone this repository: `git clone http://github.com/awochna/faucent`
* Copy the default settings file (`cp settings.default.json settings.json`) and change the settings in `settings.json` to your liking and environment.
* Run with `npm start` or run a cluster if you have multiple cores with `npm run cluster`.
* The server should now be running on the port you specified (default `4050`).You're good to go!
Although, you probably want to set up an nginx reverse proxy and have it handle SSL termination, but that's beyond this README.
## Contributing ##
Please create an issue if you encounter problems using this software.
The more detail you can add about your issue, the better.When contributing your code, please be thorough in your commit messages and follow our code of conduct.