Author

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

legendary
Activity: 1092
Merit: 1000
Oh that's right you don't have one. You contribute nothing to the project other than FUD. (Want to buy lower do you?) Carry on.

Incompetent developers, i hope you did not make one cent off monero. Why ? Because you suck a**.

I'd be willing to donate 5k xmr to a reputable team of 2-3 new devs to work on the gui and json...


If you are in the monero-dev channel on IRC you will actually see that a lot of work is being done. Give me a proper reason to flame the devs?

No action in monero-dev for some time now, what are you f.. talking about.. Oh,  amonth ago onishin, fr pool owner, refused to update to the latest version because the code was so fucking broken.. Anyway, I mine at 600KH/s - at a huge loss. If i stop now, the network is almost completely at the mercy of the botnet herders..
legendary
Activity: 2268
Merit: 1141
Oh that's right you don't have one. You contribute nothing to the project other than FUD. (Want to buy lower do you?) Carry on.

Incompetent developers, i hope you did not make one cent off monero. Why ? Because you suck a**.

I'd be willing to donate 5k xmr to a reputable team of 2-3 new devs to work on the gui and json...


If you are in the monero-dev channel on IRC you will actually see that a lot of work is being done. Give me a proper reason to flame the devs? They are working hard on the project, mostly part time and for free (even covering expenses out of their own pocket). Also, they are not familiar with the new code and have to clean up a lot of code taken from bytecoin. Guys like you are no good for the community, please have some patience and give the devs their time to release everything properly. I'd rather wait a few more months/weeks and have a proper working GUI/DB etc. than some half working stuff. If you feel that the dev's are going to slow, why not help them yourself?
legendary
Activity: 1092
Merit: 1000
Oh that's right you don't have one. You contribute nothing to the project other than FUD. (Want to buy lower do you?) Carry on.

Incompetent developers, i hope you did not make one cent off monero. Why ? Because you suck a**.

I'd be willing to donate 5k xmr to a reputable team of 2-3 new devs to work on the gui and json...
legendary
Activity: 2968
Merit: 1198
Release the GUI/DB/RPCJSON now and not in January or its dead beyond resurrection... 

I can't find your pull request.

Oh that's right you don't have one. You contribute nothing to the project other than FUD. (Want to buy lower do you?) Carry on.

legendary
Activity: 1092
Merit: 1000
Release the GUI/DB/RPCJSON now and not in January or its dead beyond resurrection... 
legendary
Activity: 2968
Merit: 1198
I was thinking that in a round about way the low price might be good for the coin in the long run and here is my reasoning:  Since no premine the devs dont hold a lot of Monero, they are working on the project but not with a real economic incentive.  With these low prices they have most likely been accumulating to whatever extent they can and if that's the case they may be inclined to continue working on Monero and perhaps speed up development since they themselves would be financially rewarded once Monero succeeds.

Any thoughts?

I would assume this to be true.

There is some validity to it, but not just for the core team. Everyone can accumulate at lower prices now, and then have an incentive to build software, services, and awareness.

A little less focus on price and lot more focus on technology and business would serve us well.

legendary
Activity: 1946
Merit: 1100
Leading Crypto Sports Betting & Casino Platform
It will be interesting to see whether Bitcoin can adopt CN functionality. It would a win for privacy and freedom, but bad for my XMR investment: http://www.reddit.com/r/Bitcoin/comments/2oh7vq/toward_unlinkable_bitcoin_transactions_andrew/

Interesting how they paid homage to Bytecoin there. Tongue

While the respect for the technology is there, after the premine scam I don't think they deserve to have such things named after them.

They are scholars and that is how it works in the academic world, always citing sources and citing correct sources. Did you expect them to behave like core punks and subservient retards serving their masters in this coin? (apologies to smooth and tacotime)

In hindsight even the most brainwashed of the cult will find the inherent flaws in Monero in due time. This was not a fair Litecoin community launch of an unfair Tenebrix. All it did was bring despicable characters as faces of this coin which kept serious investors away.
legendary
Activity: 2968
Merit: 1198
More efficient GPU miner would help..

A more efficient GPU miner would just drive up the difficulty even more, reducing profitability and result in continued dumping to pay power bills.

The only meaningful way to increase price is to increase demand. If you want the price to go up, forget about mining and start building (software, services, awareness, etc.)

hero member
Activity: 795
Merit: 514
Looks like BCX is finally carrying out his timewarp attack. We're all doomed. (jk)
legendary
Activity: 2968
Merit: 1198
It will be interesting to see whether Bitcoin can adopt CN functionality. It would a win for privacy and freedom, but bad for my XMR investment: http://www.reddit.com/r/Bitcoin/comments/2oh7vq/toward_unlinkable_bitcoin_transactions_andrew/

Bitcoin itself can not incorporate ring signatures without without major changes that are unlikely to occur. Their title is a bit misleading, but it isn't unusual to write papers about something that "could" be done in bitcoin, ignoring the practical implausibility of actually deploying it.

It could be done in what Blockstream calls a side chain (I prefer to call them Bitcoin-backed altcoins), but, as we discussed a while back, that is only interesting if that particular sidechain/coin becomes widely used.

hero member
Activity: 658
Merit: 503
Monero Core Team
C for legacy code (most of the code at the moment)
That is a misconception, which unfortunately we helped spread earlier in the project when we didn't really understand the code base.
I corrected my post, thanks.
legendary
Activity: 2968
Merit: 1198
Can somebody, please, explain me this:

