Results 101 comments of Kirill Taran

Thank you @naftalimurgor and @gall0x for your interest. I should mention that I'm not related to AvaLabs team, I just need this docs, so for me what is important that...

@gall0x Hi again, so what can be wrong about this genesis? (full, not-snipped version attached). ``` { "networkID": 1337, "allocations": [ { "ethAddr": "0xDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF", "avaxAddr": "X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u", "initialAmount": 300000000000000000 }, {...

@gall0x Yes, I saw https://github.com/ava-labs/avalanchego/blob/master/genesis/genesis_local.go#L75 and it seems to pass through if I put my NodeIDs in there, but I don't really understand why the config above doesn't pass.

**Other Genesis issue:** it's not clear how to provide NodeIDs, so what I am doing now: 1. Generate staking keys for 2 nodes using OpenSSL. 2. Start AvalancheGo on 2...

Nice start, could you also explain how to provide proper NodeIDs for arbitrary private network installation? More details in the issue thread: https://github.com/ava-labs/avalanche-docs/issues/798#issuecomment-1162175550

@gall0x thank you for the link, need some time to try it.

@gall0x thanks, this hint helped me. What exactly I did: 1) Generate the keys using OpenSSL. 2) Run the nodes, extract their NodeIDs. 3) Stop the nodes, erase all data....

**Regarding question 2:** if I specify bootstrap options the way that Node-B refers to Node-A (beacon) and Node-A not referring to any node, I get the following log: (Node-A) ```...

@gall0x just want to make it clear about GitCoin bounty: it's up to Avalanche team to decide if they want to merge this PR, but IMO changes made, while being...

The sequence of steps to reproduce: **1. Run debian-based docker container with ssh accepting root by key (without password). I also installed `sudo` in the target container, although there is...