Author

Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012 - page 274. (Read 1070171 times)

member
Activity: 75
Merit: 10
Almost all of it has come from automatic payouts from this pool - http://bcn.extremepool.org/#, mining using one 270 and CPU - payments range from 60 to 100 or several hundreds of BCN. Previously I had 5k BCN which were withdrawn from minergate and 2 hours ago I cleared some 62 BCN from there, to level my balances there - not sure did they arive since it's a small amount.
sr. member
Activity: 336
Merit: 251
transfer


Usually I use mixing count of 0... No need to hide anything. So...

Hmmm... That's strange. Have you transferred your coins from pool previously?
member
Activity: 75
Merit: 10
transfer


Usually I use mixing count of 0... No need to hide anything. So...
sr. member
Activity: 336
Merit: 251
So peeps, any cure for that "transaction size limit" error in wallet? I can't send more than 15K BCN to the exchange 'cause of it...
Would really like to hear that I don't need to download the blockchain from a scratch...

What command do you use to make transfer?
full member
Activity: 414
Merit: 101
So peeps, any cure for that "transaction size limit" error in wallet? I can't send more than 15K BCN to the exchange 'cause of it...
Would really like to hear that I don't need to download the blockchain from a scratch...
This morning I send 56400 bytecoins without any problem. Latest binaries and blockchain from website
member
Activity: 75
Merit: 10
So peeps, any cure for that "transaction size limit" error in wallet? I can't send more than 15K BCN to the exchange 'cause of it...
Would really like to hear that I don't need to download the blockchain from a scratch...
sr. member
Activity: 336
Merit: 251
full member
Activity: 181
Merit: 102
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::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 >::iterator, std::vector >::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 typename __gnu_cxx::__enable_if::__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 > >’ 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::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 >::iterator, std::vector >::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 typename __gnu_cxx::__enable_if::__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 > >’ 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::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::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
full member
Activity: 139
Merit: 100
Nice to see some update on the page.  Wink Somebody care about that.

member
Activity: 85
Merit: 10
Xmining pool
Stable and fast open source pool

Why Xmining?
  • 100% uptime
  • Stability tested and guaranteed
  • Super fast Xeon Servers
  • 1% Fee
  • No registration required; start mining immediately
  • Payouts after 60 blocks
  • First Fantomcoin open source mining pool

Join us now!
http://bytecoin.xminingpool.com/ - BCN Pool
http://monero.xminingpool.com/ - XMR/MRO Pool
http://quazar.xminingpool.com/ - QCN Pool
http://ducknote.xminingpool.com/ - XDN Pool
http://boolberry.xminingpool.com/ - BBR Pool
http://fantom.xminingpool.com/ - first open source FCN Pool

Main thread
https://bitcointalksearch.org/topic/ann-xmining-pool-bcnxmrfcnqcnxdnbbrdshaeon-cryptonote-merge-mining-675107.
One more pool, nice! I think i will give it a try.

I wish it is as fast as they've told. I have already mined in two pools.
Interesting to try new one.

I am surprised that it's ''First Fantomcoin open source mining pool''
newbie
Activity: 67
Merit: 0
Xmining pool
Stable and fast open source pool

Why Xmining?
  • 100% uptime
  • Stability tested and guaranteed
  • Super fast Xeon Servers
  • 1% Fee
  • No registration required; start mining immediately
  • Payouts after 60 blocks
  • First Fantomcoin open source mining pool

Join us now!
http://bytecoin.xminingpool.com/ - BCN Pool
http://monero.xminingpool.com/ - XMR/MRO Pool
http://quazar.xminingpool.com/ - QCN Pool
http://ducknote.xminingpool.com/ - XDN Pool
http://boolberry.xminingpool.com/ - BBR Pool
http://fantom.xminingpool.com/ - first open source FCN Pool

Main thread
https://bitcointalksearch.org/topic/ann-xmining-pool-bcnxmrfcnqcnxdnbbrdshaeon-cryptonote-merge-mining-675107.
One more pool, nice! I think i will give it a try.
newbie
Activity: 61
Merit: 0
I totally agree that BCN devs have already changed crypto currency world history by creating the best CN-based coin.
True anonymity coin which, I am sure, is going to become a Bitcoin of the second generation

More like alt-bitcoin  Smiley
full member
Activity: 150
Merit: 100
Xmining pool
Stable and fast open source pool

Why Xmining?
  • 100% uptime
  • Stability tested and guaranteed
  • Super fast Xeon Servers
  • 1% Fee
  • No registration required; start mining immediately
  • Payouts after 60 blocks
  • First Fantomcoin open source mining pool

Join us now!
http://bytecoin.xminingpool.com/ - BCN Pool
http://monero.xminingpool.com/ - XMR/MRO Pool
http://quazar.xminingpool.com/ - QCN Pool
http://ducknote.xminingpool.com/ - XDN Pool
http://boolberry.xminingpool.com/ - BBR Pool
http://fantom.xminingpool.com/ - first open source FCN Pool

Main thread
https://bitcointalksearch.org/topic/ann-xmining-pool-bcnxmrfcnqcnxdnbbrdshaeon-cryptonote-merge-mining-675107.

Xmining, welcome!
I have a question, what is your payment system?
member
Activity: 412
Merit: 10
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!

Indeed. Gave my vote to BCN already.
Honeslty i got stuck there for like a half-hour checking out other coin's sites. Did you know they have gaycoin? Slothcoin? trollcoin?  Shocked

Voted!
member
Activity: 170
Merit: 10
I totally agree that BCN devs have already changed crypto currency world history by creating the best CN-based coin.
True anonymity coin which, I am sure, is going to become a Bitcoin of the second generation
full member
Activity: 234
Merit: 100
What kind of garbage!
In last release wallet impossible to send money!

Error in wallet after send transaction:
Quote
Error: transaction was rejected by daemon with status "Failed"

Error in daemon:
Quote
2014-Jul-03 02:42:21.637599 [RPC0]ERROR ..\..\src\cryptonote_core\tx_pool.cpp:66
Transaction with id= used already spent key images
2014-Jul-03 02:42:21.651600 [RPC0]Transaction verification failed:
2014-Jul-03 02:42:21.664601 [RPC0][on_send_raw_tx]: Failed to process tx

And what to do now?

WTF would you use a coin with incapable devs ? They copy past other coins fixes but they do it so badly that it happens to crash everything else.

Oh and a side note; this coin has NO demand. Only 6 buy orders!


I'd advise you to move to another coin. I wont even mention one. There is no need. Any coin you choosse is better. Well maybe not Auroracoin as it has a lot of similarities with BCN.

RUN!


Seriously ? Bytecoin developers are the only developers who are capable to make improvements. They even were involved in creating CryptoNote Technology.

I think that BCN developers make history as well as Satoshi - http://bytecoiner.org/about.php#h1
member
Activity: 60
Merit: 10
what new Pool has been updated to latest release, check out the new "luck" feature under mean?
http://bcn.extremepool.org.

the luck feature is as described, how lucky is the pool in hitting blocks. It also displays this on an individual block basis.

nice to see extremepool is always up to date.


Extremepool is great - It's the one I use most of the time.  Smiley
that's great to hear!

Now I must check if you are right and this pool is good. I 've had some problems with minergate I wish I won't have any problem with extreme pool
newbie
Activity: 56
Merit: 0
If you like it, buy it.

Finally this person said something i can agree with.
Do research, ignore FUD, make up your own mind!
member
Activity: 163
Merit: 10
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!

Indeed. Gave my vote to BCN already.
Honeslty i got stuck there for like a half-hour checking out other coin's sites. Did you know they have gaycoin? Slothcoin? trollcoin?  Shocked
newbie
Activity: 58
Merit: 0
The time you spend on this thread tells us all how you value it Smiley

haha.. Yeah, trolls seem to LOVE this thread  Cheesy
Jump to: