Bitcoin Forum
August 08, 2024, 04:44:40 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: June 10, 2013, 01:40:27 AM
I am getting about 2-3kh/s on a geforce 8400gs. Does this seem okay. I thought I should get much more when trying to mine digitalcoins which uses the same scrypt algorithm.

Code:
cudaminer.exe -o http://pool.digitalcoinpool.com:8337 -O username.num:pass
2  Bitcoin / Mining support / GUIminer keeps saying no opencl devices are found on: June 10, 2013, 01:14:35 AM
Hi guys,
            I have an Nvidia GeForce8400GS grpahics card with which I am trying to mine for fun and experience. I know , I know I wont get good performance , .... but atleast it has to work right. So first I installed http://www.nvidia.com/object/win8-win7-winvista-64bit-320.18-whql-driver.html and when it still didnt work I installed https://developer.nvidia.com/cuda-downloads but it still says no opencl devices found. Could someone please help me out?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co | Instant | Stable | Reliable-New Advertising Platform on: June 09, 2013, 01:49:01 PM
Where can I sell the digital coins I generated for us dollars?
4  Other / Beginners & Help / Re: Understanding open source fpga miner verilog files on: June 09, 2013, 11:27:34 AM
Thanks for the reply. It helped me understand the code better. Smiley

5  Other / Beginners & Help / Understanding open source fpga miner verilog files on: June 08, 2013, 02:08:08 PM
Hi guys,
            I am going through the open-source-fpga miner(https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner/tree/master/projects) source and I had a doubt.

Code:
data <= {384'h000002800000000000000000000000000000000000000000000000000000000000000000000000000000000080000000, nonce_next, data_buf[95:0]};

The above data is then passed into the sha256 hash module which then proceeds to calculate the hash. I simply dont understand why we need to double hash the above data. According to the https://en.bitcoin.it/wiki/Block_hashing_algorithm we need to convert every 32 bit chunk from little endian to big endian and then  calculate the hash of that function. In the above example data_buf is a 256 bit register which holds 256 bits of the data returned from getwork. If we say the first version bit recieved from getwork is 1, then along those lines data_buf holds the value of bit 129-192 which has been endian shifted for every 32 bit chunk. But I still dont get why we have to calculate the hash as shown above in the code. Does someone know why hash is calculated in this manner?
6  Other / Beginners & Help / Re: Block header hashing on: June 05, 2013, 03:21:07 PM
Oh, so does that mean every time a transaction is added the merkle root changes? If so , then even if you find a valid block and a transaction comes in , is it ignored and put in the next mined block ?
7  Other / Beginners & Help / Block header hashing on: June 05, 2013, 02:55:10 PM
Hi guys,
           I realize that in the mining process the block header is constantly hashed using  sha256  and if it generates a value less than the target then the block is created. However the wiki doesnt mention anything about adding transactions to the block. Lets say a solo miner finds such a block before anyone else does. Now how does bitcoin know what transactions to enter into the block when he submits his Json-rpc block found status?  Or does it do that automatically ?
8  Other / Beginners & Help / Re: What are some of the good documentations for the scrypt algorithm on: June 05, 2013, 12:16:19 PM
Thanks. I will go through them Cool
9  Other / Beginners & Help / What are some of the good documentations for the scrypt algorithm on: June 05, 2013, 10:05:13 AM
Hi guys,
          Does anyone know of some good documentation for scrypt apart from this one http://www.tarsnap.com/scrypt.html
10  Other / Beginners & Help / Re: Alt-Coins on: June 05, 2013, 10:01:10 AM
LTC is an alt coin and is not a scam. Some pickup , some dont. It all depends on luck and of course the community support
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!