-
Add a field for bip39 mnemonic, which automatically converts the mnemonic to entropy and fills the master secret.
Likewise when combining use the master secret to generate and display a bip39 mnemo…
-
When I apply the command I got zero output; it seems like Brainflayer doesn't accept the input of ./bip39helper, ofcourse the -i flag is not applied. I also copied all the brainflayer files into the B…
-
"curl https://api.blockcypher.com/v1/btc/main
{
"name": "BTC.main",
"height": 360060,
"hash": "000000000000000000bf56ff4a81e399374a68344a64d6681039412de78366b8",
"time": "2015-06-08T22:57:08.…
-
# Implement Vanity Address Generator for btczee
## Description
It would be cool to implement a vanity address generator for btczee, our Bitcoin protocol implementation in Zig. A vanity address i…
-
The LetheKit seedtool application generates new wallets using dice
entropy to create BIP39 and SLIP39 recovery mnemonics. The BIP39 and
SLIP39 mnemonics represent valid wallets, but they are not the…
-
Unless I am mistaken, there's no document that clearly details the difference to Bitcoin Core, or describes a migration path. This would be really useful for people that consider moving away from Bitc…
-
The big advantage of this new scheme is that it allows to send an arbitrary amount to a third party. However, for several denial of service vectors [either malicious or unintentional] a CoinJoin round…
-
### Rationale
We need to support multi-sig transactions for sm 0.3 (Milestone 7)
### Prerequisites
go-sm transactions api service
### User story
TBR
### Acceptance criteria
### Ou…
-
Something that someone using this might not consider is the possibility of this code disappearing, rendering your keys useless - unless you also store the algorithm along with those keys.
The solut…
-
Per my conversation with @oyvkva on Slack the `bootstrap.dat` file does not help with block hight much higher than 200K.
As we build wallets for more consumer-y folks, an installation process that …