Skip to content
View gabmontes's full-sized avatar

Organizations

@bloq @autonomoussoftware @vesperfi @purefinance
Block or Report

Block or report gabmontes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. resume resume Public

    A quick tour through my professional life

    3 2

  2. exploring-not-react exploring-not-react Public

    Exploratory work on a minimal version of React

    JavaScript 12 1

  3. fast-haversine fast-haversine Public

    The fastest implementation of the haversine algorithm to calculate distances between to coordinates

    JavaScript 13 1

  4. promise-prototype-finally promise-prototype-finally Public

    Minimal polyfill for the `Promise.prototype.finally` function

    JavaScript 5 1

  5. Analize a set of bitcoin addresses a... Analize a set of bitcoin addresses and find other related addresses
    1
    const got = require('got')
    2
    const {
    3
      concat,
    4
      difference,
    5
      flatten,
  6. Create bitcoin transaction from BIP3... Create bitcoin transaction from BIP38 private key
    1
    const { Transaction } = require('bitcore-lib')
    2
    const { decrypt } = require('bip38')
    3
    
                  
    4
    const encryptedKey = '<private key beginning with 6>'
    5
    const password = '<private key password>'