Git Product home page Git Product logo

runthenumbers's People

Contributors

bashco avatar pox avatar sylti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

runthenumbers's Issues

Command line block number specification

This script always requires configuration for the RPC credentials and node location, but then once done could be more easily re-used by making the target blocknumber a parm on the script rather than having to edit the script.

Simple change at Line 13 to set the string to "$1" enables this; then the usual error checking required.

Unexpected operator error

When running the script i get an unexpected operator after username, password and blockheight,

645560/645561: 1 blocks remaining
runthenumbers.sh: 22: [: user**: unexpected operator
runthenumbers.sh: 22: [: password**: unexpected operator
runthenumbers.sh: 32: [: 645560: unexpected operator

Its does actually count down still to the target block but when reached it does this

runthenumbers.sh: 32: [: 645560: unexpected operator
runthenumbers.sh: 22: [: 4PhazNaPZDeqdu87W: unexpected operator
runthenumbers.sh: 22: [: user: unexpected operator
runthenumbers.sh: 22: [: password**: unexpected operator
runthenumbers.sh: 32: [: 645561: unexpected operator

It never calls gettxoutsetinfo.

Python3 on Ubuntu LTS20.04

Ubuntu LTS20.04 uses Python 3.8 as the default version which means the default script fails when invoking "python". This is easily rectified by altering the the "python" invocations (lines 30 and 34) to "python3".

Not sure if this is best resolved with an addendum to README or attempting to identify the active python version and then invoke appropriately.. because RTFM always works so well right?

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.