Skip to content

Instantly share code, notes, and snippets.

@devindirt
Created July 29, 2022 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devindirt/c74f493cd1406f874e1dbefd8373b5ea to your computer and use it in GitHub Desktop.
Save devindirt/c74f493cd1406f874e1dbefd8373b5ea to your computer and use it in GitHub Desktop.
yaml for testnet ceres
# chain:
# persist: true
# # db_path: ./my_db
# hard_forks:
# "1": 0
# "6": 1
http:
external:
gas_limit: 60000000
internal:
debug_endpoints: true
listen_address: 0.0.0.0
endpoints:
dry-run: true
# system:
# dev_mode: true
# plugin_path: /home/jeevanjot/Desktop/Aeternity/aeternity plugin/aeplugin_dev_mode/_build/default/lib
# plugins:
# - name: aeplugin_dev_mode
# config:
# keyblock_interval: 0
# microblock_interval: 0
# auto_emit_microblocks: true
chain:
persist: true
db_path: ./my_db
hard_forks:
"1": 0
"6": 1
consensus:
"0":
name: "on_demand"
# mining:
# beneficiary: "ak_RdoCvwe7kxPu2VBv2gQAc1V81sGyTTuxFv36AcvNQYZN7qgut"
# beneficiary_reward_delay: 2
# strictly_follow_top: true
mining:
beneficiary: "ak_RdoCvwe7kxPu2VBv2gQAc1V81sGyTTuxFv36AcvNQYZN7qgut"
autostart: true
# fork_management:
# network_id: local_ceres_testnet
fork_management:
network_id: local_ceres_testnet
# fork_management:
# network_id: ae_dev
websocket:
channel:
port: 3014
listen_address: 0.0.0.0
# logging:
# # Controls the overload protection in the logs.
# hwm: 50
# level: debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment