-
Trying to add a shared key to the wallet with:
`wallet.addSharedKey(new bcoin.hd.PublicKey.fromBase58("xpub661MyMwAqRbcGU7w2u1jFhMqfLV1Q8TrL3kB24xBiUcCHFSrJUQfaE3UcokF9PGgiDAY7Dbzc7vZqcbx9VU556RKLx7x…
ghost updated
6 years ago
-
I am trying to build a raw transaction that will send funds from a 2 of 3 multisig address to an output address. While the below code works, it does not include the redeem script anywhere in the raw t…
-
Has I was implementing Exodus integration I stepped on this directory which didn't seems to have any convention concerning the files in it.
The common base of this directory is that it contains th…
-
Is there a library alike the existing ones for BTC?
I'm hoping to not have to setup a bgoldd daemon just for `validateaddress` RPC call
-
When creating a new transaction if using a Segwit address for Address, WIF key or Redeem Script:, an error returns You should use the redeem script, not the multisig address!
The challenge is, esp…
-
I'm trying to import a transaction to bcoin and use the spv wallet to get the utxos from the network (Coins) and fill the tx to be able to sign them. Included error, input script sample, code and outp…
ghost updated
6 years ago
-
my coinb.in address is
1CF7TjzTLAkK5xJDAmHzD5APgQokzRjFMs i sent .03761935 with a .0004 transaction fee to 14JqcgchhsQQv7LovnvA2ZCBgs14H88znN im not really sure of the tx id i didnt save it and dont …
-
Hey, great service guys, wonderful way to explore crypto currencies!
I've found some 500 errors:
- https://coinbin.org/lbc/to/usd
- https://coinbin.org/lbc/to/asd
Never used pyton before, I im…
-
https://github.com/spesmilo/electrum/issues/3059
-
A user on reddit reported generating a multisig that had a redeemScript >520 bytes and coinbin generated the P2SH address without warning.
As per consensus rules this redeemscript is a blackhole th…