• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cranky Coin is a simple blockchain, cryptocurrency, wallet implementation

Cranky Coin

Build Status

Cranky Coin is a simple blockchain, cryptocurrency, wallet implementation

Getting Started

# apt install python3-pip
# pip3 install virtualenv
# virtualenv -p python3 venv
# . venv/bin/activate
# pip install -r requirements.txt
# pip install -r requirements-dev.txt

Generating a wallet

# python run.py client
Cranky Coin (CRNK) wallet > publickey

copy your public key

Cranky Coin (CRNK) wallet > privatekey

copy your private key

Running a full node

Cranky Coin (CRNK) wallet > quit
# python ./tools/encrypt.py

enter a secure passphrase

Choose a passphrase:
Re-enter your passphrase:

enter your private key

Secret:
Encrypted private key:

copy your encrypted private key

edit config/config.yaml and populate the fields in the user section

# python run.py full
Cranky Coin (CRNK) full node > help

Running a mining node

Cranky Coin (CRNK) full node > mine start
Cranky Coin (CRNK) full node > mine stop

More Repositories

1

Instagram-Bot

Instagram bot that auto-likes photos by hashtag. Written in Python using the Pycurl library.
Python
214
star
2

Jarvis

Utilizing Google's Text-to-Speech Engine, Google's Speech-to-Text Engine, and Wolfram Alpha's knowledge base to create a homebrew Siri-type AI for home automation
PHP
119
star
3

Python-Virus

This is an educational computer virus written in Python to demonstrate how replication is done.
Python
85
star
4

cranky-data-virus

Educational virus written in Assembly that infects 32-bit ELF executables on Linux using the data segment infection method
Assembly
77
star
5

Nuclear-Facebook-Poke-Bot

Facebook Poke Bot is easy to use and automatically "pokes" AND "pokes back" everybody. Written in Python and PHP
Python
28
star
6

http-auth-crack

HTTP AUTH cli brute force script written in PHP
PHP
15
star
7

ardrone-face-tracker

This is a plugin for the ARDroneAutoPylot SDK (for the Parrot AR Drone) which, when activated, auto-pilots the drone to track human faces and follow them
Python
12
star
8

Face-Tracking-Robot

Face tracking robot using Python/OpenCV + Arduino
Python
11
star
9

cockblock

simple and effective bash script that immediately blocks IP addresses using IPTABLES
Shell
9
star
10

Alphabet-Board

Ever wonder how Stephen Hawkings, the dude from Breaking Bad, and other ALS / paralysis patients communicate while restricted to the movement of one finger? I built this alphabet board using only Javascript / HTML and Google's undocumented TTS engine.
8
star
11

PHP-Virus

This is an educational computer virus written in PHP to demonstrate how replication is done.
PHP
5
star
12

clay-target-lead-finder

Calculates leads for clay target shooting sports.... sporting clays, skeet, trap, etc.
Python
3
star
13

3d-image-generator

3D image generator using PHP and GD.
PHP
3
star
14

mp3overssh

Plays remote MP3s and other media over SSH.
Shell
3
star
15

lie-detector

This is the schematics (fritzing) + source code to build a homemade lie detector using an arduino. This lie detector relies on galvanic skin response to determine if your subject is lying or telling the truth.
Java
3
star
16

bruteforcer

Brute force executes any arbitrary cli command with user-defined thread count and various password options
Python
1
star
17

dog-breed-api

Sample Flask Application - Dog Breed API
Python
1
star
18

apportionment

Ever wonder how our government apportions the 435 seats in the United States House of Representatives? Well, they use an algorithm called the “huntington-hill method”. I took a good look at the algorithm and made it into a C program:
C
1
star
19

palindrome-checker

palindrome string checker in Assembly
Assembly
1
star
20

duckduckgoose

Python
1
star
21

projecteuler

My projecteuler.net solutions in various languages
C
1
star