Code Monkey home page Code Monkey logo

bitnode's Introduction

Hi, I'm Pradyumna

WebsiteEmailTwitterLinkedIn

I'm a Masters of Computer Science Student at Banaras Hindu University. Passionate about Cybersecurity, DevOps and Tech Stuff. I loves to build scalable systems, web applications, and productivity tools.

As a tech enthusiast, I look forward to explore and learn new technologies and tinker with them. I enjoy working as an active open-source contributor.

I usually work on projects in my free time, find some of them on my GitHub.

bitnode's People

Contributors

pradyumnakrishna avatar

Watchers

 avatar

bitnode's Issues

Initial tasklist

  • Convert to a user prompt > bitnode init > Enter binary url or press enter to use default url "https://.." > select mode (r for regtest, m for mainnet, t for testnet) > prune node N?(in MB)(press enter to skip i.e. full-node)

  • Suggest default urls for the latest bitcoin-core (can only focus on linux os for now)

  • Ability to run dockerfile in podman or docker using a command that utilizes the output dockerfile and bitcoin.conf file

  • Add ability to run prune node snapshot (will add more details re: url etc. later)

Syntax error on docker build

sudo docker build -t bitnode .
Sending build context to Docker daemon 3.584kB
Step 1/11 : FROM debian:11-slim
---> 9f61210833de
Step 2/11 : RUN adduser --disabled-login --gecos "" bitcoin
---> Using cache
---> 68805ce65c8f
Step 3/11 : RUN apt update && apt install wget -y
---> Using cache
---> e815930fdeb6
Step 4/11 : RUN set -ex && if [ "$(uname -m)" = "x86_64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi && if [ "$(uname -m)" = "aarch64" ]; then export TARGETPLATFORM=aarch64-linux-gnu; fi wget -q https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-${TARGETPLATFORM}.tar.gz -O bitcoin.tar.gz && tar -xzf bitcoin.tar.gz && cd $(ls -d bitcoin*/|head -n 1) && cd bin && install --mode 755 --target-directory /usr/local/bin *
---> Running in 1c9fbe4350ef
/bin/sh: 1: Syntax error: word unexpected
The command '/bin/sh -c set -ex && if [ "$(uname -m)" = "x86_64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi && if [ "$(uname -m)" = "aarch64" ]; then export TARGETPLATFORM=aarch64-linux-gnu; fi wget -q https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-${TARGETPLATFORM}.tar.gz -O bitcoin.tar.gz && tar -xzf bitcoin.tar.gz && cd $(ls -d bitcoin*/|head -n 1) && cd bin && install --mode 755 --target-directory /usr/local/bin *' returned a non-zero code: 2

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.