Bitcoin Forum
May 23, 2024, 09:28:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27]
521  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: March 03, 2011, 11:53:10 PM
A big thank to chromicant ! My hashing speed have done more than x2 !

Here are all the steps i followed one a debian (testing) system to obtain the compiled version :
Code:
sudo apt-get install git automake1.7 libc6-dev libcurl4-openssl-dev

#YASM : http://pkgs.org/download/debian-sid/multimedia-main-amd64/yasm_1.1.0-0.0_amd64.deb.html
wget http://ftp.br.debian.org/debian-multimedia/pool/main/y/yasm/yasm_1.1.0-0.0_amd64.deb
sudo dpkg -i yasm_1.1.0-0.0_amd64.deb

git clone https://github.com/chromicant/cpuminer.git
cd cpuminer
git checkout remotes/origin/sse2
cd x86_64/
./build.sh
cd ..
./autogen.sh
./configure
make

Here is the compiled binary : http://dl.free.fr/tjbLyHclU

Hope it will be usefull :p
522  Bitcoin / Mining / Re: OpenCL with intel cpu possible ? on: March 03, 2011, 05:25:28 PM
Already tested :
Quote
wine bitcoin-miner.exe -t 2 -o http://mining.bitcoin.cz:8332/ -u xxx -p xxx
bitcoin-miner 0.3.2  Copyright (c) 2011 Ufasoft  http://ufasoft.com/open/bitcoin
2 threads   Using SSE2
0 MHash/s

I've not investigated further, because there's no error reported by wine nor by bitcoin-miner (even if i put a wrong login/pass).

EDIT : If it helps someone, it seems related to libpthread :
Quote
Backtrace:
=>1 0x7b845932 in kernel32 (+0x25932) (0x7e2d4758)
  2 0x00427dad in bitcoin-miner (+0x27dad) (0x7e2d47c0)
  3 0x0040feb8 in bitcoin-miner (+0xfeb8) (0x7e2d4910)
  4 0x7e2d49a0 (0x7e2d49b0)
  5 0x0041c161 in bitcoin-miner (+0x1c161) (0x7e2d49dc)
  6 0x0041c1be in bitcoin-miner (+0x1c1be) (0x7e2d49f8)
  7 0x7bc6db92 in ntdll (+0x5db92) (0x7e2d4a98)
  8 0x7bc6dd7e in ntdll (+0x5dd7e) (0x7e2d5398)
  9 0xf7613955 start_thread+0xb5() in libpthread.so.0 (0x7e2d5498)
0 MHash/s
523  Bitcoin / Pools / Re: Cooperative mining (90Ghash/s) on: March 03, 2011, 03:30:50 PM
slush, i've juste been disconnected from http://mining.bitcoin.cz and cannot log in again (Your username and password didn't match. Please try again.).
Are you working on something or is there a problem ?
Someone else is concerned by log in problem ?

EDIT : Problem solved after a password reset...
524  Bitcoin / Pools / Re: Cooperative mining (90Ghash/s) on: March 03, 2011, 02:52:35 PM
slush, i've juste been disconnected from http://mining.bitcoin.cz and cannot log in again (Your username and password didn't match. Please try again.).
Are you working on something or is there a problem ?
525  Bitcoin / Mining / Re: OpenCL with intel cpu possible ? on: March 03, 2011, 02:42:36 PM
Quote
The best cpu miner is still ufasoft's.
I'm waiting for the linux adaptation :p
526  Bitcoin / Mining / OpenCL with intel cpu possible ? on: March 03, 2011, 09:29:47 AM
I've recently discovered this SDK for OpenCL with intel plateforms (windows only for now...) :
- http://software.intel.com/en-us/articles/intel-opencl-sdk/

It requires SSE 4.1, so, only cpu is used for now (yes, opencl is designed to be used by both cpu and gpu).

FAQ extract : "Will the Intel OpenCL SDK support Intel integrated graphics (processor graphics), and when?
Intel will support OpenCL on future tools and platforms.Intel is evaluating when and where OpenCL support will intercept our products, including processor graphics, but no announcement has been made."

Any volonteer to add this in existing miners, if possible ?
Will it improve speed compared to the SSE2 asm version ?
527  Bitcoin / Development & Technical Discussion / Re: getnewaddress per wallet on: March 01, 2011, 05:43:42 PM
It may be a good security to generate 1'000'000'000 addresses to avoid someone to send your wallet over the web :p
528  Bitcoin / Mining / Re: mhash threshold for solo mining on: March 01, 2011, 11:26:00 AM
With a 2'000khash/s (2Mhash/s) you can obtain about 0.05 BTC / day on a pool. So, on solo, it would take an average 1000 days to gain a block of 50 ? Cheesy (the calculator says 957 days). Good luck Cheesy
529  Bitcoin / Mining / Re: Windows Screensaver RPC Miners (CPU/4way/CUDA/OpenCL) on: February 28, 2011, 11:19:13 AM
I've a problem with the new version of the 4way miner (previous version of 20/02 worked fine). At launch, it says "temPowerStatus" not available in kernell32.dll and halt.
530  Economy / Economics / Re: Difficultly Level Increasing on: February 27, 2011, 11:30:10 PM
ALSO, can difficulty ever go down?
Yes, it adapts itself by looking at the past hash speed (or block generation speed) to stay in a average speed of 10mn per block (if i remember correctly all i've red there).
531  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Contact.org - Send messages to bitcoin users on: February 27, 2011, 11:27:55 AM
The sign generator has been updated to add the bitcoin mail address (see below)
532  Bitcoin / Development & Technical Discussion / Re: Linux packages should have an autodetect 32/64 bit using bash on: February 27, 2011, 11:08:31 AM
To know the default used architecture on debian based distrib :
Code:
dpkg --print-architecture
533  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Contact.org - Send messages to bitcoin users on: February 26, 2011, 10:25:58 PM
New function : you can now send email to any bitcoin addresses !

How to do this ?
Try sending a mail to "your bitcoin address @ bitcoin-contact.org" and your message will be added on the site. By default, the email address you send with will be used in the 'From' field. So don't hesitate to look at the FAQ to know how to customise that and eventually use the special syntax to show or hide fields.

Also, two new pages :
- FAQ
- About

Next steps :
- pseudonym registration
- email and bitcoin addresses verification (people who want to associate an email address and/or pseudonym with some of his public bitcoin addresses can do it)
534  Bitcoin / Mining / Re: only ~2100 khash/s on: February 26, 2011, 11:50:53 AM
Launch the jgarzik's CPU miner with  "--threads 2" and you should go back to 2x1100khash/sec like that :
HashMeter(0): 4537024 hashes, 1081.21 khash/sec
HashMeter(1): 4537024 hashes, 1042.21 khash/sec

You should not generate in the official client (or server) at the same time of course.
535  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Contact.org - Send messages to bitcoin users on: February 25, 2011, 10:35:30 PM
Thanks grondilu for comments and donation Smiley
Your two suggestions have been applied.
536  Economy / Marketplace / Re: Tradebitcoin.com Free Public Beta on: February 24, 2011, 11:31:42 PM
Good idea. But nobody near me yet :p

Also, messages within the site would be good; or maybe a forwarding email address @tradebitcoin.com?
This seems to be a very popular feature. It will be a week or two before I'll have enough free time, but I'll definitely be adding something.

=> We may do something together with bitcoin-contact.org for the messaging system ?
537  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Contact.org - Send messages to bitcoin users on: February 24, 2011, 03:02:11 PM
Translations are available here : http://bitcoin-contact.org/locale/
If someone want to add another language, he can use the english model and attach file to his post. There are 26 strings to translate, not too much work :p

Thanks in advance for volonteers.
538  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Contact.org - Send messages to bitcoin users on: February 24, 2011, 12:22:33 PM
Indeed, this can be done by checking transactions. Several choices seems possible :
- send random amount to yourself => site web checks for the specified amount and address in transactions list
- send random amount to another of your address => not sure if the address of sender will always be in the transaction
- send 0.01 to a new generated address which i own => same

Private key exporting is too complex for this use :p
539  Bitcoin / Bitcoin Discussion / [Update] Bitcoin-Contact - Your Bitcoin Identity + Send messages to bitcoin user on: February 23, 2011, 11:39:32 PM
Hi,

here's a new bitcoin site which aims to facilitate direct discussions between bitcoin users :
=> Bitcoin-Contact.org [BTCC]

Usage 1 :
Your receive a transaction and don't know from who it is ?
Send him a message, he may see it :

Future usage 2 :
Discuss with a bitcoin user by sending him a mail to his bitcoin address @ bitcoin-contact.org


It's very simple :
- put your bitcoin address in 'from' (or nothing to stay anonymous)
- put your bitcoin recipient address in 'to'
- put your message
=> send

For now, all messages are publics. I need to add some method to check a user owns a particular address to enable private messages. There'll be more functions with emails too, translating, etc. Details are on then todo page.
Ideas and help are welcome.

Don't hesitate to go to the tools page to generate a BB Code signature to put on this forum :p

Donations for a poor cpu miner are welcome Smiley
540  Bitcoin / Bitcoin Discussion / Re: Bitcoin graphics on: February 23, 2011, 11:20:53 PM
I've reused the golden logo for my web site : Bitcoin Contact.
So, the first message is for you : http://bitcoin-contact.org/?msg=1 :p

Thanks for your work !
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!