Skip to content

Instantly share code, notes, and snippets.

View jestevez's full-sized avatar

Jose Luis Estevez jestevez

View GitHub Profile
@jestevez
jestevez / pichaxx_online.md
Created November 9, 2022 11:30 — forked from zoogie/pichaxx_online.md
Pichaxx Online
@jestevez
jestevez / gist:876a6ff7c891b13fa245afa7bdd99d7b
Created April 17, 2020 18:38
Docker compose con Java y MySQL
== Crear un fichero Dockerfile con:
FROM openjdk:11
VOLUME /tmp
EXPOSE 8080
ADD ./springboot.jar springboot.jar
ENTRYPOINT ["java", "-jar", "/springboot.jar"]
== Compilar
@jestevez
jestevez / Blacklistable.sol
Created August 4, 2019 17:58
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.1+commit.c8a2cb62.js&optimize=false&gist=
/**
* Copyright CENTRE SECZ 2018
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is furnished to
* do so, subject to the following conditions:
*
@jestevez
jestevez / IancolemanExample.java
Created May 18, 2018 10:17
Iancoleman Example
import com.google.common.collect.ImmutableList;
import java.util.Date;
import org.bitcoinj.core.NetworkParameters;
import org.bitcoinj.params.TestNet3Params;
import org.bitcoinj.crypto.ChildNumber;
import org.bitcoinj.crypto.DeterministicKey;
import org.bitcoinj.wallet.DeterministicKeyChain;
import org.bitcoinj.wallet.DeterministicSeed;
import org.bitcoinj.wallet.Wallet;
@jestevez
jestevez / www.rinkeby.io
Created June 15, 2017 05:59
Testnet Rinkeby Address
0xe2632021f255da92be0c0434855a63acbcbae286