Code Monkey home page Code Monkey logo

dreamscached / vanitygen-colab Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 4.0 2.61 MB

๐Ÿ‘› Google Colab notebook to generate cryptocurrency wallet addresses using VanityGenPLUS

Home Page: https://colab.research.google.com/github/dreamscached/vanitygen-colab/blob/master/VanityGen.ipynb

License: The Unlicense

Jupyter Notebook 100.00%
google-colab google-colaboratory google-colab-notebook google-colaboratory-notebooks vanity-address vanity vanitygen vanitygen-plus gpu

vanitygen-colab's Introduction

VanityGenPLUS Colab Notebook

Simple Google Colab notebook to generate cryptocurrency wallet addresses using VanityGenPLUS.

This notebook has:

  • GPU runtimes support
  • Generation parameters available via GUI form

Google Colab notebook is available here.

Note: as this notebook heavily uses CPU/GPU for computing a lot of crypto related things, your Google Colab account will likely get banned. In the event of this happening you can submit a ban appeal and Colab support seems to approve it fairly quickly.

vanitygen-colab's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vanitygen-colab's Issues

it used to work but it dosent anymore

it now says
(Reading database ... 155246 files and directories currently installed.)
Preparing to unpack libc6-udeb_2.24-11+deb9u4_amd64.udeb ...
Unpacking libc6-udeb (2.24-11+deb9u4) over (2.24-11+deb9u4) ...
Setting up libc6-udeb (2.24-11+deb9u4) ...
(Reading database ... 155246 files and directories currently installed.)
Preparing to unpack libcrypto1.0.2-udeb_1.0.2u-1deb9u1_amd64.udeb ...
Unpacking libcrypto1.0.2-udeb (1.0.2u-1
deb9u1) over (1.0.2u-1deb9u1) ...
Setting up libcrypto1.0.2-udeb (1.0.2u-1
deb9u1) ...

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

now it seems not working

/content/linux-binary
/content
popd -> /content

TypeError Traceback (most recent call last)
in
6 get_ipython().run_line_magic('pushd', '"linux-binary"')
7 from shlex import quote
----> 8 cli = " ".join(map(quote, param))
9 get_ipython().system('$cli')
10 finally:

/usr/lib/python3.8/shlex.py in quote(s)
323 if not s:
324 return "''"
--> 325 if _find_unsafe(s) is None:
326 return s
327

TypeError: expected string or bytes-like object

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.