#🔩・node-operators
1 messages · Page 3 of 1
Hi, I’m trying to connect my Golang client code to an Injective node. It works for the default mainnet servers but it is difficult to figure out the Network configuration URLs for a local node. Looking for some help, any idea how to get this working?
I can't find the config for chain stream in node config file (app.toml) -- https://github.com/InjectiveLabs/mainnet-config/blob/master/10001/app.toml
or in the config.toml -- https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/refs/heads/master/selinux/config/config.toml
where can I configure it, or am I looking in the wrong place?
Has anyone got a node running with the indexer that I can use to run pyinjective API calls on?
I can't depend on sentry.exchange.grpc.injective.network:443 as the its constantly down, and can't yet justify running my own node.
@frozen dune

Hi mate. If your local node is operating correctly (check status with “injectived status”), and you did not change any config you should be able to contact the endpoints with default ports. I saw you listed the services you are trying to connect to in another channel. The default ports are:
rpc: 26657
lcd: 10337
grpc: 9900
So add local services as
http://localhost:<port>
Thank you! I will try with that
Yes I do
Any injective dev can clarify recommended EBS throughput and IOPS? Seeing massive slow sync speed on our nodes and we're running m6i 2xlarge and nothing being used.
Sync speed is 0 point 7 and causing our nodes to slow down massively.
(Auto mod though I was linking..)
Would rocksdb improve perf?
Hey. I run my own injective node. Everything worked fine but last week my node started lagging behind. As i understand from injectived logs my node cannot connect to peers to be up to date. I retrieve many errors from p2p module. Is anyone encountered the same situation?
I’m the same above, we need a updated peer list
Hey all,
I am running injective node and it exposes metrics on I think 10337 but it is in json format , can you please help me on how to use it in Prometheus ?
Is anyone using json exporter to get metrics out of 10337/metrics to Prometheus?
I want help in preparing config yml for json exporter, if anyone has it , would be a great help
prometheus use 26660 port as default.
You can see prometheus_listen_addr = ":26660" at config.toml
Thanks
Hello Everyone,
I’ve been running an Injective RPC node that was always in sync until recently. Over the past few days, the node has started to lag behind significantly and takes much longer to catch up. My hardware specifications are more than sufficient:
RAM: 128 GB
CPU: 12 cores
Storage: 3TB NVMe
I’ve attached a graph that shows the node’s performance over time—it was consistently in sync before, but the lag has become noticeable now.
Does anyone know what might be causing this sudden delay? Are there any known issues or configuration changes that could be contributing to the problem, and what steps might help resolve it?
Thanks in advance for your insights.
hello,
if there is no software issue like resource exhaustion (in case you run other nodes or something on this server), or a hardware problem e.g. NVMe on its way out -- you can check the disks health with smartctl or nvme-cli --, which may cause of lot of iowait
then it may be related to a peering issue, like not enough outbound peers. Maybe you can grab an updated addrbook and see if that helps
also, disabling the index and pruning while the node catches may help make it faster
Hi Folks,
I've built a full Injective Dex stack but after my first snapshot refresh, my event provider is no longer pulling events? Any thoughts? The node is in sync
I've had some success with setting INDEXER_CHAIN_START_HEIGHT but it's not clear how to set this relative to the block height of the snapshot
Hey, thanks for the responses!
I have a couple of questions:
Addrbook Update:
I was under the impression that the addrbook is automatically created when seed peers are provided and the node starts. How can I obtain an updated addrbook after the node is running?
Catching_up vs. Block Height Difference:
When I check my node's status, it shows catching_up: false. However, I noticed that the latest block height of my node is about 6,000 blocks behind that of a community node. I understood that catching_up: false indicates the node is fully synced and not lagging behind. Could you please clarify why this discrepancy might occur?
I’m running the enterprise edition of NVMe drives and have confirmed that disk health is fine. Any insights would be appreciated!
sometimes the node does not realize that it is lagging behind , but if you restart it, you should see "catching_up: true" (it's not going to affect anything else though)
Seeds : yes, although sometimes your node won't be able to connect. Personally I prefer having no seeds and no persistent peers, letting the node get them through pex
you can check the number of peers that you are connected to with curl localhost:26657/net_info |jq |grep n_peers -- my validator has 81 right now for example
to get the count of outbound peers (which are the ones you need) : curl localhost:26657/net_info |jq |grep '"is_outbound": true' |wc -l
if you don't have many, then maybe you can grab an updated addrbook e.g. at https://polkachu.com/addrbooks/injective (to apply it you need to restart the node)
Hey , Thanks
I did no seeds and no persistant peers and letting node get through pex
i have 35 outbound peers, now i am not able to gather more than that on its own, how to increase the no of peers ?
35 outbound peers isn't bad already, that should be fine
one thing to accelerate the process also, can be to update your config.toml in the [consensus] section : skip_timeout_commit = true
also, disabling logging might help : ̀log_level = "panic"`
next you can install glances and use it to check the current load of the server including the iowait.
or just resync from a snapshot if maybe the data is gigantic
I can't think of further explanations except the bandwidth being limited but I doubt this is the case 🤷♂️
I'm getting the error "process exited with error: failed to process events: failed to get corresponding market for position. marketID" for KAITO/USDT PERP from indexer-exchange-process I did a snapshot refresh this morning after shutting my stack down and only restarted the stack in stages after the node had synced, followed by indexer-eventprovider-process . How can I track down and correct the failing lookup?
I'm wondering if the perp has launched during a period not covered by the snapshot
Hello, I'm trying to build a node archive but when i launch it i got this error error during handshake error on replay wrong app version 0, upgrade handler is missing for v1 12 0 upgrade plan.
If anyone can help it would be great !
You should run with correct version for block height range.
57076000~ : v1.12.0
80319200~ : v1.13.0
82830000~ : v1.13.2
106315000~ : v1.14.0
How am I supposed to specify the interval I want? Because I downloaded the archive data from S3, I don't see how I'm supposed to specify the range. Here, I've used injectived 1 14, which should therefore take into account the range 106315000.
Just run with 1.12.0 until reach 80319200 height.
At reach 80319200, Injective node will stop syncing automatically.
After, You upgrade 1.13.0 then It'll be syncing again.
thanks i'll keep you posted !
Hi Thomas,
Thank you very much for your previous help—it’s been truly appreciated.
According to the system details I gathered using Glances, everything appears to be operating normally. However, I’m still experiencing persistent lag issues that sometimes spike up to 50k.
Attaching the glances output screenshot below.
Any insights on potential causes or recommendations to help resolve these lag spikes would be extremely helpful.
Thanks again for your support
Don't reply to scammers or click on any random link
hello,
so from a quick look at this screenshot :
- that cpu you have has a limited single core performance, which is what's important with Injective... see the comparison with the 4464P I'm using on our validator : https://www.cpubenchmark.net/compare/3591vs6073/AMD-EPYC-7402P-vs-AMD-EPYC-4464P -- the single core performance is double
- it may just be related to the very moment at which you took the screenshot, but the write speed is quite low and perhaps that NVMe isn't super fast -- can you paste the output of
nvme listto get an idea of what the hardware actually is ?
(I've come to realize that i/o performance can wildly differ from one manufacturer / model to another, despite what the official specs say)
Thanks Thomas, Really appreciate the help on this.
Btw I had another question,
How do we handle version upgrades automatically with cosmovisor ? i think we need upgrade-info json to automatically do it with cosmovisor, but for last release i didn't get it and node was down for a while or do we need manual intervention everytime for upgrades ?
hello,
the upgrade-info.json file will appear in the data folder when the upgrade time is reached, and cosmovisor will trigger the binary change
there's an official tutorial on how to set it up actually : https://docs.injective.network/nodes/getting-started/running-a-node/cosmovisor
it's fairly easy, the only thing that is out of the ordinary is that you need to take libwasmvm.x86_64.so into consideration as there's usually a new version with each upgrade, and the new binary won't typically work with the previous one.
it's specified in steps 5 and 6 of the guide
The new binary, download and keeping it at right place has to be done manually ? can't it be automated ?
hem, so
yes, in theory
in the service file, if you set Environment="DAEMON_ALLOW_DOWNLOAD_BINARIES=true", cosmovisor will attempt to download the binary from the path specified in upgrade-info.json, and switch onto it.
2 things :
- this is generally frowned upon for security reasons (if the upstream github is hacked somehow and a malicious actor distributes an altered binary and forces a state change, you get the idea -- afaik this never, ever happened so risk is low. But still, its preferable to prepare the upgrades manually).
- for Injective, I'm not sure it can work at all, because of the
libwasmvm.x86_64.sorequirement (it would have worked for today's upgrade as the lib did not change, but usually it won't)
Okay so how to set an alert or something to know that an upgrade is coming, can we do that ?
hm there's no governance channel in this discord indeed, it seems
because i came to know as my node stopped and i have an alert on that and that is not good practise , i am searching for a way to know beforehand so theres no downtime generally
I had made a python script to monitor proposals and send discord alerts a while back : https://github.com/HighStakesSwitzerland/Discord_Alerts_Cosmos_Proposals
it's a simplified version of the tool we use internally so you could potentially have it run on your server and set it up to send you messages..
pretty sure there are existing TG bots or something though, maybe more sophisticated and easier to subscribe to
Thanks Thomas, really appreciate it
Hi Thomas,
I restarted my node and resumed syncing, and my graph showed that I was closing the gap to the head block. However, it suddenly stalled, and the blocks-per-second rate dropped. Since my CPU, memory, and disk I/O are all normal, I suspect it might be related to peer connectivity. Have you encountered this before, and do you have any recommendations on how to address it? Sometimes my node lags and takes a while to catch up to the tip, so any insights would be much appreciated
hm that system graph is strange. Something caused the cpu usage to suddenly increase ?
you can add another visualization to monitor the peers : cometbft_p2p_peers{instance="localhost:26660"}
That CPU spike is because thats when node started running and syncing, earlier it was down
Peers grahph is attached from the same metrics which you suggested earlier.
oh I see, normal cpu then
peering looks fine too actually, I guess it will increase further over time
yup,
so do you go out of sync sometimes ? how do you maintain peers ? do you manually search for good peers and give it in config ?
No, this does not happen
Some missed blocks from time to time, but that's it usually.
I have no peers or seeds in the configuration, just the ''natural'' pex
I'm trying to build Injective node binary myself, but I'm not able to figure out where I can get the appropriate source from
Ok - I'm battling with the spam check here
Any relevant info I'm trying to provide gets blocked 😅
Do not reply to random dms
@dull totem, I was DM'd by @abrahamtitus who suggested that I join another server to open a "support ticket" 🙄
might be worth kicking him out of here..
Thank you
Yeah but it doesn't include the commit hash mentioned in the latest release?
Hi, there's no linux-amd64_zip file for the latest Corfu-v1_15_0-beta-1742307638 release
Who handles the dumping of mongo db to s3://injective-snapshots/mainnet/weekly/mongo and how can we get more recent dumps?
Or, are there alternative sources of dumps for eventProviderV2 and exchangeV2?
vps req
Are invariant checks enabled for most validators on mainnet?
Hello is there a channel for node upgrade announcements ?
That would be #🔊・validators-announcements and #🏛️・validators-gov
If you can't see these channels, you should ask someone from the team for the appropriate role I guess
Can I please get the validator role? @gusty jetty
Could I please be given the validator role. @gusty jetty Thanks.
@loud jetty
Hi, can you please ask one of your team members to confirm you're with Republic?
Hi can you please provide with websites offer private injective nodes , similar to quick nodes ‘ only has testnet ?
Thnx 🫡
Thank do you know who should i ping to ?
anyone from the team should be able to help -- Nikola, Achilleas, Albert...
How do we ping? My message just disappeared
What's the issue?
I can't access the channels that hold the vital information I need about my node probably due to a role
@loud jetty
..
Thank you... I'll come back to check 😎
Hi, this channel is reserved for validators. If you're a validator please ask someone from your team to make the request to add you in.
Hi, is anyone running an
Injective RPC node with historical data starting from block 107,987,551?
peggo question: it looks like peggo requires a alchemy subscription (as it requires alchemy_filteredNewFullPendingTransactions ) on their websocket.
do I need to use the same alchemy endpoint for the RPC node (as I have regular gEth clients running locally, which i'd prefer to use) and just have peggo listening on the alchemy endpoint ?
(is this question better raised as an issue on the peggo GH?)
Helo @simple olive is it possible to add me to the node annoucement channel, to ensure we can follow upgrade ?
Anyone can share the more up to date snapshot for archive node ? I an not able to sync from 59693872
You should restart the nodde and resync
Hi there I have question question about running full node non validator is it possible and is it good for trading
@sick heron
thanks just banned him
Hey I am trying to run injective node can anyone help me with the correct documentation for running it . I just have an empty server
You can get started from here: https://docs.injective.network/nodes/getting-started/running-a-node
Hey, is state sync working?
Of course it’s
Which server are you using for state sync ?
Hi, this is Alex from Endorphine Stake.
I was wondering if the Foundation's delegation program is still active, or has it ended?
Please do not spam it everywhere ser
we have asked about it and are now waiting for a reply
Sorry, just waiting for a reply here
hello @stray hound , could you share your config, I'm experiencing an similar issue where the node suddenly lags behind by 500 to 600 blocks. After that, it's very difficult to recover, and the node keeps failing to sync with the mainnet.
However, after I restart the node, it starts to gradually catch up with the mainnet again.
hi there
it can be related to config options (you need to set pruning = nothing in app.toml for example), but if you applied the advice provided in this channel before you should be fine -- recommendations didn't change.
feel free to upload your app.toml & config.toml here actually, it will be easier to spot a potential issue.
what hardware do you have ? cpu / disk in particular ?
I think the resources sould be fine.
Comparison with the main network block height, and I restart at 23:00
not necessarily -- if the cpu has insufficient single core performance it might cause exactly that
do you know the exact make and model of the cpu ? cat /proc/cpuinfo |grep "model name"should give you the info otherwise
you can also check the evolution of the number of peers that you are connected to with grafana, might give some insight if it is correlated to the lag
can't see anything really wrong
your external ip isn't set apparently so you mustn't have any inbound peers but that shouldn't affect the uptime
you have the index enabled in config.toml, as well as the api / grpc / evm-rpc in app.toml -- the node maybe needs to process requests that can be heavy ?
and prometheus = false so you can't actually get the metrics
instead you can run ̀curl 127.0.0.1:26657/net_info |grep n_peers` to check the number of peers you are connected to
ok, the cpu is 8259CL, and the n_peers are 50.
set prometheus = true can see any useful information for my situation ?
This issue occurs approximately once every 1 to 3 days. 😂
well, if a restart mitigates the issue, you can perhaps schedule an auto-restart of the node every 24h or so
see the performance comparison
your cpu vs the one I'm using currently for our nodes, vs the one I was using previously and had serious uptime issues
the "Single Thread Rating" value is especially important for Injective, and yours is significantly lower than even the 5900X
if you deploy a grafana dashboard and feed it the prometheus metrics, yes
OK, thank you. I will look at the cpu model and prometheus.
I had made a guide to set up grafana for Elys, which should be mostly valid still: https://github.com/elys-network/grafana
it's just one implementation among many different approaches, but it can give you some pointers already
hey is node run incentivise ?
nice try to scam
I'm doing source build instructions instead of binaries for 1.16.0: https://docs.injective.network/developers/injectived/install#getting-started-with-source-code
it does make peggo and injectived,
but what about injective-exchange and libwasmvm.x86_64.so that come in the binary download?
I’m currently observing that I seem to have lost many validators, on this metrics: metric_cometbft_consensus_missing_validators.
This is expected behavior.
,"injective-node","2025-07-30 16:00:00","1"
,"injective-node","2025-07-30 16:01:00","0"
,"injective-node","2025-07-30 16:02:00","0"
...
,"injective-node","2025-07-30 16:59:00","0"
,"injective-node","2025-07-30 17:00:00","0"
This is abnormal:
,"injective-node","2025-07-30 19:00:00","0"
,"injective-node","2025-07-30 19:01:00","0"
,"injective-node","2025-07-30 19:02:00","0"
,"injective-node","2025-07-30 19:03:00","6"
,"injective-node","2025-07-30 19:04:00","19"
,"injective-node","2025-07-30 19:05:00","15"
,"injective-node","2025-07-30 19:06:00","22"
...
,"injective-node","2025-07-30 20:00:00","1"
any correlation with some hardware metrics ?
e.g. I'm seeing a heightened activity in cpu and bandwidth since ~13h10 UTC, might be related
yes, I saw theres higher bandwidth and iops, but not to reach the limit
upgrade in progress? moved to Version v1.16.0 (daf90f4) but nothing happening.
don't see that one, lots of this tho.
ERR Failed to send Reset message module=mempool
same here
chain has stopped ?!
Nope, the chain has not stopped. We are currently going through a big upgrade which is why txs are not going through right now.
Please wait a bit, everything will be back to normal very soon
appers to be moving -- just out of interest, how come there is nobody commenting here at all during an upgrade?
wondering the same. I'm just monitoring and waiting
it's moving but the explorer is still in maintenance mode https://injscan.com/maintenance/
I see MintScan is already at block 127,250,787
we keep getting this with the new version, tried a post-upgrade snapshot and still getting the same error:
failed to initialize database: L0: 414508: file 414508 (type 2) unknown to the objstorage provider: file does not exist
L0: 615519: file 615519 (type 2) unknown to the objstorage provider: file does not exist
L0: 979602: file 979602 (type 2) unknown to the objstorage provider: file does not exist
Anyone hit this?
I'm running MM Stack, the injective-core container started correctly and is apparently synced, however the event provider (v1.16.53) crashes continuously with this error, each time it restart it try to start sync from 127250000 block
someone encounters the same issue?
Seeing this public endpoint being blocked by CORS since the upgrade
https://sentry.exchange.grpc-web.injective.network/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/OrderbookV2
Appears this was as we were using pebbledb defined instead of goleveldb for anyone else running into the same issue.
@unique tendon friendly suggestion to state in your snapshot docs which db_backend you are using on your snapshot node 🙏
Our mainnet RPC nodes are stuck again since an hour ago. I just wanted to confirm that this is network wide?
yes
indeed it is
@loud jetty hey, Andrea from Crosnest here, could you add me to the validstor channel please?
done
please add me too 🙏 @loud jetty
Could you add me too? I am working with the Wormhole team and operating Injective nodes.
please add me too @loud jetty
can you please add me as well @loud jetty
Same for me and @regal mountain @worldly vault please
Can you add me as well pls?
@loud jetty
If anyone from Injective is around, may I get added into the validator channel ?
Hey guys, please ask your respective teams to make the request so we can add you in
through which channels? slack?
@loud jetty pls add me
Slack or if they have discord role already that works too
can i please be added to the validator channel?
How to run node is it free???
can you please add me as well
has this thing stalled again?
@loud jetty hey ! can you add me to the validator channel ?
@loud jetty Could you add me to the validator channel too?
@loud jetty Could you add me to the validator channel?
@loud jetty we run nodes for a dapp, need visibility for stalls like this, pls add me to validator channel 
@loud jetty Hi, we also run Injective nodes and would like to get informed about network stalls
Can you pls add me to the validator channel?
Hey guys, please refer to this
#🔩・node-operators message
What does this mean? Wanna drop an email or?
If someone from your team is already in the validator channels then you can ask them to get you added or you can ping us in any channels (Slack/Telegram) we may have with your team.
Nobody from our team is in your Validator channel. We don't validate your chain. We are part of the Wormhole endpoint, that is why we run the nodes.
I see, validators channel is for validators only, if you have questions or anything then you can ask over here in this channel as well.
If the issue is about node stopping syncing the blocks then just restarting the node should help.
hi @loud jetty just checking in - any news for us?
oh dear
Hello, it seems the chain is halted at block 127,692,146, do we have any official communication on this incident?
The team is aware of the situation and are on it already
Thank you for the feedback
I am running an INJ mainnet RPC node locally, but today it cannot connect to peers and cannot sync blocks to the local node. Restarting the application does not resolve the issue. The logs are as follows. Could anyone kindly help me with this?
am i too late to run the node or early. Want some opinions from devs
You are not late or even early you can run a node when ever you're ready
whats the benefit of running node ?
There aren't any benefits of running a node, though if you run a full node and become an active validator then you can earn through the staking commissions.
Hello everyone! I'm trying optimise my validator node to miss less blocks, anybody have some recommedations for tuning config or system for better SLI?
thank you! any updates on the delegation program?
Hello everyone,
We’re having trouble getting statesync to complete on an Injective node. Tendermint discovers only way too old snapshots and rejects them with light block not found because public RPCs don’t serve the required heights
We have a tested trust height of "last_height - 2000" to "last_height - 10000"
We have the last version of injectived (1.16.1)
We’ve tested several seeds and rpc (we also tested the list from the GitHub seeds.txt (https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/refs/heads/master/10001/seeds.txt)
Anyone successfully run statesync recently and can share what worked?
Example log :
10:00AM INF Discovered new snapshot format=3 hash=6673E0... height=114589500 module=statesync
10:00AM INF error from light block request from primary, replacing... error="light block not found" height=114589501 module=light primary=http{https://injective-rpc.polkachu.com:443}
10:00AM INF failed to fetch and verify app hash err="light block not found" module=statesync
10:00AM INF Snapshot rejected format=3 hash=6673E0... height=114589500 module=statesync
Statesync is complicated with Injective
A surefire solution is to have your own RPC providing the snapshot chunks (and adding it as a persistent peer, with the node id of the statesyncing node as an "unconditional peer" in this RPC node).
Relying on 3rd parties is unlikely to succeed in my experience.
When I need to statesync (e.g. I did that when deploying a new pebbledb node last week), I temporarily activate the snapshots on one of my backup nodes and do it from there.
Thanks for the tip. Anyway, it's a bit alarming that on several Tendermint-based blockchains we've tested, state sync doesn't work at all with public RPC endpoints.
This should help extensively
https://injective.notion.site/Injective-Exchange-Service-Setup-Guide-7e59980634d54991862300670583d46a
Can it be run via cellphone, sir?
any body here who has experience in maintaining injective private node? frm bare metal
i am having issues with starting indexer container
is this a scam?
what?
yes
Yes, please block and report.
when i run indexer-eventprovider-process, it causes error of coundnt connect to 26657, where I can access that locally
i just exactly followed the documentaton for the main net set up,
can I assume I dont have to make special changes for the working?
hi is there any benefit to run a node?
any guide
you mean a bout running node ?
pls help me how to run a node
This should help
#🔩・node-operators message
How I can fix this error. I don't know this error "injectived[4124487]: L3: 013850: file 013850 (type 2) unknown to the objstorage provider: file does not exist" although I had checked I had in ~/.injectived/data/application that I had extract snapshot before. I had checkout the right version and right chain . I run node in testnet
Thanks everyone.
Hi, I restored my node from snapshot and its not failing with the below error
panic: failed to initialize database: L0: 000002: file 000002 (type 2) unknown to the objstorage provider: file does not exist
Try re-downloading the snapshot, verifying file permissions, or consider re-syncing the node from genesis if possible.
Can I run the injective node
Yup, anyone can run Injective node
You can get started here: https://docs.injective.network/nodes/getting-started/running-a-node
Hey I am trying to run a testnet node, and I keep getting this error message: panic: failed to load latest version: failed to load store: wanted to load target 96396676 but only found up to 96396675
Also, is there a place where we can download snapshots for testnet (like older snapshots)?
How much bandwidth does mainnet node typically consume? I’m not looking for an exact number — I just want to confirm whether it uses an unusually large amount of bandwidth, like Solana does.
No, Ethereum mainnet nodes do not consume unusually large bandwidth like Solana.
GM everyone, Joe here from LinkPool 👋
We’ve seen the Injective EVM go live with Chainlink Data Streams this week, impressive launch.
We've ran nodes on it since 2024 and run Chainlink Data Streams for injective and would like to speak to the foundation around validators.
Who’s the best person or channel to speak with about validator onboarding and ecosystem partnerships?
Appreciate any pointers.
achilleas or justin
what is the best way to reach out?
@loud jetty @polar vector
Hello, I'm spinning up a new RPC and see "Finalizing commit of block" and also err="invalid height value"
And earliest_block_height is stalled
Any Idea about why is it happening?
Yes
@loud jetty @polar vector can we set up a call i have sent over requests to DM
gm! anyone with a snapshot/node around height 141150000 from the last update?
@loud jetty @polar vector are you there?
Hi! I'm getting the following error after upgrading to v1 17 1:
error during handshake: error on replay: wrong app version 0, upgrade handler is missing for v1 17 0 upgrade plan
I ran the same upgrade process on two nodes with the same config: one worked fine, the other one is showing the error and failing to start.
I think I'll need to wait until we reach block #144210000 before upgrading. Not sure why my other node is not showing the same error 🤔
upgrade now
Hi! I’m running an Injective node with pruning = "nothing". It works fine, but my disk fills up very fast. How are you handling disk growth?
Hi guys the whole network look like its missing lots of blocks.
maybe change to default
ohw do u have any examples?
On the explorer i was seeing
testnet hub injective network/stake i was seeing main nodes missing blocks.
Hello 👋 I am having issues running my Injective Node, maybe someone here could help?
Feel free to ask the question
We have been running a node since December with pruning disabled "cosmos/bank/v1beta1/supply/by_denom" returns 0 for our node but has the correct value on the public RPC node. Did I miss something in the configuration?
cc @loud jetty
Hi!
Who can I contact from the team to discuss onboarding and providing validator capabilities?
is there an upgrade soon ?
iv never done one before, is it hard?
choice has a demo tomorrow lol
setting up cosmovisor 🙂
when chain release upload?
id like to sleep while upgrade happens
https://x.com/injective/status/2024245956883992971?s=46 is this feb 19, 9am est?
The new Injective Mainnet Upgrade proposal (IIP-619) has officially passed!
This aims to significantly scale Injective's real-time EVM architecture while also enhancing its capabilities to support next-gen payments.
February 19 at 9 AM EST (15:00 UTC).
yep 3am for me 😉
ahah yes so you will sleep
Hello )
please advise where can I frind the source code for the updcoming harfork ? official repo has latest release of v 1 17 2
Yeah it's like they havnt uploaded it yet ?
Injective v1.18.0 Mainnet Upgrade 🥷
📋 Full Changelog
Upgrade Guide
Validators can find a step-by-step guide on the upgrade procedure in the long-form documentation: https://docs.injective.network/i...
Hey guys, could you tell me please how to join #validators channel?
Some community members pointed me onto this channel for validators support. Is there any updates on ongoin updgrade process? I see the chain is halted for about 40 minutes
This people never seem to reply
The team is working on it, I believe an announcement will be passed on X or discord soon enough
That'd be great if you can share any announcements here too, thank you!
There is an upgrade
@idle bay is there a validators channel?
There should be one
can you get me added please ?
i believe we are in that channel only, is there no deicated validator channel , asking around the upgrade
That link was to a message from Achilleas saying "Hey guys, please ask your respective teams to make the request so we can add you in"
@loud jetty Please, add me to #validators
Is there a chain or upgrade pending for mainnet?
There's an ongoing chain upgrade
Which version should we be at?
The Injective mainnet upgrade proposal has officially been approved.
The upgrade is set to optimize technical performance across the network while also enhancing Injective’s onchain modules and $INJ token buybacks.
The mainnet upgrade is scheduled to occur on April 28.
@idle bay
1.19.0
So we wait til the chain gets unhalted?
Yes, we do
@idle bay tell me please, how the upgrade is going?
Yeah
will let you know when it's done boss
@fiery slate here we go, chain seems to be online
How long until it stabilizes?
All products will be back up soon
panic: failed to load latest version: version of store chainlink mismatch root store's version; expected 164424839 got 0; new stores should be added using StoreUpgrades
Hi saw you getting your message auto deleted on telegram, you can ask your question on the builder channel on telegram https://t.me/+4vEYU3HqZAJkYTM1
hi @loud jetty can you please add me to the validator channel ?
Hi, over the past two days on the testnet, all foundation validators have been missing blocks at a higher rate. Is there an issue?
CC @gusty jetty
Good afternoon, I wanted to know if you are currently recruiting new validators and do you have a delegation program?
Is there anything wrong with mainnet
What's the issue?