Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRH][POW] TriforceCash [ITWT] In Triforce We Trust
by
JudasOrthodox
on 01/11/2018, 17:33:58 UTC
Main net has been run https://github.com/triforcecash/triforcecash/releases/tag/1.0

To run node on linux

Code:
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:
Code:
node.exe -seed your_password -port 8080 #Port is need for explorer and external miner