mxaddict
mxaddict
When running `./contrib/freeze_packages.sh` I get this error: ``` Traceback (most recent call last): File "./contrib/deterministic-build/find_restricted_dependencies.py", line 28, in data = requests.get(url).json()['info'] KeyError: 'info' ``` With some more digging around, I...
``` zenbot backfill binance.NAV-BTC --days=365 ``` ``` zenbot sim binance.NAV-BTC --strategy=bollinger --days=5 no trades found! try running `zenbot backfill binance.NAV-BTC` first ```

backport these PRs from upstream: bitcoin/bitcoin#9289 bitcoin/bitcoin#9441 Similar to what dashpay has done here: dashpay/dash#1586
This feature is so that people can't stake using one of your addresses (Basically leaching) Will need a list of `allowed` spending addresses that your staking wallet will use.
Related to issues: * #361 * #360
Current datadir default location has version number in it, might make more sense to remove it now that we don't have support for old 3.x versions.
Related to https://github.com/herumi/mcl/issues/153
Building on a system with gcc/g++ only fails due to `BINT_SRC` build step ```make $(BINT_SRC): src/bint$(BIT).ll clang++$(LLVM_VER) -S $< -o $@ -no-integrated-as -fpic -O2 -DNDEBUG -Wall -Wextra $(CLANG_TARGET) $(CFLAGS_USER) ```...