All Projects → metamarcdw → Nowallet

metamarcdw / Nowallet

Licence: mit
This project is a secure Bitcoin brainwallet app written in Python.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Nowallet

Walletwasabi
Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.
Stars: ✭ 1,197 (+2201.92%)
Mutual labels:  bitcoin, wallet, tor, privacy
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+288.46%)
Mutual labels:  bitcoin, wallet, tor
Chaincase
The only privacy preserving bitcoin app on iOS
Stars: ✭ 55 (+5.77%)
Mutual labels:  privacy, tor, wallet
Stratisbitcoinfullnode
Bitcoin full node in C#
Stars: ✭ 757 (+1355.77%)
Mutual labels:  bitcoin, wallet
Service My Wallet V3
Blockchain Wallet API Service
Stars: ✭ 644 (+1138.46%)
Mutual labels:  bitcoin, wallet
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (+1234.62%)
Mutual labels:  bitcoin, wallet
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (+886.54%)
Mutual labels:  tor, privacy
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+1576.92%)
Mutual labels:  bitcoin, wallet
Gocoin
Full bitcoin solution written in Go (golang)
Stars: ✭ 761 (+1363.46%)
Mutual labels:  bitcoin, wallet
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (+0%)
Mutual labels:  bitcoin, wallet
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-34.62%)
Mutual labels:  bitcoin, wallet
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (+921.15%)
Mutual labels:  tor, privacy
Samourai Wallet Android
Bitcoin Wallet strongly focused on privacy when transacting on the bitcoin network
Stars: ✭ 527 (+913.46%)
Mutual labels:  bitcoin, tor
Nipe
An engine to make Tor network your default gateway
Stars: ✭ 1,032 (+1884.62%)
Mutual labels:  tor, privacy
Kalitorify
Transparent proxy through Tor for Kali Linux OS
Stars: ✭ 513 (+886.54%)
Mutual labels:  tor, privacy
M5verifier
M5Stack Recipe to Verify your Opendimes
Stars: ✭ 22 (-57.69%)
Mutual labels:  bitcoin, wallet
Blockchain
区块链技术
Stars: ✭ 28 (-46.15%)
Mutual labels:  bitcoin, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-7.69%)
Mutual labels:  bitcoin, wallet
Blixt Wallet
Bitcoin Lightning Wallet with focus on usability and user experience
Stars: ✭ 40 (-23.08%)
Mutual labels:  bitcoin, wallet
Ethereumkit
EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
Stars: ✭ 400 (+669.23%)
Mutual labels:  bitcoin, wallet

Nowallet

Secure, private, and plausibly deniable

Cross-platform Bitcoin brainwallet

Introduction:

This project is a secure Bitcoin brainwallet app that will ultimately be meant for desktop and mobile platforms. It was inspired by reports of incidents of Bitcoin being seized physically at border crossings. People need an option for a brainwallet that is secure and easy to use.

It's written in Python and depends on the pycoin and connectrum libraries. It uses Electrum servers on the back end, and communicates exclusively over Tor. It uses a variant of the 'WarpWallet' technique, combining PBKDF2 and scrypt with a salt for key derivation, rather than the typical, highly insecure SHA256(passphrase) method that your average brainwallet uses. Here's a basic explanation of the benefits of using the WarpWallet technique:

Quoted from https://keybase.io/warp/:

"WarpWallet is a deterministic bitcoin address generator. You never have to save or store your private key anywhere. Just pick a really good password and never use it for anything else.

This is not an original idea. bitaddress.org's brainwallet is our inspiration.

WarpWallet adds two improvements: (1) WarpWallet uses scrypt to make address generation both memory and time-intensive. And (2) you can "salt" your passphrase with your email address. Though salting is optional, we recommend it. Any attacker of WarpWallet addresses would have to target you individually, rather than netting you in a wider, generic sweep. And your email is trivial to remember, so why not?"

(Note: Salting is not optional in our case.)

Details:

Basically, you get a secure brainwallet in a convenient app (now with SegWit address support) and only need to remember an email address/password combination rather than an entire 12/24 word seed. People are typically more accustomed to remembering a normal set of login info, which will protect users from forgetting or misremembering part of their seed and losing coins forever.

We have also implemented a full HD wallet compatible with BIP32/44. The current working title is Nowallet, as in, "I'm sorry officer, I have no wallet!" We are currently in a pre-alpha state. All testers must be able to install dependencies and run from the simple command line interface.

If you're interested in testing, you can get some testnet coins here: https://coinfaucet.eu/en/btc-testnet/

SCREENSHOTS:

Login Balance Send Recieve

REQUIREMENTS:

  1. Building is currently supported on Linux based systems only. (Ubuntu LTS specifically if using Kivy)
  2. Install Tor for Linux using the instructions linked below:
    https://www.torproject.org/docs/debian.html.en
    (Do not use the packages in Ubuntu's universe.)

INSTALLATION:

Install Nowallet dependencies:
sudo apt-get install git python3-dev python3-pip libssl-dev

Install Kivy UI dependencies: (optional)
sudo apt-get install build-essential ffmpeg libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev zlib1g-dev

Clone the Nowallet Github repository:
git clone https://github.com/metamarcdw/nowallet.git

Create a virtualenv (using virtualenvwrapper for example):
First install virtualenvwrapper using the instructions linked below:
http://railslide.io/virtualenvwrapper-python3.html
Create the virtualenv:
mkvirtualenv --no-site-packages -p /usr/bin/python3 nowallet

Make sure Pip, Virtualenv and Setuptools are updated:
pip install --upgrade pip virtualenv setuptools

Install required Python libraries:
cd nowallet
make init
make install

Install required Kivy libraries: (optional)
pip install Cython==0.24
make init-kivy
garden install qrcode

Install required development libraries: (optional)
make init-dev

Run nowallet from the command line:
make go
OR
make go-spend
OR
make go-kivy

UNIT TESTING:

Run unit tests (Must install dev libs):
make test

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].