Pages:
Author

Topic: [TRK] ★ TRUCKCOIN ★ Pure PoS up to 200% ★ Jan. 17, 2018 v1.1 MANDATORY UPDATE! - page 16. (Read 35365 times)

hero member
Activity: 2730
Merit: 552
Here is something from the TALK coin thread:
   
Re: ◥TALK◥15%◣bitcointalk(💬) est✪2014★yr4✪ BTC💬
Today at 05:08:10 PM
Reply with quote  #1314
Quote from: groggin on Today at 10:40:08 AM
Quote from: Big Naturals on Today at 10:15:20 AM
Quote from: seamonkeydoare on Today at 06:14:05 AM
Quote from: acdc on January 13, 2018, 09:40:02 AM
Is TALK on any exchanges now?
Should really try and get it on jl777's BarterDEX before that becomes difficult after the inevitable rush.

How?  with $$$?

Join Komodo slack, then ask for assistance , the dev team behind BarterDEX are extremely helpful, one of the best communities in crypto, jl777 sets a great example and leads by example too, hard working, always available to discuss things, good humored, patient.

afaik listing on BarterDEX is free, but TALK community needs to do some 'work' too, not like a centralised exchange where you pay $$ and they do everything for you.

   thanks!  dropped them a line or 2...   Grin

I agree BarterDex would be a great placement.
So hit them up.

afaik They just need a sound code that will run, TALK is nearly 4 years proven sound;)

Atomic swaps just take a node that runs TALK and whatever counter trade coin you wish to trade.

For a plan to get some C++ coders attached here is my plan:

Remained focused on POS collective wisdom, TALK is a great chain, gather the other good POS projects to use TALK as a central hub to communicate.  If you can stake one chain, why not stake a few more too.

Secondary plan is to create clubhouses that focus on obscure but decent POS chains, mainly to keep them alive and then thrive.

example:
Bumba, Cache, CNO, FETISH, SQL, Growth, Opal, Hobo, the SciFi coins, Ultra, etc.

Then grade/gauge the POS chains with larger marketcaps.

Think rating agency.

And I have donations for new guys that join up and stake.

end quote
hero member
Activity: 2730
Merit: 552
Would be great to have Truckcoin on another exchange.  With all these new exchanges, you would think they could list Truckcoin for free for the fees they might get from traders.  But then exit scams are still possible so just any exchange might not be a good idea.
newbie
Activity: 22
Merit: 0
@noise 23 @rocoro : thnx for reply!
Executed new wallet and it synchronized nicely. Now waitin on Cryptopia for their wallet maintenance to put my TRK's over to my wallet for POS.

Question: POS mechanisme similar to Hyperstake?, what are the differences?
legendary
Activity: 938
Merit: 1000
Now anonymous tokens are popular, I mean transactions. I advise you to advertise yourself. If you do not have ideas for the future, then focus on anonymous transactions and the price will fly to the moon)). You must have a brand. Sorry for my English.



You probably can run Truckcoin inside of TAILS, similar to this:
 
First:
Code:
sudo iptables -I OUTPUT 2 -p tcp -d 127.0.0.1 -m tcp --dport 18776 -j ACCEPT
Second:
Code:
DNS_PUBLIC=tcp TORSOCKS_ALLOW_INBOUND=1 torsocks ./truckcoind --p2p-bind-ip 127.0.0.1 --no-igd --rpc-bind-ip 127.0.0.1

Anonymous enough.
newbie
Activity: 21
Merit: 0
Now anonymous tokens are popular, I mean transactions. I advise you to advertise yourself. If you do not have ideas for the future, then focus on anonymous transactions and the price will fly to the moon)). You must have a brand. Sorry for my English.

legendary
Activity: 938
Merit: 1000
legendary
Activity: 968
Merit: 1002
downloaded wallet mandatory update : I get a warning from windows defender with a specific description of malware : what to do?
Windows defender always treat crypto wallets as a malware, false warning.
newbie
Activity: 22
Merit: 0
downloaded wallet mandatory update : I get a warning from windows defender with a specific description of malware : what to do?
legendary
Activity: 938
Merit: 1000
Any word or news on the wallet going back up at Cryptopia?

@paramind22  AFAIK the fake/scam truckcoin isn't moving ahead very well at all.
hero member
Activity: 2730
Merit: 552
Can you believe that ICO took the name Truckcoin?  I wonder how long that will last. 
legendary
Activity: 968
Merit: 1002
TRK wallet v1.1.0.0 mandatory update!

