Pages:
Author

Topic: [XBN] Bitnote: the secure, private, untraceable CryptoNote based Cryptocurrency - page 2. (Read 4531 times)

newbie
Activity: 16
Merit: 0
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
 
newbie
Activity: 70
Merit: 0
latest version is hopelessly broken.

sychronizes to 29xxx, then reorganizes back to 25xxx, resynchronizes, repeat.
newbie
Activity: 70
Merit: 0
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
newbie
Activity: 16
Merit: 0
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://bitcointalksearch.org/topic/m.31670947
member
Activity: 350
Merit: 13
We're getting closer and closer from block 30000. Currently 29308
Switching soon Smiley
What happens after block 30000?
newbie
Activity: 16
Merit: 0
We're getting closer and closer from block 30000. Currently 29308
Switching soon Smiley
newbie
Activity: 5
Merit: 0
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
member
Activity: 168
Merit: 10
New release yesterday, try it, if problem still persist go to XBN Discord, there are some solutions to this issue  Wink
newbie
Activity: 5
Merit: 0
Hello,

I have a problem while sycning the blockchain with ./bitnoted. Everytime i reach a certain block, the sync gets stuck and try to sync this block over and over again telling my this block is marked as orphaned. Someone else with the same problem? Or someone with an solution for the problem.

SYNCHRONIZATION started
2018-Mar-06 16:41:43.294697 [P2P2][132.148.142.126:46454 INC]Sync data returned unknown top block: 26403 -> 28265 [1862 blocks (1 days) behind]
SYNCHRONIZATION started
2018-Mar-06 16:41:43.494064 [P2P5]Block recognized as orphaned and rejected, id =
2018-Mar-06 16:41:43.494125 [P2P5][220.247.212.35:56605 INC]Block received at sync phase was marked as orphaned, dropping connection
2018-Mar-06 16:41:43.992914 [P2P1]Block recognized as orphaned and rejected, id =
2018-Mar-06 16:41:43.992979 [P2P1][68.132.195.42:11551 OUT]Block received at sync phase was marked as orphaned, dropping connection
2018-Mar-06 16:41:47.448659 [P2P2]Block recognized as orphaned and rejected, id =
2018-Mar-06 16:41:47.448722 [P2P2][24.105.186.82:54228 INC]Block received at sync phase was marked as orphaned, dropping connection
2018-Mar-06 16:41:48.032842 [P2P2][103.10.61.54:11551 OUT]Sync data returned unknown top block: 26403 -> 28265 [1862 blocks (1 days) behind]
SYNCHRONIZATION started

thank you in advance!  Smiley
member
Activity: 168
Merit: 10
some coins with new features, some coins only copy/paste
choose carefully  Wink
full member
Activity: 406
Merit: 100
Now suspiciously many projects appear on the basis of CryptoNote which declare anonymity. It's like useless forks
member
Activity: 263
Merit: 12
HODL! If it isn't a grudge...
Amongst the apparent hordes of newly created cryptonote coins, this sounds interesting!
How is the shift from CryptoNight to CryptoNight-Dark algorithm going to go down?
I am guessing that we´ll need a new miner? Using xmrig atm.

At block 30,000 the network will instantly shift to the new CryptoNight-Dark and the new difficulty algorithm. Until miner support is added for 3rd party mining software, users will have to solo mine with CPU's; we've already contacted mining software developers and notified them.
Ok. Then I guess I'll have to learn how to compile today  Smiley
newbie
Activity: 7
Merit: 1
Amongst the apparent hordes of newly created cryptonote coins, this sounds interesting!
How is the shift from CryptoNight to CryptoNight-Dark algorithm going to go down?
I am guessing that we´ll need a new miner? Using xmrig atm.

At block 30,000 the network will instantly shift to the new CryptoNight-Dark and the new difficulty algorithm. Until miner support is added for 3rd party mining software, users will have to solo mine with CPU's; we've already contacted mining software developers and notified them.
member
Activity: 263
Merit: 12
HODL! If it isn't a grudge...
Amongst the apparent hordes of newly created cryptonote coins, this sounds interesting!
How is the shift from CryptoNight to CryptoNight-Dark algorithm going to go down?
I am guessing that we´ll need a new miner? Using xmrig atm.
newbie
Activity: 35
Merit: 0
Yes, safety first!
Maybe I should write that under generator.  Wink
member
Activity: 350
Merit: 13
Exactly what I did. took the wallet offline, circled through a couple of addresses, saved the info offline, closed the page, continued back online
newbie
Activity: 50
Merit: 0
Bitnote offline wallet generator
http://bitnotepool.ga/#support

I welcome the Windows users in this party!

Nothing stops you from saving the keys and mnemonic seeds and then getting control of those wallets. I would never use an online mnemonic seed generator like this one. Looks very suspicious, even though the pool looks ok. Just remember who many millions were stolen the same way with an online IOTA mnemonic seed generator.
Yeah, SondysIT saving all generated wallets, then one by one trying synchronized (take a long time) and search for some coins  Grin
You can look into source code, there is no XHR request or anything else which allows him to view what you do. U can save whole page [ http://bitnotepool.ga/pages/support.html ] to your computer, switch off from network and generate own address. Then nobody can acces to it  Wink

He did it because win wallet is not released yet. But I understand your concern.

The guy who made the IOTA mnemomic seed generator, did exactly what you described above, in some automatic way. But you get what i mean, crypto world is full of dangers.
member
Activity: 168
Merit: 10
Bitnote offline wallet generator
http://bitnotepool.ga/#support

I welcome the Windows users in this party!

Nothing stops you from saving the keys and mnemonic seeds and then getting control of those wallets. I would never use an online mnemonic seed generator like this one. Looks very suspicious, even though the pool looks ok. Just remember who many millions were stolen the same way with an online IOTA mnemonic seed generator.
Yeah, SondysIT saving all generated wallets, then one by one trying synchronized (take a long time) and search for some coins  Grin
You can look into source code, there is no XHR request or anything else which allows him to view what you do. U can save whole page [ http://bitnotepool.ga/pages/support.html ] to your computer, switch off from network and generate own address. Then nobody can acces to it  Wink

He did it because win wallet is not released yet. But I understand your concern.
newbie
Activity: 50
Merit: 0
Bitnote offline wallet generator
http://bitnotepool.ga/#support

I welcome the Windows users in this party!

Nothing stops you from saving the keys and mnemonic seeds and then getting control of those wallets. I would never use an online mnemonic seed generator like this one. Looks very suspicious, even though the pool looks ok. Just remember who many millions were stolen the same way with an online IOTA mnemonic seed generator.
newbie
Activity: 41
Merit: 0
Hello,
New Pool for XBN

http://xbn.revientaicos.com

Ports:
CPUs: stratum+tcp://revientaicos.com:6655
GPUs: stratum+tcp://revientaicos.com:6677

Var and Fix diff
PoolFee: 2%

Everyone is wellcome to mine with me.
Happy mining

to be honest 2% is anything but welcoming :-]
happy solo mining !
Pages:
Jump to: