Bitcoin Forum
May 26, 2024, 03:23:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
341  Bitcoin / Project Development / ⚡ LIST ⚡ FOSS Brainwallets on: August 28, 2015, 07:20:20 AM
Cataloging FOSS Brainwallets since 2015. Last Update: April, 2024

BRAINWALLETS: awesome tools have been created all those past years by skilled developers and by a community of dedicated volunteers. So I decided to create this list as reference of research and development. i.e. cryptocurrency users and all related community might benefit from that. Be warned: don't risk your funds recklessly using brainwallets (don't risk coins if you don't fully understand what you're doing). This list is for research and development purposes only!

WHAT IT IS: Brainwallet ← click to learn the basics about it.

If you think your project should be listed here, PM me. Requirements for participants:

1st) The project must be (primarily) a Brainwallet for cryptocurrencies or crypto-assets;

2nd) The project must be open-source;

3rd) The project's code must be available at https://github.com

4th) The project must not be just an identical clone version of a previously available original app (it must have - at least - one reasonable innovation or add-on built-in).

All parameters here are subject to change, this is a work in constant progress...

If you've got an idea, share it with us!

This is not meant to be an exhaustive list, just a compilation of similar projects and source of data for the community about development of those mentioned tools.

⚠️ IMPORTANT STATEMENT: This List is offered without any warranty whatsoever; we do not guarantee the ideal operation or funcionality of no tool nor app mentioned here. No professional code auditing were performed by us. If you lose your coins using one or any of those tools, we are not to be blamed and we're not responsible for it. We'd be very sorry, but we cannot help you about that. Cryptocurrencies are new stuff yet, so many experiments are still in early stages. We also cannot guarantee any member's reliability and that your coins will be 100% safe 100% of the time (even in the future). This is just a simple list for didactic purposes only. Due diligence, research, revision, and auditing is still necessary. Be smart and DO YOUR OWN RESEARCH - DYOR! Use those tools/apps at your own risk!

Note one: please read and pay attention to the above statement and don't ever post here something like “Someone stole my coins because my password was 'password123456'”

Note two: please support those projects donating some coins.

Brainwallets:

Bitgen: software that generates bitcoin addresses from a given or generated random number. Some features: The output is saved as a ps file that can be converted to pdf; The private key can be generated by the following inputs: Hex number; Dice random numbers (1-6); Brainwallet (uses Argon2d as KDF + custom salt input method supported); Hash input; Computer generated pseudorandom key (/dev/random); Bulk; Mnemonic. It also supports: Bitcoin mini private keys; Invoice generation; Hierarchial pseudorandom generation; Vanity address generation. Support for split wallets using one-time-pads also available. Author: bit22gen. Website: http://bitgen.org/. Forum thread: https://bitcointalk.org/index.php?topic=1107927.0. GitHub Repository: N/A.

brainwallet.io: Deterministic bitcoin address generator. Address generation takes place in your browser, and no information is ever sent to server. Some features: Brain Wallet, word list for pseudorandom passphrase generation, passphrase generation by file hashing, uses scrypt as Key Derivation Function (KDF), custom salt input method supported. Author: Daniel Routman < r o u t m a n @ p r o t o n m a i l . c h > < d a n i e l @ n c r y p t . o r g > aka unchi. Forum thread: https://bitcointalk.org/index.php?topic=1160038.0. GitHub Repository: https://github.com/routman/brainwallet.io

MemWallet: It is a deterministic cryptocurrency address generator, like WarpWallet, but it works for Ethereum, Litecoin, Monero and Bitcoin. You never have to save or store your private key anywhere. MemWallet is a re-implementation of WarpWallet, but it works for other currencies. WarpWallet and MemWallet use the same algorithm, so WarpWallet and MemWallet will generate the same Bitcoin address for a given Passphrase and salt. Author: David Bengoa http://bengoarocandio.com Website: https://dvdbng.github.io/memwallet Forum thread: N/A. GitHub Repository: https://github.com/dvdbng/memwallet

MindWallet: A wallet generator based on memwallet for bitcoin, ethereum, monero and litecoin using argon2 instead of scrypt. MindWallet is a deterministic cryptocurrency address generator heavily based on MemWallet but using argon2 instead scrypt as hashing function, it's like WarpWallet, but it works for Ethereum, Litecoin, Monero and Bitcoin. Some features: implementation of MindWallet in JavaScript and Go. It makes use of Argon2i and PBKDF2 as KDF making it more brute-force attack resistant. Author: Patrick Aljord @patcito < p a t c i t o @ g m a i l . c o m >. Website: https://patcito.github.io/mindwallet. Forum thread: N/A. GitHub Repository: https://github.com/patcito/mindwallet

monero-wallet-generator: Deterministic Monero address generator. Address generation takes place in your browser, and no information is ever sent to server. Some features: Brain Wallet, custom entropy for deterministic wallet, mnemonic seeds available in EN, JP, EO, ES, and JP. Made by moneromooo, based on code from MyMonero. Author: moneromooo. GitHub Repository: https://github.com/moneromooo-monero/monero-wallet-generator

Nowallet: This project is a secure Bitcoin brainwallet app that will ultimately be meant for desktop and mobile platforms. NOWALLET is written in Python, it uses Electrum servers on the back end, and communicates exclusively over Tor. It uses a variant of the 'WarpWallet' technique for key derivation, rather than the typical, highly insecure method that your average brainwallet uses. Full native and P2SH SegWit address support. You will only need to remember an email address and passphrase combination, rather than an entire 24 word mnemonic seed. Main features: Easy and intuitive Material Design based UI; Full SegWit support out of the box; Smart fee estimation and custom fees; Replace by Fee support, on by default; Live exchange rates and block explorer integration Author: Marc D. Wood @metamarcdw < m a r c d w 8 7 @ g m a i l . c o m >. Website: https://www.nowallet.org. Forum thread: N/A. GitHub Repository: https://github.com/metamarcdw/nowallet

PortalWallet A fork of WarpWallet that adds support to also generate BIP39 Mnemonic sentences and BIP32 extended public/private keys for easy import into any supporting wallet software. Author: Logicwax. Website: N/A. Forum thread: N/A. GitHub Repository: https://github.com/Logicwax/PortalWallet

WarpWallet (GUI): is a deterministic bitcoin address generator that adds two improvements: WarpWallet uses scrypt KDF to make address generation both memory and time-intensive. And you can "salt" your passphrase with your email address. Some features: it makes use of scrypt and PBKDF2 as KDF making it more brute-force attack resistant. Author: Maxwell Krohn < t h e m a x @ g m a i l . c o m > and Chris Coyne < c c o y n e 7 7 @ g m a i l . c o m >. Website: http://keybase.io/warp. Forum thread: N/A. GitHub Repository: https://github.com/keybase/warpwallet

WarpWallet (CLI): a fork from WarpWallet written in Go ready to run on terminal (CLI). Author: moncho Website: N/A. Forum thread: N/A. GitHub Repository: https://github.com/moncho/warpwallet

Related projects:

BIP39 Tool: JavaScript Client-Side implementation of the BIP 39 'Mnemonic code for generating deterministic keys' proposal. This tool can be downloaded and used offline in an air-gapped machine. User may supply his own source of entropy (accepts binary, base 6, 6-sided dice, base 10, hexadecimal, cards) for mnemonic phrase creation. User may also decide to protect his keys with password/passphrase. Mnemonic passphrase available in several languages. Hierarchical Deterministic Wallets generators also implemented for Bitcoin, Bitcoin Cash, Ethereum (and all ERC20 tokens), Litecoin, Dogecoin, Dash, Peercoin, Namecoin and others. Author: mav. Website: https://iancoleman.io/bip39/. Forum thread: N/A. GitHub Repository: https://github.com/iancoleman/bip39.

