Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regtest network mode cannot init-dft #112

Open
ethereumspace opened this issue Feb 2, 2024 · 0 comments
Open

regtest network mode cannot init-dft #112

ethereumspace opened this issue Feb 2, 2024 · 0 comments

Comments

@ethereumspace
Copy link

In the regtest network mode, the ATOMICALS_ACTIVATION_HEIGHT, ATOMICALS_ACTIVATION_HEIGHT_DMINT, ATOMICALS_ACTIVATION_HEIGHT_COMMITZ, and ATOMICALS_ACTIVATION_HEIGHT_DENSITY parameters use the bitcointestnet network parameters, resulting in the init-dft transaction being unable to index. It is recommended to change them to 1, 2, 3, 4.
` # ATOMICALS_ACTIVATION_HEIGHT = 2505238
# ATOMICALS_ACTIVATION_HEIGHT_DMINT = 2540296
# ATOMICALS_ACTIVATION_HEIGHT_COMMITZ = 2543936
# ATOMICALS_ACTIVATION_HEIGHT_DENSITY = 2572729

ATOMICALS_ACTIVATION_HEIGHT = 1
ATOMICALS_ACTIVATION_HEIGHT_DMINT = 2
ATOMICALS_ACTIVATION_HEIGHT_COMMITZ = 3 
ATOMICALS_ACTIVATION_HEIGHT_DENSITY = 4`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant