Post
Topic
Board Announcements (Altcoins)
Re: [RE-ANN][TRK] ★★ Truckcoin ★★ Pure PoS ϟ 200% Annual Interest ϟ Wallet v0.9.5.0
by
noise23
on 01/09/2014, 01:59:21 UTC
Alright, how can I get this to run at the same time HYP is running? Thank you.

TRK and HYP use the same p2p and rpc ports - 18775 and 18776.
To run TRK and HYP wallets simultaneously you need to change ports for one of the coins.

Just create Truckcoin.conf file with the following two lines:
Code:
port=18777
rpcport=18778
(you can put any port numbers there, they just should be different from 18775 and 18776.

Put this Truckcoin.conf file into your Truckcoin directory with wallet and blockchain files.
Now HYP and TRK wallets will work together without conflicts Smiley