We will need the weekend to upgrade some backend stuff so the tool will work with many of these "non standard" forks like Bitcoin Atom that uses a DAG.
Forks we are working on:
- BTW (syncing)
- FBTC (still getting a compiling error, see below)
- BTX (Needs that backend upgrade to work right)
- BTH (syncing, block #270891, thanks to /u/willsteel on Reddit for the node info)
- Bitcoin Private (Built, syncing)
- Bitcoin Cash Plus (going in tomorrow on it)
- Bitcoin Atom (Needs our backend upgrade)
- Bitcoin Pizza (Needs the backend upgrade)
- Bitcoin Lightning (Needs a GitHub link & a main net)
Looking for GitHub links for:
- Bitcoin Pay (in the BitPie wallet already)
[1 BTF bounty to the first person that posts the GitHub link]- Bitcoin New (in the BitPie wallet already)
[1 BTF bounty to the first person that posts the GitHub link]- Bitcoin God (On Gate.io with deposit wallet closed)
[1 BTF bounty to the first person that posts the GitHub link]- Bitcoin File (On Gate.io with deposit wallet closed)
[1 BTF bounty to the first person that posts the GitHub link]- Bitcoin Candy [BCH Fork]
[1 BTF bounty to the first person that posts the GitHub link]Let us know what else we are missing. We are experimenting with small bounties to encourage community help on our project.
FBTC compiling error we keep getting:
In file included from /home/fbtc/fastbitcoin/libraries/fc/src/thread/thread.cpp:5:0:
/home/fbtc/fastbitcoin/libraries/fc/src/thread/thread_d.hpp:472:43: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
bc::jump_fcontext( &prev->my_context, next->my_context, (intptr_t)this );
^~~~~~~~~~
/home/fbtc/fastbitcoin/libraries/fc/src/thread/thread_d.hpp:472:61: error: ‘struct fc::context’ has no member named ‘my_context’; did you mean ‘context’?
bc::jump_fcontext( &prev->my_context, next->my_context, (intptr_t)this );
^~~~~~~~~~
libraries/fc/CMakeFiles/fc.dir/build.make:206: recipe for target 'libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o' failed
make[2]: * [libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o] Error 1
CMakeFiles/Makefile2:362: recipe for target 'libraries/fc/CMakeFiles/fc.dir/all' failed
make[1]: * [libraries/fc/CMakeFiles/fc.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2