All Projects → MrFreeDragon → VisualBTC

MrFreeDragon / VisualBTC

Licence: MIT license
Visual bitcoin private key generator - a tool for safe bitcoin private key generation with the physical coin, or create funny "patterns" keys for gifts to your friends.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to VisualBTC

S2DHM
Sparse-to-Dense Hypercolumn Matching for Long-Term Visual Localization (3DV 2019)
Stars: ✭ 64 (+120.69%)
Mutual labels:  visual
jswallet
An experimental Bitcoin Wallet in Electron + React.js
Stars: ✭ 91 (+213.79%)
Mutual labels:  bitcoin-wallet
Valets
Command line wallets generator (Bitcoin, Bitcoin cash, Ethereum, Ethereum classic, Dash, Zcash, Dogecoin, Litecoin, Navcoin, Vertcoin, Reddcoin, Emercoin)
Stars: ✭ 46 (+58.62%)
Mutual labels:  bitcoin-wallet
GuneyOzsanOutThereMusicVideo
Procedurally generated, real-time, demoscene style, open source music video made with Unity 3D for Out There by Guney Ozsan.
Stars: ✭ 26 (-10.34%)
Mutual labels:  visual
VB.NET
🌐 In this repository included useful examples of Visual Basic completed on Studio 2017 Enterprise Edition, added diploma work of time since 2013. 👔
Stars: ✭ 35 (+20.69%)
Mutual labels:  visual
leptin
🔗 Leptin is a PoW blockchain completely built in Nodejs.
Stars: ✭ 57 (+96.55%)
Mutual labels:  bitcoin-wallet
Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Stars: ✭ 238 (+720.69%)
Mutual labels:  visual
VisualBasicObfuscator
Visual Basic Code universal Obfuscator intended to be used during penetration testing assignments.
Stars: ✭ 115 (+296.55%)
Mutual labels:  visual
Visual-Attention-Model
Chainer implementation of Deepmind's Visual Attention Model paper
Stars: ✭ 27 (-6.9%)
Mutual labels:  visual
ckcc-protocol
Python library and command line tool for communicating with your Coldcard over USB
Stars: ✭ 48 (+65.52%)
Mutual labels:  bitcoin-wallet
Log
Daily logging tool and data visualizer.
Stars: ✭ 30 (+3.45%)
Mutual labels:  visual
dify
A fast pixel-by-pixel image comparison tool in Rust
Stars: ✭ 41 (+41.38%)
Mutual labels:  visual
DataStore
Visual develop tool of creating mocked Json
Stars: ✭ 30 (+3.45%)
Mutual labels:  visual
ascii.js
A web-font-based rendering engine for displaying DOS/Amiga ASCII artwork on the web as text
Stars: ✭ 25 (-13.79%)
Mutual labels:  visual
go-crypto-wallet
Cryptocurrency wallet for trading for Bitcoin, Bitcoin cash, Ethereum, ERC20, Ripple
Stars: ✭ 59 (+103.45%)
Mutual labels:  bitcoin-wallet
qr-pirate
crawl QR-codes from search engines and look for bitcoin private keys
Stars: ✭ 58 (+100%)
Mutual labels:  bitcoin-wallet
SQLServerTools
This repo is the home of various SQL-Server-Tools
Stars: ✭ 28 (-3.45%)
Mutual labels:  visual
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (-3.45%)
Mutual labels:  bitcoin-wallet
gun
The Go Up Number Wallet
Stars: ✭ 43 (+48.28%)
Mutual labels:  bitcoin-wallet
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (+6.9%)
Mutual labels:  bitcoin-wallet

VisualBTC

Visual bitcoin private key generator. The square 16x16 is used for generation purposes, where each cell is one bit - 0 or 1. Make your visual drawings or use the generator in coin mode just fllipping the coin and fill the corresponding cell depending on the coin outcome.

Project structure:

  1. index.html ---> main HTML file with the objects and references to scripts and styles
  2. css/visualPrivKey.css ---> Styles sheet
  3. js/visualPrivKeyMain.js ---> Main script with canvas calculations and object functions
  4. js/bitcoinJS-lib.js ---> BitcoinJS-lib v0.1.3-default (ECDSA formulas)
  5. js/QRcode.js ---> QR Code Generator for JavaScript

Project discussion: https://bitcointalk.org/index.php?topic=5187401.0

This project represents the visual bitcoin private key generator. Please have a look at info.txt file for the description.

The square 16x16 (=256) is used for generation purposes, where each cell represents one bit. The idea is that the filled cell represents "1" bit in the key, and not filled cell represents "0" bit in the key. Such presentation allows creating visual keys which could be easily memorized by human, but hardly understood by machines. You cann also safely create your bitcoin private key by flipping a coin 256 times. Just start flipping the coin and filling the cells line by line from 1x1 to 16x16 and after 256 outcomes you will have a nonsense "picture" represented your unique private key. You can be sure that nobody in the world have ever generated the same key or would generate in the future.

(c) 2019 Visual Private Key Generator by MrFreeDragon > Donations: 1SoDn3auKHVwmQKRaBgkPk2hMmXzCMcPw

https://btckeygen.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].