mxaddict

Results 27 issues of 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 ```

bug

closes #924

ready for review
rpc

![image](https://user-images.githubusercontent.com/1060905/158438268-ec6a66e1-5708-4b4c-9e19-58587bd53113.png)

ready for review
rpc

backport these PRs from upstream: bitcoin/bitcoin#9289 bitcoin/bitcoin#9441 Similar to what dashpay has done here: dashpay/dash#1586

bounty-high

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.

bounty-med

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.

discussion

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) ```...