bips
brainflayer
bips | brainflayer | |
---|---|---|
1,287 | 10 | |
9,796 | 935 | |
1.4% | 1.4% | |
9.5 | 3.7 | |
2 days ago | 10 months ago | |
Wikitext | C | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bips
- BIP-360: QuBit – Pay to Quantum Resistant Hash
- อะไรคือ Derivation Path
- A finite monetary supply for Bitcoin
-
Apple Could Add Bitcoin to Apple Wallet
Some years ago, I saw a wallet called [Spark](https://sparkwallet.io/) that let you generate a QR-code to view in your Apple Wallet and Apple Watch Wallet. It was for receiving over lightning, not sending.
I guess with unified [BIP21](https://github.com/bitcoin/bips/blob/master/bip-0021.mediawi...) QR-codes, anyone can already add a RECEIVING wallet code to Apple Wallet today.
I don't think Apple want's to be the middle man in receiving Bitcoin payments though because “tainted” coins exist in the C-suite mind, and they would rather not receive and handle those.
But Jack Mallers recently told me he wants to integrate Apple Pay into [Strike](https://strike.me), so who knows, something similar will exist soon.
-
Show HN: I created an app for you to be a more unpredictable romantic partner
Anything you put elsewhere is not more secure, unless you are more secure than Apple's servers, which seems highly unlikely. If you don't have it, it can't get compromised.
The user has an iCloud account, you can write to iCloud storage without making them "sign in" to your app. It's their data, they can find it in the folder for your app in their iCloud drive on a Mac.
And see https://developer.apple.com/game-center/ for a way to let two users coordinate "play", multiplayer, turn based, achievements, etc., which cover most of the interaction you'd need.
For sharing personality test, a person can do their own and their partner's, but for a better take on the partner you and your partner can each take your own test then generate a sharable fun code that captures the "bits" of the answers without repeating the test. As partners, you could tell each other the sharable code as a NFC bump or QR code to scan, or generate one of the word based codes like bitcoin wallet passwords.
See BIP39: https://github.com/bitcoin/bips/blob/master/bip-0039.
(This passphrase would be short if the test results distill down to a smaller set of outcomes, like 64 questions give 8 results. It would be long if you need all 64 questions' answers to match with.)
-
Understanding and avoiding visually ambiguous characters in IDs
Modern bitcoin addresses use a base-32 character set that leaves out some of the most ambiguous pairs and also permutes the address ordering so that the most visually similar remaining characters produce single bit errors which are better handled by the addresses error detecting (and potentially correcting) code.
https://github.com/bitcoin/bips/blob/master/bip-0173.mediawi...
-
Bitcoin Block 840000
Context: Bitcoin miners have just adopted a 50% pay cut for themselves. This pay cut was baked into Bitcoin protocol at the launch of the network (mostly, see "BIP 42" [1]). The OP link gives information about the block in which this pay cut was made.
I get that HN comments tend to dismiss Bitcoin. But the fact that for the fourth time this pay cut has happened without a hitch speaks volumes to what makes Bitcoin interesting: It's a rare combination of economic incentives and technology that keeps chugging. Nobody can stop it. And it's extremely resistant to change. It requires no governmental approval. All attempts at subversion or interference have failed. There aren't many things that come close to that kind of record.
[1] https://github.com/bitcoin/bips/blob/master/bip-0042.mediawi...
-
Generating and Working With ScriptPubKeys in Bitcoin Transactions
Bitcoin transactions involve locking funds in scripts, which can only be spent if those locking conditions are met. The part of the script that expresses these locking conditions are called ScriptPubKeys. On the other hand, the part that provides unlocking scripts to satisfy the locking conditions is referred to as ScriptSig for legacy transactions, and ScriptWitness for SegWit Transactions. These scripts are evaluated by a stack-based language called Script. This article will mainly focus on ScriptPubKeys.
- Blue Wallet and seed phrases
-
Nano S seed compromised?
Here’s the reference https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
brainflayer
-
[ELI5] why don't people mine wallets?
For pre-HD wallets, see brainflayer https://github.com/ryancdotorg/brainflayer
-
How to make a custom private key [in python] and import it in a Bitcoin wallet?
If you want to use a password like this consider a key derivation function like pbkdf2. (This does not make it safe but you begin to stray away from old brain wallets that are all compromised already see https://github.com/ryancdotorg/brainflayer )
-
What is your view on brain wallets.
Your wording attempts to fool people into using brainwallets by appealing to ego. Nobody has the ability to make a passphrase from their brain with sufficient entropy to be secure. Stop promoting insecure methods https://github.com/ryancdotorg/brainflayer
-
How do you make litecoin brainwallets in python?
Brainflayer is a Proof-of-Concept brainwallet cracking tool
-
Do people still use brain wallets?
Brainflayer is still running, but does not find new keys because the whole world switched to deterministic wallets https://github.com/ryancdotorg/brainflayer
- Self-proclaimed Bitcoin inventor largely prevails in $54B Bitcoin trial
-
where can I download software on PC to brute force bitcoin? just for the fun to try
Brainflayer discovers single keys created by hashing low-entropy "brain passwords". It pre-dates HD wallets, pre-dates SegWit https://github.com/ryancdotorg/brainflayer
-
Completely custom seed phrase
For fun, read about brainflayer https://github.com/ryancdotorg/brainflayer
-
How is Bitcoin 'unconfiscatable' if you should not use a brainwallet?
Brainwallet normally means something easy to remember, and therefore easy to brute force. See brainflayer, a tool for stealing coins from brainwallets https://github.com/ryancdotorg/brainflayer
-
Downside of brainwallet for long term hodling?
People don't talk about brain wallets because nobody uses the same definition. The commonly accepted definition, from when they were popular, is "easy to remember, easy to steal". See brainflayer https://github.com/ryancdotorg/brainflayer
What are some alternatives?
EIPs - The Ethereum Improvement Proposal repository
bitcracker - BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
bip39 - A web tool for converting BIP39 mnemonic codes
Kangaroo - Pollard's kangaroo for SECPK1
solidity - Solidity, the Smart Contract Programming Language