Skip to content

Instantly share code, notes, and snippets.

@devindirt
Created July 29, 2022 12:57
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/31f4b358edfaf90ef527460d9c67c0a3 to your computer and use it in GitHub Desktop.
Save devindirt/31f4b358edfaf90ef527460d9c67c0a3 to your computer and use it in GitHub Desktop.
aeternity yaml prepared for 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
consensus:
"0":
name: "on_demand"
db_path: ./my_db
hard_forks:
"1": 0
"6": 1
# mining:
# beneficiary: "ak_RdoCvwe7kxPu2VBv2gQAc1V81sGyTTuxFv36AcvNQYZN7qgut"
# beneficiary_reward_delay: 2
# strictly_follow_top: true
mining:
beneficiary: "ak_RdoCvwe7kxPu2VBv2gQAc1V81sGyTTuxFv36AcvNQYZN7qgut"
beneficiary_reward_delay: 2
strictly_follow_top: true
# 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