Code Monkey home page Code Monkey logo

Comments (2)

og-devops avatar og-devops commented on August 10, 2024

In addition, i tried navigating to this directory and ran some scripts there but nothing worked and i am affraid of doing too much out side the steps on the documentation as i make things worse:

elrondsdk/elrond_go/v1.3.36/elrond-go-1.3.36/scripts/testnet

from mx-chain-go.

og-devops avatar og-devops commented on August 10, 2024

Hello community,

I was able to solve my issue. for those who may be running into similar issues, here is what i did.

I did more searching around and noticed that there was a new release of erdpy version 2.0.1 with the changelong "Fix erdpy testnet config"

So i ran the following command to see what version of erdpy i was running
erdpy -v
and it was running 2.0.0

so i updated the version by running
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/master/erdpy-up.py
python3 erdpy-up.py

and it started running scripts with no errors until eventually it finished and low and behold i had a local testnet up and running

curl http://localhost:7950/network/config

data
config
erd_adaptivity "false"
erd_chain_id "local-testnet"
erd_denomination 18
erd_gas_per_data_byte 1500
erd_gas_price_modifier "0.01"
erd_hysteresis "0.000000"
erd_latest_tag_software_version "v1.3.36"
erd_max_gas_per_transaction 1500000000
erd_meta_consensus_group_size 1
erd_min_gas_limit 50000
erd_min_gas_price 1000000000
erd_min_transaction_version 1
erd_num_metachain_nodes 1
erd_num_nodes_in_shard 1
erd_num_shards_without_meta 1
erd_rewards_top_up_gradient_point "3000000000000000000000000"
erd_round_duration 6000
erd_rounds_per_epoch 100
erd_shard_consensus_group_size 1
erd_start_time 1659413383
erd_top_up_factor "0.25"
error ""
code "successful"

from mx-chain-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.