Skip to content
/ xclm Public
forked from neocogent/misc

Place to put small code scraps

Notifications You must be signed in to change notification settings

KokoSoft/xclm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Place to put small code scraps and pull in other small repos.

scripts:
    qrclip - capture qr code from webcam/img to clipboard
    entropy - monitor entropy available by showing every 1 second
    keyscan - brute force a Bitcoin private key (wif) for single digit typos
    supernova - generate a Bitcoin black hole address matching prefix
    watchaddr - insert addresses from stdin into Electrum (2.0) watch-only wallet
    mchat - test multicast local network peer messaging
    bip39chk - validate, fix chksum and output info on BIP39 seeds
    
    need pycrypto ( pip install pycrypto ):
        pwscan - simple Electrum password cracker, template char sub.
        pwscanx - simple Electrum password cracker, template char sub., multi-processing
        bip38pwd - simple BIP38 password cracker, template char sub.
        bip38scan - simple BIP38 password cracker, token combination
        bip38scanx - simple BIP38 password cracker, token combination, multi-processing

greasemonkey:
    collapsetips - script to collapse ChangeTips on /r/bitcoin
    bitcoinwisdom - script to add USD on Chinese exchanges
    reddit-btc-ticker - script to add BTC price ticker on /r/bitcoin

from other repos/gists:
    subgit - nice script for easily managing sub-projects (like these)
    bkkcoins - useful stuff for Bitcoin

About

Place to put small code scraps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.8%
  • Shell 16.8%
  • C++ 16.7%
  • Makefile 8.3%
  • C 4.0%
  • HTML 1.1%
  • Other 1.3%