Donely Gunn
Donely Gunn
I have added the options parameter and integrated karel 3-D's work as stated [here](https://github.com/bitcoinjs/coinselect/issues/53). I did not attempt segwit or low R consideration in this PR since that would result...
I would like to make a PR to update this library to default to segwit and other issues mentioned [here.](https://github.com/bitcoinjs/coinselect/issues/51#issuecomment-593728970) Most of the heavy work has been done in this...
Hi I am running this code from the demo in node: ``` const monerojs = require("monero-javascript"); main(); async function main() { let daemon = await monerojs.connectToDaemonRpc("https://stagenet.xmr.ditatompel.com") console.log(daemon) } ``` [code...
I am looking to create a transaction and store it later for broadcasting. The js docs indicate that this should be possible but it seems as if the wallet will...
### What is your BTCPay version? BTCPay Server v1.8.4+fadb05e97 (Altcoins) ### How did you deploy BTCPay Server? I deployed on a vps using seths guide: https://sethforprivacy.com/guides/accepting-monero-via-btcpay-server/#add-the-view-only-wallet-to-btcpay-server ### What happened? I...