Chris Moore
Chris Moore
I was in a hand and wanted to stop playing. I clicked 'fold/sit out'. It folded my hand, and others carried on playing the hand. I clicked 'exit' in the...
Changes to the base 6 dice privkey generation: - Allow more than 99 dice to be rolled - Use privkey%256 as the private key. - Replace '6' by '0' in...
vanitygen defaults to creating compressed public keys, so the vanity wallet tab should follow suit. See 9aadff5477 for a simple fix.
I'm seeing 50% of generated change addresses not being used. It's as if two are reserved for every one that is used. This is happening in version v24.0.1. Here's a...
The help tells me I should unlock my encrypted wallet: ``` > help migratewallet ... Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted. ``` But...
I have a single cardinal utxo and no ordinals. I attempt to inscribe on the 1000th sat of the utxo and get a panic: $ ord --version ord 0.5.0 16:00:14...
I was hoping to prevent ord from spending certain of my utxos by running `lockunspent` on them but it spent them anyway. The code in `index.rs` calls `listlockunspent` to get...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour bitcoin-qt crashed while loading wallets at startup. I used to see...
See https://github.com/pointbiz/bitaddress.org/issues/132 - the same issue affects this repository.
What's [this code](https://github.com/Crypton33/CryptoPonzi/blob/master/script.php#L26) trying to do? ``` if ($vinvout == 1) $vinvout = 0; else $vinvout = 1; $address = $transactionin['vout'][!$vinvout]['scriptPubKey']['addresses'][0]; return $address; ``` It results in the wrong vout...