Bitcoin Forum
June 16, 2024, 07:16:35 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 [301] 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669573 times)
Its About Sharing
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000


Antifragile


View Profile
June 14, 2014, 02:48:28 PM
 #6001


I am author of brew formulas, what OS X version? Can you try with "-v" flag and post details?

Thanks for your help. It is 10.9.3
BTW - I downloaded the source (I think from Github) and the simple command line wallet runs. Though I have no idea how to use that.
Not sure if that is the same as this? (Run from command line via http://www.monero.cc/getting-started/index.html

Code:
brew -v install --HEAD bitmonero
Homebrew 0.9.5
==> Cloning https://github.com/monero-project/bitmonero.git
git --git-dir /Library/Caches/Homebrew/bitmonero--git/.git status -s
Updating /Library/Caches/Homebrew/bitmonero--git
git config remote.origin.url https://github.com/monero-project/bitmonero.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git checkout-index -a -f --prefix=/private/tmp/bitmonero-0CSG/
==> make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
-- Found Git: /usr/local/Library/ENV/4.3/git
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE 
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/bitmonero-0CSG/build/release
cd build/release && /Applications/Xcode.app/Contents/Developer/usr/bin/make
Scanning dependencies of target version
fatal: Not a git repository (or any of the parent directories): .git
CMake Warning at src/version.cmake:3 (message):
  Cannot determine current revision.  Make sure that you are building either
  from a Git working tree or from a source archive.


[  0%] Built target version
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[  2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[  3%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[  4%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[  5%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[  6%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
[  7%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpcommands.c.o
[  8%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpreplyparse.c.o
[  9%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnperrors.c.o
[ 10%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
[ 11%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/portlistingparse.c.o
[ 12%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/receivedata.c.o
[ 13%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minissdpc.c.o
Linking C static library libminiupnpc.a
[ 13%] Built target upnpc-static
Scanning dependencies of target crypto
[ 14%] Building C object src/CMakeFiles/crypto.dir/crypto/aesb.c.o
[ 15%] Building C object src/CMakeFiles/crypto.dir/crypto/blake256.c.o
[ 16%] Building C object src/CMakeFiles/crypto.dir/crypto/chacha8.c.o
[ 17%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops-data.c.o
[ 18%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o
[ 19%] Building CXX object src/CMakeFiles/crypto.dir/crypto/crypto.cpp.o
[ 20%] Building CXX object src/CMakeFiles/crypto.dir/crypto/electrum-words.cpp.o
Scanning dependencies of target common
[ 21%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
Scanning dependencies of target rpc
[ 22%] Building CXX object src/CMakeFiles/rpc.dir/rpc/core_rpc_server.cpp.o
Scanning dependencies of target cryptonote_core
[ 23%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/account.cpp.o
[ 24%] Building C object src/CMakeFiles/crypto.dir/crypto/groestl.c.o
[ 25%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-blake.c.o
[ 26%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-groestl.c.o
[ 27%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-jh.c.o
[ 28%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-skein.c.o
[ 29%] Building C object src/CMakeFiles/crypto.dir/crypto/hash.c.o
[ 30%] Building C object src/CMakeFiles/crypto.dir/crypto/jh.c.o
[ 31%] Building C object src/CMakeFiles/crypto.dir/crypto/keccak.c.o
[ 32%] Building C object src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o
/tmp/bitmonero-0CSG/src/crypto/oaes_lib.c:37:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o] Error 1
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 33%] Building CXX object src/CMakeFiles/common.dir/common/command_line.cpp.o
[ 34%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/blockchain_storage.cpp.o
[ 35%] Building CXX object src/CMakeFiles/common.dir/common/util.cpp.o
[ 36%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/checkpoints.cpp.o
Linking CXX static library libcommon.a
[ 36%] Built target common
[ 37%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_basic_impl.cpp.o
[ 38%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_core.cpp.o
[ 39%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_format_utils.cpp.o
[ 40%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o
[ 41%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
[ 42%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/tx_pool.cpp.o
Linking CXX static library librpc.a
[ 42%] Built target rpc
Linking CXX static library libcryptonote_core.a
[ 42%] Built target cryptonote_core
make[1]: *** [all] Error 2
make: *** [build-release] Error 2
==> Formula
Tap: sammy007-cryptonight/bitmonero
Path: /usr/local/Library/Taps/sammy007-cryptonight/bitmonero.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 028e632b4f24e88df80fb56b31218fe5ef7d018d
CPU: quad-core 64-bit sandybridge
OS X: 10.9.3-x86_64
Xcode: 5.1.1
MacPorts/Fink: /opt/local/bin/port
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/miniupnpc/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: bitmonero HEAD did not build
Logs:
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make.cc

BTC = Black Swan.
BTC = Antifragile - "Some things benefit from shocks; they thrive and grow when exposed to volatility, randomness, disorder, and stressors and love adventure, risk, and uncertainty. Robust is not the opposite of fragile.
danteT
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 14, 2014, 02:53:48 PM
 #6002

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.
coinbird
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
June 14, 2014, 02:56:51 PM
 #6003

When I run bitmonerod.exe for more than a few minutes I get this error constantly:

Code:
2014-Jun-14 16:35:30.583203 [P2P5]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:36:15.520703 [P2P7]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:36:15.536328 [P2P7]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:36:27.676953 [P2P9]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:36:27.692578 [P2P9]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:515 [176.96.74.189:18080 OUT]Failed to do_send
2014-Jun-14 16:37:07.661328 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:37:07.676953 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:37:28.661328 [P2P0]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:37:28.676953 [P2P0]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:515 [176.96.74.189:18080 OUT]Failed to do_send
2014-Jun-14 16:37:37.614453 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:37:37.645703 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:37:43.020703 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:37:43.051953 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:38:29.333203 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:38:29.395703 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:515 [176.96.74.189:18080 OUT]Failed to do_send
2014-Jun-14 16:39:20.505078 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:39:20.520703 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:39:23.880078 [P2P6]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:39:23.895703 [P2P6]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:39:25.817578 [P2P6]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:39:25.848828 [P2P6]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:39:30.411328 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:39:30.426953 [P2P8]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:515 [176.96.74.189:18080 OUT]Failed to do_send
2014-Jun-14 16:39:44.942578 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:39:44.958203 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:40:08.270703 [P2P4]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:40:08.286328 [P2P4]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:40:31.801953 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:40:31.833203 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:40:31.911328 [P2P7]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:40:31.926953 [P2P7]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:515 [176.96.74.189:18080 OUT]Failed to do_send
2014-Jun-14 16:41:04.239453 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:41:04.255078 [P2P3]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:41:14.505078 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection
2014-Jun-14 16:41:14.520703 [P2P1]ERROR c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\contrib\epee\include\net\levin_protocol_handler_async.h:638 [176.96.74.189:18080 OUT]Failed to do_send()
2014-Jun-14 16:41:49.848828 [P2P0][sock 1164] Some problems at write: Eine vorhandene Verbindung wurde vom Remotehost geschlossen:10054
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
June 14, 2014, 03:00:36 PM
 #6004

Price growing really fast. I think people start to realise the potential  it has. I say we reach 0,008 BTC in next 48 hours.
adept
Full Member
***
Offline Offline

Activity: 223
Merit: 100


View Profile WWW
June 14, 2014, 03:01:18 PM
 #6005

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
June 14, 2014, 03:01:57 PM
 #6006


I am author of brew formulas, what OS X version? Can you try with "-v" flag and post details?

Thanks for your help. It is 10.9.3
BTW - I downloaded the source (I think from Github) and the simple command line wallet runs. Though I have no idea how to use that.
Not sure if that is the same as this? (Run from command line via http://www.monero.cc/getting-started/index.html

Code:
brew -v install --HEAD bitmonero
Homebrew 0.9.5
==> Cloning https://github.com/monero-project/bitmonero.git
git --git-dir /Library/Caches/Homebrew/bitmonero--git/.git status -s
Updating /Library/Caches/Homebrew/bitmonero--git
git config remote.origin.url https://github.com/monero-project/bitmonero.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git checkout-index -a -f --prefix=/private/tmp/bitmonero-0CSG/
==> make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
-- Found Git: /usr/local/Library/ENV/4.3/git
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/bitmonero-0CSG/build/release
cd build/release && /Applications/Xcode.app/Contents/Developer/usr/bin/make
Scanning dependencies of target version
fatal: Not a git repository (or any of the parent directories): .git
CMake Warning at src/version.cmake:3 (message):
  Cannot determine current revision.  Make sure that you are building either
  from a Git working tree or from a source archive.


[  0%] Built target version
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[  2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[  3%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[  4%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[  5%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[  6%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
[  7%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpcommands.c.o
[  8%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpreplyparse.c.o
[  9%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnperrors.c.o
[ 10%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
[ 11%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/portlistingparse.c.o
[ 12%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/receivedata.c.o
[ 13%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minissdpc.c.o
Linking C static library libminiupnpc.a
[ 13%] Built target upnpc-static
Scanning dependencies of target crypto
[ 14%] Building C object src/CMakeFiles/crypto.dir/crypto/aesb.c.o
[ 15%] Building C object src/CMakeFiles/crypto.dir/crypto/blake256.c.o
[ 16%] Building C object src/CMakeFiles/crypto.dir/crypto/chacha8.c.o
[ 17%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops-data.c.o
[ 18%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o
[ 19%] Building CXX object src/CMakeFiles/crypto.dir/crypto/crypto.cpp.o
[ 20%] Building CXX object src/CMakeFiles/crypto.dir/crypto/electrum-words.cpp.o
Scanning dependencies of target common
[ 21%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
Scanning dependencies of target rpc
[ 22%] Building CXX object src/CMakeFiles/rpc.dir/rpc/core_rpc_server.cpp.o
Scanning dependencies of target cryptonote_core
[ 23%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/account.cpp.o
[ 24%] Building C object src/CMakeFiles/crypto.dir/crypto/groestl.c.o
[ 25%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-blake.c.o
[ 26%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-groestl.c.o
[ 27%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-jh.c.o
[ 28%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-skein.c.o
[ 29%] Building C object src/CMakeFiles/crypto.dir/crypto/hash.c.o
[ 30%] Building C object src/CMakeFiles/crypto.dir/crypto/jh.c.o
[ 31%] Building C object src/CMakeFiles/crypto.dir/crypto/keccak.c.o
[ 32%] Building C object src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o
/tmp/bitmonero-0CSG/src/crypto/oaes_lib.c:37:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o] Error 1
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 33%] Building CXX object src/CMakeFiles/common.dir/common/command_line.cpp.o
[ 34%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/blockchain_storage.cpp.o
[ 35%] Building CXX object src/CMakeFiles/common.dir/common/util.cpp.o
[ 36%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/checkpoints.cpp.o
Linking CXX static library libcommon.a
[ 36%] Built target common
[ 37%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_basic_impl.cpp.o
[ 38%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_core.cpp.o
[ 39%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_format_utils.cpp.o
[ 40%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o
[ 41%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
[ 42%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/tx_pool.cpp.o
Linking CXX static library librpc.a
[ 42%] Built target rpc
Linking CXX static library libcryptonote_core.a
[ 42%] Built target cryptonote_core
make[1]: *** [all] Error 2
make: *** [build-release] Error 2
==> Formula
Tap: sammy007-cryptonight/bitmonero
Path: /usr/local/Library/Taps/sammy007-cryptonight/bitmonero.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 028e632b4f24e88df80fb56b31218fe5ef7d018d
CPU: quad-core 64-bit sandybridge
OS X: 10.9.3-x86_64
Xcode: 5.1.1
MacPorts/Fink: /opt/local/bin/port
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/miniupnpc/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: bitmonero HEAD did not build
Logs:
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make.cc

Please read docs how to use it. You have to run bitmonerod and sync it, than generate new wallet using simplewallet -h.
Download blockchain.bin for faster synchronisation and copy it to ~/.bitmonero/.

ATM I have no idea why you can't compile it using brew, probably installed macports is a problem.
oleander7
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 14, 2014, 03:05:58 PM
 #6007

Hello!
I need help.
I have sent some XMR to poloniex exchange in a sequance of deposits. In my wallet they are all confimed as being succesful, but some of them are not on the blockchain and havent reached the exchange. Are those XMR lost or is there a way to retrieve them?
Any help is appreciated.
It seems you are using an old version of the source/binaries, so you didn't payed the right fees for the transactions. Download the latest one from the OP. Then backup your wallet (the .keys file is the most important). Then delete the .bin file (not the .keys) and run the wallet again to resync it with the network. If the XMRs are not in your wallet your transaction could be included in a block from a miner/pool using the old software or otherwise in a few days they'll return to your wallet.

Thanks a lot. It worked.
uvt9
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250


View Profile
June 14, 2014, 03:17:50 PM
 #6008

what's the reason for this price rally ? Damn it i was going to buy more today but it seems by buy orders at .0031 will never got filled Sad
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
June 14, 2014, 03:31:23 PM
 #6009

^It's because of the expectation it will be on mintpal soon and much more people will know about it and will become interested of the technology and will want to have some XMR in case it's the next Bitcoin.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
danteT
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 14, 2014, 03:57:48 PM
 #6010

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley

Love any coin where 80% of hashrate is NOT done by botnets and trojans. Moneros trojans is the reason of high hashrate. (you can search and see the correlation between appearance of bitmonero trojans on security forums and growth of hashrate).  Moneros GPU mining before GPU miner announce is the second reason, but causes less hashrate growth.

The same people who launched trojans likely owners of main XMR and pumpers of exchange rate.

Good luck all of fair miners with that trojans/botnet army, you are fighting windmills.

Rat Race.


cAPSLOCK
Legendary
*
Offline Offline

Activity: 3752
Merit: 5142


Whimsical Pants


View Profile
June 14, 2014, 04:08:26 PM
 #6011

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley

Love any coin where 80% of hashrate is NOT done by botnets and trojans. Moneros trojans is the reason of high hashrate. (you can search and see the correlation between appearance of bitmonero trojans on security forums and growth of hashrate).  Moneros GPU mining before GPU miner announce is the second reason, but causes less hashrate growth.

The same people who launched trojans likely owners of main XMR and pumpers of exchange rate.

Good luck all of fair miners with that trojans/botnet army, you are fighting windmills.

Rat Race.




Wow.  Actual FUD.  Ignored.
Febo
Legendary
*
Offline Offline

Activity: 2730
Merit: 1288



View Profile
June 14, 2014, 04:11:07 PM
 #6012

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley

Love any coin where 80% of hashrate is NOT done by botnets and trojans. Moneros trojans is the reason of high hashrate. (you can search and see the correlation between appearance of bitmonero trojans on security forums and growth of hashrate).  Moneros GPU mining before GPU miner announce is the second reason, but causes less hashrate growth.

The same people who launched trojans likely owners of main XMR and pumpers of exchange rate.

Good luck all of fair miners with that trojans/botnet army, you are fighting windmills.

Rat Race.




hash rate grows because of price grow, when price wil start falling wil also hash rate, happened in past weeks. and will again.
uvt9
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250


View Profile
June 14, 2014, 04:14:15 PM
 #6013

Blah blah blah i'm an idiot...
...
said the guy who is mining and supporting another CryptoNote coin with same mining algorithm:
https://bitcointalk.org/index.php?topic=632595.msg7056924#msg7056924
lol
darlidada
Hero Member
*****
Offline Offline

Activity: 723
Merit: 503


View Profile
June 14, 2014, 04:14:54 PM
 #6014

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.  
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley

Love any coin where 80% of hashrate is NOT done by botnets and trojans. Moneros trojans is the reason of high hashrate. (you can search and see the correlation between appearance of bitmonero trojans on security forums and growth of hashrate).  Moneros GPU mining before GPU miner announce is the second reason, but causes less hashrate growth.

The same people who launched trojans likely owners of main XMR and pumpers of exchange rate.

Good luck all of fair miners with that trojans/botnet army, you are fighting windmills.

Rat Race.




hash rate grows because of price grow, when price wil start falling wil also hash rate, happened in past weeks. and will again.

then that means its not botnets but real miners

parker928
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 14, 2014, 04:15:27 PM
 #6015

OMG, people, how can you be so blind and waste your computing/hashing power on monero mining. Nothing, but speculation about it.   
Please, read this post 1 year later with a bunch of useless xmr in your wallet.

Yet you love Duckcoin?
Don't fuel this FUD guys Smiley

Love any coin where 80% of hashrate is NOT done by botnets and trojans. Moneros trojans is the reason of high hashrate. (you can search and see the correlation between appearance of bitmonero trojans on security forums and growth of hashrate).  Moneros GPU mining before GPU miner announce is the second reason, but causes less hashrate growth.

The same people who launched trojans likely owners of main XMR and pumpers of exchange rate.

Good luck all of fair miners with that trojans/botnet army, you are fighting windmills.

Rat Race.




Ok great, thanks for warning us. Can you fuck off now?
AdamWhite
Hero Member
*****
Offline Offline

Activity: 605
Merit: 500



View Profile
June 14, 2014, 04:16:37 PM
 #6016

When it happened weeks ago, it was the amazon ec2 folks that stopped mining. this time around, the botnets are much more established. don't be naive and pretend this isn't happening. feel free to hit that ignore button
darlidada
Hero Member
*****
Offline Offline

Activity: 723
Merit: 503


View Profile
June 14, 2014, 04:23:42 PM
 #6017

Quote from: darkota
I used to be the ultimate darkcoin fanboy(read my fucking previous posts). But i gotta say, Monero is better. simply put fuckers, all that it needs is a good gui wallet and solution to the dust transactions,( bitcoin also had that problem) and it could easily be the #1 crypto on earth besides bitcoin.

I'm curious as to what changed your perspective on monero. Also why would you delete your post?!
darkota
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 14, 2014, 04:24:46 PM
 #6018

I used to be the ultimate darkcoin fanboy(read my previous posts). But i gotta say, Monero is better. simply put, all that it needs is a good gui wallet and solution to the dust transactions,( bitcoin also had that problem) and it could easily be the #1 crypto on earth besides bitcoin.
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
June 14, 2014, 04:25:16 PM
 #6019




>>> Join Monero Pool http://xmr.hashinvest.net / EU <<<

Always Latest Monero Builds

minerd -a cryptonight -o stratum+tcp://xmr.hashinvest.net:5555 -u YOUR_ADDRESS -p x

With instructions for Linux, Windows and Mac users.

darkota
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 14, 2014, 04:26:30 PM
 #6020

Quote from: darkota
I used to be the ultimate darkcoin fanboy(read my fucking previous posts). But i gotta say, Monero is better. simply put fuckers, all that it needs is a good gui wallet and solution to the dust transactions,( bitcoin also had that problem) and it could easily be the #1 crypto on earth besides bitcoin.

I'm curious as to what changed your perspective on monero. Also why would you delete your post?!

Because i wanted it to be on the first page's first post Tongue

perspective changed cause its just a better coin obviously. 100% anonymity..great dev team, great name, i2p coming soon....
Pages: « 1 ... 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 [301] 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 2125 »
  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!