Border Wallets: A poweful way to quickly memorise and easily recall Bitcoin seed words. Border Wallets solve a problem faced by many Bitcoiners; how to quickly, easily, securely and reliably memorise 12 or 24 (or more) seed words. The idea draws on a concept known as the Picture Superiority Effect, and employs the use of user-generated patterns applied to a randomised map of (BIP-39 compliant) seed words - offline, in a secure, air-gapped setting. The creation of Bitcoin, and Improvement Proposals such as BIP39, have transformed our ability to store and transport value over space and time. However, in the case of people who struggle to maintain their property rights in the physical domain, or who move around a lot, paper or even steel backups can present storage and transportation challenges. By making the process of creating and memorising secure Bitcoin Wallets more simple and robust, people and families can now carry their wealth in their heads using a combination of attack-tolerant Entropy Grids or Deterministic Recovery Phrases and memorable patterns that only they know. Contrast this with the problems and risks presented with any one individual carrying a written seedphrase backup and it should become reasonably clear that the protections offered by Entropy Grids and Border Wallets give a higher degree of transportability, security and recovery assuredness. For Bitcoin, Border Wallets and Entropy Grids offer new applications and solutions for Bitcoin cold storage and transportation, legacy ownership transfers, gifting, 3rd-party custody assistance and, most obviously, border crossings. Sparrow Wallet’s Border Wallets integration available! Author(s): MTC & SuperPhatArrow. Website: https://www.borderwallets.com. Github Repository: https://github.com/microchad/borderwallets

brainflayer: is a Proof-of-Concept brainwallet cracking tool that uses libsecp256k1 for pubkey generation. It was released as part of a DEFCON 23 talk about cracking brainwallets. Some features: it does ~130k guesses/second (as per 2015). Good tool to test your brainwallet security. Author: Ryan Castellucci aka ryanc. Website: https://rya.nc/defcon-brainwallets.html. (Unofficial) Forum thread: https://bitcointalk.org/index.php?topic=1147035.0. Paper: https://rya.nc/cracking_cryptocurrency_brainwallets.pdf. Video: https://rya.nc/b6. Github Repository: https://github.com/ryancdotorg/brainflayer

PassGuardian: Store and share your secrets (Secret Sharing) safely by splitting them into cryptographically-secure pieces. To reconstruct the original, combine a specific number of these pieces. PassGuardian is built on secrets.js, an open-source implementation of Shamir's secret sharing scheme. Some features: All computations are done in your browser. No secrets or secret shares are ever transmitted back to servers. Once the PassGuardian page is loaded in your browser, it can be run offline. Author: Alexander Stetsyuk < a l e x @ p a s s g u a r d i a n . c o m > aka amper5and. Website: passguardian.com. Forum thread: https://bitcointalk.org/index.php?topic=142875.0. GitHub Repository: https://github.com/amper5and/secrets.js/tree/gh-pages
342  Economy / Service Announcements / Re: New Wallet Service: brainwallet.io on: August 27, 2015, 02:29:30 PM
Project's main thread: https://bitcointalk.org/index.php?topic=1160038.0
343  Bitcoin / Project Development / Re: brainwallet.io on: August 27, 2015, 01:55:44 AM
@unchi

Suggestion: show the generated private key also in compressed format.

You can get the code from bitaddress.org
344  Bitcoin / Project Development / Re: brainwallet.io on: August 26, 2015, 03:21:56 PM

No FUDs here please!

LOL

Please read this: http://blog.codinghorror.com/speed-hashing/
345  Bitcoin / Bitcoin Discussion / Re: "Why I'm releasing a brainwallet cracker at DEFCON 23" on: August 26, 2015, 02:40:29 PM
The facts of this research are outstanding...

That's why I only rely on KDF (scrypt, bcrypt and PBKDF2), never fast hash functions (SHA family etc) for this purpose (Brainwallets).

Thanks for your educational work! The community just gets stronger with it!
346  Economy / Service Discussion / Re: It's brainwallet dead? on: August 26, 2015, 02:09:45 PM
FYI here goes the "spiritual" (and a safer) successor of that defunct: https://keybase.io/warp
347  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Augur - a decentralized prediction market platform on: August 21, 2015, 06:27:41 AM
@DEV, you guys got 2.4 million dollars so far with a shit IPO website, there is NO 2 factor authentication, no captcha, if my username and password are stolen, my money will lose. It sucks, this is unacceptable! Please enhance the IPO website security!!!

Tend to agree with you actually - overall its not very professional at all.

I also agree: the crowdsale process seems a little "poor" and informal...

I really don't understand why they started a crowdsale when Frontier (beta CLI ethereum app) is in its inicial (buggy) stages.

Why didn't they wait for metropolis Mist (GUI)?

Why didn't they (at least) come up with a tool like that of Kraken ( http://kraken.com/ether ) to easy use pre-sale ether coins?
348  Economy / Games and rounds / Re: YABTCL.com - Bitcoin lottery - Scheduled, Instant or Free Lottery. You choose. on: August 21, 2015, 06:10:22 AM
Congratulations!

Your lotto is one of the few remaining with a good jackpot (>= 100 BTC) over time.

I was wondering some (crazy?) idea: Would that idea of "Margin (Kelly) investing of 10 - 1000%" implemented at 64Blocks.com (a dice game) as explained here ( https://bitcointalk.org/index.php?topic=1024458.0 ) fit your lottery in any way?

That would open the possibilities of higher profits for both sides (bettors and investors) as well.

Dice games are almost like lotteries, don't you think so?

That would be interesting, wouldn't it?

Cheers.
349  Bitcoin / Project Development / Re: [coinb.in] Open Source, Multi Signature, HD Wallet and more! on: August 21, 2015, 04:13:57 AM
Maybe he could even integrate the Warp Wallet way on coinb.in Cheesy

That would certainly be an excellent achievement!
350  Bitcoin / Project Development / Re: [coinb.in] Open Source, Multi Signature, HD Wallet and more! on: August 21, 2015, 04:06:36 AM
Found this coinb.in very useful when combined with WarpWallet ( keybase.io/warp ). All of them used offline.

It generates the most powerfull cold storage method of defense I've ever seen (with no need to download the full blockchain nor touching the internet).

Multi signature + Warp Wallet = no more fear of brute force attacks.

Thank you @OutCast3k for this wonderful, simple and (yet) beautiful tool.

It's the KISS (Keep it simple stupid!) philosophy in action. It's an awesome GUI to use even for non-technical public.

I also liked to see a good fork activity on this project by several contributors at Github.

Keep up the good work!
351  Other / Beginners & Help / Re: Has anyone used WarpWallet to generate addresses & keys? on: August 21, 2015, 03:20:16 AM
A (not so) new (and much more secure) way to create a bitcoin brainwallet.

You may use it online (not recommended) or offline (downloading the .html page).

Site: https://keybase.io/warp

Github: https://github.com/keybase/warpwallet
352  Other / Beginners & Help / Re: Has anyone used WarpWallet to generate addresses & keys? on: August 19, 2015, 10:00:18 AM
The answer comes one year after OP.  Roll Eyes

Security depends on your passphrase: does it have good entropy and randomness?

Sure it's a great evolution compared to brainwallet.org and bitaddress's branwallet alternatives.

Reason: reasonable rounds of scrypt and PBKDF2 hashes slowing down brute force attacks.

Read more here: https://bitcointalk.org/index.php?topic=654037.0
353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CHA] Chancecoin, SuperNET core coin for betting in a decentralized casino on: August 19, 2015, 06:12:38 AM
A coin like this one would fit ethereum interestingly, don't you guys think so?

P.s. Although "Dicecoin" would be a better name...  Wink

It's a shame I missed the launch stage (pre sale) of this innovative project last year. Did the price pump well after launch?
354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Pre-ANN] ThePirateBayCoin (TPB) +Torrents on the blockchain+Built in downloader on: May 09, 2015, 09:26:06 AM
Hello PonyBoy,

Here goes some articles (with some simple insights and ideas) loosely related to what you're trying to do:

http://www.coindesk.com/bittorrent-client-integrates-bitcoin-donations/

http://www.coindesk.com/could-cryptocurrency-improve-file-sharing/

http://blog.bittorrent.com/2014/12/10/project-maelstrom-the-internet-we-build-next/

Maybe you should consider using some smart contracts that will be provided (already funcional in testnet) in ethereum. Maybe you might create yours. Details of what I'm talking about are shown at their whitepaper: https://github.com/ethereum/wiki/wiki/White-Paper

BTW, there may be developers willing to gather efforts like you wish to do at their forum - forum.ethereum.org - and (as consequence) at Bitshares, NXT and other crypto 2.0 communities as well...

IMHO, because of its complexity your project should be built on top of crypto 2.0 platforms (not of bitcoin, litecoin or other 1.0 altcoins out there - 'cause they might not fit your needs).

Keep up the good efforts!
355  Economy / Service Discussion / Re: Escrow list: Whitelist Ranking & Blacklist - Must view before sending your coins on: January 11, 2015, 11:28:48 AM
Greetings to all!

I'm sorry I'm gonna lock this thread.

Reason (as mentioned before by our friend Dabs) is:

Quote
I'm sure Financisto is fine, he's probably just busy with real life stuff. [...]

As I've been VERY busy lately, I decided this way...

I hope others will (or already are) keep some list like this one...

And for those worried/curious about: I have not lost my faith in Bitcoin. We're still in the first stage. Cryptocurrencies are the future!

I wish a wonderful new year for everyone!

Cheers!
356  Economy / Service Discussion / Re: Escrow list: Whitelist Ranking & Blacklist - Must view before sending your coins on: August 17, 2014, 04:26:29 AM
UPDATE #5 of year 2014.

New players joined the market: monbux, TwinWinNerD and kcud_dab.

Welcome to the list!

List updated and scores upgraded as well.

Best of luck in all your escrow biz everyone!

To be continued...
357  Economy / Gambling / Re: Predictious.com | The Premier Bitcoin Prediction Market | Trade & Win Bitcoins! on: May 29, 2014, 04:44:45 AM
Maybe you should try adding some NBA "moneylines" (Team A vs Team B) or Totals (Over/Under) to your contracts.

Lets see how it develops!  Wink

Keep up the good work!
358  Economy / Gambling / Re: UpDown.bt — Binary Options — | Instant bets | Payouts in 60sec | BCF Gold Member on: May 26, 2014, 02:21:01 AM
Nice website layout and design. Congratulations!

I'd like to suggest some improvements:

1st) Bitcoin's network confirmation time may be annoying for those betting in 60s. The real delay (counting 4 confirmations) might get over 10min (what a gap)!

2nd) E-mail support or form contact is mandatory;

3rd) Showing the feed source for each type of bet may help proving that this game is (almost) provably fair;

4th) If the price remains the same, you should send the funds back (minus tx fee) to gambler (as almost binary options bookers do);

P.s.: BTW as the time I'm writting this, the "plane bet" payout is x1.3. That's too much edge/juice/vig for a gambler to handle IMHO... The player must have a win ratio of ~80% to profit from that continuously. That's almost impossible.

Keep up the good work!
359  Economy / Service Discussion / Re: Escrow list: Whitelist Ranking & Blacklist - Must view before sending your coins on: May 26, 2014, 01:41:35 AM
I think SebastianJu would be a good adittion to the list. I made transactions with him providing escrow, all went without any problems.
Is there any Announcement Thread about his escrow service?
360  Economy / Service Discussion / Re: Escrow list: Whitelist Ranking & Blacklist - Must view before sending your coins on: May 09, 2014, 04:25:10 AM
Hello. I no longer offer escrow services. No time.
You've been removed from the list.

Thank you for letting us know about your decision.

Best regards.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!