-
So for the address disappearing problem, I've got a solution for now. Basically when you first start the app, you will get your unspents and this will create the array of address objs.
Then on eve…
-
`particl-cli listunspent 1 999999 "[\"PZnZyEithjp8ipEbtQVJSHh5TmEXMnZPYF\"]"`
returns an empty list, although the address has 4 unspents as of blockexplorer
https://chainz.cryptoid.info/part/address…
cipig updated
6 years ago
-
`ReadableOutputs.ToUxArray()`, which converts `visor.ReadableOutputs` to `coin.UxArray` for use in `spend()` construction, does not produce the correct `UxOut` values, resulting in an invalid hash.
…
-
As the example of
```js
/
* global describe, it */
var assert = require('assert')
var bitcoin = require('../../')
var dhttp = require('dhttp/200')
var testnet = bitcoin.networks.testnet
var…
-
I'm trying to send a transaction to the network with blockchain.info API and I'm getting the next Error:
```
BitcoindException(super=com.neemre.btcdcli4j.core.BitcoindException: Error #-25: Missi…
-
### Describe the issue
I was playing around with using raw transactions. I was trying to achieve doing `sendtoaddress` but have the unspent output automatically return the change to my senderAddress.…
-
Calling `cli.CreateRawTx` like so:
```go
tx, err := cli.CreateRawTx(s.Client, s.Wallet, s.From, s.From[0], to)
if err != nil {
return nil, err
}
```
`s.From` contains 1 address with a bala…
-
I tried to broadcast a Litecoin transaction that build with bitcoinjs-lib, but SOMETIMES it gets an error `Missing inputs. Code:-25`
Here is the raw transaction. I check if it is signed correctly w…
-
As discovered by @jimmykiselak
Expired claims are not kept track of by claimtrie.cpp , thus they are not updateable using OP_UPDATE_CLAIM. Name owners can only reclaim the expired claim through OP_CL…
-
I read through the issues for a similar problem but the none fixed my issue. I'm on python, so I want to send coins to another address,
```
>>> headers = {
'Authorization': 'Bearer v2x94df7d21a…