Bitcoin Forum
May 10, 2024, 02:21:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Bounties (Altcoins) / [ANN] [BOUNTY] BPAY.IO BOUNTY CAMPAIGN on: March 02, 2018, 04:16:24 PM

Greetings!
Bpay.io project thanks you for the interest to our digital platform. We are ready to share with you terms of the bounty campaign we’ve prepared.



2  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] BPAY.IO - PAYMENT PROCESSING FOR CRYPTO ERA on: March 02, 2018, 02:25:29 PM



Bpay.io is the newest, most sophisticated tool, which allows receiving cryptocurrency at your convenience - any place, any time, while ensuring the speed and security of your transactions. It is an instrument which allows accepting, withdrawing and keeping track of funds in various trading transactions (offline, online). Trading transactions can be conducted between both classic traders (buyer-seller) and within the scope of virtual platforms (e-shops, online services, stock excBpay.io is the newest, most sophisticated tool, which allows receiving cryptocurrency at your convenience - any place, any time, while ensuring the speed and security of your transactions.

















3  Bitcoin / Development & Technical Discussion / Doubt in tx on: December 23, 2016, 03:58:29 PM
Playing in the regtest mode....
Where is the pubkey?

Code:
{
  "txid": "1e6d1fe8b3cbda4a2824e322cddea7e76529f0e9817a631af8f0290e433b51f9",
  "hash": "1e6d1fe8b3cbda4a2824e322cddea7e76529f0e9817a631af8f0290e433b51f9",
  "size": 158,
  "vsize": 158,
  "version": 1,
  "locktime": 0,
  "vin": [
    {
      "txid": "66a4042702dd726b86b265fd6c7438c082b2ebcbbf3a765ce9af304e46499264",
      "vout": 0,
      "scriptSig": {
        "asm": "3045022100b8e09b4c9fadede9c1fbecb0031227d477736e8c8f897f08adf8abb50d8d2e770220247e312a95bc9bc4941ad029bdeb83f7e2ef22edda54bfb76c50d7ea8e4bfc6b[ALL]",
        "hex": "483045022100b8e09b4c9fadede9c1fbecb0031227d477736e8c8f897f08adf8abb50d8d2e770220247e312a95bc9bc4941ad029bdeb83f7e2ef22edda54bfb76c50d7ea8e4bfc6b01"
      },
      "sequence": 4294967295
    }
  ],
  "vout": [
    {
      "value": 49.99900000,
      "n": 0,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 a65fc62dfa044a906421459fd5d8592b47d62e64 OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a914a65fc62dfa044a906421459fd5d8592b47d62e6488ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "mvgfCQFcgvzEQuoxBVoSHBE51TZ8kMjs22"
        ]
      }
    }
  ]
}
4  Bitcoin / Development & Technical Discussion / Multisig on: December 19, 2016, 03:06:25 PM
What's the difference between the commands importmultisig and addmultisig?
5  Bitcoin / Development & Technical Discussion / tx sign on: October 28, 2016, 10:29:01 PM
when we sign a message, we can retrieve the pubkey from the sig
Why the bitcoin does not use the same technique in tx signature?
so the transaction would be smaller because you wouldn't have to contain the pubkey
6  Local / Desenvolvimento & Discussões Técnicas / segwit on: October 26, 2016, 12:23:01 AM
Estou tentando entender esse segwit...
Eu entendi que a assinatura das transações não serão inclusas nas mesmas, reduzindo o tamanho dos blocos...
Então, como validar as txs em um bloco? Onde ficaram as assinaturas?
7  Bitcoin / Development & Technical Discussion / Signing a message on: October 05, 2016, 03:24:34 AM
If I sign the same message several times, the bitcoin-qt returns the same signature.
It does not use a random seed for signing, such as signing transactions?
8  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?
9  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?
10  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
11  Bitcoin / Bitcoin Technical Support / fee calculation on: December 21, 2015, 06:49:44 PM
somebody can explain me the fee calculation?
12  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
13  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
14  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...
15  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?
16  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
17  Bitcoin / Development & Technical Discussion / questions about fork on: April 27, 2015, 07:08:35 PM
1) if an outdated client receives a transaction with an unknown version, it invalidates this transaction?
2) what happens if 99.99% of the network already uses the new version and mine is outdated?
3) there is a website where I can see the percentage of version 3 blocks on the network?
18  Bitcoin / Bitcoin Technical Support / Bug in fee calculation on: April 21, 2015, 11:38:55 PM
Bitcoin-qt 0.10.1 rc2
I found 1 bug in fee calculation and in help text...

I was using the client when I came across texts not translated in the part of custom rate.
When I put the mouse on "per kilobyte", a popup appears with a text: (...) while "at least" pays (...)
And in "total at leat": (...) while "total at least" pays (...)
I think both should be the same text ...

And the bug...
The explanatory text says that the rate for 1000 satoshis by kb and the transaction has 250 bytes, will pay 250 satoshis.
But that's not what I see
19  Bitcoin / Development & Technical Discussion / bug? on: March 06, 2015, 02:36:31 PM
I'm using bitcoin-qt 0:10
I made a purchase of a game on a website ...
When I made the transaction, I specified my change  address ...
for the record, the address is multisig

1) the program said that the address is unknown (the address is on my list of receiving address)
2) he sent the change to an address that is not on my list but the program says it's my
20  Bitcoin / Bitcoin Technical Support / mining fee on: February 24, 2015, 10:39:07 PM
when i send coins with advanced interface in qt 0.10, he says the mining fee is +/- 2.116 satoshis per input
i pay 2044 satoshis by 966 bytes..
the fee are reduced??
it was 100 micro??
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!