Git Product home page Git Product logo

nerva.exchange's Introduction

Nerva.Exchange

php based cryptocurrency exchange script

This is the old legacy codebase of Nerva.Exchange, current version has a different backend

In order to setup Nerva.Exchange's script, your server must have PHP and MySQL installed. You do not have to run any installation scripts for the front end. However, the backend requires daemons running on different screens.

Initially clone the source files to your desired machine. Then edit the files according to your login information. Almost all the pages contain places where you have to insert your database username and password.

You must also insert the login information for the coin daemons. This script requires you running a pruned (or full) bitcoin core node, and Nerva node and Nerva RPC wallet.

After doing all these edits on the source codes, you must fix the codes related to Google re-captcha. Once all the settings are done, the script must be working as intended. There are no explanations on the source code as it was designed only by me and I did not need explanations. However, you can fork the project and make changes or add explanations as you wish. Nerva.Exchange was not meant to be an open source project but now it is, so be careful while running it, in terms of security.

Also you might want to change the location of /order path in order to secure your PHP scripts connecting with your coin daemons. You can set up another folder for your SRC files and make the PHP get the info from there, so web end users will not be able to reach them.

At last, in order to process orders, you must assign a cron job for the file /order/hiddensrc_exchange/nervaprocessor.php and it must be running every 5-10-60 (or however seconds you want) to check the order status and update the database and process the orders. I used to have 10 seconds cron job that would be checking if the transactions got enough confirmations every 10 seconds.

For any other questions, you can DM me via Discord. Nithronium#8851

nerva.exchange's People

Contributors

nithronium avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.