Giter VIP home page Giter VIP logo

nano-node-bandaid's Introduction

nano-node-bandaid

a utility for updating the nano code with the standard banano changes.

usage of converter

  1. clone https://github.com/nanocurrency/nano-node.git into your own repo.

  2. git clone your repo into ano_build

    git clone --branch develop https://github.com/coranos/nulnode.git nulano_build;

  3. set coinPrivateKey and coinPrefixCamelCase to something other than ban. try coinPrivateKey = '0000000000000000000000000000000000000000000000000000000000000000'; and coinPrefixCamelCase = 'Nul';

  4. run:

    npm start;

  5. check in the code that was changed.

usage of bandaid

  1. edit ./bandaid.sh to have the correct build info based on nano and banano latest builds

    https://github.com/BananoCoin/banano/wiki/Building-a-Bananode-from-sources

    https://docs.nano.org/integration-guides/build-options/#node_1

  2. run ./bandaid.sh

  3. follow the instructions to build banano from source up until 'make bananode'

    https://github.com/BananoCoin/banano/wiki/Building-a-Bananode-from-sources

  4. copy bandaid_build over banano_build

  5. python3 record_rep_weights.py --rpc http://localhost:7072 ../rep_weights_live.bin

  6. resume building banano from source 'make bananode'

  7. check in the new source code.

nano-node-bandaid's People

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.