Bitcoin Forum
July 02, 2024, 11:48:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 ... 248 »
3301  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: January 26, 2016, 01:12:16 PM
curious question ? why are you guys mining with NVidia and AMD video cards ? do you have asic miners like Avalon , Bitmain , Spondoolies just to name a few. even though video cards are asic's but real slow for mining. or your just having fun ?

GPUs are non ASICs.
Some algos can only be mined with GPUs and can at times, and depending on your electricity cost, be profitable (quark, x11, neoscypt and lyra2v2 for example).
3302  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 26, 2016, 12:55:58 PM
a little speedup by better compiling:

Intel(R) Core(TM) i5 CPU         760  @ 2.80GHz
AES_NI: No.
SSE2: No, start mining without optimizations...
[....]
[2016-01-26 13:39:37] accepted: 7/7 (100.00%), 224.92 kH/s yes!

about 5-10% more by using this commandline (to be adapted to your own cpu):

./configure CFLAGS="-march=nehalem -Ofast -DNO_AES_NI" CXXFLAGS=$CFLAGS --with-crypto --with-curl

and remember to "make clean"
3303  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 26, 2016, 12:52:04 PM
It's all a matter of if you care for the coin.
If you care, run a wallet and solo mine, that way you secure and support the coin network the best way.
3304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source on: January 26, 2016, 12:40:27 PM
Why Vertcoin (VTC)
4. LYRA2RE has a ~15% power usage reduction on X11

I wanna see this test done again.
Why?

things have changed since lyra2rev2 booted.
both nvidia and amd have faster miners which, of course, draw more power.
3305  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 26, 2016, 11:50:36 AM
It doesn't support AES, it's a Nehalem.
I think the miner should be compiled with the best "-march" as it will impact the performance of most kernels, regardless how far your optimisations will go.
On a side note, I've found out that -march=native may lead to slower binaries than -march=<the best for your cpu>

AFAIK corei7-avx is tops do you know of anything better?

The best is your right chipset name:

https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/i386-and-x86-64-Options.html
3306  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 26, 2016, 11:03:38 AM
I'm profiting fine with my nvidias ;-)
3307  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 26, 2016, 10:57:24 AM
Is it correct that "SSE2: No"?
AFAICS, it runs fast anyway.

Checking CPU capatibility...
        Intel(R) Core(TM) i5 CPU         760  @ 2.80GHz
AES_NI: No.
SSE2: No, start mining without optimizations...

[2016-01-26 10:17:55] Starting Stratum on stratum+tcp://hashpower.co:3533
[2016-01-26 10:17:56] 4 miner threads started, using 'x11' algorithm.
[2016-01-26 10:17:56] Stratum difficulty set to 0.016
[2016-01-26 10:17:56] hashpower.co:3533 x11 block 1821843
[2016-01-26 10:17:56] hashpower.co:3533 x11 block 108239
[2016-01-26 10:18:01] CPU #1: 57.09 kH/s
[2016-01-26 10:18:01] CPU #0: 56.81 kH/s
[2016-01-26 10:18:01] CPU #2: 53.73 kH/s
[2016-01-26 10:18:02] CPU #3: 52.40 kH/s
[2016-01-26 10:18:18] CPU #0: 56.23 kH/s
[2016-01-26 10:18:18] CPU #3: 53.29 kH/s
[2016-01-26 10:18:18] CPU #1: 56.55 kH/s
[2016-01-26 10:18:18] CPU #2: 56.11 kH/s


Nope, it's a bug. I think it will be irelevant when I implement X86_64 compiling.
But  "-march=x86_64" won't configure. I don't know if it's the wrong target name or
if GCC has dumped support for it. Maybe I need to install some compat packages.  

Edit: just checking your output again. even though it says no for SSE2 it should
still the SSE2 kernel. Formyour hashrate it appears to be normal for  and i5 SSE2.
I guess the early corei didn't have AES_NI. Do you want to give it try to make sure?
Just edit cpu-miner.c:1949 and hardcode cpu_aesni=true. Then compile with AES_NI
enabled and let me know if it works.

Thanks

It doesn't support AES, it's a Nehalem.
I think the miner should be compiled with the best "-march" as it will impact the performance of most kernels, regardless how far your optimisations will go.
On a side note, I've found out that -march=native may lead to slower binaries than -march=<the best for your cpu>
3308  Economy / Service Announcements / Re: [ANN] BTCJam - Peer to Peer Bitcoin Lending on: January 26, 2016, 10:19:44 AM
In all honesty, I can't recommend this service as an investment.
In about 6 months time, my profit is -4.7% (negative!).
A lot of people just don't pay their loans and there is no way to get the money back (unless you live in the loaner's coutry, possibly).
It looks like they pay until they get to rating A, then run away with the money.
I can't even read the comments, because they are insulting: "I can't pay back, I need to first sell my plane".
It'd be funny if it wasn't my money.
3309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record on: January 26, 2016, 10:04:04 AM
"Connect your miners to http://riepool.ovh:8000 - 0% Pool and transactions fees forever!"
3310  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 26, 2016, 09:20:35 AM
Is it correct that "SSE2: No"?
AFAICS, it runs fast anyway.

Checking CPU capatibility...
        Intel(R) Core(TM) i5 CPU         760  @ 2.80GHz
AES_NI: No.
SSE2: No, start mining without optimizations...

[2016-01-26 10:17:55] Starting Stratum on stratum+tcp://hashpower.co:3533
[2016-01-26 10:17:56] 4 miner threads started, using 'x11' algorithm.
[2016-01-26 10:17:56] Stratum difficulty set to 0.016
[2016-01-26 10:17:56] hashpower.co:3533 x11 block 1821843
[2016-01-26 10:17:56] hashpower.co:3533 x11 block 108239
[2016-01-26 10:18:01] CPU #1: 57.09 kH/s
[2016-01-26 10:18:01] CPU #0: 56.81 kH/s
[2016-01-26 10:18:01] CPU #2: 53.73 kH/s
[2016-01-26 10:18:02] CPU #3: 52.40 kH/s
[2016-01-26 10:18:18] CPU #0: 56.23 kH/s
[2016-01-26 10:18:18] CPU #3: 53.29 kH/s
[2016-01-26 10:18:18] CPU #1: 56.55 kH/s
[2016-01-26 10:18:18] CPU #2: 56.11 kH/s
3311  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 26, 2016, 09:13:33 AM

Cool. I didn't mean slack was obsolete, just that people who like it are old school.
I've played with it but never any real work. At one time I had 8 different distros
multibooted on 2 20GB HDDs running on a pentium 1. Now the're all in VMs.

A guy I used to work with was a slackware fan. Give him the keyboard, toss the mouse,
and he could do magic. He's was also pretty sharp in networking, knew his protocols
inside out.

I started using Linux with Slackware 2.0 :-)
3312  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 25, 2016, 09:01:12 PM
i hope  WOLF0  will make  a good pablic  algo for  decred coin  when  the mining will start.....





ps: wolf0 u must know that u r my favorite...U  prove yr work with facts &  not with many sauces.....THANKS FOR ALL!

I hope Wolf0 will prove me wrong, but I fear there is not a lot to optimise on blake 14 rounds.

I might be able to prove you half wrong. Got a 6970?

No, smallest card I have is a 280x

Too bad, I could probably make that thing do wonders on Blake. I've got an idea!

Maybe a 5750 (juniper) will do? :-)
3313  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 25, 2016, 07:55:57 PM
i hope  WOLF0  will make  a good pablic  algo for  decred coin  when  the mining will start.....





ps: wolf0 u must know that u r my favorite...U  prove yr work with facts &  not with many sauces.....THANKS FOR ALL!

I hope Wolf0 will prove me wrong, but I fear there is not a lot to optimise on blake 14 rounds.

I might be able to prove you half wrong. Got a 6970?

No, smallest card I have is a 280x
3314  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Trinity - TTY (SHA256d, Scrypt, Myr-groest) Trinamic Block Value System on: January 25, 2016, 04:35:52 PM
I hold some TTYs and wonna understand what's the long-term plan.
Depending on that I'll choose if to keep, to mine, whatever.
Thanks.
3315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record on: January 25, 2016, 02:55:36 PM
It's very unlikely that the code has no opensource parts, unless he rewrote everything.
And he's talking about "optimisation", not a new software.
Now, the license is often broken: there are a lot of miners, private and public, in this state. That's because nobody will likely sue.

BUT

It's not a reason to think it's ok.
Opensource licenses made cryptocurrencies possible, and a lot of other things we use every day: smartphones, routers, servers, televisions... all those use linux and/or other opensource software; even apple and microsoft products very often include opensource parts! And they respect the licenses.

So please respect opensource and the GPL, and preserve its value.
Don't be an opensource parasite.
3316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD on: January 25, 2016, 01:49:03 PM
Please add a link to the old thread: it can be a useful source of information.
I'd highlight the sections a bit more for a better readability.
Thanks.
3317  Economy / Service Discussion / Re: HASHNEST Discussion and Support Thread on: January 24, 2016, 04:14:39 PM
today is offline hashnest?

same issue here, can't access the website!
3318  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 24, 2016, 04:11:55 PM
I APOLOGIZE FOR FALLING ASLEEP--

But I did wake up and found 2 and 1/2 pages of posts that threaten to put me back to sleep.

My miners toiled away like zombies while I was in bed  In a few days, if the beer holds out, I'll be able to donate again... or maybe buy beer instead.       --scryptr

you just need more popcorn Grin (I am grateful to myself to have used the moderation feature on my thread Grin)

you deleted one of my posts, now I'm gonna troll you forever!!!!

just joking ;-D
3319  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 24, 2016, 04:02:30 PM
I can confirm that old intel cpus (>= core2) can have performance/power similar to much newer amd processors.
So don't buy amd cpus for mining... well... do not buy any cpu for mining ;-)
3320  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: January 24, 2016, 03:46:39 PM
help why am i geting extreme LW what dus this mean is it mining for someone elss please help

this miner is obsolete, please use sgminer and the related thread:

https://bitcointalk.org/index.php?topic=632503.0
Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 ... 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!