Pages:
Author

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

newbie
Activity: 60
Merit: 0
November 26, 2017, 01:36:11 PM
Quick update.

Clock asked me to make a post over here, he and Six are working with our programmer to get the issues cleaned up.

-we have at least 3 chains currently
-watchdog may still be the cause of the initial issue that kicked all the MN offline a few days back

Hang tight, I will do my best to answer questions and keep you all in the loop

-TC
full member
Activity: 225
Merit: 100
November 26, 2017, 07:34:29 AM
Hi, I updated my local wallet to fix dog_watch issue. It stopped syncing on block 1123602 ,
20 hours behind it says. Doesnt sync more. Restarted the wallet but nothing changed.
Any suggestion ? Can I re-index to fix the issue ? How do I re-index ? Thank you.

I do such way, delete the .terracoincore/peers.dat, then do reindex.
If this doesn't work, I delete the .terracoincore/blocks, .terracoincore/chainstate and .terracoincore/peers.dat, then do reindex.


Deleting peers.dat worked. my wallet is synced.

Thanks alot
sr. member
Activity: 425
Merit: 262
November 26, 2017, 12:20:47 AM
Hi, I updated my local wallet to fix dog_watch issue. It stopped syncing on block 1123602 ,
20 hours behind it says. Doesnt sync more. Restarted the wallet but nothing changed.
Any suggestion ? Can I re-index to fix the issue ? How do I re-index ? Thank you.

I do such way, delete the .terracoincore/peers.dat, then do reindex.
If this doesn't work, I delete the .terracoincore/blocks, .terracoincore/chainstate and .terracoincore/peers.dat, then do reindex.
full member
Activity: 225
Merit: 100
November 25, 2017, 11:00:27 PM
Hi, I updated my local wallet to fix dog_watch issue. It stopped syncing on block 1123602 ,
20 hours behind it says. Doesnt sync more. Restarted the wallet but nothing changed.
Any suggestion ? Can I re-index to fix the issue ? How do I re-index ? Thank you.

hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
November 25, 2017, 02:40:30 PM
My masternode caught up to that pool.  Now I am getting rewards.  Most masternodes seem to be stuck.
legendary
Activity: 1231
Merit: 1001
November 25, 2017, 02:36:29 PM


When I typed "rm terracoind" and "rm terracoin-cli" I got the message:
"No such file or directory"
Is it because the script?

Probably.  It may have put it in the home directory try cd /home and see if they are there with "ls-a"

Check out this pool.  Something screwy going on there. Huh

https://www.multipool.us/dashboard/pool/trc

That seems to be the highest block count so that is the correct chain.  The masternodes don't like each other so they are blocking each other and eventually your masternode will get stuck in a group of banned masternodes and won't move forward on the chain anymore.


My masternode hasn't shown any problems so far, and it's showing ENABLED as of now.  Never got the Watchdog error in question.

Do I still need to do the wallet update and re-index?

Just update the wallet.  No need to re-index if it is on the newest block.  You can use that multipool link to see the newest block.

There're chain forks. I think we should pause sending TRC in/out exchanges until chain is stable.

I don't think it is a chain fork, but just groups of stuck masternodes.  But it is probably wise to not send TRC around right now.


Also, I just woke up and am still getting caught up on the situation.  Thanks!

sr. member
Activity: 425
Merit: 262
November 25, 2017, 12:44:53 PM
Check out this pool.  Something screwy going on there. Huh

https://www.multipool.us/dashboard/pool/trc

There're chain forks. I think we should pause sending TRC in/out exchanges until chain is stable.
member
Activity: 119
Merit: 10
November 25, 2017, 05:44:07 AM

My masternode hasn't shown any problems so far, and it's showing ENABLED as of now.  Never got the Watchdog error in question.

Do I still need to do the wallet update and re-index?
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
November 25, 2017, 03:49:25 AM
Check out this pool.  Something screwy going on there. Huh

https://www.multipool.us/dashboard/pool/trc
hero member
Activity: 581
Merit: 507
To the moon!
November 24, 2017, 10:55:41 PM

"1. Update your local wallet first and check out your masternode status. If it shows Enabled then all you need to do is update the binary on your masternode."

Please, how to update the binary on my masternode? I used a script provided by the community to install it and everything was done by itself.
Sorry to bother you.
Thank you!

