solowhizkid
Sr. Member
  
Offline
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!
|
 |
December 03, 2017, 05:12:01 PM |
|
|
|
|
|
Chris180BTC
Jr. Member
Offline
Activity: 69
Merit: 8
|
 |
December 03, 2017, 08:59:40 PM |
|
Hi everyone.
I invested in DarkCoin (now Dash) a while ago and I have been opening up all my altcoin wallets recently, I have 16 coins in the wallet.
Does anyone know any good currency exchange websites where I can trade some of these for Bitcoin?
I plan to keep most of them as the coins still looks to be going strong but I also plan on trading some of them for Bitcoin as I current have no Bitcoin.
Any help appreciated. Thanks.
I hear good things about ShapeShift ( https://shapeshift.io) for a simple conversion from Altcoin to Bitcoin. Then you can sent that Bitcoin to a local Bitcoin wallet that you fully control. Or you can take a look here : https://dashpay.atlassian.net/wiki/spaces/DOC/pages/48693298/Exchanges http://bittrust.org/shapeshiftHave you seen them reviews? :\ Ended up going with Bitfinex as it was listed on the Dash website and has pretty good reviews despite it being hacked last year they refunded the accounts out of the own pocket... couldn't have been cheap but actions like that speak louder than words.
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
 |
December 04, 2017, 03:06:17 AM |
|
Dash.red Video Contest! Easy to win 1 million!(0.00000001 Dash = 1 Duff) https://youtu.be/6UkTXVbrvfE
|
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
December 04, 2017, 03:30:36 AM |
|
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: ./autogen.sh ./configure make
Error: 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) brew uninstall --force boost brew install boost ./configure make clean make
EDIT: removed over-quoting Tried, did not work. It's definitely something wrong with my mac dependencies as I tried to build bitcoin and I'm getting the same error. Hmm... Check Command line tools, maybe they were misconfigured somehow? $ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
What do you get for these two? Getting the same as you: $ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
I'm out of ideas... 
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
 |
December 04, 2017, 03:43:04 AM |
|
|
|
|
|
noobtrader
Legendary
Offline
Activity: 1456
Merit: 1000
|
 |
December 04, 2017, 03:54:50 AM |
|
CXXLD litecoind 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]: *** [litecoind] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 https://github.com/litecoin-project/litecoin/issues/383seems relevant 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: ./autogen.sh ./configure make
Error: 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) brew uninstall --force boost brew install boost ./configure make clean make
EDIT: removed over-quoting Tried, did not work. It's definitely something wrong with my mac dependencies as I tried to build bitcoin and I'm getting the same error. Hmm... Check Command line tools, maybe they were misconfigured somehow? $ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
What do you get for these two? Getting the same as you: $ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
I'm out of ideas... 
|
"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...", satoshi@vistomail.com
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
December 04, 2017, 04:47:20 AM |
|
CXXLD litecoind 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]: *** [litecoind] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 https://github.com/litecoin-project/litecoin/issues/383seems relevant 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: ./autogen.sh ./configure make
Error: 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.... ... EDIT2: nothing helped.... I'm out of ideas...  Ah, good find! So it's indeed a messed up boost setup, interesting.
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
solowhizkid
Sr. Member
  
Offline
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!
|
 |
December 04, 2017, 07:51:50 AM |
|
|
|
|
|
|
NibiruHybrid
|
 |
December 04, 2017, 02:09:31 PM Last edit: February 21, 2018, 02:56:17 PM by NibiruHybrid |
|
Rogue German Hedge Fund Manager Recommends DASH  While I was in Frankfurt for the DASH-sponsored “Digital Finance 2017” conference, I met with controversial and outspoken former German Hedge Fund manager legend Florian Homm. He has been following the growing microcosm of the Blockchain and told me he had already a suggested a small allocation of selected Crypto projects in his book “Erfolg im Crash” over a year ago, DASH having been one of them. He interviewed me for an update in his subscription only newsletter, from which he allowed to quote, specifically on DASH and the most recent developments in the community. I was very impressed how deep Homm is into the innerworkings of the Crypto Universe. Along DASH, he also had mentioned IOTA for instance very early on, when hardly anyone had heard of the project. He was also very well aware of the latest turbulences and conflicts in the Bitcoin community and shared my scepticism. He is no big fan of Bitcoin, whose technology he considers as antiquated and he even prefers the Bitcoin Cash fork to it, although he stresses, that both Bitcoin and Ethereum currently provide the best liquidity for entering the market.
|
|
|
|
Mefestofel_Mefis
|
 |
December 04, 2017, 04:19:12 PM |
|
Rogue German Hedge Fund Manager Recommends DASH  While I was in Frankfurt for the DASH-sponsored “Digital Finance 2017” conference, I met with controversial and outspoken former German Hedge Fund manager legend Florian Homm. He has been following the growing microcosm of the Blockchain and told me he had already a suggested a small allocation of selected Crypto projects in his book “Erfolg im Crash” over a year ago, DASH having been one of them. He interviewed me for an update in his subscription only newsletter, from which he allowed to quote, specifically on DASH and the most recent developments in the community. I was very impressed how deep Homm is into the innerworkings of the Crypto Universe. Along DASH, he also had mentioned IOTA for instance very early on, when hardly anyone had heard of the project. He was also very well aware of the latest turbulences and conflicts in the Bitcoin community and shared my scepticism. He is no big fan of Bitcoin, whose technology he considers as antiquated and he even prefers the Bitcoin Cash fork to it, although he stresses, that both Bitcoin and Ethereum currently provide the best liquidity for entering the market.Long term, that does make sense. However, there are stinger buy points. But that’s speculative, so I was looking for thoughts on sell-off patterns.
|
|
|
|
NibiruHybrid
|
 |
December 04, 2017, 04:38:07 PM Last edit: February 21, 2018, 02:55:11 PM by NibiruHybrid |
|
Dash News Weekly Recap E14 – New All Time High, Dash Funded TV Show, CEO Ryan Taylor & More! This is a repost of this weeks edition of the Dash Force News Weekly Recap video from our YouTube channel. This show is dedicated to keeping you up to date with Dash news highlights from the past week.
Press That Like Button! Smash For DASH! Thanks For Watching Please Hit Subscribe & Share Video!
|
|
|
|
|
April2017
Newbie
Offline
Activity: 36
Merit: 0
|
 |
December 04, 2017, 10:53:03 PM |
|
Dash coins are very profitable, I'm sure the price will continue to rise and soon reach $ 1000, maybe before februari 2018.
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
 |
December 05, 2017, 06:14:54 AM |
|
|
|
|
|
JGCMiner
|
 |
December 05, 2017, 01:26:43 PM |
|
Nice! A mention in the Washington Post.
|
|
|
|
solowhizkid
Sr. Member
  
Offline
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!
|
 |
December 05, 2017, 02:35:06 PM |
|
|
|
|
|
toandanchucong
|
 |
December 05, 2017, 02:41:34 PM |
|
great video , the dash price $764.96 increase 1.06% i believe the dash price can break $1000 end this year , i keep some dash on exchange .
|
|
|
|
NibiruHybrid
|
 |
December 05, 2017, 02:57:19 PM Last edit: February 21, 2018, 02:55:23 PM by NibiruHybrid |
|
Dash Added to Uphold Instant Exchange Dash has been added to the Uphold platform, allowing much easier access to the currency for users around the world.
An platform allowing for the easy and instant exchange of currencies, Uphold announced that it has added Dash to its list of supported cryptocurrencies. This means that holders of over 30 currencies will be able to fund their account and buy Dash via bank transfer, with credit card buying functionality to follow in a few days. Dash Core’s CEO Ryan Taylor sees this as a significant facilitator to acquiring Dash, especially for those who may not be familiar with the cryptocurrency exchange world:
|
|
|
|
solowhizkid
Sr. Member
  
Offline
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!
|
 |
December 05, 2017, 03:19:30 PM |
|
|
|
|
|
|