Bitcoin Forum
March 20, 2023, 06:42:28 PM *
News: Latest Bitcoin Core release: 24.0.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining / Is it possible to mine bitcoin with cgminer in Regtest mode ? on: August 11, 2016, 08:01:03 AM
i JUST tried , but it seemed the answer was no. Am I wrong ?

mining rig:  Antminer U3
cgminer conf:  cgminer.exe --bmsc-options 115200:0.57 -o http://localhost:19011 -u admin2 -p 123 --bmsc-voltage 0800 --bmsc-freq 1286 --btc-address mvpZ5cDtbL32jRwL2F5JSgdKknP1GLcaP3

2  Alternate cryptocurrencies / Altcoin Discussion / how to solve merged mining conflicts among coins with different block time on: August 09, 2016, 03:13:01 PM
As we known,  nmc and bitcoin both have  block time of 10 minutes , what about  huntercoin (2 minutes) ? 
Are there any special in huntercoin (auxpow block) data structure,  for example  the prev_hash in parent block  header are all the same ? 

Field Size   Description   Data type   Comments
4   version   uint32_t   
32   prev_block   char[32]   
32   merkle_root   char[32]   
4   timestamp   uint32_t   
4   bits   uint32_t   
4   nonce   uint32_t   
 ?   coinbase_txn   txn   Coinbase transaction that is in the parent block, linking the AuxPOW block to its parent block
32   block_hash   char[32]   Hash of the parent_block header
 ?   coinbase_branch   Merkle branch   The merkle branch linking the coinbase_txn to the parent block's merkle_root
 ?   blockchain_branch   Merkle branch   The merkle branch linking this auxiliary blockchain to the others, when used in a merged mining setup with multiple auxiliary chains
80   parent_block      Block header   Parent block header
?   txn_count   var_int   
 ?   txns   tx[]   
3  Alternate cryptocurrencies / Mining (Altcoins) / how to solve merged mining conflicts among coins with different block time on: August 09, 2016, 12:49:54 PM
As we known,  nmc and bitcoin both have  block time of 10 minutes , what about  huntercoin (2 minutes) ? 
Are there any special in huntercoin (auxpow block) data structure,  for example  the prev_hash in parent block  header are all the same ? 

Field Size   Description   Data type   Comments
4   version   uint32_t   
32   prev_block   char[32]   
32   merkle_root   char[32]   
4   timestamp   uint32_t   
4   bits   uint32_t   
4   nonce   uint32_t   
 ?   coinbase_txn   txn   Coinbase transaction that is in the parent block, linking the AuxPOW block to its parent block
32   block_hash   char[32]   Hash of the parent_block header
 ?   coinbase_branch   Merkle branch   The merkle branch linking the coinbase_txn to the parent block's merkle_root
 ?   blockchain_branch   Merkle branch   The merkle branch linking this auxiliary blockchain to the others, when used in a merged mining setup with multiple auxiliary chains
80   parent_block      Block header   Parent block header
 ?   txn_count   var_int   
 ?   txns   tx[]   
4  Bitcoin / Development & Technical Discussion / Are there any solutions to identify relay-ip of one tx like blockchain.info on: February 04, 2015, 02:36:51 PM
Often see on blockchain.info But cannot get through bitcoind

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!