Bitcoin Forum
June 20, 2024, 08:22:31 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 67 68 69 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 »
2321  Bitcoin / Project Development / Re: [ANNOUNCE] PrivCoin v1.0 - Pendrive Linux for Offline Transaction Processing on: October 07, 2012, 01:03:46 AM
2 thigns to fix:

checkout version 0.7.0 as the 0.6.3 has a problem compiling and is outdated.
automatically install scrypt (apt-get install scrypt) since ur script is using it, but if you dont have it installed before it wont work Wink

greetings
2322  Bitcoin / Project Development / Re: [ANNOUNCE] PrivCoin v1.0 - Pendrive Linux for Offline Transaction Processing on: October 02, 2012, 05:40:52 AM

Oh, I didn't know that, thanks for the hint. Currently I see two possible solutions: 1.) Provide a script, which downloads TrueCrypt on the fly (as binary, from running live-os). I did this already manually, and it was a matter of wget, tar, ./install... 2.) Use tc-play (https://github.com/bwalex/tc-play).

If it is important for some of you, I will go for route 1.), because I can incorporate this sooner. So some feedback on this would be nice.


Quote
use xen sandbox for better isolation.

For me this seems to be a lot of effort without any major benefits. The custom kernel IMO does a good job on preventing access to network and hdd. Nevertheless I will keep it as an idea for the next/some future major version. Encrypting the whole image of the live-os is overkill IMHO. There's no sensitive data in there whose privacy needs to be protected. It's only important to protect the integrity of the image (and the bootloader and kernel, too), so no malware can sneak in.

take a look at LUKS, i dont know why ppl are using TrueCrypt on linux or even intend to.

http://code.google.com/p/cryptsetup/
http://en.wikipedia.org/wiki/Linux_Unified_Key_Setup
http://en.wikipedia.org/wiki/Dm-crypt
2323  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: September 27, 2012, 04:43:22 AM
EU Server (208.110.68.114) is down since some time now.

EDIT:
down since 3 hours.

EU server? afaik it has not been set up yet? it's just pointing to us1 or something?

yes "EU" server, some months back a server was called so (ask inaba), now its really pointing to us1.eclipsemc.com Wink

Well, I know there has been one in the past, been mining here for quite some time, but it has been taken down, due to high cost. I also recall Inaba mentioning that he has been looking at some cheaper hosts, so there is a good chance it will be online again. In the meantime, while it points to us1 anyway, I just think it's confusing to newcomers to call it EU.
i missed that, good to know ty Wink
2324  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 27, 2012, 04:41:47 AM
Forgive me but I'm a complete newb and after an hour going through this thread I'm still very lost..

I've just received a BFL SHA256 Single, have a laptop with linux 12.04 ready to go.  Could someone please explain: What are the steps I need to take to start mining? How do I install and run the ufasoft miner, which pool is easiest to join etc?  I'm hoping someone can post a series of steps I can take and be up and running today.  

Thanks for any help!

simple answer, read the forums, thats why they exist!
as pool recommendation: EclipseMC

EDIT: u mean ubuntu 12.04 not linux 12.04. this is a completely different thing!
2325  Economy / Marketplace / Re: ["WAIT LIST"] BFL SC Order Dates / Ship Dates on: September 27, 2012, 04:40:59 AM
Quote
Where am I in line and when will my order ship?
We cannot disclose the number of orders we currently have.  Shipping of new units is still anticipated to being late October or early November. We are unable to predict accurate wait times until shipping begins.
butterflyflabs FAQ
2326  Economy / Computer hardware / Re: WTB:Broken Graphics cards... or working on: September 26, 2012, 10:20:27 PM
care to explain me for what u need em?
disasembling and assembling fully working ones or just as hardware supplier/etc?

greetings
2327  Economy / Goods / Re: Key ring feeling light? Bitcoin KEYCHAINS Available! on: September 26, 2012, 10:13:57 PM
are you shipping to switzerland? if so whats the price Wink
2328  Economy / Marketplace / Re: ["WAIT LIST"] BFL SC Order Dates / Ship Dates on: September 26, 2012, 04:54:09 PM
09/26/2012    9333    N    1    0    0    -    -    K1773R

count me in Wink
2329  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: September 26, 2012, 02:02:02 PM
EU Server (208.110.68.114) is down since some time now.

EDIT:
down since 3 hours.

EU server? afaik it has not been set up yet? it's just pointing to us1 or something?

yes "EU" server, some months back a server was called so (ask inaba), now its really pointing to us1.eclipsemc.com Wink
2330  Bitcoin / Pools / Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff on: September 26, 2012, 07:32:03 AM
EU Server (208.110.68.114) is down since some time now.

EDIT:
down since 3 hours.
2331  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: August 22, 2012, 11:00:26 PM
where can i find those? im getting annoyed by all the deps of the libcurl.a, those in the download section arent static linked ones.

Code:
$ ldd */minerd
x86/minerd:
linux-gate.so.1 =>  (0xf77c1000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7799000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf777e000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75d8000)
/lib/ld-linux.so.2 (0xf77c2000)
x86_64/minerd:
linux-vdso.so.1 =>  (0x00007fff56bd6000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f0320a77000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f032085a000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f032049c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f0320c9e000)

Here libcurl looks statically linked to me.

By the way, I have updated the x86-64 Linux binary to include the most recent version of libcurl (7.27.0). Tested on Debian Squeeze, Debian Wheezy, Ubuntu 12.04, Mint 13, Gentoo.
sry, i only checked minerd with file Wink shame on me ^^
2332  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: August 22, 2012, 04:28:44 PM
Version 2.2.3

  • This version includes the long-awaited ARM NEON implementation of both scrypt and SHA-256d. To use it you have to specify "-mfpu=neon" in CFLAGS when compiling. Since there is no portable way of detecting the capabilities of an ARM processor at runtime, the resulting binary will only be compatible with those systems that support the NEON instruction set (not all ARMv7-based SoCs do). According to my tests, this version brings a 10% speedup to Cortex-A8 and a 40% speedup to Cortex-A9.
  • Slight speed improvement (2-3%) for the AVX-specific scrypt implementation.
  • A --benchmark option is now available to benchmark a system without the need of connecting to a work provider.
  • I've added some architecture-specific notes to the README.

The source code is, as always, available at GitHub. Binaries are available here. This time I've also built a couple static binaries for Linux (x86 and x86-64), for those people who really don't want to bother compiling the miner themselves.

where can i find those? im getting annoyed by all the deps of the libcurl.a, those in the download section arent static linked ones.
2333  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 15, 2012, 11:33:49 AM
alright, here the results:
newest ufasoft miner: 22.45 MHash/s
newest pooler-cpuminer: 28.17 MHash/s

alright, so ur the leading force now Tongue
Those are pretty good results.I wish I got those on my (main) PC instead of only ~11Mhash/s on the Core i7 920 CPU.Where can I download the new Ufasoft miner? I prefer this as it's easier for me to setup. What CPU is that running on? and what overclock is used on that CPU?
i7 2700K @ 5GHz
take a look at the first post for downloading the miner.

EDIT: in a totally IDLE state cpuminer is getting 32MHash/s Wink
2334  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 13, 2012, 01:10:55 PM
alright, here the results:
newest ufasoft miner: 22.45 MHash/s
newest pooler-cpuminer: 28.17 MHash/s

alright, so ur the leading force now Tongue
2335  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 13, 2012, 12:40:37 PM
gonna test it Wink
2336  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 13, 2012, 12:20:02 PM
ufasoft's miner is the fastest for CPUs at the moment.
2337  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 11, 2012, 10:36:41 PM
i dont know how it is for this pool but usually u have to replace the username with the miners name u set @ ur pool and same for the password

greetings
2338  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 11, 2012, 05:56:53 PM
@jddebug
non-english Winblows do have other names, as example i think its "Programme" in germany, therefore u dont have to escape it.
it wasnt an offense, i just dislike it when someone is teaching/telling someone incorrect stuff, this leads only to problems.

greetings
2339  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 11, 2012, 11:46:49 AM
@jddebug
you have to use " since hes escaping spaces in "Program Files (x86)", otherwise Files and (x86) are sent as parameters to the program C:\Program

@pirate1
did you replace username and password? http 403 is forbidden in the meaning of authentication failed (username or password wrong)
2340  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 10, 2012, 04:15:44 PM
open cmd (win + r -> cmd -> ENTER), "bitcoiner-miner.exe -h" without " then u'l see the help page, everything is described there Wink
Pages: « 1 ... 67 68 69 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!