smouldering
smouldering
Ok, yeah if you could find some notes or perhaps a rough reason as to why that would be useful for me. Thanks!
Make sure you use -bind=IP:8333 (or any port you want) to match the IP address of the node in the graphml. This is needed for node address propagation if you're...
Seems _version.cpp_ doesn't exist in later versions. Any pointers to what would need to be modified in the builder I'd be grateful.
Ah I see. Looking at the code I might have to add a lot of sources too, ill comment back on my findings.
Yeah that does sound easier, my assumption is to write _aux_source_directory(${BITCOIN_ROOT_DIR}/src bitcoin_sources)_. I'll give that a try. EDIT: Just seen it's already in there just commented out: https://github.com/shadow/shadow-plugin-bitcoin/blob/master/src/CMakeLists.txt#L93
It does pick up the sources and starts to build them but, it cannot build _key.cpp_ as 'secp256k1.h' doesn't exist. So, like the Bitcoin make file, the dependencies need building...