PinkFromTheFuture

Results 8 comments of PinkFromTheFuture

Did you ever find an answer to you question, @zeroFruit ? I've been watching the issue because I share the same question

After disabling and enabling "Clock override" the correctly formatted string appears for a brief moment. Basically until a new second redraws the clock and only the time is shown.

After investigating the code of both Clock override and Dash to panel, I believe Clock override doesn't take into consideration that the rendering of the panel's clock change when it's...

Maybe it should take an unsigned integer for `X`, instead? We have been breaking our heads here as to why `-3**3` was returning `27` instead of `-27`. Also, good job...

Thanks for the response! A piece of information: I didn't really set the value 0 in the genesis.json, it was done automatically during the subnet creation process. > downgrade to...

I made the effort to recreate and deploy a subnet, this time I manually set the `durangoTimestamp` to `1707840000` after `genesis.json` was created. It worked.

My pleasure! When you run `avalanche subnet create "Name of your subnet"` it will create a genesis.json file somewhere. The default path would be `~/.avalanche-cli/subnets/Name of your subnet/` Then, before...

This looks like it is a connection issue, so check if you have ports 9650 and 9651 opened