You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://docs.minaprotocol.com/mina-protocol: says there is a network called berkeley that's distinct from mainnet. I'm pretty sure that network no longer exists? In fact, there will soon be a mesa testnet available.
https://docs.minaprotocol.com/node-operators/snark-workers/getting-started: says that daemon.json can be used as a substitute for command line options, but this is actually wrong! If you try setting any of those options in daemon.json then the daemon will refuse to start because it doesn't recognize them. It might be worth double-checking the runtime config code and elsewhere in the daemon just to be sure that there's no hidden way of setting any of these options in a json config file. Currently the daemon.json is exclusively protocol constants, aside from the peer_list_url option (and providing that option in the daemon.json is explicitly deprecated!).
I've noticed the documentation is lightly broken/out of date in places:
berkeleythat's distinct from mainnet. I'm pretty sure that network no longer exists? In fact, there will soon be a mesa testnet available.izmirnetwork that I'm pretty sure also does not exist.cautionblock related to release 3.1.0. Might want to be release 3.1.0 or later.ctrl-cto stop the standalone daemon, but I'm pretty sure this will not work because of this outstanding issue: Mina daemon hangs during Graphviz generation at shutdown mina#17501. Might want to recommendmina client stopinstead? Also we should get around to fixing that issue.daemon.jsoncan be used as a substitute for command line options, but this is actually wrong! If you try setting any of those options indaemon.jsonthen the daemon will refuse to start because it doesn't recognize them. It might be worth double-checking the runtime config code and elsewhere in the daemon just to be sure that there's no hidden way of setting any of these options in ajsonconfig file. Currently thedaemon.jsonis exclusively protocol constants, aside from thepeer_list_urloption (and providing that option in thedaemon.jsonis explicitly deprecated!).daemon.jsonconfig stuff is outdated - those parameters cannot be given in thedaemon.jsonat all