Search content
Sort by

Showing 4 of 4 results by ffermerr
Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v11.3
by
ffermerr
on 29/04/2018, 15:56:47 UTC
It is unfortunate that there is no support for all algorithms. I liked the miner manager so much. I do not want other miners
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Akencash - UNIVERSAL, SCALABLE BLOCKCHAIN PLATFORM
by
ffermerr
on 22/03/2018, 17:16:09 UTC
I want to run a MASTERNODE, where can I get coins?
Post
Topic
Board Announcements (Altcoins)
Re: [XBN] Bitnote: the secure, private, untraceable CryptoNote based Cryptocurrency
by
ffermerr
on 12/03/2018, 13:33:22 UTC
latest version is hopelessly broken.

sychronizes to 29xxx, then reorganizes back to 25xxx, resynchronizes, repeat.
I faced that one also.

Workaround available by downloading the blockchain at height 30074 from the http://bitnotepool.ga pool.
Tested successfully.

Looks like we need a fix for 1.1.2

Note sure if this has something to do...

Code:
/cryptonote_protocol_handler.inl:271[int cryptonote::t_cryptonote_protocol_handler::handle_response_get_objects(int, cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request&, cryptonote::cryptonote_connection_context&) [with t_core = cryptonote::core]][103.30.144.99:11551 OUT]sent wrong NOTIFY_HAVE_OBJECTS: arg.m_current_blockchain_height=29746 < m_last_response_height=29915, dropping connection
 
Where do I insert these files?
How to start this block?

You need to replace previous blockchain with this and restart the daemon after with this new item.
Usually, files are stored in $HOME/.bitnote
(Such folders can be seen with Ctrl+H through your linux desktop.)
Post
Topic
Board Announcements (Altcoins)
Re: [XBN] Bitnote: the secure, private, untraceable CryptoNote based Cryptocurrency
by
ffermerr
on 08/03/2018, 16:02:40 UTC
latest version is hopelessly broken.

sychronizes to 29xxx, then reorganizes back to 25xxx, resynchronizes, repeat.
I faced that one also.

Workaround available by downloading the blockchain at height 30074 from the http://bitnotepool.ga pool.
Tested successfully.

Looks like we need a fix for 1.1.2

Note sure if this has something to do...

Code:
/cryptonote_protocol_handler.inl:271[int cryptonote::t_cryptonote_protocol_handler::handle_response_get_objects(int, cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request&, cryptonote::cryptonote_connection_context&) [with t_core = cryptonote::core]][103.30.144.99:11551 OUT]sent wrong NOTIFY_HAVE_OBJECTS: arg.m_current_blockchain_height=29746 < m_last_response_height=29915, dropping connection
 
How to start this block?