Skip to content
Snippets Groups Projects
Select Git revision
  • cc3fb54e334db5bb21c72e8910d94b84d1f437c9
  • main default protected
  • release/1.1
  • encrypt_comments
  • mnemonic_dewif
  • authors_rules
  • 0.14
  • rtd
  • 1.2.1 protected
  • 1.2.0 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.0 protected
  • 1.0.0rc1 protected
  • 1.0.0rc0 protected
  • 1.0.0-rc protected
  • 0.62.0 protected
  • 0.61.0 protected
  • 0.60.1 protected
  • 0.58.1 protected
  • 0.60.0 protected
  • 0.58.0 protected
  • 0.57.0 protected
  • 0.56.0 protected
  • 0.55.1 protected
  • 0.55.0 protected
  • 0.54.3 protected
  • 0.54.2 protected
28 results

README.md

Blame
  • gen-live-network-raw-spec.sh NaN GiB
    #!/usr/bin/env bash
    #
    # USAGE
    
    # This script is meant to be run on Unix/Linux based systems
    set -e
    
    # params
    CURRENCY="${1:-gdev}"
    GENESIS="${2:-resources/$CURRENCY.json}"
    
    # constants
    DUNITER_BINARY="./target/debug/duniter"
    
    # generate raw_chain spec
    export DUNITER_GENESIS_CONFIG=$GENESIS
    $DUNITER_BINARY build-spec --chain $CURRENCY-gl --raw > resources/$CURRENCY-raw.json