mako
mako copied to clipboard
Bitcoin node written in C
Run from the build directory. Your mileage may vary. E.g.: git clone https://github.com/chjj/mako && cd mako/ mkdir build/ && cd build/ cmake .. make all ../scripts/run_tests.sh
Excuse my ignorance, I am trying to run commands using `mako` such as `./mako help` or `./mako getblockhash 0` and seem to get the error "invalid arguments". I saw that...
There is a small typo in src/io/http/http_parser.c. Should read `automatically` rather than `automaticaly`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Added a minimal dockerfile based on apline
I consider this project a significant and game-changing innovation, I think BCH community would love it. While being almost a clone of BTC, we have a lot more of these...
It seems there is a [another project] already using the name "mako". I don't use wayland, and plan to avoid using it for as long as humanly possible so I...
Some tests are flaky if they are executed in parallel, i.e. one or more of them may suddenly fail. The affected tests are `test/t-chain`, `test/t-chaindb` and `test/t-wallet`. This issue may...
Updated segwit deployment on regtest to activate on genesis.
How to compile makod without http server implementation?
Would be great to see makod running on Android.