noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 12, 2018, 11:58:06 AM |
|
Cryptopia has halted the wallet fro a few days now for connection issues.
Any clue what it is about or how long till fixed?
They did put TRK and V wallets on maintenance a couple days ago. V wallet is back online now so probably TRK wallet will be back soon too. My support ticket still not answered but i guess they got some problem with blockchain and have to re-sync.
|
|
|
|
tevasu
|
|
January 16, 2018, 06:45:04 AM |
|
Cryptopia has halted the wallet fro a few days now for connection issues.
Any clue what it is about or how long till fixed?
They did put TRK and V wallets on maintenance a couple days ago. V wallet is back online now so probably TRK wallet will be back soon too. My support ticket still not answered but i guess they got some problem with blockchain and have to re-sync. I read in the Cryptopia news that IT located a hardware failure in a network switch. I wonder if that has been the problem all along. We will see. https://www.cryptopia.co.nz/News
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
January 16, 2018, 02:44:40 PM |
|
Cryptopia has halted the wallet fro a few days now for connection issues.
Any clue what it is about or how long till fixed?
They did put TRK and V wallets on maintenance a couple days ago. V wallet is back online now so probably TRK wallet will be back soon too. My support ticket still not answered but i guess they got some problem with blockchain and have to re-sync. I read in the Cryptopia news that IT located a hardware failure in a network switch. I wonder if that has been the problem all along. We will see. https://www.cryptopia.co.nz/NewsNot unless switches got a lot more complicated in the last few weeks A switch failure is pretty much an immediate emergency, stops traffic. Cryptopia is having "oh shit, we just got big" problems. Compared to scaling, a switch is a hiccup.
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 17, 2018, 01:13:42 AM |
|
TRK source code updated to v1.1.0.0 - mandatory!This is a mandatory update, please build with the new v1.1 source at https://github.com/noise23/truckcoinWill post Windows and Linux binaries tomorrow.
|
|
|
|
tevasu
|
|
January 17, 2018, 05:40:46 PM |
|
TRK source code updated to v1.1.0.0 - mandatory!This is a mandatory update, please build with the new v1.1 source at https://github.com/noise23/truckcoinWill post Windows and Linux binaries tomorrow. For those of us who are not programmers does this mean your going to post a wallet upgrade v.1.1.0.0. ? Will it be an automatic upgrade with download? What exactly will I have to do? I am running a mac pro. Oh, also, are the problems at Cryptopia the reason for the update.
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 17, 2018, 09:45:53 PM |
|
TRK source code updated to v1.1.0.0 - mandatory!This is a mandatory update, please build with the new v1.1 source at https://github.com/noise23/truckcoinWill post Windows and Linux binaries tomorrow. For those of us who are not programmers does this mean your going to post a wallet upgrade v.1.1.0.0. ? Will it be an automatic upgrade with download? What exactly will I have to do? I am running a mac pro. Oh, also, are the problems at Cryptopia the reason for the update. Yes i'm going to post a wallet upgrade v.1.1.0.0 No new wallet for mac available yet as i can't build mac wallet by myself but it's ok to run an older mac wallet version for now. The problems at Cryptopia is not the reason for this update, i still have no idea what's going on with Cryptopia wallet, support tickets not answered yet and i don't know any other way to contact them regarding wallet issues or upgrade. This version release is to fix timedrift vulnerability and make TRK wallet ready for the new staking code. Next version with new staking engine will follow in March.
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 17, 2018, 09:55:32 PM |
|
|
|
|
|
paramind22
|
|
January 17, 2018, 10:06:29 PM |
|
So, just stop old wallet, put this one in it's place, and restart?
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 17, 2018, 10:07:34 PM |
|
So, just stop old wallet, put this one in it's place, and restart? Yes.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
January 18, 2018, 03:57:29 AM |
|
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? 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): 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!
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 18, 2018, 01:45:46 PM |
|
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? 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): 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.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
January 18, 2018, 01:47:47 PM |
|
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.
|
|
|
|
kerafym
Full Member
Offline
Activity: 224
Merit: 100
THE GAME OF CHANCE. CHANGED.
|
|
January 18, 2018, 02:07:27 PM |
|
Hey Guys,
this looks very interesting. Is there a whitepaper for more detail information?
|
|
|
|
dnp
|
|
January 18, 2018, 03:29:17 PM |
|
mandatory? does this mean a hard fork at some particular block?
|
Explorer and full node hosting at explorer.dognose.net
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
January 18, 2018, 04:02:14 PM |
|
Just an update: Both the daemon and qt, built successfully with libdb4.8 Seems to be working fine.
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 18, 2018, 07:08:35 PM |
|
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.
|
|
|
|
paramind22
|
|
January 20, 2018, 03:44:36 PM |
|
Can you believe that ICO took the name Truckcoin? I wonder how long that will last.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
January 20, 2018, 05:00:50 PM |
|
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.
|
|
|
|
Erwin125
Newbie
Offline
Activity: 22
Merit: 0
|
|
January 20, 2018, 05:21:24 PM |
|
downloaded wallet mandatory update : I get a warning from windows defender with a specific description of malware : what to do?
|
|
|
|
noise23 (OP)
Legendary
Offline
Activity: 968
Merit: 1002
|
|
January 20, 2018, 06:42:59 PM |
|
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.
|
|
|
|
|