Process of translating source code from a high-level programming language to a lower level language. For Monero this usually means taking source code from Github and converting it into a program that can be ran on the users OS.
Questions tagged [compile]
30 questions
12
votes
1 answer
Monero-Core build instructions?
It seems some work is being made on monero-core and I wanted to check out the most recent builds. However the repository (https://github.com/mbg033/monero-core) lists build instructions as TODO. Is there a makefile someone could point me to? Running…
nthterm
- 185
- 7
10
votes
2 answers
How do I build Monero for Windows from source?
Are there detailed build instructions for building Monero for Windows?
Does the version of Windows we are building for (7,8, 10) (x86 vs x64) require different dependencies?
edit: Can we compile Windows binaries in Linux? Or must we compile Monero…
JohnHanks
- 761
- 1
- 7
- 18
7
votes
1 answer
Trouble compiling Wolf's cpuminer-multi on Mac OS X
I’m new to Monero. I’ve got three Macs setup as nodes mining through monero-cli-wallet and a windows machine which I have configured for pool mining. On the advice of many threads I selected a smaller pool (https://moneroworld.com/#) and followed…
Jaste
- 73
- 1
- 4
7
votes
4 answers
Are there any pre-built Monero miners for Linux?
I've been having problems compiling wolf's miners.
Are there any pre-built linux miners, and if not, what are the packages that I need to fully build his CPU and GPU miners?
Raj4K
- 857
- 2
- 8
- 24
6
votes
1 answer
What is to stop an adversary from inserting malicious code through Monero's compiling software?
I know Monero typically uses things like the make command to compile its software, and I assume that these compilers are software themselves. What is to stop this compiling software from getting compromised, where an adversary could insert…
user4
6
votes
1 answer
How do I compile Monero for Raspberry Pi 3 (ARMv8)?
The Raspberry Pi 3 does have 1.2GHz 64-bit quad-core ARMv8 CPU. The official downloads offer a build for ARMv7. Is there any (performance) advantage in compiling your own binaries for Raspberry Pi 3, pressumably taking advantage of the ARMv8? If so,…
dpzz
- 4,539
- 4
- 22
- 46
5
votes
3 answers
Monero Wallet For Raspberry Pi 1? (ARMv6 I think)
Is there a version of the monero wallet for the Raspberry Pi Model B that is up to date? I have looked and can only find ones a year or older often with the links 404ing. Or could anyone help me compile one? (specifically the wallet I plan to use a…
Joss Bird
- 559
- 3
- 22
5
votes
1 answer
Compiling GUI from source differences by OS
Has there been a stated reason why instructions to compile the new GUI from source are currently available for Linux and OSX but not Windows? Since Windows users have been most vocal about their desire for a GUI I would like to understand the reason…
Enricho Abato
- 367
- 1
- 9
5
votes
1 answer
Do Monero and other Cryptonotes compile and sync on big endian CPUs?
I know someone who is having some trouble with an IBM 390x CPU (which is big endian), and an altcoin. They are able to compile, but unable to start syncing as they get this error when the daemon tries to verify the first block:
// Check proof of…
jwinterm
- 4,413
- 1
- 21
- 34
5
votes
1 answer
How can I compile a mining software for my mac computer that uses an NVIDIA GPU?
Please, don't ask me why.
I have a computer that runs OS X on it with a NVIDIA GPU card. I would like to compile my mining software for GPU mining, but I don't find any info at all about this on the internet.c'est
Thanks.
Henri Lils
- 51
- 2
5
votes
1 answer
How to compile monero quickly after code modification
I want to know if there is a way to compile the code via terminal after modify one line in the code' but without the need to compile all the code (now I compile with 'make release').
Thanks!
adsl
- 315
- 1
- 8
4
votes
1 answer
How can I test fluffyblocks?
How can I test Fluffyblocks on mainnet? I found this GitHub repo linked on Reddit but I am unsure how to use it in production.
Can I compile this source code to work with my existing blockchain or will I need to sync from scratch?
What types of bug…
inteligenta logiko
- 143
- 3
4
votes
1 answer
Trouble compiling aeon node on ubuntu 16.10
I have a question, following the instructions on here:
How do I install Aeon on Ubuntu?
I cannot get the node to compile on ubuntu 16.10. Here is what shows in the terminal:
make mkdir -p build/release cd build/release && cmake -D…
Bioniix
- 41
- 1
4
votes
1 answer
Problem with compile part of monero sources to create python bindings
I want to create python module with C++ bindings of monero functions:
parse_and_validate_block_from_blob
get_block_hashing_blob
rx_slow_hash
and more...
I'm using ubuntu 18.04.
For the simplicity of this question, I removed the code associated…
Andrei
- 367
- 1
- 9
3
votes
1 answer
How are the Monero ARMv7 CLI binaries built?
My goal is to set up a full Aeon node on a Raspberry Pi 3. I have been trying to compile the rebased Aeon code on it. After numerous attempts from scratch, the problem I encounter is that it errors out each time at different percentage of the build…
dpzz
- 4,539
- 4
- 22
- 46