Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot get the blocks height #2173

Open
swag-eag opened this issue Jul 30, 2024 · 2 comments
Open

I cannot get the blocks height #2173

swag-eag opened this issue Jul 30, 2024 · 2 comments

Comments

@swag-eag
Copy link

With this local blockchain configuration:

ergo {
  networkType = "mainnet"
  directory = "/home/emilio/ergo/ergo-mainnet-swa/data"

  node {
    mining = true
    offlineGeneration = true
    useExternalMiner = false
  }

  chain {
    addressPrefix = 96
    reemission {
      checkReemissionRules = true
    }
  }

  wallet {
    checkEIP27 = true
    mnemonic = "maximum market scatter fancy sleep begin more awesome defense obscure allow august forget artist solve"
  }
}

scorex {
  network {
    magicBytes = [1, 1, 8, 1]
    bindAddress = "0.0.0.0:9022"
    nodeName = "ergo-mainnet-swa"
    knownPeers = []
  }

  restApi {
    bindAddress = "127.0.0.1:9122"
    apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf"
  }
}


image

I cannot read the height with SAFEW (for blockchain prefix 96 and restApi.bindAddress = "127.0.0.1:9122"):
image

How do I know the blockchain is working?

How can I get Ergo coins mined if I never reach the 720 blocks tto be moved to my wallet?

I am not getting results...

Regards

@kushti
Copy link
Member

kushti commented Jul 30, 2024

SafeW is working with nodes with extra indices enabled. To enable extra indices , use the following setting:

ergo { 
  node {
   extraIndex = true
  }
} 

@swag-eag
Copy link
Author

swag-eag commented Jul 31, 2024

It worked! (but partially)
image

I can see the Height...
But when I add an existing wallet (the one used in my nodes (I have two nodes with the same wallet))
I got this message... And never quits...
image

Why SAFEW cannot find my wallet address? (I am giving the secrets words)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants