Bitcoin Forum
June 21, 2024, 12:36:20 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 »
2381  Bitcoin / Pools / Re: [488 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: January 19, 2012, 11:17:19 PM
yes up and stable for now.
check what the lookup for eu.eclipsemc.com is:
unix (linux, macosx, bsd):
host eu.eclipsemc.com
eu.eclipsemc.com has address 208.110.68.115

winblows:
nslookup eu.eclipsemc.com

if its 208.110.68.115 then ur good to go and should be able to connect, if not then temporarly point ur miners to 208.110.68.115:8337 instead of eu.eclipsemc.com:8337 .

greetings
2382  Bitcoin / Pools / Re: [488 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: January 19, 2012, 10:38:35 PM
eu up again Wink
2383  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.25 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 17, 2012, 04:02:02 PM
would be nice to have a list of options
would be nice if those were more standard
-o  pool url and port
-u username
-p password

guiminer won't work with ufasoft because ufasoft uses a combination of url/port/usernam/password for its -o option
you dont have to, you can set the url with -o, username with -u and password with -p.
-u/-p are "stronger" than the auth details in -o, so if you set them, it will override the auth credentials in the url.

greetings
2384  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.25 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 11, 2012, 04:15:19 AM
So is it possible to get around 30 MH/s with system alive?
Try -T max-temperature option:
Code:
bitcoint-miner -T 50 .......

Then the miner will decrease speed if Videocard temperature is higher 50 Celsius degrees.

nice, didnt know that feature exists.
you should add it to -h (help) Smiley

EDIT: i actually see its already implemented, but not always displayed.
2385  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.25 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 11, 2012, 04:04:28 AM
i dont think so, you can pass "-g no" so its not using ur GPU
2386  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.25 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 10, 2012, 02:07:01 PM
sorry, i have no time to read 33 pages... )
tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running?
current settings are
Code:
-a 4 -t 2 -v -o
and everything else is veeeery slow... thanks!
set the priority to below normal/low or dont use all cores (you got 2 as it looks).
you can creat a .bat file and put this in (right click it and select edit):

Code:
C:\WINDOWS\system32\cmd.exe /c start "ufasoft miner" /belownormal "C:\Documents and Settings\K1773R\Desktop\Downloads\bitcoin-miner.exe" -v -o http://K1773R_test:foobar@eu.eclipsemc.com:8337 -l yes
you dont have to set -t because its using the max cpu cores if you dont set it (see -help). the code up there should work, you just have to set the path to bitcoin-miner.exe and replace the pool (-o switch)
if the system is still lagging tomuch you change /belownormal to /low but the system wont be stable if you mine 100%, thats normaly for winblows!
just double click the bat file and it should work Smiley
2387  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 10, 2012, 02:12:43 AM
0.25

Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe

error in x64 fixed (when compiling in linux, dunno about winblows).
packages uploaded Smiley
2388  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 08, 2012, 01:23:36 AM
successfully built, enjoy Wink
http://darkgamex.ch/ufasoft/

EDIT: ive edited my signature so i dont have to post the link always Wink
2389  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 07, 2012, 11:49:28 PM
atm it cant be built with gcc4.4 (stable) so im waiting until ufasoft fixes this (im in contact with him), if he fixed it il release the 0.24

fixed for GCC 4.4. Thank you!

your welcome Smiley
EDIT: building + packaging = done.
2390  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 07, 2012, 02:30:46 PM
atm it cant be built with gcc4.4 (stable) so im waiting until ufasoft fixes this (im in contact with him), if he fixed it il release the 0.24 portable build Smiley you can find them here: http://darkgamex.ch/ufasoft/
i think ufasoft should link that to the first page because compiling it on linux, if you dont know the dependencys, is horror and the x86 AMD SDK package is buged (x86 package got x64 libs? retarded amd/ati...).
even when you got the AMD SDK package installed youl have to copy over libs to the builddir and another thing (cant remember it, was trial and error) until it works, this due to a failure in the AMD libs (libatical*).
if i build the 0.24 successfully with gcc4.4 (atm you need 4.5, so every person would have to install additional libs so this isnt nice for a portable build!) and the mining works (may take a time, i only got a CPU to test on) then il release the 0.24 portable build. i will write a post when this is done Smiley

PS: excuse my spelling, im in a hurry Wink
2391  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 07, 2012, 12:29:23 PM

Is your pooler's cpuminer  built for x64?

My implementation uses only 8 SSE registers available on x86.
x64 has 16 SSE registers. May be that is the reason of performance difference.


yes! pooler's miner is built for x64,
when I use 4 thread, the hashrates are simillar.

btw, did you make a "x64 builds for Linux" in 0.24?
I didn't find the binary executable in the lzma package. 
there are no builds, its just wrongly described, it should be something like: x64 support or something similiar.
before some ppl made buils of 0.20 and 0.21 and nothing more, atm now im making portable builds but havent done the 0.24 yet, will do this now Wink
2392  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 07, 2012, 07:35:31 AM
old version of pooler's cpuminer was optimized for intel cpu only, but the recent version is also optimized for AMD cpu.

on my i7-920@2.0GH(a dell-M6500 notebook),8 thread
pooler's miner is around 24kh,
while ufaminer is about 0.016mh
0.016mh are the same as 16kh Wink
2393  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.24 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: January 07, 2012, 01:38:02 AM
litecoin with your miner? i guess this is now the fastest miner for litecoin ^^
il make the binary builds later, im to busy atm sry
2394  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.23 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: December 27, 2011, 02:46:19 AM
i made the packages
miner now fully working Smiley if no crashes occurs then its the new stable Smiley
2395  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.23 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: December 23, 2011, 05:18:11 PM
Please do not use the current version on linux, it only procudes stales!

Code:
bitcoin-miner 0.23  Copyright (c) 2012 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://K1773R_test:foobar@eu.eclipsemc.com:8337
Using CPU (2 threads)
12/23/11 09:08:19 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:08:27 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:15:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:15:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:37:22 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:37:46 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 09:44:52 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 09:45:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:06:45 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:07:30 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:14:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:15:19 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:36:30 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:37:24 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 10:44:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 10:45:00 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:05:54 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:07:03 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:13:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:14:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:35:09 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:36:49 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 11:43:04 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 11:44:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:04:51 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:06:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:12:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:13:51 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:34:37 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:35:34 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 12:42:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 12:43:19 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:04:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:05:07 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:12:01 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:12:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:34:03 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:34:25 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 13:41:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 13:42:04 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:03:42 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:03:44 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:11:17 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:11:32 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:33:04 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:33:54 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 14:40:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 14:41:33 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:02:27 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:03:24 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:10:06 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:11:07 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:31:59 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:32:55 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 15:39:44 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 15:40:41 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:01:18 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:02:39 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:09:01 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:10:21 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:31:29 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:32:01 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 16:39:23 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 16:39:31 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:01:02 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:01:28 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:08:50 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:09:06 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:30:47 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:30:56 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 17:38:31 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 17:38:39 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 18:00:14 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 18:00:32 Result: 0000000044D8CF2EFF7505A80CD4FB16457A24EBEBA7641ADC481D75E006713A rejected
12/23/11 18:07:54 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
12/23/11 18:08:20 Result: 0000000048E71896ED2D1AF99824A06402D09C210B2AF3383DC4096D3408F668 rejected
4.37 MHash/s    

EDIT: removed the binarys (portable archive) on my website
EDIT 2: creating a portable x86 package (works under x64 too) of the last stable and working bitcoin-miner for linux (0.20)
2396  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.23 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: December 23, 2011, 07:41:53 AM
done, retarded amd had 64bit libs in her 32bit package... fk that!
here you go, if you only want the binary then just take a look at the bin folder. on problems delete libc.so.6 and us the systems one.
http://www.darkgamex.ch/ufasoft/
ive uploaded the 32bit libs too so you wont get annoyed by amds failure if you wanna compile on your own Smiley (you still have to get the AMD APP SDK but just replace those 2 libs in /opt/AMDAPP/lib).

greetings Smiley
2397  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.23 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: December 23, 2011, 04:51:21 AM
im going to release x86+x64 builds and x86+x64 portable versions, x64 already done, x86 may take time (cause fresh installed vm, have to update and get all the libs) because im tired so maybe il manage it to finishing the x86 build and x86 portable pack.
@remember
i know but atm ubuntu lucid and debian 5 lenny (both stable LTS) got gcc-4.4 as default Smiley
2398  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.23 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: December 23, 2011, 01:53:42 AM
he (or am i allowed to say we? Tongue well i didnt do that much ^^) fixed everything, works now with gcc 4.4 (stable) too. did fix some other bugs + segfaults for those who still cant get it working, just redownload 0.23.
im setting up a 32bit system to compile 32build too, after that im releasing some binarys (if im allowed to that) for those who still cant get it working Smiley
again, thanks alot for ur great work ufasoft!
2399  Economy / Services / Re: [5btc] Bounty for 500 questions and answers [500% on 100 questions or more] on: December 22, 2011, 02:03:16 AM
If you send me 100 trivia questions or more you get 500%! (303 questions left to claim. No repeats from http://www.btcquiz.info/list.php)
I am developing a trivia system, and I need questions. I am looking for 500. I need them in json format like so

[["What day is christmas on","December 25th"],["What social media site is the biggest in the world right now?","Twitter (I have no idea)"]]

You get the point. I will award 0.001BTC for each question and answer in json format.

Thanks,
macintosh264

(CHECK FOR REPEATS http://www.btcquiz.info/list.php)
simple math: 500x0.001 = 0.5
either the 5btc are wrong or the 0.001 BTC per Q+A

greetings
Forgot to update the title. And it is actually 2.5 because if you send 100+ questions, 500%, making 2.5 the max.
ok that wasnt that clear Smiley
Sorry. My fault. Thanks for the catch. I didn't even read the title. Shocked
No problem, your welcome Wink
2400  Economy / Services / Re: [5btc] Bounty for 500 questions and answers [500% on 100 questions or more] on: December 22, 2011, 01:48:44 AM
If you send me 100 trivia questions or more you get 500%! (303 questions left to claim. No repeats from http://www.btcquiz.info/list.php)
I am developing a trivia system, and I need questions. I am looking for 500. I need them in json format like so

[["What day is christmas on","December 25th"],["What social media site is the biggest in the world right now?","Twitter (I have no idea)"]]

You get the point. I will award 0.001BTC for each question and answer in json format.

Thanks,
macintosh264

(CHECK FOR REPEATS http://www.btcquiz.info/list.php)
simple math: 500x0.001 = 0.5
either the 5btc are wrong or the 0.001 BTC per Q+A

greetings
Forgot to update the title. And it is actually 2.5 because if you send 100+ questions, 500%, making 2.5 the max.
ok that wasnt that clear Smiley
Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!