-
node.js:v12.14.1
npm:6.13.4
bitcore-lib-cash:8.16.2
```
const bch = require("bitcore-lib-cash");
var Address = bch.Address;
var BitpayFormat = Address.BitpayFormat;
var CashAddrFo…
-
In https://github.com/bitpay/bitcore/blob/master/packages/bitcore-wallet-service/src/lib/fiatrateproviders/bitpay.ts a provider for the bitpay fiat exchange rate for their default cryptocurrency is pr…
-
Been using the bgworker for crypto data and it seems it might have quit working 😭
```
# Err message
{"level":"info","timestamp":"2024-09-12T14:04:44.601Z","msg":"Response error: Coinbase Pro API…
-
I've selected BCH and XRG as pairs. I've BCH balance but no order to buy XRG is created. I see no error or any indication of an issue.
I had orders to sell BCH for KMD when I added KMD as a pair b…
-
Would it be possible to open this up to select ANY amount ?
Currently only:
0.001 BCH
0.01 BCH
0.1 BCH
Are only options available.
-
Does anyone know how to solve this problem? I know it's a general question -- but it seems extremely slow to sync and I'm not sure where the bottleneck is.
I have even installed and compiled `secp2…
ghost updated
5 years ago
-
`vec_assign()` needs less memory and is way faster for lists than `vec_slice()`
``` r
library(rlang)
library(vctrs)
x_org
-
-
WalletAppKit kit = new WalletAppKit(params, new File("/tmp/test_address3"), "PRE_FIX_address3") {
@Override
protected void onSetupCompleted() {
if (wallet().getKeyChainGroupSize() <…
-
`make mount.bcachefs` on armhf platform, cargo v.1.60 produces errors:
```
LIBBCACHEFS_LIB=/root/bcachefs-tools \
LIBBCACHEFS_INCLUDE=/root/bcachefs-tools \
cargo build --release --manifest-path …