Bitcoin Forum
May 09, 2024, 10:29:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
. - 0 (0%)
. - 3 (100%)
Total Voters: 3

Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 75 »
  Print  
Author Topic: [ANN][TRK] ★ Truckcoin ★ Pure PoS up to 200% per year ★ Cryptopia  (Read 141210 times)
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 01, 2014, 01:59:21 AM
 #121

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

"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715250572
Hero Member
*
Offline Offline

Posts: 1715250572

View Profile Personal Message (Offline)

Ignore
1715250572
Reply with quote  #2

1715250572
Report to moderator
1715250572
Hero Member
*
Offline Offline

Posts: 1715250572

View Profile Personal Message (Offline)

Ignore
1715250572
Reply with quote  #2

1715250572
Report to moderator
CrazyLoaf
Hero Member
*****
Offline Offline

Activity: 763
Merit: 534



View Profile
September 01, 2014, 03:22:53 AM
 #122

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



I've done this but still get the same issue.
sluppy
Legendary
*
Offline Offline

Activity: 2020
Merit: 1041



View Profile
September 01, 2014, 05:00:12 PM
 #123

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



I've done this but still get the same issue.

i created a simple .bat file to do this
edit trk.bat
truckcoin-qt.exe -port 4321

not very neat but works fine.

better to just make a shortcut and add "-port 4321" (or whatever port u prefer)


The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin
We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
gullu
Full Member
***
Offline Offline

Activity: 456
Merit: 103



View Profile
September 01, 2014, 11:52:12 PM
 #124

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



I've done this but still get the same issue.

i created a simple .bat file to do this
edit trk.bat
truckcoin-qt.exe -port 4321

not very neat but works fine.

better to just make a shortcut and add "-port 4321" (or whatever port u prefer)


or, one can create a shortcut of the truck qt and then add -port 18777 in properties.

to do this, create a shortcut of the truck qt.
right click on shortcut then select properties.
add -port 12121 at the end of target line.

here is how my line looks like "D:\coin Wallets\Truck\truckcoin-qt.exe" -port=12121  <--- you can change the port to 18777 if you like to.

to run both, hyp and truck, run hyp as normal and for turck run the shortcut.

CrazyLoaf
Hero Member
*****
Offline Offline

Activity: 763
Merit: 534



View Profile
September 02, 2014, 02:56:08 AM
 #125

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



I've done this but still get the same issue.

i created a simple .bat file to do this
edit trk.bat
truckcoin-qt.exe -port 4321

not very neat but works fine.

better to just make a shortcut and add "-port 4321" (or whatever port u prefer)


or, one can create a shortcut of the truck qt and then add -port 18777 in properties.

to do this, create a shortcut of the truck qt.
right click on shortcut then select properties.
add -port 12121 at the end of target line.

here is how my line looks like "D:\coin Wallets\Truck\truckcoin-qt.exe" -port=12121  <--- you can change the port to 18777 if you like to.

to run both, hyp and truck, run hyp as normal and for turck run the shortcut.

Wow. That was easy. Thank you Smiley
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 02, 2014, 09:56:08 PM
 #126

Truckcoin is on Facebook now - https://www.facebook.com/truckcoincrypto
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
September 02, 2014, 11:10:00 PM
 #127

Nice release.

Some issues though :
-Could you please add an option to get rid of the irc/web tab ?
 I hate it and consider it bloat ware, it seems that about every p2p client is polluted with some irc chat.
 They never have the quality as a dedicated irc client so for me useless.
-It seems that the estimation of expected reward payment is broken.
 It says that reward will be paid in 2 days or more and at times even says no mature coins and yet I
 have rewards coming in daily.
 Old client, with old logo was accurate.
-Colour scheme in debug window is hard to read, white ok, but other colours very hard to read.
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 03, 2014, 06:20:06 PM
 #128

Nice release.

Some issues though :
-Could you please add an option to get rid of the irc/web tab ?
 I hate it and consider it bloat ware, it seems that about every p2p client is polluted with some irc chat.
 They never have the quality as a dedicated irc client so for me useless.
Done - Irc/Web tab can be removed now (Setttings -> Options -> Display -> Display IRC / Web button)