Login to your masternode VPS.

Type "killall terracoind"

Then type "rm terracoind" and "rm terracoin-cli"

That will delete them.

Then copy and paste:

"wget https://github.com/terracoin/terracoin/releases/download/0.12.1.5p/terracoind"

"wget https://github.com/terracoin/terracoin/releases/download/0.12.1.5p/terracoin-cli"

Now you have the new versions of both of those.

Then copy and paste, or type:

"./terracoind -reindex -printtoconsole"

Remove the quotes.

My node shows over two hours since last block, but fully synced.  last block is 1123402.  Using newest binary v0.12.1.5-59a32ff38

New binary was released today, so make sure you have replaced it.  The date on the release on github is old, because too many links on sites are pointing to that.

If you haven't gotten a block in two hours you need to reindex.

Almost the same as above, but just "killall terracoind" then after about 20 seconds, "./terracoind -reindex -printtoconsole" then restart masternode from local wallet once it is done.

You will need to delete your block chain and resync since you are on a fork

https://explorer.terracoin.io/

Current Block height 1123488

Code:
Hash: 8c4ff2aeb649522af39c31a589c0531ae9d224afa52bd52f7c997dd35de2e2f9
Previous Block: 0f328b7ff9f60b172b5345726bf90eaef0b6577d0dbf5b96bcb5e6cd1d3b07c4
Height: 1123488
Version: 3277058
Transaction Merkle Root: 8e2202d34feed6ae420fb8d50d3f49bf8b996b887ad21a634c75832c95515258
Time: 1511574041 (2017-11-24 20:40:41)
Difficulty: 1 106 883 645.807 (Bits: 1903e157)
Cumulative Difficulty: 1 163 580 454 911 668.000

A reindex should cure the problem without a complete resync and deletion of the blockchain.  The old wallet (as of a couple hours ago) can get stuck on syncing masternode data so it won't sync.

Thanks for helping Tim!  It is always nice to see the community showing up during a time of need!




When I typed "rm terracoind" and "rm terracoin-cli" I got the message:
"No such file or directory"
Is it because the script?
legendary
Activity: 1231
Merit: 1001
November 24, 2017, 10:13:58 PM

"1. Update your local wallet first and check out your masternode status. If it shows Enabled then all you need to do is update the binary on your masternode."

Please, how to update the binary on my masternode? I used a script provided by the community to install it and everything was done by itself.
Sorry to bother you.
Thank you!

Login to your masternode VPS.

Type "killall terracoind"

Then type "rm terracoind" and "rm terracoin-cli"

That will delete them.

Then copy and paste:

"wget https://github.com/terracoin/terracoin/releases/download/0.12.1.5p/terracoind"

"wget https://github.com/terracoin/terracoin/releases/download/0.12.1.5p/terracoin-cli"

Now you have the new versions of both of those.

Then copy and paste, or type:

"./terracoind -reindex -printtoconsole"

Remove the quotes.

My node shows over two hours since last block, but fully synced.  last block is 1123402.  Using newest binary v0.12.1.5-59a32ff38

New binary was released today, so make sure you have replaced it.  The date on the release on github is old, because too many links on sites are pointing to that.

If you haven't gotten a block in two hours you need to reindex.

Almost the same as above, but just "killall terracoind" then after about 20 seconds, "./terracoind -reindex -printtoconsole" then restart masternode from local wallet once it is done.

You will need to delete your block chain and resync since you are on a fork

https://explorer.terracoin.io/

Current Block height 1123488

Code:
Hash: 8c4ff2aeb649522af39c31a589c0531ae9d224afa52bd52f7c997dd35de2e2f9
Previous Block: 0f328b7ff9f60b172b5345726bf90eaef0b6577d0dbf5b96bcb5e6cd1d3b07c4
Height: 1123488
Version: 3277058
Transaction Merkle Root: 8e2202d34feed6ae420fb8d50d3f49bf8b996b887ad21a634c75832c95515258
Time: 1511574041 (2017-11-24 20:40:41)
Difficulty: 1 106 883 645.807 (Bits: 1903e157)
Cumulative Difficulty: 1 163 580 454 911 668.000

A reindex should cure the problem without a complete resync and deletion of the blockchain.  The old wallet (as of a couple hours ago) can get stuck on syncing masternode data so it won't sync.

Thanks for helping Tim!  It is always nice to see the community showing up during a time of need!

full member
Activity: 361
Merit: 111
November 24, 2017, 10:13:01 PM
We are working on the network to fix the problem.  If you see Watchdog_Expired as the status to your masternode you can make that go away by voting no on it.
gobject vote-many 72b224e173da72c7a3f0b48f25945b7d187431b5271d95f1255eab5f38b7cf8b valid no
You will still get rewards while it is in that status.  It may reappear later while we continue to work on things.  Thanks for your patience!

Thanks man.  That worked instantly. Cheesy
masternode start successful, i think all ok work again
legendary
Activity: 1764
Merit: 1022
November 24, 2017, 09:47:00 PM
My node shows over two hours since last block, but fully synced.  last block is 1123402.  Using newest binary v0.12.1.5-59a32ff38

You will need to delete your block chain and resync since you are on a fork

https://explorer.terracoin.io/

Current Block height 1123488

Code:
Hash: 8c4ff2aeb649522af39c31a589c0531ae9d224afa52bd52f7c997dd35de2e2f9
Previous Block: 0f328b7ff9f60b172b5345726bf90eaef0b6577d0dbf5b96bcb5e6cd1d3b07c4
Height: 1123488
Version: 3277058
Transaction Merkle Root: 8e2202d34feed6ae420fb8d50d3f49bf8b996b887ad21a634c75832c95515258
Time: 1511574041 (2017-11-24 20:40:41)
Difficulty: 1 106 883 645.807 (Bits: 1903e157)
Cumulative Difficulty: 1 163 580 454 911 668.000
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
November 24, 2017, 09:29:48 PM
My node shows over two hours since last block, but fully synced.  last block is 1123402.  Using newest binary v0.12.1.5-59a32ff38

Edit: never mind, re-index fixed it.
hero member
Activity: 581
Merit: 507
To the moon!
November 24, 2017, 09:06:11 PM

"1. Update your local wallet first and check out your masternode status. If it shows Enabled then all you need to do is update the binary on your masternode."

Please, how to update the binary on my masternode? I used a script provided by the community to install it and everything was done by itself.
Sorry to bother you.
Thank you!
legendary
Activity: 1231
Merit: 1001
full member
Activity: 225
Merit: 100
November 24, 2017, 06:14:51 PM
We are working on the network to fix the problem.  If you see Watchdog_Expired as the status to your masternode you can make that go away by voting no on it.
gobject vote-many 72b224e173da72c7a3f0b48f25945b7d187431b5271d95f1255eab5f38b7cf8b valid no
You will still get rewards while it is in that status.  It may reappear later while we continue to work on things.  Thanks for your patience!

Thanks man.  That worked instantly. Cheesy

Thanks a lot for the vote link.
Just voted and the status is pre_enabled.
I received 2 x 4.5 rewards after 30 min of restart. Nice ...
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
November 24, 2017, 05:18:20 PM
We are working on the network to fix the problem.  If you see Watchdog_Expired as the status to your masternode you can make that go away by voting no on it.
gobject vote-many 72b224e173da72c7a3f0b48f25945b7d187431b5271d95f1255eab5f38b7cf8b valid no
You will still get rewards while it is in that status.  It may reappear later while we continue to work on things.  Thanks for your patience!

Thanks man.  That worked instantly. Cheesy
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
November 24, 2017, 05:00:51 PM
no awards , 21 to 24 October watch dog expired....
masternode status answer ?
full member
Activity: 225
Merit: 100
November 24, 2017, 05:00:08 PM
Hi, My MN goes from pre_enabled to new_start all the time and no rewards.
I have only received reward once by my mn.
Maybe my terracoin.conf is not correct.
Can someone please paste the format of the conf file ?

Thank you.

Here is a link to the guide I wrote.  It has the correct format for the config file:

https://drive.google.com/open?id=0B6wHcTCr1qh3ZHJ1Slhhb1JJOE0

Tell me if you have any other issues.  Thanks!

Thanks a lot clockuniverse. I have correct conf when I compare it with your guide.
I restarted my MN. Status is WATCHDOG_EXPIRED.
I dont know what to  do about it. I guess many people have the same issue.

Regards.
Pages:
Jump to: