Bitcoin Forum
June 22, 2024, 05:48:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 »  All
  Print  
Author Topic: [BOUNTY][AIRDROP] TRIFORCECASH  (Read 2835 times)
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 05, 2018, 05:54:50 AM
 #81

Man from Indonesia, are you alive? Your part ~30%, but node is not working. Condolences to victims of disaster in Indonesia.
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 06, 2018, 12:35:03 PM
 #82

https://discord.gg/bpNfcJW
websovet1
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 07, 2018, 03:25:59 PM
 #83

What does it mean? -threads 6
Daekbyong
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 07, 2018, 03:35:51 PM
 #84

why some project has number of total supply too huge. This project has maximum supply: 1,010,000,000,000
What different if you have smaller number? I think it will easier for calculation.
I don't really understand this project, because I myself have never focused on mining, but what I ask is why you conceptualize this complex just to get a profit, I'm not sure this works fast
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 09, 2018, 07:48:58 AM
 #85

In fact, there are not different between small and big supply, because it is possible to use 1 KTRH = 1000 TRH , MTRH =1000 KTRH.

I have published paper https://triforcecash.com/static/paper_en.pdf , please if you find mistake, send me to twitter or discord. I am not native english speaker.

I ask miners to join the discord https://discord.gg/bpNfcJW .
kostepanych2
Full Member
***
Offline Offline

Activity: 1274
Merit: 105



View Profile
October 09, 2018, 10:58:26 AM
 #86

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?
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 09, 2018, 09:34:32 PM
 #87

VDS is easy for mining, because node should run all time and be visible in the Internet.
Of course, you can mine on home PC, if conditions are provided.
kostepanych2
Full Member
***
Offline Offline

Activity: 1274
Merit: 105



View Profile
October 10, 2018, 11:55:18 AM
 #88

VDS is easy for mining, because node should run all time and be visible in the Internet.
Of course, you can mine on home PC, if conditions are provided.

Node should be visible all time or only at time of mining?
And what if the IP address on the PC where node runs will change?
Juppy
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 13, 2018, 11:12:47 AM
 #89

I have read paper, it is cool coin. I will mine TRH.
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 14, 2018, 05:03:43 AM
 #90

VDS is easy for mining, because node should run all time and be visible in the Internet.
Of course, you can mine on home PC, if conditions are provided.

Node should be visible all time or only at time of mining?
And what if the IP address on the PC where node runs will change?
wait a few days, new node will be able to run without visibility in the Internet, on a personal computer.
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 29, 2018, 06:28:45 AM
 #91

Testnet
GUI_LINUX triforcecash.com/static/gui
GUI_WINDOWS triforcecash.com/static/gui_windows.exe
NODE_LINUX triforcecash.com/static/node
NODE_WINDOWS triforcecash.com/static/node.exe
to run: node -seed your_password (-port 8080 for explorer)
api
triforcecash.com:8080/api/main
triforcecash.com:8080/api/txspool
triforcecash.com:8080/api/keys
triforcecash.com:8080/api/peers
triforcecash.com:8080/api/candidates

Blockchain will be restarted in new release, parts of miners will be kept.
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 01, 2018, 05:33:58 PM
 #92

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
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 01, 2018, 05:41:43 PM
 #93

Where to buy TriforceCash ATM?
I can not mine the coin (I dont have mining rigs), so it is good to know where to buy it.

You can ask to sell coins here https://discord.gg/bpNfcJW
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 05, 2018, 06:06:19 AM
 #94

Code and site has been updated. To continue mining update your node. triforcecash.com/join
silklich
Full Member
***
Offline Offline

Activity: 394
Merit: 100

i like Phore


View Profile
November 08, 2018, 08:38:06 AM
 #95

Oh relaunch happened?
So if i want to update node, do i need to delete any files?

JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 08, 2018, 11:52:38 AM
 #96

Oh relaunch happened?
So if i want to update node, do i need to delete any files?

Only data folder
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 18, 2018, 12:05:17 PM
 #97

We are looking for bounty manager https://discord.gg/bpNfcJW
kostepanych2
Full Member
***
Offline Offline

Activity: 1274
Merit: 105



View Profile
November 22, 2018, 05:30:26 PM
 #98

Virustotal reports node.exe file cointains Backdoor trojan:
https://www.virustotal.com/#/file/fae6791fb74c786b852740386767f2060deafe009ecf8ab4d44ebe81b71f76d2/detection
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 22, 2018, 06:36:39 PM
 #99


Hi, I have rebuilded the node from a source 1.0, it is contains Backdoor.Gorsh.c. I cant find any information about this backdoor. All node has written on pure go and asm in calculation keccak.  I think that it is antivirus mistake. For testing it is possible to run node with invalid -lobby fhjdskdfhskjdf.fd  and control packets by sniffer like wireshark.

Any program have access to file system and internet, it is not problem for developer to steal your data. Hard to do it on large scale.
JudasOrthodox (OP)
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 22, 2018, 06:44:15 PM
 #100


Same problem forum.golangbridge.org/t/kapersky-says-to-find-a-backdoor-in-trace-exe/9517
Pages: « 1 2 3 4 [5] 6 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!