Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 525. (Read 9723776 times)

sr. member
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!

DASH Digital Cash | The Road To $1000 (2MB Block Sizes & Zimbabwe Deal)

https://www.youtube.com/watch?v=q5xfIS7ZMvM

#dash_force
legendary
Activity: 1382
Merit: 1002
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?


Dash doesn't need to fork left and right as it has a solid and functioning governance system unlike the Big BTC that must fork to make larger or more fundamental changes to the code base, eg block sizes, add other features etc. With Dash it is the masternode operators who cast their votes and the community reaches consensus on how to proceed forward. The decision to adopt 2 MB blocks was done in about a day for Dash. Bitcoin never came to an agreement on how to proceed, but instead splitt up in a handful of Bitcoin Gold, Bitcoin Cash, Bitcoin $whatever.....

Dash stands stronger together and solves its differences among its stake holders with monthly proposals and voting.

A very valid quote from Mangled Blue:
..

DASH does not divide - It conquers

Dash marches on and focuses forward instead of internal sandbox bickering.
legendary
Activity: 1318
Merit: 1040
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
... EDIT: all libs  seems to be in place but still no luck....

It's weird then... Try reinstalling boost from scratch and then building it again (but first cleaning all that mess before making new build)
Code:
brew uninstall --force boost
brew install boost
./configure
make clean
make

EDIT: removed over-quoting
legendary
Activity: 2548
Merit: 1245
This is the only major cryptocurrency afloat in a sea of red
https://www.businessinsider.com.au/cryptocurrency-prices-falling-2017-11

CV Market Watch™: DASH Surprises Again with Move Above $800
https://cryptovest.com/news/cv-market-watch-dash-surprises-again-with-move-above-800/

On the Scaling Debates: How Different Cryptocurrencies Are Tackling Growth
https://blockonomi.com/cryptocurrency-scaling/
member
Activity: 64
Merit: 500
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?


DASH does not divide - It conquers
full member
Activity: 178
Merit: 100
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?
full member
Activity: 280
Merit: 100
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md

I did, I followed that file you posted above.



Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread?
e.g. for me it's a bunch of lines one of which is
"/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib"
which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation.



I have the same:

Code:
brew list boost
/usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files)
/usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
Ok, this looks good. What about "./configure" output?
Should have these lines:
Code:
checking for boostlib >= 1.20.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes



Same as yours:

Code:
checking for boostlib >= 1.20.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
checking for mismatched boost c++11 scoped enums... ok
legendary
Activity: 1318
Merit: 1040
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md

I did, I followed that file you posted above.



Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread?
e.g. for me it's a bunch of lines one of which is
"/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib"
which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation.



I have the same:

Code:
brew list boost
/usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files)
/usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
Ok, this looks good. What about "./configure" output?
Should have these lines:
Code:
checking for boostlib >= 1.20.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
legendary
Activity: 2548
Merit: 1245
After Bitcoin pump to $11,000 and soon Dump 9,600.
Dash going crazy and pump up 36%.
It's over $600 to the moon.
Are you guys going to replace bitcoin?!


oh darn, they found out about our secret master plan  Angry
full member
Activity: 280
Merit: 100
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md

I did, I followed that file you posted above.



Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread?
e.g. for me it's a bunch of lines one of which is
"/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib"
which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation.



I have the same:

Code:
brew list boost
/usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files)
/usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib
/usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib
/usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
legendary
Activity: 1318
Merit: 1040
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md

I did, I followed that file you posted above.



Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread?
e.g. for me it's a bunch of lines one of which is
"/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib"
which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation.

full member
Activity: 280
Merit: 100
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md

I did, I followed that file you posted above.

sr. member
Activity: 406
Merit: 250
After Bitcoin pump to $11,000 and soon Dump 9,600.
Dash going crazy and pump up 36%.
It's over $600 to the moon.
Are you guys going to replace bitcoin?!
legendary
Activity: 1318
Merit: 1040
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
Have you installed all the dependencies?
https://github.com/dashpay/dash/blob/master/doc/build-osx.md
newbie
Activity: 27
Merit: 0
DASH has been added to BlockEater Mining Pool.

0.5% fees
Based in US East

ccminer -a x11 -o stratum+tcp://blockeater(.)tk:3533 -u YOUR_WALLET_ADDRESS -p c=DASH
Be sure to remove the brackets from the url.

Any questions, comments, or concerns may be directed to us on Discord @ https://discord.gg/tMVVkrk
full member
Activity: 280
Merit: 100
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran:

Code:

./autogen.sh
./configure
make


Error:

Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anybody know what should I do in order for it to work?
hero member
Activity: 1414
Merit: 516
Why the dash masternode has the ROI% so lower ? It has any chance in time to get better rewards or at start was bigger ?
newbie
Activity: 42
Merit: 0
hero member
Activity: 756
Merit: 500
Hire me! Spanish translator and community manager!
DASH is better than Bitcoin that's for sure. It's been a long ride. Congratulations to all the DASH early adopters, I would love to be a early adopter Sad
member
Activity: 64
Merit: 500

Dash should definitely send this guy $1,000,000.00.


Wait till you see what is possible with Dash's budget next year.
Shouldn't this give you something to think about? Somewhere you went very wrong 3 or 4 years ago.

It is maybe still a bit early to ask but seeing the Dash price rising sharp today again (pump and dump?) I wonder if there are thoughts about throwing a party anywhere in the world when each MN owner becomes a millionaire very soon.

Maybe we can combinate it with charity. I always look for good ways to spend parts of my masternode rewards to people in need in the world.

The big question however is: Should we invite Icey to that party? Wink

This crypto year is so crazy. Hard to believe that this is real and we are not dreaming. It's going so mindblowing and life changing  fast!

I was just speaking to my Silent Partner about doing something when DASH hits and maintains $1000/DASH.
It would be great to get as many people, that are willing to come together, in ONE place...........
............ but we could also do it via Video Conference from 6 Continents and 6 Conferences/Parties......
.....This way people don't actually have to travel to the other side of the World.
[Maybe 6 is a bit much for the 1 Million]

Maybe  - DENVER USA -  NETHERLANDS EURO - AUSTRALIA SE - HONG KONG ASIA - just a thought

Or maybe just everybody meet in Australia [where UK use to send its criminals] - lol



....ugh - lol



- - - - - THOUGHTS WELCOME :-D

WE NEED A NEW COMMITTEE !!!
lol

I think that a great idea.... I say Netherlands would be great.... But Australia would be great too. But please count me in.  Wink


https://www.cnbc.com/2017/11/29/bitcoin-hits-10000-the-night-of-conference-and-everyone-parties.html


ugh - rub it in................


Right then - We need a Place - A Date - A Proposal...............
Jump to: