bips
bip39
bips | bip39 | |
---|---|---|
1,287 | 770 | |
9,796 | 3,761 | |
1.4% | 1.8% | |
9.5 | 2.7 | |
2 days ago | 11 months ago | |
Wikitext | JavaScript | |
- | MIT License |
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
bip39
- From Hot to Cold: A Practical Guide to Truly Secure Crypto Wallets
- Understanding and avoiding visually ambiguous characters in IDs
-
lost bitcoin- Binance to Nano S.- Professional help needed pls.
Download the offline version of the BIP39 tool via https://github.com/iancoleman/bip39/releases/latest. Right click on bip39-standalone.html and save the file.
-
Question about generating valid mnemonic seed phrases on air-gapped devices
You could make this with a Raspberry Pi Zero and the stand-alone version of the Coleman Web page+javascript https://github.com/iancoleman/bip39/releases/latest/
- Correlating Phoenix BIP39 addresses with other wallet...
-
Multisig & hardware wallets
Since what I just said may be confusing... here it is in practice with a link so you can try it for yourself using Ian Coleman's Mnemonic Code Converter:
-
BIP39 writing prompt (for mnemonic retention)
With Christmas coming around and the bull market upon us, I thought it would be a good time to remind everyone one about the art of mnemonic memorization. The idea is you take a BIP39 seed, then make a poem, story, limerick, or song using the words to help you remember. If you gift bitcoin, you can include the writing with the seed-card you provide to help the recipient remember as well. If you want to play along, go to Ian's BIP39 page and generate a valid seed mnemonic then see if you can't create a blurb of text that includes all the words.
- 24 Seed-phrase - 100 Dice Thrown low entropy
-
6 words seed phrase
You can try Ian Coleman's tool at : https://iancoleman.io/bip39/
-
Sovereign Mode: Access Your Wallet Using Safe.global web app
13) Go to https://iancoleman.io/bip39/. There you need to change "Coin" value of the dropdown to "ETH – Ethereum". After that you can paste Secret phrase associated with Key 1 to “BIP39 Mnemonic” section
What are some alternatives?
brainflayer - A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
python-mnemonic - :snake: Mnemonic code for generating deterministic keys, BIP39
EIPs - The Ethereum Improvement Proposal repository
solidity - Solidity, the Smart Contract Programming Language
electrum - Electrum Bitcoin Wallet