Post
Topic
Board Announcements (Altcoins)
Re: [ANN] TriforceCash scalable cryptocurrency
by
kostepanych2
on 09/10/2018, 10:58:26 UTC
How mine
buy cheap vds
open console for linux or PuTTY for windows
connect:
Code:
ssh root@vds_ip
enter password
Code:
wget https://github.com/triforcecash/triforcecash/releases/download/0.8/triforcecash_node_linux_amd64
chmod +x triforcecash_node_linux_amd64
nohup ./triforcecash_node_linux_amd64 -host vds_ip -seed your_password_length_must_be_more_than_20 &
exit
Dont run two nodes with same seed
Dont remove account folder
Do backups account folder it contain nonce, that affects the account rate

If you wait 1 hour and did not earn any coins: Remind your part depends on cpu_power*spended_time, it`s mean that your part is very small in the beginning even if you have very powerfull cpu. Your part will grow over time.

Miner

for windows:
do bat file
example
Code:
triforcecash_cpu_miner_windows.exe -host 185.234.15.72:8075 -publickey  a363f3675039caf20b8f805479051482e3c87b69d39b9b94f568778e8335a586 -threads 6

linux
Code:
nohup ./triforcecash_cpu_miner_linux_amd64 -host 185.234.15.72:8075 -publickey a363f3675039caf20b8f805479051482e3c87b69d39b9b94f568778e8335a586 -threads 6 &

Not understand...
Why should I buy vds? Can I mine this coin on the local PC? And what if I don't have a static IP address?