-
In 2015 gmaxwell had this to say about bitcoin core's private key generation process:
>Just incorrect key generation? Attempt signing with all the keys and verify the results. (Bitcoin core does th…
-
Bitcoin address with private key WIF with balance.
-
how I predict the private key of a bitcoin address using this model by training it to predict. Like where should I enter the address to predict. Is it as a text file or something?
-
Hello how are you doing? I'm texting you because I really need your help. I'm finding recording of how I am going to impute my bitcoin wallet on Chrome and in the process of others doing transaction i…
-
I'm not sure if this is a bug or if I'm misunderstanding how the "Wallet Details" page works -- sorry to waste time in case it's the latter.
1. Click Wallet Details
2. Paste in private key 5K4ZkBNVGDK…
-
From an outsider point of view `KeyMap` looks like interesting way to handle keys after importing descriptor.
Let's say for example we have such descriptor where we supply `tprv` which will be impo…
-
Dear maintainers/contributors
Bitcoinlib version `0.6.13`
Goal:
Use Bitcoin regtest for platform code testing having the availability to provide test users with credit and run our platform t…
-
At this page:
https://programmingblockchain.gitbooks.io/programmingblockchain/content/bitcoin_transfer/private_key.html
In this example:
PubKey publicKey = privateKey.PubKey;
BitcoinPubKeyAddres…
-
**(1) What does this line mean:**
> amount [int] The amount of bitcoins to be paid, in units of "satoshi" and "satoshi" (0.00000001 bitcoins); for example, if you transfer 10 bitcoins, you will p…
-
The spec requires two ECDH operations:
1. between both ephemeral keys
2. between initiator ephemeral key and responder (upstream) static key
But it doesn't specify exactly how to do this.
Both…
Sjors updated
6 months ago