Questions tagged [github]

Questions about the Github repository used for Monero source code and source code of related projects

19 questions
19
votes
1 answer

How can someone verify that the source downloaded from github is genuine?

When someone downloads the Monero source tree from github, there is a possible risk that this is not what the developers created. This could be MITM attacks, whether between developers and github or between github and the downloader. It could be…
user36303
  • 34,928
  • 2
  • 58
  • 123
8
votes
1 answer

A SHA-1 collision has been found. Does that mean the Monero repositories on Github can be compromised?

Git (and thus Github) relies on the SHA-1 hash function to guarantee that files can't be secretly changed. Now a collision has been found: two different files that produce the same hash. The commercial cost to create one would be around 100 BTC at…
ProkhorZ
  • 543
  • 1
  • 6
  • 18
8
votes
1 answer

Following coding progress between dev meetings

Monero biweekly development meeting summaries and logs and are published by hellomonero. How can a non developer without the desire to compile from source or idle in IRC stay up to date with recent Monero pull requests in between tagged releases…
user6513763
  • 681
  • 4
  • 7
6
votes
3 answers

Use official binaries or compile master myself?

Is the master branch on https://github.com/monero-project/bitmonero considered to be stable enough at all times to use it for nontrivial amounts of Monero, or would you rather recommend to stick with the official binaries from https://getmonero.org…
villabacho
  • 1,215
  • 6
  • 15
5
votes
1 answer

Editing Monero Papers

I have been reading some of the papers available on Monero, and they contain a lot of typos and other small errors. It would be great if we could fix and clarify them. Don't get me wrong, I greatly admire the work that those authors put into…
user141
  • 3,337
  • 14
  • 34
5
votes
1 answer

Is public testnet for RingCT planned prior to its release?

Now that a pull request to merge RingCT has appeared in GitHub are there plans to create a public testnet? If so how would someone participate and help test the code?
tryinghard
  • 1,133
  • 12
  • 24
4
votes
1 answer

Source code history "immutability"

I'm fairly new to git and it seems surprisingly easy to rewrite past commits. I'm aware of the signed commits, and if I understand it correctly, it prevents against unauthorized/untrusted write access, including a compromission of the github…
Moroccan Engineer
  • 2,968
  • 2
  • 12
  • 34
4
votes
1 answer

Can I run/host my own private block explorer?

I host my own node because I want my privacy level to be as high as possible. But if I want to view my transactions on the blockchain, right now I have to use a block explorer that someone else is hosting. That seems not ideal for privacy. Is…
scoobybejesus
  • 5,515
  • 21
  • 42
4
votes
1 answer

Time between pull requests and merging

I have noticed that some pull requests pass tests and receive comments like "works for me" or "fixes issue #xxx" from other developers but are not merged for several weeks afterwards. Assuming one pull request is not waiting (contingent) on another…
Alexei
  • 500
  • 3
  • 9
4
votes
1 answer

Updating my monero master

So I cloned the monero github onto my computer around 2 months ago. How do I update the entire thing to the most current release? Is there a simple way to do so?
Lurker
  • 473
  • 2
  • 10
3
votes
1 answer

How is building the GUI from source different from building monerod/CLI?

Since I've been building monerod/CLI from source since before the GUI wallet was released, I already have a fully populated monero directory with my wallet and everything else that gets installed in the build. How do I build the GUI? In this…
scoobybejesus
  • 5,515
  • 21
  • 42
3
votes
2 answers

What is the purpose of the Monero GitHub Meta repository?

According the Hello Monero dev meeting highlights for 2016-11-13, a new Github was created for organizational issues. What type of issues is this GitHub meant to address? Will the same Collective Code Construction Contract, C4 guidelines used for…
Matt Olsen
  • 238
  • 2
  • 6
2
votes
1 answer

If I compile from source, how can I change default wallet and daemon 10-block lock time?

Before I go further, I'll point out: This is procedure could put one's privacy at risk. This would cause a tx to fail more often in the case of a chain reorg. There's likely more than two consequences of doing this. (Feel free to point them…
scoobybejesus
  • 5,515
  • 21
  • 42
2
votes
2 answers

How might I download the binaries if both getmonero.org and github.com/monero-project are blocked?

How might I download the binaries if both getmonero.org and github.com/monero-project are blocked? Let us assume the following initial conditions: I have Tor installed on my Linux-based OS. I already have I2P (but not I2P-zero) installed on my…
John Smith
  • 245
  • 1
  • 2
  • 10
2
votes
2 answers

Why are all build statuses on Monero's Github failing?

Should I use a Debian distro with an armv8 architecture if I am looking for stability?
1
2