Bitcoin-Simulator icon indicating copy to clipboard operation
Bitcoin-Simulator copied to clipboard

Bitcoin and Blockchain Simulator

Results 13 Bitcoin-Simulator issues
Sort by recently updated
recently updated
newest added

Hi, I want to know how can I change propagation styles?i would be very appreciated.

I've tried modifying the code on my own (but I'm very new to c++/ ns3), but no luck. Any help?

madhur@madhur-X555LF:~/Desktop/ns-allinone-3.29/ns-3.29$ ./waf --run "bitcoin-test --noBlocks=100 --nodes=6000" Waf: Entering directory `/home/madhur/Desktop/ns-allinone-3.29/ns-3.29/build/optimized' Waf: Leaving directory `/home/madhur/Desktop/ns-allinone-3.29/ns-3.29/build/optimized' Build commands will be stored in build/optimized/compile_commands.json 'build' finished successfully (17.824s) msg="Can't use distributed simulator without...

I've downloaded the Bitcoin Simulator through git clone, but files such as wscript are missing? Have I just not downloaded it correctly (I've been doing everything the same as the...

Hi, I want to know how can I change PoW to other algorithms or customize consensus? Is it possible to change some of the files in this project to do...

I'm working on transaction and mempools. So i implemented a simple case. Each block has a list of transactions containing a fee and hash. Blocks with real packet size less...

I would like to ask if someone know how we can print the connections between nodes. For example: Node 1 has connections with: Node 2, Node 4, Node 6. Node...

How to calculate the structure variable of nodeStatistics ,for example, meanBlockPropagationTime.

After adding `--enable-examples` in compile configuration `CXXFLAGS="-std=c++11" ./waf configure --build-profile=debug --with-pybindgen=/home/ren/Desktop/workspace/ns-allinone-3.25/pybindgen-0.17.0.post49+ng0e4e3bc --enable-mpi --enable-static --enable-tests` I got compile errors below: ``` ./waf Waf: Entering directory /home/ren/Desktop/workspace/ns-allinone-3.25/ns-3.25/build' [2217/2457] Linking build/src/csma/examples/ns3.25-csma-broadcast-debug [2222/2457] Linking...