Windows: http://downloads.truckcoin.net/truckcoin-qt-win.zip
Linux Ubuntu x64 16.04: http://downloads.truckcoin.net/truckcoin-qt-ubuntu-16.04-x64.tar.gz

Source code: https://github.com/noise23/Truckcoin


No mac version yet, it's ok to run older mac wallet for now.


mandatory? does this mean a hard fork at some particular block?


Yes it's sort of hard fork, will switch max time drift om March 01.
legendary
Activity: 938
Merit: 1000
Just an update:
Both the daemon and qt, built successfully with libdb4.8

Seems to be working fine.  Cool
dnp
full member
Activity: 401
Merit: 110
TRK wallet v1.1.0.0 mandatory update!

Windows: http://downloads.truckcoin.net/truckcoin-qt-win.zip
Linux Ubuntu x64 16.04: http://downloads.truckcoin.net/truckcoin-qt-ubuntu-16.04-x64.tar.gz

Source code: https://github.com/noise23/Truckcoin


No mac version yet, it's ok to run older mac wallet for now.


mandatory? does this mean a hard fork at some particular block?
full member
Activity: 224
Merit: 100
THE GAME OF CHANCE. CHANGED.
Hey Guys,

this looks very interesting. Is there a whitepaper for more detail information?
legendary
Activity: 938
Merit: 1000


I'd suggest to build from the source to match your system config, there is no point to install libdb5.3.
These linux wallets binaries are usually incompatible when run on different config, it's always better to compile.

Will do, thanks.
legendary
Activity: 968
Merit: 1002
I get this error on Ubuntu 16.04 when trying to run your compiled truckcoin-qt
I have libdb4.8 installed, i'm assuming i have to install libdb5.3?  But will that break my other wallets?

Code:
error while loading shared libraries: libdb_cxx-5.3.so: cannot open shared object file: No such file or directory

In the readme's it still talks about 4.8 .. might want to update it if using a newer version.

Also might want to make note of this (already in readme):
Quote
Now the nasty thing is that databases from 5.X are not compatible with 4.X.

If the globally installed development package of Berkely DB installed on your system is 5.X, any source you build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded, and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without significant hassle!

I'd suggest to build from the source to match your system config, there is no point to install libdb5.3.
These linux wallets binaries are usually incompatible when run on different config, it's always better to compile.
legendary
Activity: 938
Merit: 1000
I get this error on Ubuntu 16.04 when trying to run your compiled truckcoin-qt
I have libdb4.8 installed, i'm assuming i have to install libdb5.3?  But will that break my other wallets?

Code:
error while loading shared libraries: libdb_cxx-5.3.so: cannot open shared object file: No such file or directory

In the readme's it still talks about 4.8 .. might want to update it if using a newer version.

Also might want to make note of this (already in readme):
Quote
Now the nasty thing is that databases from 5.X are not compatible with 4.X.

If the globally installed development package of Berkely DB installed on your system is 5.X, any source you build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded, and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without significant hassle!
legendary
Activity: 968
Merit: 1002
TRK wallet v1.1.0.0 mandatory update!

Windows: http://downloads.truckcoin.net/truckcoin-qt-win.zip
Linux Ubuntu x64 16.04: http://downloads.truckcoin.net/truckcoin-qt-ubuntu-16.04-x64.tar.gz

Source code: https://github.com/noise23/Truckcoin


No mac version yet, it's ok to run older mac wallet for now.


So, just stop old wallet, put this one in it's place, and restart?
Yes.
hero member
Activity: 2730
Merit: 552
TRK wallet v1.1.0.0 mandatory update!

Windows: http://downloads.truckcoin.net/truckcoin-qt-win.zip
Linux Ubuntu x64 16.04: http://downloads.truckcoin.net/truckcoin-qt-ubuntu-16.04-x64.tar.gz

Source code: https://github.com/noise23/Truckcoin


No mac version yet, it's ok to run older mac wallet for now.


So, just stop old wallet, put this one in it's place, and restart?
legendary
Activity: 968
Merit: 1002
TRK wallet v1.1.0.0 mandatory update!

Windows: http://downloads.truckcoin.net/truckcoin-qt-win.zip
Linux Ubuntu x64 16.04: http://downloads.truckcoin.net/truckcoin-qt-ubuntu-16.04-x64.tar.gz

Source code: https://github.com/noise23/Truckcoin


No mac version yet, it's ok to run older mac wallet for now.
Pages:
Jump to: