Bitcoin Forum
April 26, 2024, 08:29:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  Print  
Author Topic: [XBN] Bitnote: the secure, private, untraceable CryptoNote based Cryptocurrency  (Read 4525 times)
m1a89
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 07, 2018, 08:05:22 AM
 #141

Thank you for the answer, i tried the new version an it synced straight to the lastest block, even when it doesent feel that stable. Had to reboot the server a few time because it froze.  Smiley
1714120173
Hero Member
*
Offline Offline

Posts: 1714120173

View Profile Personal Message (Offline)

Ignore
1714120173
Reply with quote  #2

1714120173
Report to moderator
1714120173
Hero Member
*
Offline Offline

Posts: 1714120173

View Profile Personal Message (Offline)

Ignore
1714120173
Reply with quote  #2

1714120173
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Stobbart
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 07, 2018, 09:06:29 AM
 #142

We're getting closer and closer from block 30000. Currently 29308
Switching soon Smiley
paderobin
Member
**
Offline Offline

Activity: 350
Merit: 13


View Profile
March 07, 2018, 10:51:40 AM
 #143

We're getting closer and closer from block 30000. Currently 29308
Switching soon Smiley
What happens after block 30000?
Stobbart
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 07, 2018, 11:32:22 AM
 #144

We're getting closer and closer from block 30000. Currently 29308
Switching soon Smiley
What happens after block 30000?
It will switch to a different algo:
See: https://bitcointalk.org/index.php?topic=2973679.msg31670947#msg31670947
fbastage2
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 07, 2018, 04:32:36 PM
Last edit: March 07, 2018, 07:52:32 PM by fbastage2
 #145

EDIT:

I got past the errors below with a few changes:

Code:
mkdir build
cmake .
vi CMakeLists.txt
    # under project(bitnote)
    set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/build)
    set( CMAKE_CXX_FLAGS " -pthread " )



this gave an alternate output dir for the builds as well as linked to the pthread library properly

---------  original message below ----------

any build instructions?  am I missing something?

no compiled release?

ubuntu 16.04

/usr/bin/ld: cannot open output file performance_tests: Is a directory

/usr/bin/ld: CMakeFiles/simpleminer.dir/miner/simpleminer.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

/usr/bin/ld: cannot open output file connectivity_tool: Is a directory

etc.

Code:
Scanning dependencies of target simplewallet
[ 65%] Building CXX object src/CMakeFiles/simplewallet.dir/simplewallet/password_container.cpp.o
[ 66%] Linking CXX executable performance_tests
/usr/bin/ld: cannot open output file performance_tests: Is a directory
collect2: error: ld returned 1 exit status
tests/CMakeFiles/performance_tests.dir/build.make:106: recipe for target 'tests/performance_tests' failed
make[2]: *** [tests/performance_tests] Error 1
CMakeFiles/Makefile2:835: recipe for target 'tests/CMakeFiles/performance_tests.dir/all' failed
make[1]: *** [tests/CMakeFiles/performance_tests.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 67%] Building CXX object src/CMakeFiles/simplewallet.dir/simplewallet/simplewallet.cpp.o
[ 68%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/block_validation.cpp.o
[ 69%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/block_reward.cpp.o
[ 70%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/chacha8.cpp.o
[ 71%] Linking CXX executable net_load_tests_srv
[ 72%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/checkpoints.cpp.o
[ 72%] Built target net_load_tests_srv
[ 73%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/decompose_amount_into_digits.cpp.o
[ 74%] Linking CXX executable simpleminer
/usr/bin/ld: CMakeFiles/simpleminer.dir/miner/simpleminer.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
src/CMakeFiles/simpleminer.dir/build.make:106: recipe for target 'src/simpleminer' failed
make[2]: *** [src/simpleminer] Error 1
CMakeFiles/Makefile2:479: recipe for target 'src/CMakeFiles/simpleminer.dir/all' failed
make[1]: *** [src/CMakeFiles/simpleminer.dir/all] Error 2
[ 75%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/epee_boosted_tcp_server.cpp.o
[ 76%] Linking CXX executable net_load_tests_clt
[ 76%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/epee_levin_protocol_handler_async.cpp.o
[ 77%] Linking CXX executable connectivity_tool
/usr/bin/ld: cannot open output file connectivity_tool: Is a directory
collect2: error: ld returned 1 exit status
src/CMakeFiles/connectivity_tool.dir/build.make:106: recipe for target 'src/connectivity_tool' failed
make[2]: *** [src/connectivity_tool] Error 1
CMakeFiles/Makefile2:329: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed
make[1]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
[ 78%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chain_split_1.cpp.o
[ 79%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/get_xtype_from_string.cpp.o
[ 79%] Built target net_load_tests_clt
[ 80%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chain_switch_1.cpp.o
[ 81%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/main.cpp.o
[ 82%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/mul_div.cpp.o
[ 83%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/parse_amount.cpp.o
[ 84%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/serialization.cpp.o
[ 84%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/test_format_utils.cpp.o
[ 85%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/test_peerlist.cpp.o
[ 86%] Building CXX object tests/CMakeFiles/unit_tests.dir/unit_tests/test_protocol_pack.cpp.o
[ 87%] Linking CXX executable core_proxy
/usr/bin/ld: cannot open output file core_proxy: Is a directory
collect2: error: ld returned 1 exit status
tests/CMakeFiles/core_proxy.dir/build.make:107: recipe for target 'tests/core_proxy' failed
make[2]: *** [tests/core_proxy] Error 1
CMakeFiles/Makefile2:1028: recipe for target 'tests/CMakeFiles/core_proxy.dir/all' failed
make[1]: *** [tests/CMakeFiles/core_proxy.dir/all] Error 2
[ 87%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chaingen.cpp.o
[ 88%] Linking CXX executable simplewallet
/usr/bin/ld: cannot open output file simplewallet: Is a directory
collect2: error: ld returned 1 exit status
src/CMakeFiles/simplewallet.dir/build.make:135: recipe for target 'src/simplewallet' failed
make[2]: *** [src/simplewallet] Error 1
CMakeFiles/Makefile2:522: recipe for target 'src/CMakeFiles/simplewallet.dir/all' failed
make[1]: *** [src/CMakeFiles/simplewallet.dir/all] Error 2
[ 89%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chaingen001.cpp.o
[ 90%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/chaingen_main.cpp.o
[ 91%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/double_spend.cpp.o
[ 92%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/integer_overflow.cpp.o
[ 93%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/ring_signature_1.cpp.o
[ 93%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/transaction_tests.cpp.o
[ 94%] Building CXX object tests/CMakeFiles/coretests.dir/core_tests/tx_validation.cpp.o
[ 95%] Linking CXX executable bitnoted
[ 96%] Linking CXX executable unit_tests
/usr/bin/ld: cannot open output file unit_tests: Is a directory
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:472: recipe for target 'tests/unit_tests' failed
make[2]: *** [tests/unit_tests] Error 1
CMakeFiles/Makefile2:876: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[1]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
/usr/bin/ld: CMakeFiles/daemon.dir/daemon/daemon.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
src/CMakeFiles/daemon.dir/build.make:108: recipe for target 'src/bitnoted' failed
make[2]: *** [src/bitnoted] Error 1
CMakeFiles/Makefile2:216: recipe for target 'src/CMakeFiles/daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/daemon.dir/all] Error 2
[ 97%] Linking CXX executable coretests
/usr/bin/ld: CMakeFiles/coretests.dir/core_tests/block_reward.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
tests/CMakeFiles/coretests.dir/build.make:392: recipe for target 'tests/coretests' failed
make[2]: *** [tests/coretests] Error 1
CMakeFiles/Makefile2:988: recipe for target 'tests/CMakeFiles/coretests.dir/all' failed
make[1]: *** [tests/CMakeFiles/coretests.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
fbastage2
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 07, 2018, 11:28:51 PM
 #146

latest version is hopelessly broken.

sychronizes to 29xxx, then reorganizes back to 25xxx, resynchronizes, repeat.
Stobbart
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 08, 2018, 07:56:38 AM
 #147

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<t_core>::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
 
fbastage2
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 08, 2018, 12:24:08 PM
 #148

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

Thanks, I'm using the blockchain from .ga and will try solomining if the daemon and chain is stable.
fbastage2
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 08, 2018, 02:27:00 PM
 #149

Without a block explorer, or better command line commands, it's hard to monitor the progress of this blockchain.  But it looks like blocks are being added less than 1 every 30 minutes.  How long will this last?

Would like commands like 'status' or 'diff' added, especially to see network hash rate, and import of priv keys or mnemonic seed.
ffermerr
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 08, 2018, 04:02:40 PM
 #150

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<t_core>::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?
Stobbart
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 08, 2018, 04:42:47 PM
 #151

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<t_core>::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?

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.)
paderobin
Member
**
Offline Offline

Activity: 350
Merit: 13


View Profile
March 09, 2018, 08:44:47 AM
 #152

Looks like http://bitnotepool.ga/# pool has stopped working. Any alternative?
kulas01
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
March 09, 2018, 11:15:29 AM
 #153

Without a block explorer, or better command line commands, it's hard to monitor the progress of this blockchain.  But it looks like blocks are being added less than 1 every 30 minutes.  How long will this last?

Would like commands like 'status' or 'diff' added, especially to see network hash rate, and import of priv keys or mnemonic seed.
Without block explorer, we dont know whats going on haha
sondysIT
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
March 09, 2018, 11:56:32 PM
 #154

Looks like http://bitnotepool.ga/# pool has stopped working. Any alternative?


MINING CONTINUES
pool UP


you need new miner so check
http://bitnotepool.ga/#getting_started
Salfuk
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
March 10, 2018, 02:28:33 AM
 #155

Remember to get new miner from the pool website and not use previous software!!!
fbastage2
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 10, 2018, 03:30:19 AM
 #156

bitnotepool.ga rejects blocks when using the xbn miner. 

[2018-03-10 03:28:04] : Result rejected by the pool.
[2018-03-10 03:28:07] : Result rejected by the pool.

"Low difficulty share"


anything else we need to know to use this?
cleder
Member
**
Offline Offline

Activity: 168
Merit: 10


View Profile
March 11, 2018, 09:05:54 AM
 #157

New miner released.
But no amd yet
ffermerr
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 12, 2018, 01:33:22 PM
 #158

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<t_core>::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.)
allwithpassion
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
March 12, 2018, 01:35:13 PM
 #159

Is it legal in USA?
paderobin
Member
**
Offline Offline

Activity: 350
Merit: 13


View Profile
March 12, 2018, 02:05:08 PM
 #160

Looks like http://bitnotepool.ga/# pool has stopped working. Any alternative?


MINING CONTINUES
pool UP


you need new miner so check
http://bitnotepool.ga/#getting_started
OK, seems like it's bitnotepool.ml. Yet to solve a block, but connection and communication has be (re)established.  Looking forward to what this pool can do. Will update progress
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  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!