Skip to content
View thiagosouza's full-sized avatar
Block or Report

Block or report thiagosouza

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 Loading

  1. [Bitcoin Full Node Setup via Bash] B... [Bitcoin Full Node Setup via Bash] Bitcoin Full Node setup install #bash #bitcoin #setup
    1
    https://gist.github.com/System-Glitch/cb4e87bf1ae3fec9925725bb3ebe223a
    2
    
    
    3
    How to Bitcoin regtest
    4
    Setup
    5
    Download bitcoin core
  2. Learning-Bitcoin-from-the-Command-Line Learning-Bitcoin-from-the-Command-Line Public

    Forked from BlockchainCommons/Learning-Bitcoin-from-the-Command-Line

    The best way to learn to learn deeply about bitcoin is to avoid GUIs (even bitcoin-qt), and instead learn it from the command line.

    Shell

  3. [Bitcoin and Ethereum - Keys, Keypai... [Bitcoin and Ethereum - Keys, Keypair, seeds, keystore and Addressess] #ethereum #bitcoin #keystore #seed
    1
    #Generating a usable Ethereum wallet and its corresponding keys
    2
    #https://kobl.one/blog/create-full-ethereum-keypair-and-address/
    3
    
    
    4
    
    
    5
    # Generate the private and public keys
  4. [Cryptography cli nodejs] #openssl #... [Cryptography cli nodejs] #openssl #encrypt #decrypt #cli #nodejs
    1
    openssl enc -aes-256-cbc -in /etc/cryptocurrencies.txt -out services.dat
    2
    openssl aes-256-cbc -d -in services.dat -out services.teste
    3
    #erase files with wipe