Author

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

legendary
Activity: 1386
Merit: 1023
Anyone fill out the form to get Monero added to coinmarketcap.com yet?

i would do that, but i dont see a explorer (api) that show the total amount of coins in real time.

http://monerochain.info/stats

I realize this is not an API. Whoever is running that site could easily add an API though.

Please submit it to CMC for listing. Total coins URL is all that is needed. That URL will be fine.
https://bitcointalksearch.org/topic/coinmarketcapcom-market-cap-rankings-of-all-cryptocurrencies-199685
https://docs.google.com/forms/d/1IZf5cBivam_93zENT_arFFuvWDidHGjWxoTMVmFSoWg/viewform

Only needs to be done once.
member
Activity: 98
Merit: 10
The 32bit windows version from the first post does not run on a 32bit XP box. This coin is so broken, nothing works. Dev has been instamining for over a month..

It probably also doesn't run on DOS, Windows 95, Windows 98, and other assorted outdated operating systems. What a tragedy?

You are welcome to compile your own from the source. You're not 'owed' support on an outdated OS. Microsoft itself doesn't support XP anymore.

Its running on my commodore 64. 

I'm running it on my WANG
sr. member
Activity: 280
Merit: 250
Who cares?
The 32bit windows version from the first post does not run on a 32bit XP box. This coin is so broken, nothing works. Dev has been instamining for over a month..

It probably also doesn't run on DOS, Windows 95, Windows 98, and other assorted outdated operating systems. What a tragedy?

You are welcome to compile your own from the source. You're not 'owed' support on an outdated OS. Microsoft itself doesn't support XP anymore.

Its running on my commodore 64. 
hero member
Activity: 560
Merit: 500
The 32bit windows version from the first post does not run on a 32bit XP box. This coin is so broken, nothing works. Dev has been instamining for over a month..

It probably also doesn't run on DOS, Windows 95, Windows 98, and other assorted outdated operating systems. What a tragedy?

You are welcome to compile your own from the source. You're not 'owed' support on an outdated OS. Microsoft itself doesn't support XP anymore.

It's probably for your own good anyway. Using XP in the year 2014 is a nice way to get your wallet stolen with minimal effort from the attacker.
legendary
Activity: 2968
Merit: 1198
The 32bit windows version from the first post does not run on a 32bit XP box. This coin is so broken, nothing works. Dev has been instamining for over a month..

Doesn't run on 13 year old operating system = instamine. Nice logic.

Thank you for your FUD. Now I know we're starting to make it.

Clue for you: Only 4% of the coin has been mined. If you think that's an instamine you are confused.
legendary
Activity: 1092
Merit: 1000
The 32bit windows version from the first post does not run on a 32bit XP box. This coin is so broken, nothing works. Dev has been instamining for over a month..
member
Activity: 75
Merit: 10
Someone compile the latest/fastest pool miner for x64 and x86 windows ASAP! The one that supports # of threads!
https://github.com/LucasJones/cpuminer-multi/releases/download/v1.0.1/cpuminer-multi.zip

Idk if it supports x86

Has anyone managed to run this miner on Win7 x64 and how? I see someone said that it gets an error of a missing .dll file... I do to...
member
Activity: 75
Merit: 10

@fr0wn3r

Thank you for your reply which was really quick...

But I am using simpleminer on Win 7 x64 since I dunno anything about nix and compiling of cpuminer-multi etc.

6 threads, Core i7 920 and with 75% of utilization gives me around 75 H/s... but it is going up and down like on other pools, but not like this. Mostly around 50 H/s... I see the pool's hash-rate acts the same, falls over 10 times from 50 KH/s to 6 or so... So this problem must be hitting others too...

:/



Hey fr0wn3r, how are you getting 75 H/s , Im only getting 25 H/s on my Core i7 960 with simpleminer on 8 threads? thats what it says on monero.crypto-pool.fr

Hey mate. Well you must be mining with the old simpleminer, try using the one linked on google drive, from 17. 05. , here - https://drive.google.com/folderview?id=0B7RQILpPGrQbR1R4WDF6SVhwdW8&tid=0B7RQILpPGrQbYnF2OTA4NklrWmc . After that you can make two .bat files

1) start_pool_mining.bat

set /p var="Number of threads: "

set /a "x = 1"
:while1
if %x% leq %var% (
start start_simpleminer.bat
set /a "x = x + 1"
goto :while1
)

2) start_simpleminer.bat

:while1
simpleminer.exe --pool-addr=extremepool.org:7777 --login=address --pass 123
goto :while1

You start the mining process by clicking number one and type in number of threads you wanna use. Ports don't matter as far as I can tell... 5555 or 7777, same...
full member
Activity: 153
Merit: 107
Now we need GUI wallet ASAP.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
A few weeks ago I got 1 block a day with 4 hashes per second. Times have changed.
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
we should probably be buying DRK as a hedge as well.

It might be interesting to link DRK and MRO via side-chains.

sr. member
Activity: 308
Merit: 250
What do you think, will BCN price grow after MRO success?
hero member
Activity: 560
Merit: 500

I think what is much more impressive than the price development (I expected that and pre-poloniex it was overly cheap) is the volume. 200.000 (!) out of 850.000 mro changed hands today. even if you take all the arbitrage trades away it is nothing but massive. overall more than 500 btc trade volume in less than 24h

I said this before in the darkcoin thread, there is a huge demand for a coin offering anonymization, let us build it.

7th among all cryptocurrencies in volume today (~522 BTC = $230k). Soon to be 6th. Not bad for a baby coin.
legendary
Activity: 2968
Merit: 1198
I implore everyone to stick with their gut on this coin. A lot of Darkcoin fanatics will view Monero as a threat to their investment and spread nonsense. Some Darkcoin fantatics will share mutual respect, too.

I'm a Darkcoin fanatic.

I saw Monero as a threat to my investment.

So I bought some.

Now I'm a Monero fanatic as well  Wink


Welcome. TBH, we should probably be buying DRK as a hedge as well.
legendary
Activity: 1092
Merit: 1000
Someone compile the latest/fastest pool miner for x64 and x86 windows ASAP! The one that supports # of threads!
https://github.com/LucasJones/cpuminer-multi/releases/download/v1.0.1/cpuminer-multi.zip

Idk if it supports x86

Its missing a couple dlls :
err:module:import_dll Library LIBEAY32.dll (which is needed by L"Z:\\home\\ftp\\libcurl.dll") not found
err:module:import_dll Library SSLEAY32.dll (which is needed by L"Z:\\home\\ftp\\libcurl.dll") not found
err:module:import_dll Library zlib1.dll (which is needed by L"Z:\\home\\ftp\\libcurl.dll") not found
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Someone compile the latest/fastest pool miner for x64 and x86 windows ASAP! The one that supports # of threads!
https://github.com/LucasJones/cpuminer-multi/releases/download/v1.0.1/cpuminer-multi.zip

Idk if it supports x86
legendary
Activity: 1092
Merit: 1000
Someone compile the latest/fastest pool miner for x64 and x86 windows ASAP! The one that supports # of threads!
legendary
Activity: 3066
Merit: 1188
I implore everyone to stick with their gut on this coin. A lot of Darkcoin fanatics will view Monero as a threat to their investment and spread nonsense. Some Darkcoin fantatics will share mutual respect, too.

I'm a Darkcoin fanatic.

I saw Monero as a threat to my investment.

So I bought some.

Now I'm a Monero fanatic as well  Wink
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Has Monero achieved anonymity? Huh
It has achieved anonymity. Hmm... that sounds a lot like "achieved nirvana"
Jump to: