Pages:
Author

Topic: [ANN]INNOVA - We strive for innovation and adoption! | Hybrid Tribus coin - page 74. (Read 154438 times)

hero member
Activity: 1974
Merit: 856
I set up the sentinel 7h ago and it says ENABLED and succesfully started, but I haven received a payout yet. Is this normal? According to mnrank there are only very few MNs so, the payout should come more frequently?
newbie
Activity: 30
Merit: 0
don't change this part: "innova_conf". it should go back to dash or w/e it was
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Code:
innova/sentinel# venv/bin/python bin/sentinel.py
[Errno 2] No such file or directory: '/root/.dashcore/dash.conf'
DashCore must be installed and configured, including JSONRPC access in dash.conf


sentinel.conf


Code:
# specify path to innova.conf or leave blank                                           
# default is the same as innovacore                                                     
innova_conf=/root/.innovacore/innova.conf                                               
                                                                                       
# valid options are mainnet, testnet (default=mainnet)                                 
network=mainnet                                                                         
#network=testnet                                                                       
                                                                                       
# database connection details                                                           
db_name=database/sentinel.db                                                           
db_driver=sqlite

How fix?
newbie
Activity: 10
Merit: 0
there is no blocks in explorer since Thu, 16 Nov 2017 04:09:22 GMT
what happened?
newbie
Activity: 8
Merit: 0
need nodes from the correct chain

addnode=185.221.152.36:14520
addnode=188.190.223.233:14520
addnode=45.77.185.237:14520
addnode=45.77.224.172:14520
addnode=54.229.97.20:14520
addnode=79.98.29.86:14520
addnode=91.201.40.89:14520
addnode=94.158.36.89:14520
addnode=95.165.137.38:14520
addnode=95.46.8.36:14520
newbie
Activity: 30
Merit: 0
Hey everyone... for linux I used the vivo MN sentinel update guide to fix my innova MNs..
https://www.vivocrypto.com/vivo-technologies/masternodes/sentinel-guide/
if anyone is interested.
newbie
Activity: 30
Merit: 0
the mnsync status is stop at sporks status,
cant fully sync


I had this happen on one of my MNs. I just reindexed it again and it fully-synced.
full member
Activity: 266
Merit: 100
Next-Gen Blockchain Ecosystem - Luxcore.io
the mnsync status is stop at sporks status,
cant fully sync
newbie
Activity: 8
Merit: 0
need nodes from the correct chain
member
Activity: 170
Merit: 10
ok here we go, if you followed my previous posts I pointed out the chain forked in a bad way (probably when everyone was trying to update their masternodes to get sential to work) and a lot of peoples wallets and masternodes are stuck on the bad chain.  everybody needs to follow these instructions to make sure they are on the good chain and not stuck on the bad chain.  note: i am not a dev, but know enough to figure things like this out.

the split happened between 18330 and 18331. 

https://altminer.net/explorer/INN and http://pool.friends-master.net/explorer/INN are both all IN SYNC and continuing to produce blocks and they match the official block explorer http://explorer.innovacoin.info/  .    anyone on the bad chain is stuck and isnt updating anymore.

all 3 of those pools and official explorer blockchains (which are the 'good chains') have the same block hash for 18331 which is '00000000007438cffeb3687ada9955f7279b6ef492037579aa99b1a263092d86'.   

on linux, type 'innova-cli getblockhash 18331' to get that.  on windows, it's  Tools|Debug Console.  Then type 'getblockhash 18331'.

if your block hash for 18331 does NOT match the above, THEN YOU'RE ON A BAD CHAIN, and need to reindex and try again until you're on the good chain.   this goes for both the windows wallets and linux wallets and masternodes.

to reindex on linux:
innova-cli stop
cd .innovacore
rm mncache.dat
rm mnpayments.dat
innovad -daemon -reindex

unfortunately crypotia is on a bad chain and stuck.  that is obvious becuase you can see the state of their chain at https://www.cryptopia.co.nz/CoinInfo/?coin=INN and its stuck at 18358.    someone will need to send them these instructions too so they can fix it on their end.

as for the windows wallets you , to see if your windows wallet is on the good chain, Tools|Debug Console.  Then type 'getblockhash 18331' and make sure it matches '00000000007438cffeb3687ada9955f7279b6ef492037579aa99b1a263092d86'.   if it doesn't match, you'll need to rebuild index.  DONT DELETE YOUR WALLET.DAT FILE bc thats what has your keys.  In fact, BACKUP YOUR WALLET.DAT file somewhere else.  or even just zip the whole folder off and save it just to be sure. the files are here: 'C:\Users\YOURWINDOWSLOGIN\AppData\Roaming\InnovaCore' (obviously your exact path will vary for each since your usernames will be different).  so close the wallet, go to 'C:\Users\YOURWINDOWSLOGIN\AppData\Roaming\InnovaCore' and delete mncache.dat, mnpayments.dat, delete entire blocks and chainstate folder.   then open up the GUI wallet app again and let it sync. check blockhash for 18331 again.  if it doesnt match, wash, rinse, repeat these instructions again until it does.   

also, when all said and done, once you got it all fixed or think you do, then check the last block on all 3 explorers
https://altminer.net/explorer/INN
http://pool.friends-master.net/explorer/INN
http://explorer.innovacoin.info/
and make sure your masternode and windows wallet are also matching.  if they all match (for me as of me writing this up its at block 18436) which is way after that bad split happened so you're good to go then.

and just for sake of it:
innova-cli getblockhash 18436
00000000009675926f635c41a8e18a5ce4aaf45f4f4bdff0fdd45a164aa68c51

they all match for me on the pools and official explorer and my wallet... )

oh and hey if this helped you at all and you want to donate, feel free to send INN to iHHUJqqsJiXRg3ScMzzpGEdFxhPojNa84H Smiley lol
member
Activity: 105
Merit: 10
This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

The guide outlined here http://innovacoin.info/masternode-guides/sentinel-guide-windows/ has some problems and may not allow you to setup correctly. Also, Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-INNOVA

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\InnovaCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\InnovaCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\InnovaCore EXCEPT for three files, i.e. innova.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS innova.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9920
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9920 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet innova-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet innova-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_INNOVA

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Innova-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_INNOVA\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\InnovaCore\innova.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Innova-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\InnovaCore\innova.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet innova-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.
Thanks mate, you saved the day
newbie
Activity: 4
Merit: 0
Can the problem be in the new mining pool that made a fork in the chain?
member
Activity: 98
Merit: 10
This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

The guide outlined here http://innovacoin.info/masternode-guides/sentinel-guide-windows/ has some problems and may not allow you to setup correctly. Also, Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-INNOVA

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\InnovaCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\InnovaCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\InnovaCore EXCEPT for three files, i.e. innova.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS innova.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9920
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9920 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet innova-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet innova-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_INNOVA

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Innova-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_INNOVA\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\InnovaCore\innova.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Innova-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\InnovaCore\innova.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet innova-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.
member
Activity: 170
Merit: 10
the blockchain split happened between 18330 and 18331

root@innmn02:~# innova-cli getblockhash 18328
00000000003fe178d898281a2d0cd2b0c5559352c957727d29b754617c0e9d70   <------ same
root@innmn02:~# innova-cli getblockhash 18329
00000000007da288d96f02616149af35f8d0d82f35c260bc7c7038464e0973fa   <------ same
root@innmn02:~# innova-cli getblockhash 18330
0000000000844523b9d322959ff0c6877bba51486c2a13666b9d66393b1ca7be   <------ same
root@innmn02:~# innova-cli getblockhash 18331
00000000007438cffeb3687ada9955f7279b6ef492037579aa99b1a263092d86   <------ different
root@innmn02:~# innova-cli getblockhash 18332
00000000006789b9e6d3c6cab69fa026aaf712a17a04c89a2b7aa738948ed4e2   <------ different


root@innmn01:~# innova-cli getblockhash 18328
00000000003fe178d898281a2d0cd2b0c5559352c957727d29b754617c0e9d70   <------ same
root@innmn01:~# innova-cli getblockhash 18329
00000000007da288d96f02616149af35f8d0d82f35c260bc7c7038464e0973fa   <------ same
root@innmn01:~# innova-cli getblockhash 18330
0000000000844523b9d322959ff0c6877bba51486c2a13666b9d66393b1ca7be   <------ same
root@innmn01:~# innova-cli getblockhash 18331
000000000047e488376610b8671802bce26a6672361bdd8fc51fd508d3c706be   <------ different
root@innmn01:~# innova-cli getblockhash 18332
0000000001153119238e964ecc39d51d08cbb8a029599cabafb1380fd5049781   <------ different
full member
Activity: 266
Merit: 100
Next-Gen Blockchain Ecosystem - Luxcore.io
how to solve this problem , cant connect to innovad

"Cannot connect to dashd. Please ensure dashd is running and the JSONRPC port is open to Sentinel."
newbie
Activity: 62
Merit: 0
I thought I had this taken care of earlier, then came back and see watchdog AGAIN..

After going through A B and C, now wallet has 0 connections, great... I have no idea what ive done
legendary
Activity: 3486
Merit: 1126
I think everything is f'd up, like we've got a blockchain split.   I've got 3 masternodes, and the chains are different.


root@innmn01:~/.innovacore# innova-cli getblockhash 18355
00000000000d905f2208aec4fc6f06fa0afe38b8d0581aa20a3969b63fff8ac4
root@innmn01:~/.innovacore# innova-cli getblockhash 18356
0000000000def0c0023bb01fcf9a46d2cb7f6b53638de9f60076129cacc75f4b
root@innmn01:~/.innovacore# innova-cli getblockhash 18357
0000000000525776d9dbd53c140bd2422dd7978007d1f6916d5987566892dd97

root@innmn03:~/.innovacore# innova-cli getblockhash 18355
0000000000f961ed4a12147e6ffd1a8c1f05f304cbc0aab202fd8ac9b913f632
root@innmn03:~/.innovacore# innova-cli getblockhash 18356
0000000000bcf29f52e247a72e8ae8d60c8f85f1b6bc104b0b0817d867b7c9c8
root@innmn03:~/.innovacore# innova-cli getblockhash 18357
00000000009fa120ca747f4901417a589fcf52aae7ca7675bac78142862e77bb


yup seems to be some sort of fork...

innova-cli getblockhash 18355
00000000000d905f2208aec4fc6f06fa0afe38b8d0581aa20a3969b63fff8ac4

my masternode isn't even to this height yet...
member
Activity: 170
Merit: 10
I think everything is f'd up, like we've got a blockchain split.   I've got 3 masternodes, and the chains are different.


root@innmn01:~/.innovacore# innova-cli getblockhash 18355
00000000000d905f2208aec4fc6f06fa0afe38b8d0581aa20a3969b63fff8ac4
root@innmn01:~/.innovacore# innova-cli getblockhash 18356
0000000000def0c0023bb01fcf9a46d2cb7f6b53638de9f60076129cacc75f4b
root@innmn01:~/.innovacore# innova-cli getblockhash 18357
0000000000525776d9dbd53c140bd2422dd7978007d1f6916d5987566892dd97

root@innmn03:~/.innovacore# innova-cli getblockhash 18355
0000000000f961ed4a12147e6ffd1a8c1f05f304cbc0aab202fd8ac9b913f632
root@innmn03:~/.innovacore# innova-cli getblockhash 18356
0000000000bcf29f52e247a72e8ae8d60c8f85f1b6bc104b0b0817d867b7c9c8
root@innmn03:~/.innovacore# innova-cli getblockhash 18357
00000000009fa120ca747f4901417a589fcf52aae7ca7675bac78142862e77bb
full member
Activity: 210
Merit: 100
Giving up, cant get windows sentinel to work. Eventually got linux to build but getting Error: There is no RPC client functionality in innovad anymore. Use the innova-cli utility instead  -when i try to run innovad –daemon
full member
Activity: 210
Merit: 100
Additionally, in order to avoid the windows error, I am trying to install the linux masternode on Ubuntu and I am getting make errors.

make: *** [all-recursive] Error 1

It then fails to install -
Pages:
Jump to: