Code Monkey home page Code Monkey logo

bitcoalwallet's Introduction

BitCOAL

Bitcoal Logo

Bitcoal is a cryptonote based coin with the same privacy, fungibility, and asic resistance features as other cryptonote based coins.

Bitcoal was made as a coin to stand as an economic kicker for day to day people without high demand skills in the market nowadays, nor the proper equipment to mine high value coins like Bitcoin, Ethereum, Litecoin and the like.

We provide a new opportunity, if not a new way, for miner beginners and the working class to mine and trade coins.

Coin Specifications

  • Ticker: COAL
  • Max Supply: 12,500,000
  • Emission Factor: 19
  • Block Timing: 90 Seconds (1:30 min)

Usage

Bitcoal is a cryptonote-based coin compatible with forknote.

A standalone GUI wallet is available at https://github.com/bitcoal/bitcoalwallet.

To use bitcoal with forknote, use this bitcoal config file: https://github.com/forknote/configs/blob/master/bitcoal.conf

Pools

http://democats.org/pool/?name=bitcoal

Exchanges

https://www.cryptopia.co.nz/Exchange/?market=COAL_BTC

bitcoalwallet's People

Contributors

bitcoal avatar saschakuhnigk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bitcoalwallet's Issues

wallet problem

I just had a normal reboot and now BitCoal Wallet wont open saying "Incorrect password" when i have opened and closed it using the same password many times. i had about 70 coin in it, lost i assume?

edit: ah now its opening, wierd

Crash on Sync.

OS : Ubuntu 16.04

Hi,

After compilation, wallet seems crash on sync start.

You can find console retranscription above :

2018-01-07 13:52:11.976 [info] [Application] Initializing...
2018-01-07 13:52:11.977 [info] [ApplicationEventHandler] 1
2018-01-07 13:52:12.112 [info] [Application] observer
2018-01-07 13:52:12.113 [info] [RPC node] Connection state: Disconnected
2018-01-07 13:52:19.512 [info] [Embedded node] InProcessNode initializing...
2018-01-07 13:52:19.514 [info] [Embedded node] InProcessNode init result: 0
2018-01-07 13:52:19.514 [info] [Embedded node] Waiting...
2018-01-07 13:52:19.517 [info] [Blockchain explorer] Initializing...
2018-01-07 13:52:19.519 [info] [Application] Initialized successfully
2018-01-07 13:52:19.650 [info] [Wallet] Loading wallet...
2018-01-07 13:52:19.741 [info] [Wallet] Wallet load result: 0
2018-01-07 13:53:51.712 [info] [Embedded node] Event: Peer count updated: 1
2018-01-07 13:54:03.147 [info] [Embedded node] Event: Peer count updated: 2
BitCoal: /home/guy/Téléchargements/bitcoalwallet-1.0.0/cryptonote/src/CryptoNoteCore/DatabaseBlockchainCache.cpp :1242 : virtual std::vector<long unsigned int> CryptoNote::DatabaseBlockchainCache::getLastUnits(size_t, uint32_t, CryptoNote::UseGenesis, std::function<long unsigned int(const CryptoNote::CachedBlockInfo&)>) const:  l'assertion « count <= std::numeric_limits<uint32_t>::max() » a échoué.
Abandon (core dumped)

I'm open to any suggestion to make it work before start mining

Thank in advance

A static build for linux would be fine !

Hi,

As usual with boost, there are problems with compilation / link.

  • You have a mistake in cmake file:
if ((${Boost_MAJOR_VERSION} EQUAL 1) AND (${Boost_MINOR_VERSION} EQUAL 54))
  message(SEND_ERROR "Boost version 1.58 is unsupported, more details are available here http://goo.gl/RrCFmA")
endif ()
  • I have boost 1.58 installed on ubuntu 16.04, but build fail on linking stage:
[100%] Linking CXX executable BitCoal
libcryptonote.a(DataBaseConfig.cpp.o): In function `boost::program_options::validation_error::validation_error(boost::program_options::validation_error::kind_t, std::string const&, std::string const&, int)':
DataBaseConfig.cpp:(.text._ZN5boost15program_options16validation_errorC2ENS1_6kind_tERKSsS4_i[_ZN5boost15program_options16validation_errorC5ENS1_6kind_tERKSsS4_i]+0x3d): undefined reference to `boost::program_options::validation_error::get_template(boost::program_options::validation_error::kind_t)'
DataBaseConfig.cpp:(.text._ZN5boost15program_options16validation_errorC2ENS1_6kind_tERKSsS4_i[_ZN5boost15program_options16validation_errorC5ENS1_6kind_tERKSsS4_i]+0x5b): undefined reference to `boost::program_options::error_with_option_name::error_with_option_name(std::string const&, std::string const&, std::string const&, int)'
libcryptonote.a(DataBaseConfig.cpp.o): In function `boost::program_options::variables_map::operator[](std::string const&) const':
DataBaseConfig.cpp:(.text._ZNK5boost15program_options13variables_mapixERKSs[_ZNK5boost15program_options13variables_mapixERKSs]+0x1f): undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void command_line::add_arg<unsigned short, false>(boost::program_options::options_description&, command_line::arg_descriptor<unsigned short, false> const&, bool)':
DataBaseConfig.cpp:(.text._ZN12command_line7add_argItLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argItLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void command_line::add_arg<unsigned int, false>(boost::program_options::options_description&, command_line::arg_descriptor<unsigned int, false> const&, bool)':
DataBaseConfig.cpp:(.text._ZN12command_line7add_argIjLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argIjLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void command_line::add_arg<unsigned long, false>(boost::program_options::options_description&, command_line::arg_descriptor<unsigned long, false> const&, bool)':
DataBaseConfig.cpp:(.text._ZN12command_line7add_argImLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argImLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options11typed_valueImcEE[_ZTVN5boost15program_options11typed_valueImcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options11typed_valueIjcEE[_ZTVN5boost15program_options11typed_valueIjcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options11typed_valueItcEE[_ZTVN5boost15program_options11typed_valueItcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options20invalid_option_valueE[_ZTVN5boost15program_options20invalid_option_valueE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options16validation_errorE[_ZTVN5boost15program_options16validation_errorE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o): In function `boost::program_options::typed_value<unsigned long, char>::name() const':
DataBaseConfig.cpp:(.text._ZNK5boost15program_options11typed_valueImcE4nameEv[_ZNK5boost15program_options11typed_valueImcE4nameEv]+0x37): undefined reference to `boost::program_options::arg'
libcryptonote.a(DataBaseConfig.cpp.o): In function `boost::program_options::typed_value<unsigned int, char>::name() const':
DataBaseConfig.cpp:(.text._ZNK5boost15program_options11typed_valueIjcE4nameEv[_ZNK5boost15program_options11typed_valueIjcE4nameEv]+0x37): undefined reference to `boost::program_options::arg'
libcryptonote.a(DataBaseConfig.cpp.o): In function `boost::program_options::typed_value<unsigned short, char>::name() const':
DataBaseConfig.cpp:(.text._ZNK5boost15program_options11typed_valueItcE4nameEv[_ZNK5boost15program_options11typed_valueItcE4nameEv]+0x37): undefined reference to `boost::program_options::arg'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void boost::program_options::validate<unsigned long, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, unsigned long*, long)':
DataBaseConfig.cpp:(.text._ZN5boost15program_options8validateImcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l[_ZN5boost15program_options8validateImcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l]+0x11c): undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void boost::program_options::validate<unsigned int, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, unsigned int*, long)':
DataBaseConfig.cpp:(.text._ZN5boost15program_options8validateIjcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l[_ZN5boost15program_options8validateIjcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l]+0x11b): undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
libcryptonote.a(DataBaseConfig.cpp.o): In function `void boost::program_options::validate<unsigned short, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, unsigned short*, long)':
DataBaseConfig.cpp:(.text._ZN5boost15program_options8validateItcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l[_ZN5boost15program_options8validateItcEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPT_l]+0x11c): undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options16validation_errorEEEEE[_ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options16validation_errorEEEEE]+0x38): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEEE[_ZTVN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEEE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options20invalid_option_valueEEEEE[_ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options20invalid_option_valueEEEEE]+0x38): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(DataBaseConfig.cpp.o):(.data.rel.ro._ZTVN5boost16exception_detail19error_info_injectorINS_15program_options20invalid_option_valueEEE[_ZTVN5boost16exception_detail19error_info_injectorINS_15program_options20invalid_option_valueEEE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
libcryptonote.a(NetNodeConfig.cpp.o): In function `void command_line::add_arg<bool, false>(boost::program_options::options_description&, command_line::arg_descriptor<bool, false> const&, bool)':
NetNodeConfig.cpp:(.text._ZN12command_line7add_argIbLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argIbLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(NetNodeConfig.cpp.o): In function `void command_line::add_arg<std::string, false>(boost::program_options::options_description&, command_line::arg_descriptor<std::string, false> const&, bool)':
NetNodeConfig.cpp:(.text._ZN12command_line7add_argISsLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argISsLb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(NetNodeConfig.cpp.o): In function `void command_line::add_arg<std::vector<std::string, std::allocator<std::string> >, false>(boost::program_options::options_description&, command_line::arg_descriptor<std::vector<std::string, std::allocator<std::string> >, false> const&, bool)':
NetNodeConfig.cpp:(.text._ZN12command_line7add_argISt6vectorISsSaISsEELb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb[_ZN12command_line7add_argISt6vectorISsSaISsEELb0EEEvRN5boost15program_options19options_descriptionERKNS_14arg_descriptorIT_XT0_EEEb]+0x87): undefined reference to `boost::program_options::options_description::find_nothrow(std::string const&, bool, bool, bool) const'
libcryptonote.a(NetNodeConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options11typed_valueISt6vectorISsSaISsEEcEE[_ZTVN5boost15program_options11typed_valueISt6vectorISsSaISsEEcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
libcryptonote.a(NetNodeConfig.cpp.o):(.data.rel.ro._ZTVN5boost15program_options11typed_valueISscEE[_ZTVN5boost15program_options11typed_valueISscEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
libcryptonote.a(NetNodeConfig.cpp.o): In function `boost::program_options::typed_value<std::vector<std::string, std::allocator<std::string> >, char>::name() const':
NetNodeConfig.cpp:(.text._ZNK5boost15program_options11typed_valueISt6vectorISsSaISsEEcE4nameEv[_ZNK5boost15program_options11typed_valueISt6vectorISsSaISsEEcE4nameEv]+0x37): undefined reference to `boost::program_options::arg'
libcryptonote.a(NetNodeConfig.cpp.o): In function `boost::program_options::typed_value<std::string, char>::name() const':
NetNodeConfig.cpp:(.text._ZNK5boost15program_options11typed_valueISscE4nameEv[_ZNK5boost15program_options11typed_valueISscE4nameEv]+0x37): undefined reference to `boost::program_options::arg'
libcryptonote.a(NetNodeConfig.cpp.o): In function `boost::program_options::typed_value<std::string, char>::xparse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&) const':
NetNodeConfig.cpp:(.text._ZNK5boost15program_options11typed_valueISscE6xparseERNS_3anyERKSt6vectorISsSaISsEE[_ZNK5boost15program_options11typed_valueISscE6xparseERNS_3anyERKSt6vectorISsSaISsEE]+0x7a): undefined reference to `boost::program_options::validate(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, std::string*, int)'
libcryptonote.a(NetNodeConfig.cpp.o): In function `void boost::program_options::validate<std::string, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::string, std::allocator<std::string> >*, int)':
NetNodeConfig.cpp:(.text._ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi[_ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi]+0x166): undefined reference to `boost::program_options::validate(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, std::string*, int)'
NetNodeConfig.cpp:(.text._ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi[_ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi]+0x2af): undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
collect2: error: ld returned 1 exit status
CMakeFiles/BitCoal.dir/build.make:3512: recipe for target 'BitCoal' failed
make[2]: *** [BitCoal] Error 1

It would be fine to provide a static build of the gui wallet, like the one for Windows.

Thanks.

Wallet build fail on Archlinux

Hi. This is the ouptut from make

[rpirea@asus-rog build]$ make
  GEN      util/build_version.cc
  CC       db/column_family.o
In file included from ./db/column_family.h:29:0,
                 from db/column_family.cc:10:
./util/thread_local.h:157:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_SUPPORT_THREAD_LOCAL
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_local.h:157:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_local.h:157:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
In file included from ./util/thread_status_updater.h:42:0,
                 from ./util/thread_status_util.h:11,
                 from db/column_family.cc:34:
./util/thread_operation.h:22:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_operation.h:22:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_operation.h:22:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_operation.h:22:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
In file included from ./util/thread_status_util.h:11:0,
                 from db/column_family.cc:34:
./util/thread_status_updater.h:50:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_status_updater.h:50:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:50:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:50:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:66:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_status_updater.h:66:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:66:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:66:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:197:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_status_updater.h:197:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:197:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_updater.h:197:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
In file included from db/column_family.cc:34:0:
./util/thread_status_util.h:84:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_status_util.h:84:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_util.h:84:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_util.h:84:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_util.h:125:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
 #if ROCKSDB_USING_THREAD_STATUS
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/thread_status_util.h:125:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_util.h:125:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
./util/thread_status_util.h:125:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
In file included from db/column_family.cc:31:0:
./util/compression.h: In function ‘bool rocksdb::ZSTD_Compress(const rocksdb::CompressionOptions&, const char*, size_t, std::__cxx11::string*)’:
./util/compression.h:628:46: error: too few arguments to function ‘size_t ZSTD_compress(void*, size_t, const void*, size_t, int)’
                                 input, length);
                                              ^
In file included from ./util/compression.h:42:0,
                 from db/column_family.cc:31:
/usr/include/zstd.h:82:20: note: declared here
 ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity,
                    ^~~~~~~~~~~~~
make[3]: *** [Makefile:1133: db/column_family.o] Error 1
make[2]: *** [CMakeFiles/rocksdb.dir/build.make:57: CMakeFiles/rocksdb] Error 2
make[1]: *** [CMakeFiles/Makefile2:107: CMakeFiles/rocksdb.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

And this is the build from cmake

[rpirea@asus-rog build]$ cmake ../
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.66.0
-- Found the following Boost libraries:
--   date_time
--   filesystem
--   program_options
--   regex
--   serialization
--   system
--   thread
--   chrono
--   atomic
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rpirea/gitroot/bitcoalwallet/build

Coin lost in blockchain, maybe a bug ?

Hi,
I've send around 3400 bitcoal using gui wallet but I've never received them.
Transaction are visible in my history, but when I look for them in explorer I can't find them...
I always use address from contacts book, to send coin to cryptopia.
here are transaction ids and amounts :

4bf384cd1e7ddaea72e5794eb207a5d5037d4b3ae3187fc2946023ca003726d7 100.01
68fec3cb00ea1c97f70b732b8f1efb56a1c5a4266d40eb0c44d98c8d88e5511b 150.01
7645a625b74fe66d73fdd93ce8ab162a07f0cc9f2776173eb2799a4aa68d324a 200.01
293708f53c81cf1707eaf94908c5cc39a163f61abac489a9ee93e25e7076481f 140.01
66ccf79106ab36be40240a1f8514343f38af57e89f4c829b56e6e796bb4834b7 200.01 
6d4a14704f633a2337a22a7aaabbd4944423c2605b976b5914f7738c24848ff1 200.01
20eb0f8fe913f0b169ee29640e23765fed434a872a0fbeb746f2dc6196d879d7 200.01
b308c351042c804cb690ef06fedbc52793d66085f8ca771d4baecc37ac185a7e 200.01
20eb0f8fe913f0b169ee29640e23765fed434a872a0fbeb746f2dc6196d879d7 200.01
bc05e7d605dfbe660a522b52783af75b078200686f765801d45828b00dce3548 200.01
c476cd7090f13fadf3cf8969fb04a70a43bcbf3eed66c6f301f5e18574be1f74 200.01
2cfefb88797c3bfb957a9d9adbe8536e0b8a2512729c3178554e30a296b4f72b 200.01
5fee8985656f4ffdf40dbb2c7bb190c12f7096a0849d5c1cbcde9e4c0519359c 200.01
a33dc4dea08c482dfea4ca9b6d571172d0c174c8a18bdc0731ed9d48dd910ee0 200.01
e7bbe8fc1b51085afbd880299b767b1274ee8c6199c34874c0593ba081f8028c 200.01
89a0ad7c37078345ccaf064c6908bec136f52c78f65c3c9cdd25c33ff1762abf 200.01
99d9703d747ef5ac69a3caa8dbebe24f39a95bb4b290085460a7644331fa99ee 200.01
dfa07a3851142a8852bd1d9b1f3924793b10206488eabf8849349fa9c3a275a9 200.30

Is there a solution to retrieve my coins ?

Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.