Giter Site home page Giter Site logo

deploy about deployer HOT 11 CLOSED

Moisey777 avatar Moisey777 commented on August 23, 2024
deploy

from deployer.

Comments (11)

ItsANameToo avatar ItsANameToo commented on August 23, 2024 1

@Moisey777 in order to help in any way, we require more information. This has been requested in ArkEcosystem/core#4517 (comment) and we are still waiting on answers related to logs. We are mostly interested in the logs related to the forging event, as it should indicate why your genesis delegates are unable to generate new blocks. Do you have enough quorum to forge blocks or is there anything in your logs indicating an issue with that?

Regarding the explorer, you can access that on port 4200 on your genesis node, e.g. by navigating to ip:4200 in a browser

Also please refrain from reposting the issue multiple times.

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

How do I check the block explorer?

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

0|neom-cor | [2021-10-27 13:41:10.914] INFO : Blockchain 100% in sync
0|neom-cor | [2021-10-27 13:41:10.914] DEBUG: event 'SYNCFINISHED': {"syncWithNetwork":"end"} -> "idle" -> actions: [checkLater, blockchainReady]
0|neom-cor | [2021-10-27 13:41:18.894] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:18.895] INFO : Network reach is not sufficient to get quorum. Will not forge.
0|neom-cor | [2021-10-27 13:41:26.954] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:26.965] INFO : Network reach is not sufficient to get quorum. Will not forge.
0|neom-cor | [2021-10-27 13:41:34.980] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:34.981] INFO : Network reach is not sufficient to get quorum. Will not forge.

1|neom-core | [2021-10-27 13:41:38.196] DEBUG: Checking ports of 0 peers.
1|neom-core | [2021-10-27 13:41:38.197] INFO : Checking 0 peers
1|neom-core | [2021-10-27 13:41:38.200] DEBUG: Throttling outgoing requests to 194.163.136.60/p2p.peer.getStatus to avoid triggering their rate limit
1|neom-core | [2021-10-27 13:41:40.207] INFO : Couldn't find enough peers. Falling back to seed peers.

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

0|neom-cor | [2021-10-27 13:41:10.914] INFO : Blockchain 100% in sync
0|neom-cor | [2021-10-27 13:41:10.914] DEBUG: event 'SYNCFINISHED': {"syncWithNetwork":"end"} -> "idle" -> actions: [checkLater, blockchainReady]
0|neom-cor | [2021-10-27 13:41:18.894] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:18.895] INFO : Network reach is not sufficient to get quorum. Will not forge.
0|neom-cor | [2021-10-27 13:41:26.954] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:26.965] INFO : Network reach is not sufficient to get quorum. Will not forge.
0|neom-cor | [2021-10-27 13:41:34.980] INFO : Checking 0 peers
0|neom-cor | [2021-10-27 13:41:34.981] INFO : Network reach is not sufficient to get quorum. Will not forge.

1|neom-core | [2021-10-27 13:41:38.196] DEBUG: Checking ports of 0 peers.
1|neom-core | [2021-10-27 13:41:38.197] INFO : Checking 0 peers
1|neom-core | [2021-10-27 13:41:38.200] DEBUG: Throttling outgoing requests to 194.163.136.60/p2p.peer.getStatus to avoid triggering their rate limit
1|neom-core | [2021-10-27 13:41:40.207] INFO : Couldn't find enough peers. Falling back to seed peers.

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

I am very tired and waiting for an explanation why I have been deploying your blockchain for several months???

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

What other information do you need?

from deployer.

alexbarnsley avatar alexbarnsley commented on August 23, 2024

Your logs indicate that you don’t have quorum to forge on the network. It also shows that you have 0 peers in your peers list. Have you added your other servers to your peers.json file? You can find it at ~/.config/BRIDGECHAIN_NAME-core/devnet/peers.json (where BRIDGECHAIN_NAME is the name of your bridgechain). There you should add the peers in the following format:

{
	"list": [{
			"ip": "x.x.x.x",
			"port": 1234
		},
		{
			"ip": "y.y.y.y",
			"port": 1234
		},
	],
	"sources": []
}

Are you running separate forgers or is this happening on a genesis node?

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

We have relay peers, but forgers are not running. The problem is that I can't create a new delegate for forger since there are no blocks for transactions.

from deployer.

Moisey777 avatar Moisey777 commented on August 23, 2024

What other information do you need?

from deployer.

alexbarnsley avatar alexbarnsley commented on August 23, 2024

We have relay peers, but forgers are not running

Do you mean you have turned off the genesis forgers? You will need forgers in order to forge the blocks which contain the transactions to register the new delegates. The genesis delegates are necessary to move the chain forward until they are replaced by other delegates. You should have the passphrases for them from one of the deployer steps (usually located here: ~/.config/BRIDGECHAIN_NAME-core/devnet/delegates.json)

You could try following this guide to see if it helps - https://ark.io/blog/ark-deployer-v2-setup-guide-arkio-blog

from deployer.

stale avatar stale commented on August 23, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from deployer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.