Author

Topic: [ANN] Terracoin (TRC) - Est 2012 - page 119. (Read 408855 times)

legendary
Activity: 1294
Merit: 1039
September 24, 2016, 08:17:42 PM
Alright, so I finally got a peer and it has synced past the 832999 block.  Block 833845 to be exact.  I will now put in an support ticket on Cryptopia.

Also, just so everyone is aware.  If you are trading on Cryptopia it shouldn't be a problem.  It is trying to send to or from Cryptopia.  You won't be able to do that until they update their wallet. 

When you are trading on an Exchange the trades aren't stored on the blockchain.
could you post the peers that have made it past block 832999, so that other's could move along also ?
newbie
Activity: 7
Merit: 0
September 24, 2016, 03:56:20 PM
Just trying to figure out what is going on. Sounds like there is a fix to get past the hardfork block, but there are no compiled versions available yet? I'm running the 64-bit windows wallet (QT)

full member
Activity: 150
Merit: 100
September 24, 2016, 03:26:46 PM
It looks like the difficulty is changing every block as well, so the Dark Gravity Wave is working!  No more exploiting TRC every 540 blocks!

Now can someone verify that they are merged mining?

Zpool.ca is merge mining you can see their blocks here http://zpool.ca/site/block?id=1488
legendary
Activity: 1231
Merit: 1001
September 24, 2016, 02:36:31 PM
More good news!  Cryptopia is putting the wallet into maintenance mode to update it.
hero member
Activity: 800
Merit: 1000
September 24, 2016, 11:54:48 AM
Whoop!
hero member
Activity: 588
Merit: 501
September 24, 2016, 11:29:40 AM
TRC, so old coin, was a model on btc-e, where to trade now, just want to recall some good memories with fontas pump.
legendary
Activity: 1231
Merit: 1001
September 24, 2016, 11:26:19 AM
It looks like the difficulty is changing every block as well, so the Dark Gravity Wave is working!  No more exploiting TRC every 540 blocks!

Now can someone verify that they are merged mining?
legendary
Activity: 1231
Merit: 1001
September 24, 2016, 11:18:31 AM
Alright, so I finally got a peer and it has synced past the 832999 block.  Block 833845 to be exact.  I will now put in an support ticket on Cryptopia.

Also, just so everyone is aware.  If you are trading on Cryptopia it shouldn't be a problem.  It is trying to send to or from Cryptopia.  You won't be able to do that until they update their wallet. 

When you are trading on an Exchange the trades aren't stored on the blockchain.
newbie
Activity: 1
Merit: 100
September 23, 2016, 08:22:00 AM
Nice! So one could say congratulations to the hard fork <3. Then let's conquer the world
legendary
Activity: 1231
Merit: 1001
September 24, 2016, 10:49:44 AM
I finally got home.  I am re-compiling the wallet now.  Since no one else has posted I assume after Ahmed & Hanzac came to the rescue everything is working fine?

Hi Dev,

I hope you have already notified Cryptopia about the issue, hopefully they will implement the update Smiley

I literally was about to hit send on the Cryptopia support request last night when I thought I better make sure my new Ubuntu compile was working.  It hadn't gotten any peers in about an hour, so I decided to let it sit overnight to make sure.  It still hadn't gotten any peers this morning, but it had the blockchain with the weird 832999 block.  I decided to delete the most recent blockchain and let it resync from there.

It has just been sitting there without peers for about an hour.  I tried add node to some peers that were good on my old Windows wallet (it has tons of peers and I am resyncing it from scratch, but it also has the old code), but it isn't connecting to any of them.

Is anyone else having this problem with the terracoin-qt?  Or is it just me?
hero member
Activity: 2128
Merit: 520
September 24, 2016, 04:08:13 AM
yes, we are running fine with 340 THash at block 833645

now block explorer & exchanges need to update..

to the person buying at cryptopia: this does not make any sense as the coins there are stuck at block 832999 there. according to previous experiences, it could take two weeks till they update.. or maybe they will close the market because of transactions problems ( as they just did recently with Anoncoin )
thanks for this info how community read this to avoid problem with this coin from their exchange.
legendary
Activity: 1764
Merit: 1000
September 24, 2016, 04:05:17 AM
I finally got home.  I am re-compiling the wallet now.  Since no one else has posted I assume after Ahmed & Hanzac came to the rescue everything is working fine?

Hi Dev,

I hope you have already notified Cryptopia about the issue, hopefully they will implement the update Smiley
sr. member
Activity: 373
Merit: 250
September 24, 2016, 03:57:32 AM
yes, we are running fine with 340 THash at block 833645

now block explorer & exchanges need to update..

to the person buying at cryptopia: this does not make any sense as the coins there are stuck at block 832999 there. according to previous experiences, it could take two weeks till they update.. or maybe they will close the market because of transactions problems ( as they just did recently with Anoncoin )
legendary
Activity: 1231
Merit: 1001
September 23, 2016, 10:45:54 PM
I finally got home.  I am re-compiling the wallet now.  Since no one else has posted I assume after Ahmed & Hanzac came to the rescue everything is working fine?
member
Activity: 74
Merit: 10
September 23, 2016, 12:19:24 PM
afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.

EDIT: unless its working for you?

EDIT 2:
103c103
<         consensus.nLegacyBlocksBefore = 806000;
---
>         consensus.nLegacyBlocksBefore = -1;

Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward

So it looks like while I was sleeping the problem was solved!  I am getting the Windows exes recompiled.  Thanks everyone for the help!!

This is great news! btw https://bchain.info/TRC/  should be updated too, its not even moving. So basically those TRC which are sitting on Vircurex are good as shit?

Yep.  We will need to warn everyone once again to update their wallets.  Last time!  I am adding "Create working testnet" to list of things to do in two weeks.

Excellent I will update coinvault.io with the new build, go TRC
legendary
Activity: 1231
Merit: 1001
September 23, 2016, 08:50:42 AM
afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.

EDIT: unless its working for you?

EDIT 2:
103c103
<         consensus.nLegacyBlocksBefore = 806000;
---
>         consensus.nLegacyBlocksBefore = -1;

Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward

So it looks like while I was sleeping the problem was solved!  I am getting the Windows exes recompiled.  Thanks everyone for the help!!

This is great news! btw https://bchain.info/TRC/  should be updated too, its not even moving. So basically those TRC which are sitting on Vircurex are good as shit?

Yep.  We will need to warn everyone once again to update their wallets.  Last time!  I am adding "Create working testnet" to list of things to do in two weeks.
legendary
Activity: 1764
Merit: 1000
September 23, 2016, 08:48:46 AM
afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.

EDIT: unless its working for you?

EDIT 2:
103c103
<         consensus.nLegacyBlocksBefore = 806000;
---
>         consensus.nLegacyBlocksBefore = -1;

Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward

So it looks like while I was sleeping the problem was solved!  I am getting the Windows exes recompiled.  Thanks everyone for the help!!

This is great news! btw https://bchain.info/TRC/  should be updated too, its not even moving. So basically those TRC which are sitting on Vircurex are good as shit?
legendary
Activity: 1231
Merit: 1001
September 23, 2016, 08:46:35 AM
afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.

EDIT: unless its working for you?

EDIT 2:
103c103
<         consensus.nLegacyBlocksBefore = 806000;
---
>         consensus.nLegacyBlocksBefore = -1;

Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward

So it looks like while I was sleeping the problem was solved!  I am getting the Windows exes recompiled.  Thanks everyone for the help!!
legendary
Activity: 3556
Merit: 1126
September 23, 2016, 07:38:48 AM
You need to restart and use maxtipage longer than 2days, e. g.
terracoind -maxtipage=1382400

Right, I just did that and now it works.

Cheers!
Great,  now the difficulty is flying.

^_^

http://www.zpool.ca/site/gomining?algo=sha256
sr. member
Activity: 425
Merit: 262
September 23, 2016, 07:35:54 AM
You need to restart and use maxtipage longer than 2days, e. g.
terracoind -maxtipage=1382400

Right, I just did that and now it works.

Cheers!
Great,  now the difficulty is flying.
Jump to: