Bitcoin Forum
May 27, 2024, 07:06:40 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 »
241  Other / Beginners & Help / Pooled mining question on: September 21, 2016, 04:28:46 AM
How the pool server Works?
How i solving a low diff hash helps the server to find the nonce?
242  Bitcoin / Development & Technical Discussion / Problem with HD/BIP32 on: September 03, 2016, 11:32:01 PM
Creating a new wallet with bitcoin-qt and using the command dumpwallet, i get the extended private masterkey: xprv9s21ZrQH143K3WCuZH3JrrdRF2jdddTeKZN45g1ear37P4EQZgh2fwhBpp2xrzq5M3bJ1pnwxxt hUyAcqdrtmugt59bZiygBrEekWW2czj9

Puting this key in the site bip32.og, setting derivation to info:m, the site says the address is 1LSneHhB8LtFHLRtbKeH1ATJmU2Hyp8pjQ
The bitcoin-qt says L493SCDSQDqzTvHg29ik4CFdyVzkNGtboM51yYxW8AvwC3AYkuo4 2016-09-03T20:17:40Z hdmaster=1 # addr=1NwzKNedFgaGiYDPioqmh4z4WFVKCUBK1J hdkeypath=m

Whats wrong?
243  Bitcoin / Development & Technical Discussion / Block Version on: June 16, 2016, 04:35:24 PM
I was seeing the log of my client and I noticed the message:
2016-06-16 16:28:51 UpdateTip: new best=00000000000000000454d73cb3b0591f1ff43097e2f1a73d66e47506d2804ac0  height=416585  log2_work=84.840147  tx=136332137  date=2016-06-16 16:15:21 progress=0.999995  cache=0.5MiB(0tx)
2016-06-16 16:28:51 UpdateTip: 5 of last 100 blocks have unexpected version
I see this block (https://blockchain.info/pt/block/00000000000000000454d73cb3b0591f1ff43097e2f1a73d66e47506d2804ac0) and the version is 536870913

What is happening?
Im using the version 0.12.1
244  Bitcoin / Bitcoin Technical Support / Re: fee calculation on: December 21, 2015, 08:20:54 PM
245  Bitcoin / Bitcoin Technical Support / fee calculation on: December 21, 2015, 06:49:44 PM
somebody can explain me the fee calculation?
246  Bitcoin / Bitcoin Technical Support / Re: Unknown problem on: September 05, 2015, 12:53:46 PM
Resolved with reindex
Thanks!
247  Bitcoin / Bitcoin Technical Support / Re: Unknown problem on: September 04, 2015, 12:02:35 PM
I did what you said and now is "Synchronizing with network" all the time...
248  Bitcoin / Bitcoin Technical Support / Unknown problem on: September 03, 2015, 05:21:53 PM
Since yesterday, my client does not synchronize the blocks.



Code:
2015-09-03 17:13:13 GUI: "registerShutdownBlockReason: Successfully registered: Bitcoin Core didn't yet exit safely..." 
2015-09-03 17:13:13
2015-09-03 17:13:13 Bitcoin version v0.11.0 (2015-07-10 19:23:55 +0200)
2015-09-03 17:13:13 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-09-03 17:13:13 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2015-09-03 17:13:13 Default data directory C:\Users\fabio\AppData\Roaming\Bitcoin
2015-09-03 17:13:13 Using data directory d:\Bitcoin
2015-09-03 17:13:13 Using config file d:\Bitcoin\bitcoin.conf
2015-09-03 17:13:13 Using at most 125 connections (2048 file descriptors available)
2015-09-03 17:13:13 Using 8 threads for script verification
2015-09-03 17:13:13 Using wallet wallet.dat
2015-09-03 17:13:13 scheduler thread start
2015-09-03 17:13:13 init message: Verifying wallet...
2015-09-03 17:13:13 CDBEnv::Open: LogDir=d:\Bitcoin\database ErrorFile=d:\Bitcoin\db.log
2015-09-03 17:13:13 Bound to [::]:8333
2015-09-03 17:13:13 Bound to 0.0.0.0:8333
2015-09-03 17:13:13 Cache configuration:
2015-09-03 17:13:13 * Using 2.0MiB for block index database
2015-09-03 17:13:13 * Using 32.5MiB for chain state database
2015-09-03 17:13:13 * Using 65.5MiB for in-memory UTXO set
2015-09-03 17:13:13 init message: Loading block index...
2015-09-03 17:13:13 Opening LevelDB in d:\Bitcoin\blocks\index
2015-09-03 17:13:13 Opened LevelDB successfully
2015-09-03 17:13:13 Opening LevelDB in d:\Bitcoin\chainstate
2015-09-03 17:13:13 Opened LevelDB successfully
2015-09-03 17:13:16 LoadBlockIndexDB: last block file = 328
2015-09-03 17:13:16 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=11, size=6191730, heights=372535...372563, time=2015-09-01...2015-09-01)
2015-09-03 17:13:16 Checking all blk files are present...
2015-09-03 17:13:16 LoadBlockIndexDB: transaction index disabled
2015-09-03 17:13:16 LoadBlockIndexDB: hashBestChain=000000000000000003585b6566f246a9958c9acbb588d0b5940e8475542f5313 height=372544 date=2015-09-01 17:08:13 progress=0.997726
2015-09-03 17:13:16 init message: Verifying blocks...
2015-09-03 17:13:16 Verifying last 288 blocks at level 3
2015-09-03 17:13:23 No coin database inconsistencies in last 6 blocks (8728 transactions)
2015-09-03 17:13:23  block index            9892ms
2015-09-03 17:13:23 init message: Loading wallet...
2015-09-03 17:13:23 nFileVersion = 110000
2015-09-03 17:13:23 Keys: 0 plaintext, 231 encrypted, 231 w/ metadata, 231 total
2015-09-03 17:13:23  wallet                  100ms
2015-09-03 17:13:23 init message: Activating best chain...
2015-09-03 17:13:23 mapBlockIndex.size() = 372870
2015-09-03 17:13:23 nBestHeight = 372544
2015-09-03 17:13:23 setKeyPool.size() = 100
2015-09-03 17:13:23 mapWallet.size() = 198
2015-09-03 17:13:23 mapAddressBook.size() = 30
2015-09-03 17:13:23 init message: Loading addresses...
2015-09-03 17:13:23 ERROR: Read: Failed to open file d:\Bitcoin\peers.dat
2015-09-03 17:13:23 Invalid or missing peers.dat; recreating
2015-09-03 17:13:23 Loaded 0 addresses from peers.dat  0ms
2015-09-03 17:13:23 AddLocal(1.0.0.2:8333,1)
2015-09-03 17:13:23 Discover: WIN-VULPLT5NGLK - 1.0.0.2
2015-09-03 17:13:23 AddLocal([2002:100:2::100:2]:8333,1)
2015-09-03 17:13:23 Discover: WIN-VULPLT5NGLK - 2002:100:2::100:2
2015-09-03 17:13:23 AddLocal([2001:0:9d38:6ab8:4d8:2742:42d2:f7aa]:8333,1)
2015-09-03 17:13:23 Discover: WIN-VULPLT5NGLK - 2001:0:9d38:6ab8:4d8:2742:42d2:f7aa
2015-09-03 17:13:23 dnsseed thread start
2015-09-03 17:13:23 Loading addresses from DNS seeds (could take a while)
2015-09-03 17:13:23 addcon thread start
2015-09-03 17:13:23 opencon thread start
2015-09-03 17:13:23 msghand thread start
2015-09-03 17:13:23 init message: Done loading
2015-09-03 17:13:23 net thread start
2015-09-03 17:13:23 AddToWallet ea42103a7301788dc05e4db840f14637ca0b94f98d9f95de7ac31a166f7f5ba2  
2015-09-03 17:13:23 GUI: PaymentServer::LoadRootCAs: Loaded  47  root certificates
2015-09-03 17:13:24 receive version message: /Satoshi:0.11.0/: version 70002, blocks=372855, us=189.45.8.85:50233, peer=1
2015-09-03 17:13:24 Added time data, samples 2, offset +0 (+0 minutes)
2015-09-03 17:13:26 136 addresses found from DNS seeds
2015-09-03 17:13:26 dnsseed thread exit
2015-09-03 17:13:43 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:13:43 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:13:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:13:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:01 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:04 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:04 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:27 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:34 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:35 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:35 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:35 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:35 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:36 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:14:44 receive version message: /Satoshi:0.11.99/: version 70002, blocks=372855, us=189.45.8.85:50274, peer=2
2015-09-03 17:14:44 Added time data, samples 3, offset -1 (+0 minutes)
2015-09-03 17:14:47 receive version message: /Bitcoin XT:0.11.0/: version 70010, blocks=372855, us=189.45.8.85:50286, peer=3
2015-09-03 17:14:47 Added time data, samples 4, offset +11 (+0 minutes)
2015-09-03 17:15:03 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:04 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:15 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:17 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:18 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:20 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:25 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:26 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:27 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:35 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:36 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:37 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:47 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:55 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:15:58 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:00 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:01 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:03 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:13 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:16 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:19 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:35 receive version message: /Satoshi:0.9.3/: version 70002, blocks=372855, us=189.45.8.85:50321, peer=4
2015-09-03 17:16:35 Added time data, samples 5, offset +4 (+0 minutes)
2015-09-03 17:16:35 nTimeOffset = +0  (+0 minutes)
2015-09-03 17:16:50 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:51 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:51 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:53 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:53 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:53 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:55 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:55 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:55 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:56 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:16:58 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:00 receive version message: /Bitcoin XT:0.11.0/: version 70010, blocks=372855, us=189.45.8.85:50327, peer=5
2015-09-03 17:17:00 Added time data, samples 6, offset -21 (+0 minutes)
2015-09-03 17:17:00 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:01 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:03 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:17 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:18 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:18 receive version message: /Satoshi:0.10.0/: version 70002, blocks=372855, us=189.45.8.85:50333, peer=6
2015-09-03 17:17:18 Added time data, samples 7, offset +0 (+0 minutes)
2015-09-03 17:17:18 nTimeOffset = +0  (+0 minutes)
2015-09-03 17:17:20 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:20 receive version message: /Satoshi:0.11.0/: version 70002, blocks=372855, us=189.45.8.85:50334, peer=7
2015-09-03 17:17:20 Added time data, samples 8, offset -1 (+0 minutes)
2015-09-03 17:17:20 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:24 receive version message: /Satoshi:0.11.0/: version 70002, blocks=372855, us=189.45.8.85:50336, peer=8
2015-09-03 17:17:24 Added time data, samples 9, offset +1 (+0 minutes)
2015-09-03 17:17:24 nTimeOffset = +0  (+0 minutes)
2015-09-03 17:17:27 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:29 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:29 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:30 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:31 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:32 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:32 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:32 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:33 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:33 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:41 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:41 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:41 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:41 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:43 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:44 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:44 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:46 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:46 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:46 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:47 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:48 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:48 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:49 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:49 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:56 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:17:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:00 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:01 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:02 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:03 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:04 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:06 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:08 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:09 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:09 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:12 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:15 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:16 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:17 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:17 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:18 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:20 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:20 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:48 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:48 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:50 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:51 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:51 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:53 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:54 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:18:57 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:14 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:15 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:15 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:16 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:16 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:16 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:17 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:18 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:21 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:22 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:23 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:24 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:24 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:25 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:26 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:28 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:28 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:28 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:29 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:29 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:29 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:30 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:30 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:30 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:30 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:40 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:42 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:42 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:42 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:43 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:46 ERROR: AcceptToMemoryPool: non-final
2015-09-03 17:19:46 ERROR: AcceptToMemoryPool: non-final
249  Bitcoin / Mining / Re: miner heat on: June 16, 2015, 02:11:46 AM
I found it very interesting what you did.
But I do not think to do the same because it is difficult to find specific pieces in my state.
Also, the blade is a little sloppy, in my opinion, because the sink is not in contact with the chips. So the heat must cross the board ...

