Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

kuroineko23/Cryptonote-Gacha

Repository files navigation

Cryptonote-Gacha

Edit the server.js for your own use

Homepage is in public folder

Zero effort

How to use

  1. Clone this repo
  2. Create new wallet
  3. Install mongodb (https://docs.mongodb.com/manual/administration/install-community/)
  4. Make a new subaddress (Although it won't be use for anything)
  5. Run wallet-rpc without login (--disable-rpc-login)
  6. Edit Cryptonote-Gacha/server.js
  7. nodejs Cryptonote-Gacha/server.js

or

  1. Get docker (https://docs.docker.com/engine/install/)
  2. sudo docker build -t kuroineko23/cryptonotegacha Cryptonote-Gacha
  3. sudo docker run -p 8081:8081 --name crypto_gacha -m 512m --network="host" --detach kuroineko23/cryptonotegacha

then

  1. Open mongo and set db.ttls.createIndex({ "date": 1 }, { expireAfterSeconds: 3600 })