Bitcoin Forum
May 24, 2024, 12:53:28 PM *
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 »
41  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: June 25, 2014, 05:27:12 PM
I suppose they will email private keys to all winning bidders. In single Cc: email.
42  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 14, 2014, 03:58:24 PM
There can be more than one P2Pool. Or P2Pools could be tiered into hierarchy - see this idea https://bitcointalk.org/index.php?topic=648138.msg7309185#msg7309185
43  Bitcoin / Development & Technical Discussion / Re: Can centralised pools point their hashpower at a p2pool node? on: June 14, 2014, 03:34:18 PM
How about going tree instead of linear - what if there were multiple "tiers" of P2Pools?

The top of the tree would be Bitcoin blockchain. There will be Tier-1 P2Pool with high hashrate - lets say 10PH with shares difficulty 10 TH. Then, there would be multiple Tier-2 P2Pools, each one trying to mine Tier-1 P2Pool block, using its own blockchain with difficulty 10GH. And so on for Tier-3 P2Pools.

Users would connect to most appropriate P2Pool tier so that they get some payout lets say each day. Of course, payouts for Tier-3 will be in form of shares for Tier-2. But this allows steady-low-variance (holy grail, right) income for any type of device.

What do you think?
44  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: June 13, 2014, 09:43:45 PM
Why the HELL someone with Petahash needs pool at all? They should have been mining solo since start.
45  Bitcoin / Mining software (miners) / Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA on: May 18, 2014, 10:03:54 PM
Possible BUG:

Mining solo to bitcoind via GBT and having additional STRATUM pool for new block notifications does not work. The stratum thread is closed very soon with "Pool 1: Connection not needed, suspending" message.
46  Bitcoin / Development & Technical Discussion / Re: Difficulty vs target on testnet on: May 18, 2014, 08:01:51 AM
I checked the code and it seems to calculate target correctly (lowering it based on time) when using getwork or getblocktemplate.

I suspect the real problem is that once the 20 minutes since last block passes, the opportunity window to submit DIFF=1.0 share is very short, someone else wins INSTANTLY and the testnet flips back to high difficulty.
47  Bitcoin / Development & Technical Discussion / Difficulty vs target on testnet on: May 17, 2014, 07:05:54 PM
I'm trying to test mine solo some testnet bitcoins, using external miner (USB Erupter). The difficulty is pretty high - 28.6K as of now. Moreover, I found a discrepancy between target in getwork RPC call and difficulty in e.g. getmininginfo RPC call.

I know that when there is no block in 20 minutes on testnet, the difficulty should lower temporarily to 1.0. However, the target remains high (now "target" : "0000000000000000000000000000000000000000000000001d4b020000000000"). This causes problems when using external miner as it does not report difficulty 1 shares, but wait for share satisfying target.

Is this a bug in bitcoind or did I miss something?
48  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.3.3 on: May 16, 2014, 05:50:34 PM
I am using latest cgminer to solo mine on testnet and I think there is a bug with handling the testnet difficulty. After no block for 20 minutes, testnet difficulty drops down to 1.0, but cgminer still requires work of previous (high) difficulty (12.3K now).

>bitcoind getwork      returns "target" : "0000000000000000000000000000000000000000000000000d54050000000000"
>bitcoind getinfo       returns  "difficulty" : 1.00000000

Is this a bug in cgminer?
49  Bitcoin / Mycelium / Re: Mycelium Bitcoin Wallet on: May 13, 2014, 05:55:25 AM
Specifying own change address equal to adding this address as additional destination to the transaction. Well, you need to calculate the remaining amount (this could be done by Mycelium anyway).
50  Other / Off-topic / Re: Any help or advice appreciated !! on: May 03, 2014, 11:00:39 AM
It could be some autoimmune disease, maybe from food. If she can try that, I would recommend her to fast for 2-3 days to check if symptoms lessen.
51  Bitcoin / Development & Technical Discussion / Idea: Announcing best PoW reached prior to mined block on: April 05, 2014, 05:01:27 PM
What if miners announced on the network the best PoW reached prior to finding the mined block?

This could kind of close the gap between "0 confirmation" and "1 confirmation". Anyone can check if his transaction is being worked on, because e.g. 50% of difficulty target reached indicate that some work was already spent on that.

For given TXID, the network would return a block containing that TX together with best target reached, so anyone can verify it.

The only problem with this is how to prevent overloading the network/miners with bogus requests/DoS.
52  Bitcoin / Development & Technical Discussion / Re: Why is there a target field in block headers? on: March 31, 2014, 04:40:33 PM
Oh, now I understand. Not sure, but:

1) nBits (=target) in block header is stored on disc and verified when loading, you do not want to go all way back
2) there might be some interesting problems when you try to calculate nBits "on the fly" when there are reorgs of chains near the difficulty retarget

thus, it is probably better to keep the value in the header anyway. If there is another, more important reason, I would like to know it, too.
53  Bitcoin / Development & Technical Discussion / Re: Why is there a target field in block headers? on: March 31, 2014, 12:38:05 PM
There are strict rules how the target is calculated, so miners cannot fake the target, otherwise the block is invalid.

For example, inside the 2016 window of the same difficulty, the target must match the previous one. On the boundaries, rules for adjusting the difficulty applies.
54  Bitcoin / Development & Technical Discussion / Re: nLockTime: Can it be used as the basis for cold storage? on: March 24, 2014, 08:11:46 PM
Who guarantees that the nLockTime transaction will stay in transaction pool for long time? Sending from address A and then destroying its private key looks VERY DANGEROUS to me.

If the nLockTime transactions are preserved in the memory pools of all nodes, how it is prevented for misuse (DOS attacks)?
55  Bitcoin / Development & Technical Discussion / Re: use bitcoin gui for other purposes on: March 24, 2014, 07:40:15 PM
Yes, it can. As paid service, however:

- use vanitygen to generate your own 1Rain, 1Sunny, 1Snow, 1Tornado etc. BTC addresses
- import these into Bitcoin Core using importprivkey and fund them
- form a transaction from all these vanity addresses to my 1WeathrState subscription address
- then, each day my system will send you 1 mBTC to one of your vanity weather addresses
- thus, you can see incoming transaction indicating the weather for your location right directly in your client!
- I collect just moderate 5% fee for this wonderfull service

56  Bitcoin / Mycelium / Re: Mycelium Bitcoin Wallet on: March 23, 2014, 03:57:35 PM
Hi! I am currently testing the Mycelium on my phone. Sorry if I am dumb, but I can't figure out how to send BTCs from multiple addresses to multiple addresses?

Is there a way to zero the fee when the transaction size and maturity does not require any? Its more a problem of destroying rounded values when fee is subtracted than the fee itself.
57  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 22, 2014, 07:40:26 PM
How low do you think it will go this time? I want to buy back in a 100. Will I get the chance?
No
58  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 18, 2014, 01:57:05 PM
You are sending to BTC address, not to blockchain.info wallet.
it means that i'll receive btc in blockchain.info account when it comes back? (sorry, i'm new in btc)
Yes. Assuming you own that address. If you created that address in your Blockchain.info account, you should own it (also, you have saved it in your backup, if you got it).

Meanwhile, you can check amount on the address on blockexplorer.com.
59  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 18, 2014, 01:04:51 PM
You are sending to BTC address, not to blockchain.info wallet.
60  Bitcoin / Development & Technical Discussion / Re: Are empty blocks without txns allowed ? on: March 13, 2014, 06:42:20 PM
Each block improves security of blockchain. Even empty one.
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!