-
https://iancoleman.io/bip39/
You will need to study how wallets are created in the above implementation.
In order to create a wallet, first you need to create a profile, which in essense is a mn…
-
In the current environment, it would be extremely beneficial if bitcoin wallet developers using BDK could have an easy way to integrate [BIP47] payment codes into their wallets for receiving payments …
-
Currently, ETH trades on AtomicDEX charge extremely high network in fees (over 10 dollars as this is posted). This is due to the smart contracts executed, with a gas limit of roughly 350k. That said, …
-
In https://github.com/rust-bitcoin/rust-bitcoin/pull/669#discussion_r780689066 we decided to allow non-standard sighash types in PSBT partial signatures, on the grounds that the PSBT spec doesn't for…
-
Currently on the bitcoin cash network, 1 sat/byte fees are going through no problem. Transactions in bitcoinj, however, have an "ensuredMinRequiredFee" option that makes the minimum TOTAL fee be 1000 …
-
-
Seems to cause a misparse, since you're supposed to be able to hand a 0-input tx here. Seems like a new parameter to fundrawtransaction may be needed, to a hack to try parsing both ways...
-
To make privacy easier in AirGap when using non-private cryptos (Which are most cryptos out there) I would like to suggest adding coin control and the ability to easily create new addresses within a w…
-
Currently for each Bitcoin Account the user has to choose which type (Taproot, SegWit, etc) and it appears as separate accounts in the Dashboard.
Instead of having each account separated let users …
-
bip44 defines the bip32 as follows for convention:
m / purpose' / coin_type' / account' / change / address_index
anything under account is not-hardened meaning a public key of account or higher …