Quote
-It seems that the estimation of expected reward payment is broken.
 It says that reward will be paid in 2 days or more and at times even says no mature coins and yet I
 have rewards coming in daily. Old client, with old logo was accurate.
To me it looks like reward payment estimation is fairly accurate, always shows correct expected time to reward in my wallet. Will look further into it.

Quote
-Colour scheme in debug window is hard to read, white ok, but other colours very hard to read.
Done, text colors changed to better suit black background.

I will post compiled v0.9.5.1 wallets for windows and linux soon. Nothing big, just a few minor updates.
sluppy
Legendary
*
Offline Offline

Activity: 2020
Merit: 1041



View Profile
September 03, 2014, 07:24:57 PM
 #129

Nice release.

Some issues though :
-Could you please add an option to get rid of the irc/web tab ?
 I hate it and consider it bloat ware, it seems that about every p2p client is polluted with some irc chat.
 They never have the quality as a dedicated irc client so for me useless.
Done - Irc/Web tab can be removed now (Setttings -> Options -> Display -> Display IRC / Web button)

Quote
-It seems that the estimation of expected reward payment is broken.
 It says that reward will be paid in 2 days or more and at times even says no mature coins and yet I
 have rewards coming in daily. Old client, with old logo was accurate.
To me it looks like reward payment estimation is fairly accurate, always shows correct expected time to reward in my wallet. Will look further into it.

Quote
-Colour scheme in debug window is hard to read, white ok, but other colours very hard to read.
Done, text colors changed to better suit black background.

I will post compiled v0.9.5.1 wallets for windows and linux soon. Nothing big, just a few minor updates.

lool all this in one day trol"oloh" that Wink

Great work as usual noise23!

The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin
We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
September 03, 2014, 10:48:14 PM
 #130

Nice release.

Some issues though :
-Could you please add an option to get rid of the irc/web tab ?
 I hate it and consider it bloat ware, it seems that about every p2p client is polluted with some irc chat.
 They never have the quality as a dedicated irc client so for me useless.
Done - Irc/Web tab can be removed now (Setttings -> Options -> Display -> Display IRC / Web button)

Quote
-It seems that the estimation of expected reward payment is broken.
 It says that reward will be paid in 2 days or more and at times even says no mature coins and yet I
 have rewards coming in daily. Old client, with old logo was accurate.
To me it looks like reward payment estimation is fairly accurate, always shows correct expected time to reward in my wallet. Will look further into it.

Quote
-Colour scheme in debug window is hard to read, white ok, but other colours very hard to read.
Done, text colors changed to better suit black background.

I will post compiled v0.9.5.1 wallets for windows and linux soon. Nothing big, just a few minor updates.
Impressive !!!
Looking forward to the next release.

Values in cc seem to be ok, but in mining icon in my case way of.
I have stacks of 1600.
Let me know if I can help you with this issues.
Rewards are coming in as clockwork so no big deal if it claims I have to wait some days.
And like I said values in cc are ok, so I use these for reference.

Keep on trucking !
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
September 03, 2014, 11:56:07 PM
 #131

Maybe some usefull data ?
1 stack of 1600 in cc reads :
-confirmation :8563
-weight :410
-age :9.02

Expected time for rewards says :9 days.

WinXP-sp3
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 04, 2014, 12:14:54 PM
 #132

Maybe some usefull data ?
1 stack of 1600 in cc reads :
-confirmation :8563
-weight :410
-age :9.02

Expected time for rewards says :9 days.

WinXP-sp3
will look into it, thanks.
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 04, 2014, 12:37:17 PM
 #133

New wallet build v0.9.5.1 - just a few small updates:

- Show/hide Irc/Web tab (Setttings -> Options -> Display -> Display IRC / Web button)
- RPC getinfo, getmininginfo - added PoS diff, removed PoW diff
- Changed console font colors
- Default transaction sorting by date
- Added getstaketx RPC
- Some improvements and fixes to the code.

Windows: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-win32.zip
Linux Ubuntu x64 14.04: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-ubuntu-x64.tar.gz
Source Code: https://github.com/noise23/Truckcoin
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
September 04, 2014, 10:26:54 PM
 #134

New wallet build v0.9.5.1 - just a few small updates:

- Show/hide Irc/Web tab (Setttings -> Options -> Display -> Display IRC / Web button)
- RPC getinfo, getmininginfo - added PoS diff, removed PoW diff
- Changed console font colors
- Default transaction sorting by date
- Added getstaketx RPC
- Some improvements and fixes to the code.

Windows: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-win32.zip
Linux Ubuntu x64 14.04: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-ubuntu-x64.tar.gz
Source Code: https://github.com/noise23/Truckcoin
Console readable again.
Show/hide irc/web tab works fine.

How about adding an update notification ?
This to prevent that people keep on using outdated clients.

Here are some more standard/basic options you might want to add :
-Typical p2p options, like changing port nr., interface binding, adding your own ip, ipv4/ipv6 selection.
-Remembering last used positions of window, sorting of columns, very handy in cc.
-Being able to select icons or text only.
-Customising colours of ui.
rel-oad
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
September 05, 2014, 08:23:42 AM
 #135

New wallet build v0.9.5.1 - just a few small updates:

- Show/hide Irc/Web tab (Setttings -> Options -> Display -> Display IRC / Web button)
- RPC getinfo, getmininginfo - added PoS diff, removed PoW diff
- Changed console font colors
- Default transaction sorting by date
- Added getstaketx RPC
- Some improvements and fixes to the code.

Windows: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-win32.zip
Linux Ubuntu x64 14.04: http://downloads.truckcoin.net/Truckcoin-v0.9.5.1-ubuntu-x64.tar.gz
Source Code: https://github.com/noise23/Truckcoin

Fantastic work being done here. Really appreciated noise23. I think Truckcoin has a long and fruitful future with you at the helm.
Ense04
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
September 12, 2014, 03:03:56 AM
 #136

Excellent job dev! Really like what you have done!
sluppy
Legendary
*
Offline Offline

Activity: 2020
Merit: 1041



View Profile
September 13, 2014, 02:38:21 PM
 #137

Hopefully the new website will be done soon and we can start promoting Truckcoin some more.
If someone has a good idea for a promotion for Truckcoin ill be happy to make a donation.

The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin
We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 13, 2014, 10:27:14 PM
 #138

Blockchain bootstrap file for easy initial sync now available for download at http://downloads.truckcoin.net/bootstrap.zip
Just unpack it to Truckcoin data directory (where wallet.dat is) and start the wallet. It will import blockchain data from bootstrap.dat automatically.
sluppy
Legendary
*
Offline Offline

Activity: 2020
Merit: 1041



View Profile
September 14, 2014, 01:07:30 PM
 #139

Blockchain bootstrap file for easy initial sync now available for download at http://downloads.truckcoin.net/bootstrap.zip
Just unpack it to Truckcoin data directory (where wallet.dat is) and start the wallet. It will import blockchain data from bootstrap.dat automatically.

Ive compiled the Raspberri Pi wallet v .9.5.1beta for those that want it u can find it here :

https://mega.co.nz/#!GlkBVRSR!O1jmA5gGHQkDH9-2-9_3KDUvwToL53pbJBWt1xpzovw

Use the bootstrap file if u dont want to spend half a day downloading the blockchain.

If u want to Compile your own .. just remove -msse2 from the Makefile , It will take a a few hours at least.

The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin
We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
noise23 (OP)
Legendary
*
Offline Offline

Activity: 967
Merit: 1002



View Profile
September 15, 2014, 09:19:27 PM
 #140

Blockchain bootstrap file for easy initial sync now available for download at http://downloads.truckcoin.net/bootstrap.zip
Just unpack it to Truckcoin data directory (where wallet.dat is) and start the wallet. It will import blockchain data from bootstrap.dat automatically.

Ive compiled the Raspberri Pi wallet v .9.5.1beta for those that want it u can find it here :

https://mega.co.nz/#!GlkBVRSR!O1jmA5gGHQkDH9-2-9_3KDUvwToL53pbJBWt1xpzovw

Use the bootstrap file if u dont want to spend half a day downloading the blockchain.

If u want to Compile your own .. just remove -msse2 from the Makefile , It will take a a few hours at least.


Added to the OP, thanks!
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 75 »
  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!