Questions tagged [dependencies]
9 questions
7
votes
1 answer
Add dependency Bitcoin Core
I'm trying to add a new dependency to my Bitcoin Core fork. The dependency is Rapidcheck, a property based testing framework.
I've added a file called rapidcheck.mk inside of depends/packages with the following…
Chris Stewart
- 1,114
- 1
- 9
- 19
6
votes
1 answer
Building on Ubuntu 16, missing SSL during ./configure
I am trying to build bitcoind on Ubuntu 16 64-bit. I have installed the dependencies and have built it fine many times on other machines.
During ./configure, I am getting
checking whether the Boost::Unit_Test_Framework library is available...…
Matthew Darnell
- 508
- 1
- 4
- 12
3
votes
2 answers
Bitcore = "Error: More than one instance of bitcore-lib found"
These two lines (and nothing more), create an error:
var exp = require('bitcore-explorers');
var btc = require('bitcore-lib');
Error: More than one instance of bitcore-lib found. Please make sure to require bitcore-lib and check that submodules do…
hartmut
- 671
- 5
- 21
1
vote
1 answer
Depends: libgcc-s1 (>=3.0) but it is not installable (Bitcoind wallet dependency problem on Debian)
On Debian I successfully compiled .bitcoind without a wallet, but now I need the wallet.
./configure tells me I need Berkeley CXX headers. Searching for how to do this on Debian brings up a bunch of Ubuntu answers saying to do either
sudo apt-get…
Satoshi Woshi
- 11
- 1
- 1
- 2
1
vote
1 answer
Adding Dependencies to Bitcoin Core
I am currently editing a fork of Bitcoin Core. I have three libraries I would like to add as dependencies. One is my own creation (CPISync) and it depends on a second library (NTL) which in turn depends on a third (GMP).
I have looked here and here…
yairks
- 11
- 3
1
vote
1 answer
What specific packages are required to be installed in order to create legacy wallets?
When attempting to create a legacy wallet using bitcoin-cli, I get the following error:
bitcoin-cli -named createwallet wallet_name="[...]" descriptors=false load_on_startup=true
error code: -4
error message:
Compiled without bdb support (required…
Gervais
- 11
- 1
1
vote
1 answer
who attaches dependent transactions? Sender or receiver
I am wondering who can attach dependent transactions to a transaction not confirmed and is in the Mempool.
Is that the sender or the receiver?
Assume Alice wants to send 20 BTC to Bob. Her transaction is still waiting in the Mempool. Can Alice…
Motiv
- 99
- 6
0
votes
1 answer
"command not found' while installing dependencies
While installing dependencies for compiling an altcoin wallet on VPS for run a Masternode - using Ubuntu 16 I run into this fatal error
In file included from alert.h:9:0,
from alert.cpp:5:
serialize.h:19:48: fatal error:…
mr stonesourcery
- 1
- 1
0
votes
1 answer
Choosing Rights Host For Dependency Make
I am working on on creating builds for windows, mac, and Unix. I am working on Ubuntu 18.04 but on a windows OS. I figured out host-platform-triplets for windows and mac and generated prefixes for them but not sure how to determine the best Unix…
Hizzy
- 103
- 4