Achei muito interessante o que você fez.
Mas acho que não pra fazer igual porque é difícil encontrar peças específicas em meus estado.
E também, a blade é um pouco mal feita, na minha opinião, porque o dissipador não fica em contato com os chips. Então o calor tem que atravessar a placa...
250  Bitcoin / Mining / miner heat on: June 15, 2015, 09:22:08 PM
I have a block erupter blade that mining at 10,7ghs.
I always measure his temperature with an infrared thermometer and measures around 158 degrees
I wanted your opinions on how I can do to take advantage of this heat to heat water for example

eu tenho uma block erupter blade que minera à 10,7ghs.
eu sempre meço a temperatura dele com um termômetro infravermelho e mede em torno de 70 graus.
eu queria a opinião de vocês de como que posso fazer pra aproveitar esse calor aquecer água por exemplo
251  Bitcoin / Development & Technical Discussion / client 0.10.99 on: May 19, 2015, 04:13:02 PM
why in my connected client list appears to version 0.10.99?
this version actually exists?
I'm using the "last" which is 0.10.2...
252  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 17, 2015, 10:15:30 PM
came a question...
you guys said that the server makes the first header hash (Midstate) and the miner makes the second ...
but how changes in the nonce Midstate?
253  Bitcoin / Development & Technical Discussion / getwork in 0.10 on: May 05, 2015, 09:35:04 PM
im running the version 0.10.1 and i notice that the command getwork does not exist yet...
what is the substitute?
254  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 05, 2015, 12:09:26 PM
The pool computes MANY midstates for the block (changing the extranonce, or timestamp, or merkle root so that each midstate is different).  Therefore the pool can give a different set of midstates to each miner.
got it
ty
255  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 05, 2015, 10:57:19 AM
another question
what are the calculations that the pool sends to the miners?
because they are many shares ...
what changes?
I can not explain my doubts...
256  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 05, 2015, 01:07:06 AM
Eventually a miner will stumble across a nonce that results in a hash that is not only lower than the share difficulty, but also lower than the network difficulty.
got it
257  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 05, 2015, 12:51:06 AM
ok
but how the server found the nonce with that shares?
258  Bitcoin / Development & Technical Discussion / Re: pool diff on: May 04, 2015, 11:07:23 PM
ok, but how solve small diff solves the biggest diff?
259  Bitcoin / Development & Technical Discussion / pool diff on: May 04, 2015, 04:30:27 PM
There is a question that still can not understand
say that the difficulty of the network is 2
as if two shares of diff 1 comes at the right value?

exemple

diff 1: 00000000 ffff0000 00000000 00000000 00000000 00000000 00000000 00000000
diff 2: 00000000 6fffff00 00000000 00000000 00000000 00000000 00000000 00000000

share 1: 00000000 1a3099ec 4bfd6d85 75ab5a6b 23e937db 51b51b29 c3683a61 948cd06e
share 2: 00000000 145c8f44 84d89086 6193b602 727b081a 62c290ed 2747d9e2 56db9d2d
260  Bitcoin / Development & Technical Discussion / Re: questions about fork on: April 27, 2015, 08:13:55 PM
thanks

in my explanation when I say transaction, I have included the block also
and my questions were viewpoint of the customer outdated
I know I have no problems with the updated client
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!