Pages:
Author

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

legendary
Activity: 1231
Merit: 1001
December 12, 2017, 04:21:15 PM
We have been added to another exchange and they are on the correct blockchain!  https://www.nlexch.com/markets/trcbtc
member
Activity: 119
Merit: 10
December 12, 2017, 02:20:26 PM
Is 13332 absolutely necessary?  Because I am using 9918 and it seems to be working fine.  I'll change it, but just wondering why.

13332 is not absolutely necessary, sentinel _should_ check terracoin.conf for rpcport= line.
Port 13333 is necessary for masternode p2p port.

Edit: If you must, you can also edit sentinel/lib/terracoin_config.py and change
        default_port = 13332 if (network == 'mainnet') else 18332
to
        default_port = 9918 if (network == 'mainnet') else 18332

Thanks for confirming.  It works, so I think it is checking properly.
legendary
Activity: 1231
Merit: 1001
December 12, 2017, 01:20:36 PM


can you check and confirm if you are on the right chain? once i oved ot correct chain and fixed sentinel this week, i started gettign rewards.

Yep, I am on the same chain
Quote
"blocks": 1134815,
the same as https://explorer.terracoin.io/

It is hard to troubleshoot on bitcointalk.  Can you join Telegram, Slack or Discord?  Thanks!
newbie
Activity: 36
Merit: 0
December 12, 2017, 12:09:39 PM
Is 13332 absolutely necessary?  Because I am using 9918 and it seems to be working fine.  I'll change it, but just wondering why.

13332 is not absolutely necessary, sentinel _should_ check terracoin.conf for rpcport= line.
Port 13333 is necessary for masternode p2p port.

Edit: If you must, you can also edit sentinel/lib/terracoin_config.py and change
        default_port = 13332 if (network == 'mainnet') else 18332
to
        default_port = 9918 if (network == 'mainnet') else 18332
member
Activity: 119
Merit: 10
December 12, 2017, 12:48:57 AM
guys please terracoin.conf my sentinel not working

This is what works for me.  There may be some lines that are irrelevant and can be removed :

daemon=1
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
listen=1
server=1
rpcport=9918
externalip=yourIP:13333
masternode=1
masternodeprivkey=yourprivkey

Make sure you download Sentinel from the link provided by Clockuniverse.

The rpcport should be 13332.

Is 13332 absolutely necessary?  Because I am using 9918 and it seems to be working fine.  I'll change it, but just wondering why.
legendary
Activity: 1231
Merit: 1001
December 11, 2017, 06:49:45 PM
guys please terracoin.conf my sentinel not working

This is what works for me.  There may be some lines that are irrelevant and can be removed :

daemon=1
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
listen=1
server=1
rpcport=9918
externalip=yourIP:13333
masternode=1
masternodeprivkey=yourprivkey

Make sure you download Sentinel from the link provided by Clockuniverse.

The rpcport should be 13332.
newbie
Activity: 49
Merit: 0
December 11, 2017, 04:53:00 PM


can you check and confirm if you are on the right chain? once i oved ot correct chain and fixed sentinel this week, i started gettign rewards.

Yep, I am on the same chain
Quote
"blocks": 1134815,
the same as https://explorer.terracoin.io/
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
December 11, 2017, 11:12:59 AM
WTS 6100 TRC , please pm.
newbie
Activity: 36
Merit: 0
December 11, 2017, 11:05:42 AM
maybe you could compile a terracoind for windows to work with sentinel?

It isn't terracoind for Windows that is the issue.

We are working on an exe for Sentinel for Windows.

Remember, you don't need Sentinel for a normal wallet.  You only need it to run on a masternode.
I was just thinking of this statement:
"Sentinel does only work with terracoind because it is independent of the QT client"

Sentinel works with terracoin qt on linux if you have your rpc credentials set in the conf file (and possibly server=1). terracoind is lighter for vps's however.

I have set in conf file all options, bud sentinel not autorize, bad password. Not work for me Linux QT and sentinel. Any advice?

You would need to restart the QT after setting credentials as the daemon won't know about the changes until it is restarted. Also make sure sentinel config file points to the proper location of terracoin.conf. You also may need rpcport=13332 in terracoin.conf
full member
Activity: 253
Merit: 101
December 11, 2017, 10:31:20 AM
Hi,

I didn't have reward since 1 week now
https://explorer.terracoin.io/address/16A2Xvufaw8Tba3Jt77EBZMgED795ZJuxd

Quote
[mn1@ns5 ~]$ terracoin-cli masternode status
"status": "Masternode successfully started"

[mn1@ns5 ~]$ terracoin-cli masternode list-conf
 "status": "ENABLED"

Sentinel seems to work

Quote
$ tail -20 sentinel.log
2017-12-11 14:16:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:16:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:16:01 current_time = 1513001761
2017-12-11 14:16:01 next_run_time = 1513002845
2017-12-11 14:16:01 Not yet time for an object sync/vote, moving on.
2017-12-11 14:17:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:17:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:17:01 current_time = 1513001821
2017-12-11 14:17:01 next_run_time = 1513002845
2017-12-11 14:17:01 Not yet time for an object sync/vote, moving on.
2017-12-11 14:18:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:18:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:18:02 current_time = 1513001882
2017-12-11 14:18:02 next_run_time = 1513002845
2017-12-11 14:18:02 Not yet time for an object sync/vote, moving on.
2017-12-11 14:19:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:19:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:19:01 current_time = 1513001941
2017-12-11 14:19:01 next_run_time = 1513002845
2017-12-11 14:19:01 Not yet time for an object sync/vote, moving on.

Could you tell me why I didn't receive rewards ?

can you check and confirm if you are on the right chain? once i oved ot correct chain and fixed sentinel this week, i started gettign rewards.
newbie
Activity: 49
Merit: 0
December 11, 2017, 10:20:44 AM
Hi,

I didn't have reward since 1 week now
https://explorer.terracoin.io/address/16A2Xvufaw8Tba3Jt77EBZMgED795ZJuxd

Quote
[mn1@ns5 ~]$ terracoin-cli masternode status
"status": "Masternode successfully started"

[mn1@ns5 ~]$ terracoin-cli masternode list-conf
 "status": "ENABLED"

Sentinel seems to work

Quote
$ tail -20 sentinel.log
2017-12-11 14:16:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:16:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:16:01 current_time = 1513001761
2017-12-11 14:16:01 next_run_time = 1513002845
2017-12-11 14:16:01 Not yet time for an object sync/vote, moving on.
2017-12-11 14:17:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:17:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:17:01 current_time = 1513001821
2017-12-11 14:17:01 next_run_time = 1513002845
2017-12-11 14:17:01 Not yet time for an object sync/vote, moving on.
2017-12-11 14:18:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:18:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:18:02 current_time = 1513001882
2017-12-11 14:18:02 next_run_time = 1513002845
2017-12-11 14:18:02 Not yet time for an object sync/vote, moving on.
2017-12-11 14:19:01 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-11 14:19:01 [info]: DB_SCHEMA_VERSION = [20170111-1]
2017-12-11 14:19:01 current_time = 1513001941
2017-12-11 14:19:01 next_run_time = 1513002845
2017-12-11 14:19:01 Not yet time for an object sync/vote, moving on.

Could you tell me why I didn't receive rewards ?
full member
Activity: 347
Merit: 100
CMC Community
December 11, 2017, 08:29:16 AM
My wallet stopped syncing 10 days ago and won't start again, anyone else?

Reindexing will fix the issue.  If you are using the GUI go to Tools > Wallet Repair > Rebuild index.  You will also need to install Sentinel on all of your masternodes to continue to get rewards.  Thanks!

Thanks, initiated the rebuild. That's gonna take a while Smiley

/e: yep that worked!
sr. member
Activity: 480
Merit: 250
December 11, 2017, 03:27:50 AM
maybe you could compile a terracoind for windows to work with sentinel?

It isn't terracoind for Windows that is the issue.

We are working on an exe for Sentinel for Windows.

Remember, you don't need Sentinel for a normal wallet.  You only need it to run on a masternode.
I was just thinking of this statement:
"Sentinel does only work with terracoind because it is independent of the QT client"

Sentinel works with terracoin qt on linux if you have your rpc credentials set in the conf file (and possibly server=1). terracoind is lighter for vps's however.

I have set in conf file all options, bud sentinel not autorize, bad password. Not work for me Linux QT and sentinel. Any advice?
newbie
Activity: 36
Merit: 0
December 11, 2017, 02:37:14 AM
maybe you could compile a terracoind for windows to work with sentinel?

It isn't terracoind for Windows that is the issue.

We are working on an exe for Sentinel for Windows.

Remember, you don't need Sentinel for a normal wallet.  You only need it to run on a masternode.
I was just thinking of this statement:
"Sentinel does only work with terracoind because it is independent of the QT client"

Sentinel works with terracoin qt on linux if you have your rpc credentials set in the conf file (and possibly server=1). terracoind is lighter for vps's however.
member
Activity: 119
Merit: 10
December 11, 2017, 01:54:54 AM
guys please terracoin.conf my sentinel not working

This is what works for me.  There may be some lines that are irrelevant and can be removed :

daemon=1
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
listen=1
server=1
rpcport=9918
externalip=yourIP:13333
masternode=1
masternodeprivkey=yourprivkey

Make sure you download Sentinel from the link provided by Clockuniverse.
sr. member
Activity: 480
Merit: 250
December 11, 2017, 01:45:38 AM
guys please terracoin.conf my sentinel not working
my sentinel have bad password to wallet not autorized JSON, patch to conf is ready.
full member
Activity: 361
Merit: 111
December 11, 2017, 01:19:30 AM
guys please terracoin.conf my sentinel not working
sr. member
Activity: 425
Merit: 262
December 10, 2017, 11:53:16 PM
...
One last question..

Is there a wallet app for android and apple phones yet?
...

Currently it's alpha testing ...
Alpha testing for android terracoin wallet: https://sourceforge.net/projects/hnindev/files/terracoin-app-alpha-release.zip
It's a fork of simple bitcoin wallet: https://github.com/btcontract/wallet

Please just use for testing with very small amount like 0.001 TRC.
Do NOT do ANY serious things, I'm not responsible for any loss from this.
member
Activity: 119
Merit: 10
December 10, 2017, 11:49:08 PM
I have problem with sentinel. I run linux QT wallet but sentinel not connect to JSON wallet. I have terracoin.conf. properly set. But still not works. Sentinel works only with terracoind???

I am running linux QT as well, no problems, but starting the masternode from Windows QT.  Can you show your terracoin.conf (blot out private info)? 
legendary
Activity: 1294
Merit: 1039
December 10, 2017, 10:35:38 PM
maybe you could compile a terracoind for windows to work with sentinel?

It isn't terracoind for Windows that is the issue.

We are working on an exe for Sentinel for Windows.

Remember, you don't need Sentinel for a normal wallet.  You only need it to run on a masternode.
I was just thinking of this statement:
"Sentinel does only work with terracoind because it is independent of the QT client"
Pages:
Jump to: