Skip to content

X-CASH-official/turbotx-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turbotx-backend

Note you do not need the blockchain to use this. It uses all delegates commands

You can download the latest release and run it as well as the frontend locally if you want, or use the official website

How to build from source

install go
download the latest go version from https://go.dev/doc/install

untar it
tar -xf go* && rm go*.tar.gz && mv go /usr/local/

edit the path
sudo nano ~/.profile

add this line to the end of the file
export PATH=$PATH:/usr/local/go/bin

save the file
source ~/.profile

verify the install
go version

Install redis
sudo add-apt-repository ppa:redislabs/redis && sudo apt-get update && sudo apt-get install redis && sudo systemctl enable --now redis-server

Install
git clone https://github.com/X-CASH-official/turbotx-backend.git && cd turbotx-backend

copy the systemd file
cp -a turbotx-backend.service /lib/systemd/system/ && sudo systemctl daemon-reload

Build the program
make clean ; make release

Run the program
systemctl start turbotx-backend

Make sure to install the frontend so you can view the turbo tx id

About

turbo tx backend

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published