shadow-plugin-bitcoin
shadow-plugin-bitcoin copied to clipboard
A Shadow plug-in that runs the Bitcoin Satoshi reference software
The [README](https://github.com/shadow/shadow-plugin-bitcoin/blob/master/README.md) gives instructions for Ubuntu 14 and notes that Ubuntu 16 definitely doesn't work. Unfortunately Ubuntu 14 is past the end of standard support ([Ubuntu releases](https://wiki.ubuntu.com/Releases)). The latest Shadow's...
When I am trying to use cmake with "CC=`which clang` CXX=`which clang++` cmake ../.." I keep getting this error... CC=`which clang` CXX=`which clang++` cmake ../.. -- The C compiler identification...
I have been trying to install the shadow-plugin-bitcoin but I have not been successful due to multiple errors that pop up when I execute the 'make -j1' command. I'm currently...
Being able to run two bitcoind nodes is nice and all, but would it be possible to provide an example of how to extend this to larger networks? (Say, 1000...
Building shadow-plugin-bitcoin seems to be virtually possible. I have: 1. Installed shadow v0.10.2, which required some patching of the shadow code and build system 2. Installed all of the old...
For Shadow 1.10.2, I ran the first example that runs tgen with 10 clients. It doesn't seem to be creating a shadow.data directory, even though the logging seems to be...
I am having issues building the plugin on Ubuntu 16.04. I tracked down the command which is failing from the make script, and it is the following: ``` antonio@AntonioXPS13:~/shadowInstall/shadow-plugin-bitcoin/build/shadow-plugin-bitcoin/src$ cd...
Hi Contributers! I want customize bitcoin transaction. (The purpose is research of bitcoin) First, I want to reproduce [this paper](https://cs.umd.edu/~amiller/shadow-bitcoin.pdf). but, it is not documented. Please teach how to build...
_Uses Bitcoin 0.9.2 netmine!_ I am trying to perform a simple RPC client command on one of my nodes. This is a step towards me simulating transactions being created and...
In the _shadow-plugin-bitcoin_ directory after using the command _make -j1_ I get an error stating:- > make[2]: **\* No rule to make target `../bitcoin/src/verison.cpp', needed by `src/version.cpp.bc'. Stop. Maybe this...