Author

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

legendary
Activity: 1190
Merit: 1004
yeah my calculator 0 button was sticky and didn't add the zero. It is dark and I didn't notice. Messed up the answer.

1.2 blocks a day with a 10 hr sounds good to me.


I haven't found any blocks in the last 24 hours so hopefully I find three blocks tonight.
legendary
Activity: 2968
Merit: 1198
Can someone post that calculation to see how many coins I should mine a day.

your hash rate * 60 * 60 * 24 * block reward / difficulty

current block reward is 17.27
current difficulty is 670000

Luck will play a large role.

so this calculation is wrong?

Current network hashrate is diff / 60
so (your_hr / network_hr) * (24 * 60) = number of blocks per day

It is the same

legendary
Activity: 1190
Merit: 1004
Can someone post that calculation to see how many coins I should mine a day.

your hash rate * 60 * 60 * 24 * block reward / difficulty

current block reward is 17.27
current difficulty is 670000

Luck will play a large role.

so this calculation is wrong?

Current network hashrate is diff / 60
so (your_hr / network_hr) * (24 * 60) = number of blocks per day
legendary
Activity: 2968
Merit: 1198
Can someone post that calculation to see how many coins I should mine a day.

your hash rate * 60 * 60 * 24 * block reward / difficulty

current block reward is 17.27
current difficulty is 670000

Luck will play a large role.
legendary
Activity: 1190
Merit: 1004
Can someone post that calculation to see how many coins I should mine a day.
legendary
Activity: 1484
Merit: 1005

Very nice! Built fine under MacOS X for me, and once I copied over my Linux blockchain.bin and wallet, it runs merrily away. Much nicer than running Linux in VirtualBox, but surprised that is hashing at almost the same rate...

Not working in my MacPro

Quote
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
error: unknown warning option '-Wno-overloaded-shift-op-parentheses'; did you mean '-Wno-shift-op-parentheses'? [-Werror,-Wunknown-warning-option]
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-release] Error 2

Any idea on how to fix it?

Sounds like your C compiler is out of version and does not support that error skipping flag

Code:
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
    set(WARNINGS "${WARNINGS} -Wno-error=mismatched-tags -Wno-error=null-conversion -Wno-overloaded-shift-op-parentheses -Wno-error=shift-count-overflow -Wno-error=tautological-constant-out-of-range-compare -Wno-error=unused-private-field -Wno-error=unneeded-internal-declaration")
  else()
    set(WARNINGS "${WARNINGS} -Wlogical-op -Wno-error=maybe-uninitialized")
legendary
Activity: 1106
Merit: 1000

Very nice! Built fine under MacOS X for me, and once I copied over my Linux blockchain.bin and wallet, it runs merrily away. Much nicer than running Linux in VirtualBox, but surprised that is hashing at almost the same rate...

Not working in my MacPro

Quote
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
error: unknown warning option '-Wno-overloaded-shift-op-parentheses'; did you mean '-Wno-shift-op-parentheses'? [-Werror,-Wunknown-warning-option]
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-release] Error 2

Any idea on how to fix it?
legendary
Activity: 1151
Merit: 1003

Noodle only started optimization today so there may be gains for your CPU in the future.

Good news. Will wait for.
hero member
Activity: 560
Merit: 500
With updated windows binaries i7 4770K (7 threads) boosted from 8 to 10 only. Is it normal?
P.S. Seems AMD rules Smiley

Yeah I got only minor gains on Sandy Bridge and Ivy Bridge cpus in windows. Seems the upgrade most benefits AMD unfortunately  Undecided

It's all over the place. Some results from the #monero channel:

G620 processors - no increase
G3220 processors - 15%
Phenom X4 - 100%
i7-4820K - 53%
1st gen i3 - 61%
2nd gen i3 - 62%
i7-2600K - 56%

Noodle only started optimization today so there may be gains for your CPU in the future.


There's no QT style wallet for Monero though, am I right?

Not yet, someone is still working on the GUI wallet.
hero member
Activity: 532
Merit: 500
There's no QT style wallet for Monero though, am I right?
member
Activity: 79
Merit: 10
With updated windows binaries i7 4770K (7 threads) boosted from 8 to 10 only. Is it normal?
P.S. Seems AMD rules Smiley

Yeah I got only minor gains on Sandy Bridge and Ivy Bridge cpus in windows. Seems the upgrade most benefits AMD unfortunately  Undecided
legendary
Activity: 1484
Merit: 1005

Very nice! Built fine under MacOS X for me, and once I copied over my Linux blockchain.bin and wallet, it runs merrily away. Much nicer than running Linux in VirtualBox, but surprised that is hashing at almost the same rate...

Cool, glad to hear it Smiley
legendary
Activity: 1151
Merit: 1003
With updated windows binaries i7 4770K (7 threads) boosted from 8 to 10 only. Is it normal?
P.S. Seems AMD rules Smiley
legendary
Activity: 2968
Merit: 1198
Even faster Windows binaries have just been uploaded. Install for more hash power! Once again, it was NoodleDoodle.


What do I need to fix the linux wallet problem when I try to refresh?

Try the latest Linux binaries here: https://mega.co.nz/#!N5dxzZAC!_FOWi9gML1eeSNliyZ4Ihcp6C6tIFdj2xUslnLcNsMQ

Is there source for that?


If you mean the Linux binaries, that's taco's from earlier today. If you mean the new Windows binaries, Noodle hasn't provided one.

I was wondering if the Linux binaries were built from difference source, since someone reported them being faster. But maybe I misunderstood.
hero member
Activity: 560
Merit: 500
Even faster Windows binaries have just been uploaded. Install for more hash power! Once again, it was NoodleDoodle.


What do I need to fix the linux wallet problem when I try to refresh?

Try the latest Linux binaries here: https://mega.co.nz/#!N5dxzZAC!_FOWi9gML1eeSNliyZ4Ihcp6C6tIFdj2xUslnLcNsMQ

Is there source for that?


If you mean the Linux binaries, that's taco's from earlier today. If you mean the new Windows binaries, Noodle hasn't provided one.
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
Real improvements. Sorry for my foolish comment above.
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
Ok, it is working again.  Took about 45 minutes this time.   Undecided  

Also with a better hashrate than before.  

Yes, most Windows users should see a higher hashrate with the new build. You can thank NoodleDoodle. Smiley

almost doubled my hashrate Cheesy
Are you trolling around? It's about the same hash rate with the new windows binary. I managed to compile some of the code optimized for corei7 processors on windows and link it to the windows binary, but this is not actually the code which will make the real difference in the has rate.

I am definitely not trolling.
I use this CPU: AMD A10-5750M APU

With the first (bug) version, I had 1.2
With the update after the issue was fixed, I get 2.2
Now I get, with this final version: 4 h/sec

edit: using it on windows. I downloaded the windows bitminerod-update from freenode
hero member
Activity: 560
Merit: 500
Are you trolling around? It's about the same hash rate with the new windows binary. I managed to compile some of the code optimized for corei7 processors on windows and link it to the windows binary, but this is not actually the code which will make the real difference in the has rate.

No, the improvements are real. I got +50% and others have also reported large increases in the freenode channel. It's still behind Linux for now, though.
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
Ok, it is working again.  Took about 45 minutes this time.   Undecided  

Also with a better hashrate than before.  

Yes, most Windows users should see a higher hashrate with the new build. You can thank NoodleDoodle. Smiley

almost doubled my hashrate Cheesy
Are you trolling around? It's about the same hash rate with the new windows binary. I managed to compile some of the code optimized for corei7 processors on windows and link it to the windows binary, but this is not actually the code which will make the real difference in the has rate.

EDIT: Good job. Real improvements in the win hash rate.
legendary
Activity: 2968
Merit: 1198
Even faster Windows binaries have just been uploaded. Install for more hash power! Once again, it was NoodleDoodle.


What do I need to fix the linux wallet problem when I try to refresh?

Try the latest Linux binaries here: https://mega.co.nz/#!N5dxzZAC!_FOWi9gML1eeSNliyZ4Ihcp6C6tIFdj2xUslnLcNsMQ

Is there source for that?
Jump to: