Pages:
Author

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

legendary
Activity: 1231
Merit: 1001
January 22, 2018, 08:51:55 PM
Can someone explain what the "Watchdog_Expired" masternode status means?

It means that you need to install Sentinel.  https://github.com/terracoin/sentinel

Tell me if you have any issues.  We are quicker to reply to support questions if you join our mattermost server.  I usually only check bitcointalk once a day now.

https://mattermost.terracoin.io/signup_user_complete/?id=ohowtejzq3br7kp66qe466b8my
sr. member
Activity: 352
Merit: 250
January 22, 2018, 08:50:15 PM
Can someone explain what the "Watchdog_Expired" masternode status means?
legendary
Activity: 1231
Merit: 1001
January 19, 2018, 05:34:48 PM
Hi,guys, i am new here,how to mine this coin?

You are going to need an ASIC and a mining pool.  Try Multipool.us or Zpool.ca.
newbie
Activity: 73
Merit: 0
January 19, 2018, 02:59:10 AM
Hi,guys, i am new here,how to mine this coin?
legendary
Activity: 1231
Merit: 1001
legendary
Activity: 1231
Merit: 1001
January 18, 2018, 01:10:07 PM
Do you have a kind of roadmap or plan for year? I see nothing on a site.

We use Trello as our live roadmap.  You can check it here: https://trello.com/b/3RJU8m6t/terracoin

We also will be rebuilding the website soon.
copper member
Activity: 196
Merit: 0
CLICKGEM.COM | CGCASINO.APP
January 18, 2018, 10:38:05 AM
Thanks for sharing.
This is a great project, wish you success.
jr. member
Activity: 76
Merit: 1
Crypto Enthusiast. Software engineer. System Admin
January 18, 2018, 10:32:55 AM
Do you have a kind of roadmap or plan for year? I see nothing on a site.
legendary
Activity: 1231
Merit: 1001
January 16, 2018, 05:08:18 PM
Nice to see the work done and the progress around this coin, but 16% ROI is not too much :/

We have a fair block reward split 45% to miners, 45% to masternodes and 10% to decentralized governance which is why our ROI is less then some other coins.  The other way you would want to calculate ROI is by how much the coin has grown since you bought a masternode as well.  As we add more features and grow the community the price will rise.

Also, looks to me like the ROI is more like 25% right now.
newbie
Activity: 88
Merit: 0
January 16, 2018, 04:35:59 PM
Nice to see the work done and the progress around this coin, but 16% ROI is not too much :/
legendary
Activity: 1231
Merit: 1001
January 16, 2018, 02:52:48 PM


The easiest way to set up a masternode is with this guide/script: https://github.com/u3mur4/terracoin

Hope that helps!

used the guide still gets "WACHDOG_EXPIRED". I know i am noob but i tried like 4 different guides so far and couldnt resolve it.
[/quote]

Depending on what is going on most of the time when you start the wallet it will go to watchdog_expired for less then 10 minutes.  Basically it starts the masternode and it takes Sentinel up to ten minutes to fix it.  After that it should go pre_enabled, then after that it should go enabled.

If it is going watchdog_expired and sticking at that then there is something else wrong.

One of the main things that can happen is if you start the masternode before the wallet is done syncing then it will go to watchdog_expired, but Sentinel won't be able to vote since it is still syncing.  Then enough time will pass for the wallet status to change and then Sentinel can't fix it.  So make sure the masternode is fully synced before starting it.

Tell me if that helps.  Thanks!
newbie
Activity: 1
Merit: 0
January 16, 2018, 12:27:46 PM


The easiest way to set up a masternode is with this guide/script: https://github.com/u3mur4/terracoin

Hope that helps!
[/quote]

used the guide still gets "WACHDOG_EXPIRED". I know i am noob but i tried like 4 different guides so far and couldnt resolve it.
sr. member
Activity: 462
Merit: 252
January 15, 2018, 04:42:06 AM

I'm starting to think there is some incompatibility between Windows and Linux for the blockchain files or the wallet.dat. I am syncing from scratch with a fresh wallet on the Raspberry Pi now, and so far no Problems. I will keep you updated Wink
This is possible. Cause arm cpu and x86 cpu have different byte-order.

Yeah, something like that. My first thought was something with the levelDB, since the error mentioned the wallet.dat. I have wallets for 4 or 5 other coins that I can move between Windows and RasPi without problems, so it seems to be something specific to Terra...
sr. member
Activity: 425
Merit: 262
January 15, 2018, 04:33:46 AM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365



Thank you! I ended up letting the full sync run, it only took 3 or 4 hours, quite fast actually.

I am trying to set up the headless wallet on a Raspberry Pi 3, I compiled everything and I can start the daemon, but after a while it crashed with


*** System error while flushing: CDB: Error -30974, can't open database wallet.dat
Error: Error: A fatal internal error occurred, see debug.log for details
ERROR: ProcessNewBlock: ActivateBestChain failed


I can't see anything wrong with the wallet.dat, on my Windows machine it syncs and runs fine. Anyone got any experience with this?

I know some people wanted to set it up on Raspberry Pi, but I haven't ever heard of anyone actually doing it, sadly.

I'm starting to think there is some incompatibility between Windows and Linux for the blockchain files or the wallet.dat. I am syncing from scratch with a fresh wallet on the Raspberry Pi now, and so far no Problems. I will keep you updated Wink
This is possible. Cause arm cpu and x86 cpu have different byte-order.
sr. member
Activity: 462
Merit: 252
January 15, 2018, 03:32:00 AM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365



Thank you! I ended up letting the full sync run, it only took 3 or 4 hours, quite fast actually.

I am trying to set up the headless wallet on a Raspberry Pi 3, I compiled everything and I can start the daemon, but after a while it crashed with


*** System error while flushing: CDB: Error -30974, can't open database wallet.dat
Error: Error: A fatal internal error occurred, see debug.log for details
ERROR: ProcessNewBlock: ActivateBestChain failed


I can't see anything wrong with the wallet.dat, on my Windows machine it syncs and runs fine. Anyone got any experience with this?

I know some people wanted to set it up on Raspberry Pi, but I haven't ever heard of anyone actually doing it, sadly.

I'm starting to think there is some incompatibility between Windows and Linux for the blockchain files or the wallet.dat. I am syncing from scratch with a fresh wallet on the Raspberry Pi now, and so far no Problems. I will keep you updated Wink
legendary
Activity: 1231
Merit: 1001
January 14, 2018, 08:06:43 PM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365



Thank you! I ended up letting the full sync run, it only took 3 or 4 hours, quite fast actually.

I am trying to set up the headless wallet on a Raspberry Pi 3, I compiled everything and I can start the daemon, but after a while it crashed with


*** System error while flushing: CDB: Error -30974, can't open database wallet.dat
Error: Error: A fatal internal error occurred, see debug.log for details
ERROR: ProcessNewBlock: ActivateBestChain failed


I can't see anything wrong with the wallet.dat, on my Windows machine it syncs and runs fine. Anyone got any experience with this?

I know some people wanted to set it up on Raspberry Pi, but I haven't ever heard of anyone actually doing it, sadly.
sr. member
Activity: 462
Merit: 252
January 14, 2018, 06:19:37 AM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365



Thank you! I ended up letting the full sync run, it only took 3 or 4 hours, quite fast actually.

I am trying to set up the headless wallet on a Raspberry Pi 3, I compiled everything and I can start the daemon, but after a while it crashed with


*** System error while flushing: CDB: Error -30974, can't open database wallet.dat
Error: Error: A fatal internal error occurred, see debug.log for details
ERROR: ProcessNewBlock: ActivateBestChain failed


I can't see anything wrong with the wallet.dat, on my Windows machine it syncs and runs fine. Anyone got any experience with this?
sr. member
Activity: 489
Merit: 253
January 13, 2018, 09:13:00 PM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365

sr. member
Activity: 462
Merit: 252
January 13, 2018, 08:27:02 AM
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...
legendary
Activity: 1231
Merit: 1001
January 12, 2018, 09:45:15 PM
Thanks for the reply, and my first reward is coming through now. Regarding hosting servers, the guide recommended Vultr: is that who you recommend too?

Vultr is the best that I have found.  I was trying to save some money with Woot, but in the long run I probably lost money because of lost rewards and amount of work I have done.
Pages:
Jump to: