Bitcoin Forum
September 26, 2025, 08:32:42 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 »
1  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: IOTA :: Buying / Selling on: June 05, 2017, 10:06:55 PM
Want to buy 10 BTC ot IOTA. PM me.
2  Bitcoin / Development & Technical Discussion / Re: client 0.10.99 on: May 27, 2015, 10:15:22 PM
Most of those nodes are ARM based servers, as there are no official binaries for Arm. So people with Arm cpus git clone master and build that.
3  Bitcoin / Pools / Re: [9000 TH] Slush's Pool (mining.bitcoin.cz); TX FEES + VarDiff on: May 27, 2015, 02:32:04 PM
It's really quite simple, we are paying for those 200% luck days, we even had a 300% luck day a month ago. Nobody complains when those happens Smiley
4  Bitcoin / Development & Technical Discussion / 20 to 30 connections from the same ip address on my node? on: April 26, 2015, 04:16:15 PM
Never seen that before, any ideas why?
5  Bitcoin / Hardware / Re: S5 review on: January 05, 2015, 07:45:13 PM
Would this work?

http://www.jameco.com/webapp/wcs/stores/servlet/Product_10001_10001_2104719_-1

It's 9 volts with 16.7 amps output but only rated at 150 watts.
6  Bitcoin / Development & Technical Discussion / Re: How hard is it to make a bitcoin clone (or nearly a clone) on: January 22, 2014, 11:38:47 AM
go to http://coingen.io/ and you can specify your parameters.
7  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [BOUNTY] $20,000 Mini-Blockchain Implementation on: December 15, 2013, 05:13:02 PM
"Re-Mining of Lost Coins" Why stop there? While we're at it why don't we just increase the number of coins from 21 million to 42 million?
8  Bitcoin / Development & Technical Discussion / Re: Blocks are [not] full. What's the plan? on: December 01, 2013, 03:58:55 PM
Difficulty adjustment already provides a mechanism to adjust a variable value with consensus. Why not just treat block size the same?
For example if the average size of the last 2016 blocks in 80% full then the block size would double.

In the last 2016 blocks, or in the 2016 blocks which make up the previous difficulty calculation? (I think the latter would probably be a better choice.)

What, if anything, is the mechanism to shrink the blocks back down again? (Halve if the average size of the last 2016 blocks is 20% full, with a hard minimum of 1 meg?)

I suspect this might be vulnerable to blockchain-forking attacks which near-simultaneously release very differently sized blocks, but it's hard to say without a full specification.

Depending on your answer to the second question, it also might increase the incentives for miners to release blocks with as few transactions as possible.

It also generally makes the design of mining software more complicated and thus more vulnerable to attack. Being able to statically allocate the size of a block is a definite advantage, though I don't know off hand how the reference implementation handles this. I'd say some hard maximum is necessary, even if it's ridiculously huge. But then what's the advantage of not just setting the maximum at whatever that hard maximum is?

In the end this might be viable, but I'd want a lot more details.

I would say the 2016 blocks which make up the previous difficulty calculation.

I don't think it should shrink, there may be periods where blocks are not fully utilised but if that became an ongoing trend it would only mean people stopped using bitcoin.

I would say there are less risks in slowly growing the block size over time then just not having a limit at all (even if there was a large hypothetical limit). We also need to consider network propagation time. If out of the blue we had a 1 gigabyte block would all the clients globally have this data in ~10 minutes (about 6 minutes when the network hash rate grows)?


9  Bitcoin / Development & Technical Discussion / Re: Blocks are [not] full. What's the plan? on: December 01, 2013, 03:03:58 PM
Difficulty adjustment already provides a mechanism to adjust a variable value with consensus. Why not just treat block size the same?
For example if the average size of the last 2016 blocks were 80% full then the block size would double.
10  Bitcoin / Legal / Re: Swiss national councillor to ban Bitcoins on: September 18, 2013, 11:16:30 PM
Any law in Switzerland can be overturned with 50,000 signatures.
Doubt it will get passed.

http://en.wikipedia.org/wiki/Referendum#Switzerland


Here is an awsome example:

http://boingboing.net/2007/12/02/swiss-dmca-petition.html
11  Bitcoin / Development & Technical Discussion / Re: Bitcoin Daemon Multi-User Security on: August 14, 2013, 06:11:02 PM
You would have to code a secure middleware layer, with lots of sanity checks built in.
12  Bitcoin / Development & Technical Discussion / Re: 0.9 Status? on: August 14, 2013, 02:54:50 PM
You can see what's going on here

https://github.com/bitcoin/bitcoin/
13  Other / CPU/GPU Bitcoin mining hardware / Warning! New Scam on Facebook re, ASIC hardware on: August 07, 2013, 10:09:45 PM


If you see and click on this ad, it takes you to a website called http://asicrigs.ag

Plus they are using images from KNC Miner.
14  Bitcoin / Project Development / Re: [WIP] My opensource Node.js Stratum server and client + RPC interface on: July 31, 2013, 01:23:23 PM
Nice work, gonning to try it out over the weekend.
15  Bitcoin / Project Development / Re: [WIP] My opensource Node.js Stratum server and client on: July 26, 2013, 09:04:24 PM
Thank you! Been waiting for this for a while. 1 BTC tip sent!
16  Bitcoin / Development & Technical Discussion / Re: DNS for bitcoin network on: July 22, 2013, 02:26:43 PM
DNS involves trusting third parties, which is not (much) of an issue with the actual DNS system as it stands, but Bitcoin is controversial to some, so it might be problematic. As Saturn7 says, using the namecoin system could be a potential solution.

So namecoin doesn't require trusting third parties? I don't think most users will run full namecoin nodes, so probably they would trust external DNS-servers.

Yes but if one was inclined to check if a third party namecoin providers was blocking or changing entries the information to check that is available to you.

Namecoin really has some amazing potential if basic usability layers where added to it, which I believe are being developed, but there are not that many dev's focusing their attention on namecoin at the moment.
17  Bitcoin / Development & Technical Discussion / Re: DNS for bitcoin network on: July 22, 2013, 10:28:00 AM
namecoin is good for that
18  Bitcoin / Mining support / Re: How to find your hash rate? on: July 15, 2013, 07:15:42 PM
5870 at 900Mhz Clock speed and 300Mhz Ram will give you 430M/hashes no problem.

Use the AMD Overclock tool to set Ram and clock speed

http://www.techpowerup.com/downloads/1641/amd-gpu-clock-tool-v0-9-26-0-for-hd-5870/
19  Bitcoin / Development & Technical Discussion / Re: Increase currency divisibility with soft-fork on: July 15, 2013, 02:27:09 PM
just think if we did need to split a satoshi it would be because each btc would be worth at least $1 million.

Let's all aim to have this problem.   Grin
20  Bitcoin / Hardware / Are block erupter suppose to get too hot to touch? on: July 14, 2013, 12:23:38 PM
Just got mine today and plugged it in, after about 5 min i couldn't touch it-it was so hot.
Pages: [1] 2 3 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!