Moneropool hash: 4600kH
Miners: 330
Hash per miner: ~14kH
Top GPU ~ 700H
GPUs per miner ~ 20

As I have never mined any cryptos, is it normal that an average miner owns min 20 top GPUs?
Does a miner with 4 separate rigs count as 1 or 4?

Correct if I'm somewhere wrong.


AFAIK a miner is an address.  Multiple rigs mining to one address equals one miner.

True, also a mean like that may be misleading. If someone has one very large farm (or a few of these), that would skew the statistics. I would also be interested in the median hash per miner.
legendary
Activity: 2968
Merit: 1198
C for legacy code (most of the code at the moment)

That is a misconception, which unfortunately we helped spread earlier in the project when we didn't really understand the code base.

Not counting header files (and I'm pretty sure the C++ header files are much bigger), there are 11351 lines of C+ and 9958 lines of C.

However, virtually all (exception maybe 1-2k lines at most) of that C are actually copies of external crypto libraries that we don't touch (and at some point will probably remove from the Monero tree and use one or more external crypto libraries directly).

Likewise, the refactoring that is needed would be C++ to C++. There is very little need to refactor C into C++. New core code will be C++.

So to summarize: To work on the core code you need to know C++. There is no C coding and little to no C-to-C++ refactoring, although some understanding of C helps with C++.


hero member
Activity: 658
Merit: 503
Monero Core Team
Getting old blows.
..What is the alternative?  ...
Staying young would be preferable. Tongue
Or making chronological age irrelevant.
Good to see someone recognized.
mr_random recognised it before me, on this very thread Smiley
The virtues of inflation
People who say you can't slow down emission because it looks like a scam... well in a few years 99% of all the currency will be emitted, how will that look like to newcomers (a scam?)

To be fair our tail mining is designed to be small too (like bitcoin after a few halvings but before no subsidy), so until the things are more clear from experience or there is stronger research to support an existential need for more radical changes, we are only slightly better off. Still, at least we have recognized some aspect of the potential failure mode and eliminated it.
Something we did not address is the lack of incentive to maintain full nodes, as Nicolas Courtois mentionned it for Bitcoin. For the moment, there is enough good will, but what if tomorrow there was not?
Main question: are the dev's paid?
Your question prompted me to add a new entry in the FAQ: are the devs paid?
What is the best programming language to learn for Monero?

I have a lot of time on my hands and much motivation.
So far, C and C++. C for legacy code (most of the code at the moment) (read smooth below), C++ for refactoring (which will take time). FYI, we are also using Go, but very sparsely (mostly URS, for the moment) and Qt is being used for the GUI wallet. But priority is definitely C and C++.

Yes, I know - throw your tomatoes and boo me for suggesting an exploitation of our carnal pleasures, but there it is.
Fact: sex drives economy (major French IT company free.fr? Started with sex money. Wikipedia? Started with sex money. High-stress platform? Porn sites, etc.) So no problem for me Smiley
legendary
Activity: 1624
Merit: 1008
Can somebody, please, explain me this:

Moneropool hash: 4600kH
Miners: 330
Hash per miner: ~14kH
Top GPU ~ 700H
GPUs per miner ~ 20

As I have never mined any cryptos, is it normal that an average miner owns min 20 top GPUs?
Does a miner with 4 separate rigs count as 1 or 4?

Correct if I'm somewhere wrong.


AFAIK a miner is an address.  Multiple rigs mining to one address equals one miner.
hero member
Activity: 658
Merit: 503
Monero Core Team
I've watched Noble go through 3 or 4 of them trying to do a POS change without changing Chains and all have failed. so I don't think it's that easy to find a good one. And from what I've seen here you guys have a great crew! I truly enjoy reading all of your posts.
I've been personally involved in finding dev for Noble turning PoS so I concur.
newbie
Activity: 3
Merit: 0
Where did you get those stats from?

Can somebody, please, explain me this:

Moneropool hash: 4600kH
Miners: 330
Hash per miner: ~14kH
Top GPU ~ 700H
GPUs per miner ~ 20

As I have never mined any cryptos, is it normal that an average miner owns min 20 top GPUs?
Does a miner with 4 separate rigs count as 1 or 4?

Correct if I'm somewhere wrong.


https://moneropool.com/
legendary
Activity: 826
Merit: 1002
amarha
It will be interesting to see whether Bitcoin can adopt CN functionality. It would a win for privacy and freedom, but bad for my XMR investment: http://www.reddit.com/r/Bitcoin/comments/2oh7vq/toward_unlinkable_bitcoin_transactions_andrew/

Interesting how they paid homage to Bytecoin there. Tongue

While the respect for the technology is there, after the premine scam I don't think they deserve to have such things named after them.
legendary
Activity: 1456
Merit: 1000
Where did you get those stats from?

Can somebody, please, explain me this:

Moneropool hash: 4600kH
Miners: 330
Hash per miner: ~14kH
Top GPU ~ 700H
GPUs per miner ~ 20

As I have never mined any cryptos, is it normal that an average miner owns min 20 top GPUs?
Does a miner with 4 separate rigs count as 1 or 4?

Correct if I'm somewhere wrong.

pa
hero member
Activity: 528
Merit: 501
It will be interesting to see whether Bitcoin can adopt CN functionality. It would a win for privacy and freedom, but bad for my XMR investment: http://www.reddit.com/r/Bitcoin/comments/2oh7vq/toward_unlinkable_bitcoin_transactions_andrew/
Jump to: