Bitcoin Forum
April 23, 2024, 06:10:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 ... 417 »
  Print  
Author Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012  (Read 1070027 times)
OneEvil
Full Member
***
Offline Offline

Activity: 181
Merit: 102


View Profile WWW
July 03, 2014, 04:42:52 PM
 #2881

Error compile latest version from git.

Ubuntu 14.04
uname -a:
Code:
Linux oneevil.ru 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Code:
[ 41%] Building CXX object src/CMakeFiles/node_rpc_proxy.dir/node_rpc_proxy/NodeRpcProxy.cpp.o
In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5:
/root/bytecoin/src/common/ObserverManager.h: In instantiation of ‘bool tools::ObserverManager<T>::add(T*) [with T = CryptoNote::INodeObserver]’:
/root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:152:40:   required from here
/root/bytecoin/src/common/ObserverManager.h:17:73: error: no matching function for call to ‘find(std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, CryptoNote::INodeObserver*&)’
     auto it = std::find(m_observers.begin(), m_observers.end(), observer);
                                                                         ^
/root/bytecoin/src/common/ObserverManager.h:17:73: note: candidate is:
In file included from /usr/include/c++/4.8/bits/locale_facets.h:48:0,
                 from /usr/include/c++/4.8/bits/basic_ios.h:37,
                 from /usr/include/c++/4.8/ios:44,
                 from /usr/include/c++/4.8/ostream:38,
                 from /usr/include/c++/4.8/iterator:64,
                 from /usr/include/boost/iterator.hpp:17,
                 from /usr/include/boost/operators.hpp:86,
                 from /usr/include/boost/system/error_code.hpp:17,
                 from /usr/include/boost/asio/detail/throw_error.hpp:19,
                 from /usr/include/boost/asio/detail/impl/posix_event.ipp:23,
                 from /usr/include/boost/asio/detail/posix_event.hpp:95,
                 from /usr/include/boost/asio/detail/event.hpp:25,
                 from /usr/include/boost/asio/detail/task_io_service_thread_info.hpp:18,
                 from /usr/include/boost/asio/impl/handler_alloc_hook.ipp:26,
                 from /usr/include/boost/asio/handler_alloc_hook.hpp:80,
                 from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21,
                 from /usr/include/boost/asio/detail/bind_handler.hpp:19,
                 from /usr/include/boost/asio/detail/wrapped_handler.hpp:18,
                 from /usr/include/boost/asio/io_service.hpp:24,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:10,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5:
/usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&)
     find(istreambuf_iterator<_CharT> __first,
     ^
/usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note:   template argument deduction/substitution failed:
In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5:
/root/bytecoin/src/common/ObserverManager.h:17:73: note:   ‘__gnu_cxx::__normal_iterator<CryptoNote::INodeObserver**, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> > >’ is not derived from ‘std::istreambuf_iterator<_CharT>’
     auto it = std::find(m_observers.begin(), m_observers.end(), observer);
                                                                         ^
/root/bytecoin/src/common/ObserverManager.h: In instantiation of ‘bool tools::ObserverManager<T>::remove(T*) [with T = CryptoNote::INodeObserver]’:
/root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:156:43:   required from here
/root/bytecoin/src/common/ObserverManager.h:28:73: error: no matching function for call to ‘find(std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, CryptoNote::INodeObserver*&)’
     auto it = std::find(m_observers.begin(), m_observers.end(), observer);
                                                                         ^
/root/bytecoin/src/common/ObserverManager.h:28:73: note: candidate is:
In file included from /usr/include/c++/4.8/bits/locale_facets.h:48:0,
                 from /usr/include/c++/4.8/bits/basic_ios.h:37,
                 from /usr/include/c++/4.8/ios:44,
                 from /usr/include/c++/4.8/ostream:38,
                 from /usr/include/c++/4.8/iterator:64,
                 from /usr/include/boost/iterator.hpp:17,
                 from /usr/include/boost/operators.hpp:86,
                 from /usr/include/boost/system/error_code.hpp:17,
                 from /usr/include/boost/asio/detail/throw_error.hpp:19,
                 from /usr/include/boost/asio/detail/impl/posix_event.ipp:23,
                 from /usr/include/boost/asio/detail/posix_event.hpp:95,
                 from /usr/include/boost/asio/detail/event.hpp:25,
                 from /usr/include/boost/asio/detail/task_io_service_thread_info.hpp:18,
                 from /usr/include/boost/asio/impl/handler_alloc_hook.ipp:26,
                 from /usr/include/boost/asio/handler_alloc_hook.hpp:80,
                 from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21,
                 from /usr/include/boost/asio/detail/bind_handler.hpp:19,
                 from /usr/include/boost/asio/detail/wrapped_handler.hpp:18,
                 from /usr/include/boost/asio/io_service.hpp:24,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:10,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5:
/usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&)
     find(istreambuf_iterator<_CharT> __first,
     ^
/usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note:   template argument deduction/substitution failed:
In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0,
                 from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5:
/root/bytecoin/src/common/ObserverManager.h:28:73: note:   ‘__gnu_cxx::__normal_iterator<CryptoNote::INodeObserver**, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> > >’ is not derived from ‘std::istreambuf_iterator<_CharT>’
     auto it = std::find(m_observers.begin(), m_observers.end(), observer);
                                                                         ^
/root/bytecoin/src/common/ObserverManager.h: In member function ‘bool tools::ObserverManager<T>::add(T*) [with T = CryptoNote::INodeObserver]’:
/root/bytecoin/src/common/ObserverManager.h:24:3: error: control reaches end of non-void function [-Werror=return-type]
   }
   ^
/root/bytecoin/src/common/ObserverManager.h: In member function ‘bool tools::ObserverManager<T>::remove(T*) [with T = CryptoNote::INodeObserver]’:
/root/bytecoin/src/common/ObserverManager.h:35:3: error: control reaches end of non-void function [-Werror=return-type]
   }
   ^
cc1plus: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/node_rpc_proxy.dir/node_rpc_proxy/NodeRpcProxy.cpp.o] Error 1
make[3]: Leaving directory `/root/bytecoin/build/release'
make[2]: *** [src/CMakeFiles/node_rpc_proxy.dir/all] Error 2
make[2]: Leaving directory `/root/bytecoin/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/bytecoin/build/release'
make: *** [build-release] Error 2

I'm not sure, but try to add #include <algorithm> to ObserverManager.h
Tank you, it is work.
1713852607
Hero Member
*
Offline Offline

Posts: 1713852607

View Profile Personal Message (Offline)

Ignore
1713852607
Reply with quote  #2

1713852607
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713852607
Hero Member
*
Offline Offline

Posts: 1713852607

View Profile Personal Message (Offline)

Ignore
1713852607
Reply with quote  #2

1713852607
Report to moderator
1713852607
Hero Member
*
Offline Offline

Posts: 1713852607

View Profile Personal Message (Offline)

Ignore
1713852607
Reply with quote  #2

1713852607
Report to moderator
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
July 03, 2014, 05:25:41 PM
 #2882

OneEvil, no problem. You are welcome!

DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
July 03, 2014, 06:38:12 PM
 #2883

no-ice-please
FYI I am the one who is responsible for BCN Community Website, not Harry Ullman.

DStrange, if you don't mind, some questions, I have an open mind.

1) When did you personally first become aware of bytecoin bcn?

2) Do you personally know any of the people who mined it during its secret phase?



Sorry for the delay in answering you. I haven't seen your post earlier.
1) March. This year. I was looking for BTE mining pool and found BCN website occasionally.
2) Yes, I do. But I haven't known them before I became interested in BCN.

werrindor
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
July 03, 2014, 07:24:49 PM
 #2884

Good news! In two weeks we're "going to see a next significant step in Bytecoin's and CryptoNote's development".



Who is this Harry Ullman?

Who knows?

It seems like the people behind bcn are hiding, maybe using fake names.

Anyway good news for bcn today. The market cap of the coin jumped from  6,066,000 to 6,660,000 dollars.

Next stop 6,660,666. All aboard.



Hello, this is internet. Using fake names is a commom thing here if you haven't noticed yet.
The easiest example i can come up with - Satoshi Nikamoto. You don't thing this is this person's real name, don't you?
David1978
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
July 03, 2014, 07:55:35 PM
 #2885

Quick reminder!!!! Tomorrow (07/4) is Bytecoin's birthday!  Cheesy 2 years in cryptoworld!
tjkurtisss
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
July 03, 2014, 08:05:31 PM
 #2886

VOTE FOR BYTECOIN (BCN) TO BE ADDED ON HITBTC EXCHANGE!
https://hitbtc.com/vote


Do not forget that once you sign in to your Hitbtc account, your votes will be multiplied by 10.


Hm, seems like Monero is very high in the voting. Let's catch up with them!

Let's beat biebercoin at least Cheesy

Donations welcome: 6d36246a-fc42-493f-afef-46936974c2bf
KriszDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 03, 2014, 08:46:02 PM
 #2887

Quick reminder!!!! Tomorrow (07/4) is Bytecoin's birthday!  Cheesy 2 years in cryptoworld!

First blocks birthday is 04 Jul 05:00:00 GMT.
Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
July 04, 2014, 06:51:28 AM
 #2888

Happy birthday, Bytecoin developers and community! Let the force be with us!
Cheesus
Sr. Member
****
Offline Offline

Activity: 692
Merit: 254


terra-credit.com


View Profile
July 04, 2014, 08:08:20 AM
 #2889

Yeeeeey! Happy Birthday Bytecoin! Bright future awaits! Grin

███████████████████████
  █████████████████████ 
    ███████████████████ 
      █████████████████ 
███████████████████████
          █████████████ 
            ███████████ 
              █████████ 
                ███████ 
                  ████ 
                    ███ 
                     
terracredit


















Powered by,
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
July 04, 2014, 08:36:50 AM
 #2890

It's Bytecoin (BCN) 2nd Birthday today!

Tweet your birthday wishes with #bytecoinbirthday hashtag!

Take part in Birthday Quiz http://bytecoiner.org/quiz.php and get presents!

Leave you best wishes in our main thread!

Happy BCN Birthday!


EndlessWin
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
July 04, 2014, 08:55:42 AM
 #2891

[/center]

congratulations!  Cheesy

tired of identical bitcoin forks? try out BCN - no ASICs, no transaction tracking https://bitcointalk.org/index.php?topic=512747.0
Thyaga
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
July 04, 2014, 09:22:54 AM
 #2892




Birthdays are a new start;
fresh beginnings, a time to start new endeavors with new goals.
Move forward with fresh confidence and courage. BCN team is a special person, may you have an amazing today and year!
JazzCouncil
Newbie
*
Offline Offline

Activity: 87
Merit: 0


View Profile
July 04, 2014, 09:45:28 AM
 #2893

http://i1.sndcdn.com/artworks-000018533840-tah4wk-crop.jpg

Long life to Bytecoin and Bytecoin community!
David1978
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
July 04, 2014, 10:04:04 AM
 #2894

We won't let nobody bring us down! Whatever haters do, Bytecoin is here to stay! 2 years is just the beginning!
Happy Birthday Bytecoin!
SherdonIke
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
July 04, 2014, 10:17:11 AM
 #2895


Take part in Birthday Quiz http://bytecoiner.org/quiz.php and get presents!


First question of the quiz though! I think i have no idea!  Cheesy
J1mb0
Hero Member
*****
Offline Offline

Activity: 983
Merit: 502



View Profile
July 04, 2014, 10:18:49 AM
 #2896

Happy Birthday Byte!


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
AtomicDoge
Member
**
Offline Offline

Activity: 163
Merit: 10


View Profile
July 04, 2014, 10:38:23 AM
 #2897


8bit cake party!!!
It's hard to believe Bytecoin turned 2! Have to admit, it changed my life in some way.
Im glad to be part of Bytecoin community and i hope to stay with it for a long long time.
Cheesus
Sr. Member
****
Offline Offline

Activity: 692
Merit: 254


terra-credit.com


View Profile
July 04, 2014, 12:47:21 PM
 #2898

Lol! Nice job with a Anniversary page! ( for those who didn't see: http://bytecoin.org/happy-birthday-bytecoin )

8bit music gave me nerdchills. Grin
First theme is just pure nostalgia.  

Happy Birthday once again and to the Mars!

███████████████████████
  █████████████████████ 
    ███████████████████ 
      █████████████████ 
███████████████████████
          █████████████ 
            ███████████ 
              █████████ 
                ███████ 
                  ████ 
                    ███ 
                     
terracredit


















Powered by,
Hexah
Sr. Member
****
Offline Offline

Activity: 728
Merit: 265



View Profile
July 04, 2014, 12:49:56 PM
 #2899

Lol! Nice job with a Anniversary page! ( for those who didn't see: http://bytecoin.org/happy-birthday-bytecoin )

8bit music gave me nerdchills. Grin
First theme is just pure nostalgia.  

Happy Birthday once again and to the Mars!

Picture is also very well made, nice to see the full story compelled like this. Smiley

Keep up the good work fellas.  Smiley
Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
July 04, 2014, 01:12:30 PM
 #2900

Bytecoin has presented their core team. They seem like top notch professionals indeed. Well, I needn't to say that taking into account they've created CryptoNote source code and keep delivering the most significant updates.
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 ... 417 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!