Main net has been run
https://github.com/triforcecash/triforcecash/releases/tag/1.0To run node on linux
wget https://github.com/triforcecash/triforcecash/releases/download/1.0/node
chmod +x node
nohup ./node -seed your_password -port 8080 & #Port is need for explorer and external miner
#killall node #to stop node
To run node on windows
Download node.exe and make startnode.bat file:
node.exe -seed your_password -port 8080 #Port is need for explorer and external miner