Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 2096. (Read 4671924 times)

full member
Activity: 157
Merit: 100
Does not make sense that this file would be missing:

Code:
-- Looking for include file pthread.h - not found

Does it exist on your system? It should be in /usr/include/pthread.h

Yes, it's there.
hero member
Activity: 602
Merit: 500
WTB 350 MRO for 0.11 BTC...it is not fixed price,we can make a deal
legendary
Activity: 2968
Merit: 1198
I'm not sure what you are missing. Did you install build-essential and boost-all-dev?

Yep, build-essential and libboost-all-dev are there. Tried also the older(?) repo at https://github.com/bitmonero-project/bitmonero, same problem.

Does not make sense that this file would be missing:

Code:
-- Looking for include file pthread.h - not found

Does it exist on your system? It should be in /usr/include/pthread.h
legendary
Activity: 2156
Merit: 1131
For some reason I'm not able to compile latest source on fresh VM with ubuntu 13.10.
http://pastebin.com/dpUqrzkm
Any hints?

I used boost1.55. For the tutorial, see one of my early post in this thread.


2014-May-03 01:41:56.368798 [P2P1]BH: 22456, DIFF: 1005551, HR: 16759 H/s
Wow!

Shit, it is too much for most people.
hero member
Activity: 543
Merit: 500
Now i have this problem . cant sync wallet, and cant see my balance. Are my coins lost?

No your coins are not lost, that just means your wallet build is too old. You need to refresh. OP should have the latest.


it works now. thank you
full member
Activity: 157
Merit: 100
I'm not sure what you are missing. Did you install build-essential and boost-all-dev?

Yep, build-essential and libboost-all-dev are there. Tried also the older(?) repo at https://github.com/bitmonero-project/bitmonero, same problem.
legendary
Activity: 2968
Merit: 1198
For some reason I'm not able to compile latest source on fresh VM with ubuntu 13.10.

http://pastebin.com/dpUqrzkm

Any hints?

I'm not sure what you are missing. Did you install build-essential and boost-all-dev?

legendary
Activity: 2968
Merit: 1198
Now i have this problem . cant sync wallet, and cant see my balance. Are my coins lost?

No your coins are not lost, that just means your wallet build is too old. You need to refresh. OP should have the latest.

legendary
Activity: 952
Merit: 1000
Stagnation is Death
Im having an error while starting deamon on buntu 13.10, compiled 2 days ago, was working good

http://pastebin.com/gN75FP1J
hero member
Activity: 543
Merit: 500
I'm here.  Constantly. Soon I will have the fork in sync with the bytecoin commits. NoodleDoodle recently published a more optimized daemon/miner for win64. Othe is working on the GUI.

Pool will come as soon as people see the technological value in the coin. Like most open source projects, it will grow slowly and organically -- like Bitcoin itself.

So, just chill. Smiley The start was fair and the development behind the coin has been totally decentralized since TFT left.  In the meantime, enjoy cheap MRO.
where more optimised miner can be downloaded?

edit: Ok , I found it.

Now i have this problem . cant sync wallet, and cant see my balance. Are my coins lost?
full member
Activity: 157
Merit: 100
For some reason I'm not able to compile latest source on fresh VM with ubuntu 13.10.

http://pastebin.com/dpUqrzkm

Any hints?
hero member
Activity: 560
Merit: 500
Important!

We have a pool bounty going. As you've probably noticed, network hashrate is going up. When the 32-bit code is merged in, it'll go even higher. Solo mining outcomes will then be pretty random.

tacotime has a dev who will work on an open source pool implementation for a bounty. See this topic/post: https://bitcointalksearch.org/topic/m.6520464
sr. member
Activity: 910
Merit: 250
Proof-of-Stake Blockchain Network
2014-May-03 01:41:56.368798 [P2P1]BH: 22456, DIFF: 1005551, HR: 16759 H/s

Wow!
legendary
Activity: 2968
Merit: 1198
Does anyone know how many coins are currently in circulation?

Slightly below 400k.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
I'm trying to install Monero on a 1GB digitalocean VPS. I've followed all the instructions from here:
http://monero.cc/getting-started#linux-tutorial

When I try and run 'make'  I get this error output which indicates that my VPS  'CPU you selected does not support x86-64 instruction set'

Does that mean 1GB digitalocean has too weak a CPU to even experiment with?

Code:
monero@Monero:~/boost_1_55_0$ cd bitmonero
monero@Monero:~/boost_1_55_0/bitmonero$ mkdir build
monero@Monero:~/boost_1_55_0/bitmonero$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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
--   atomic
--   program_options
-- Found Git: /usr/bin/git
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Could NOT find Threads (missing:  Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/monero/boost_1_55_0/bitmonero/build/release
cd build/release && make
make[1]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target version
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
fatal: No names found, cannot describe anything.
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.


make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  0%] Built target version
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target upnpc-static
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
/home/monero/boost_1_55_0/bitmonero/external/miniupnpc/igd_desc_parse.c:1:0: [b]error: CPU you selected does not support x86-64 instruction set[/b]
 /* $Id: igd_desc_parse.c,v 1.14 2011/04/11 09:19:24 nanard Exp $ */
 ^
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make: *** [build-release] Error 2
monero@Monero:~/boost_1_55_0/bitmonero$ cd build/release/src

No. I think it means that the compiling need some flags for the cpu that DO has. Probably you have to edit the makefile but i dont know what exackly it needs.

tacotime had said before that this may help :     CFLAGS=-march=corei7 or corei7avx   . also CXXFLAGS

I didnt test it cause difficulty went up fast so i didnt want to use DO...
You have to edit CMakeLists.txt and change line 39 to
Code:
    set(ARCH_FLAG "-march=corei7")
sr. member
Activity: 280
Merit: 250
Who cares?
Does anyone know how many coins are currently in circulation?
hero member
Activity: 560
Merit: 500
I'm trying to install Monero on a 1GB digitalocean VPS. I've followed all the instructions from here:
http://monero.cc/getting-started#linux-tutorial

When I try and run 'make'  I get this error output which indicates that my VPS  'CPU you selected does not support x86-64 instruction set'

Does that mean 1GB digitalocean has too weak a CPU to even experiment with?

The VPS is probably 32-bit. The current MRO code only supports 64-bit architecture. Tomorrow tacotime will try merging the latest BCN commits into MRO. This will allow a 32-bit system to run MRO/CryptoNote. Try again after the newest build is up (probably this weekend).

On another note: a 512 MB VM will fail to compile but can probably run the binaries. I'm not sure about 1 GB VMs.
legendary
Activity: 1428
Merit: 1001
getmonero.org
I'm trying to install Monero on a 1GB digitalocean VPS. I've followed all the instructions from here:
http://monero.cc/getting-started#linux-tutorial

When I try and run 'make'  I get this error output which indicates that my VPS  'CPU you selected does not support x86-64 instruction set'

Does that mean 1GB digitalocean has too weak a CPU to even experiment with?

Code:
monero@Monero:~/boost_1_55_0$ cd bitmonero
monero@Monero:~/boost_1_55_0/bitmonero$ mkdir build
monero@Monero:~/boost_1_55_0/bitmonero$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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
--   atomic
--   program_options
-- Found Git: /usr/bin/git
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Could NOT find Threads (missing:  Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/monero/boost_1_55_0/bitmonero/build/release
cd build/release && make
make[1]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target version
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
fatal: No names found, cannot describe anything.
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.


make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  0%] Built target version
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target upnpc-static
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
/home/monero/boost_1_55_0/bitmonero/external/miniupnpc/igd_desc_parse.c:1:0: [b]error: CPU you selected does not support x86-64 instruction set[/b]
 /* $Id: igd_desc_parse.c,v 1.14 2011/04/11 09:19:24 nanard Exp $ */
 ^
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make: *** [build-release] Error 2
monero@Monero:~/boost_1_55_0/bitmonero$ cd build/release/src

No. I think it means that the compiling need some flags for the cpu that DO has. Probably you have to edit the makefile but i dont know what exackly it needs.

tacotime had said before that this may help :     CFLAGS=-march=corei7 or corei7avx   . also CXXFLAGS

I didnt test it cause difficulty went up fast so i didnt want to use DO...
hero member
Activity: 655
Merit: 500
I'm trying to install Monero on a 1GB digitalocean VPS. I've followed all the instructions from here:
http://monero.cc/getting-started#linux-tutorial

When I try and run 'make'  I get this error output which indicates that my VPS  'CPU you selected does not support x86-64 instruction set'

Does that mean 1GB digitalocean has too weak a CPU to even experiment with?

Code:
monero@Monero:~/boost_1_55_0$ cd bitmonero
monero@Monero:~/boost_1_55_0/bitmonero$ mkdir build
monero@Monero:~/boost_1_55_0/bitmonero$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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
--   atomic
--   program_options
-- Found Git: /usr/bin/git
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Could NOT find Threads (missing:  Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/monero/boost_1_55_0/bitmonero/build/release
cd build/release && make
make[1]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target version
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
fatal: No names found, cannot describe anything.
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.


make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  0%] Built target version
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target upnpc-static
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
/home/monero/boost_1_55_0/bitmonero/external/miniupnpc/igd_desc_parse.c:1:0: [b]error: CPU you selected does not support x86-64 instruction set[/b]
 /* $Id: igd_desc_parse.c,v 1.14 2011/04/11 09:19:24 nanard Exp $ */
 ^
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make: *** [build-release] Error 2
monero@Monero:~/boost_1_55_0/bitmonero$ cd build/release/src
sr. member
Activity: 280
Merit: 250
Who cares?
I created a new wallet and typed exit.  Restarted simplewallet.exe with the "--wallet mywallet.bin" arguments but it just prints out how it cant find mywallet.keys file.  I'm looking right at the mywallet.keys file that was created, is there some special place I have to put it?  This is Win 7 64 I'm running.

Is your wallet called mywallet.bin or mywallet? The keys file is whatever name you give it plus .keys.



Ok I figured it out, I didn't type save after creating and refreshing my wallet.  Thanks anyway smooth. 
Jump to: