Bitcoin Forum
June 16, 2024, 05:02:18 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 [132] 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 334 »
2621  Bitcoin / Project Development / Re: Hosted bitcoind services on: January 01, 2015, 01:19:48 PM
I'm sure blockchain.info are able to access my "online wallet" for instance, they do own the hardware.

Although they have had some rather bad recent screw ups, the wallet design itself (assuming no flaw), means that the private keys are encrypted "client-side" via .js (so they cannot steal your funds from having access to the server alone).

You should keep this in mind if you are thinking of providing any sort of "wallet service".
2622  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:50:29 PM
Double spends on this page may be unintentional. In the event that a double spend is maliciously crafted being listed on this page is no indication that it was successful or any merchant or user lost money as a result.

Yes - I read that - did you read my reply?

So he adds a "disclaimer" but sticks to the "alarmist double-spend" term. Unfortunately most users are going to be alarmed rather than click further to be informed.

I am not sure whether there is a "perfect term" but "double-spend attempt" would at least be far more technically accurate.

When it comes down to it explaining the details is something that most people unfortunately are going to pay about as much attention to as they do all the fine print in their credit card contract or the like.

So if they use the term "double spend" then that will sink in just like the term "charge back" does.
2623  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:48:05 PM

So he adds a "disclaimer" but sticks to the "alarmist double-spend" term. Unfortunately most users are going to be alarmed rather than click further to be informed.
2624  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:44:47 PM

I don't grok German - and again - just because bitcoin.info insists upon using the incorrect term "double spend" doesn't somehow make it correct.

Unfortunately Ben (the guy who *is* blockchain.info) doesn't listen to other people and therefore doesn't fix up fundamental things like that (and even worse doesn't get proper reviewing done of the wallet code which led to people nearly losing around 1000 BTC recently).
2625  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:34:07 PM
This was a known case of a successful double-spend:
https://bitcointalk.org/index.php?topic=152348.0

Again - the word "double-spend" is not technically correct as far as the blockchain goes.

There has never been (and never will be) an actual "double spend" in any blockchain worth using.

If an exchange decides to give you say USD after X commits then they are taking the risk that X commits is "safe enough" but in reality Bitcoin can actually re-org all the way back to the last checkpoint (which could be hundreds or even thousands of blocks).

If I was selling a house for BTC I certainly would not be using 6 confirmations (more likely I would require hundreds if not thousands).
2626  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:28:57 PM
Example: if I send a transaction with zero fees to another address and I get no confirmation, I can repeat the transaction by sending it's again with a fee. This is what I meant Wink  Am I right?  Huh

Okay - it depends upon the actual tx. If you have insufficient fees for the tx to be "valid" then sure you can repeat with a "valid tx". But if your tx is "valid" (but just has no or a very low fee) then it will be propagated but may not get included in a block before it is removed from each node's memory pool.
2627  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:24:19 PM
Speed up which process? You can send a transaction with a higher fee to get a faster confirmation.

No you can't (maybe some certain nodes running non-standard software might do this but just try it yourself using say blockchain.info to see that you can't do what you suggest).

(note that we are talking about using the "same UTXOs as part of a different tx" not just creating a completely different tx using different UTXOs)

All nodes running the standard Satoshi software will simply reject any attempt to "double spend" so any "replacement tx" would have to wait until the first tx has been dropped from the memory pool of each node.
2628  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 12:21:53 PM
A double spend implies that one of the two  transactions will be "refused"  or maybe I don't understand how it works (maybe I'm wrong).

Yes - you are not wrong - this is why it is really more correctly described as a "double spend attempt" as blockchains do not allow "double spends" (if they did then they would be absolutely useless in performing the very job they were created for).

@Domino - There is no way to "speed up the process" currently. If a method to "replace a tx that has insufficient fees with one that has sufficient fees" is worked out and adopted by the majority of nodes then this would be the solution (for now you just have to wait).
2629  Other / Beginners & Help / Re: Double spent on: January 01, 2015, 04:46:00 AM
So these were merely an attempt at double spends but only 1 of those Tx was confirmed, right? And other one was rejected.

Yes - it would be better if they (blockchain.info) used the term "double spend attempt" (as that is far more technically correct).

Note that even that description is perhaps a little "emotionally loaded" as in fact it may just be someone who made a genuine *mistake* by omitting a fee trying to resend with an appropriate fee (currently a "replace with proper fee" is not supported).

Thus the existence of two such txs doesn't imply that someone is actually trying to cheat someone else at all (but if you have received funds in such a manner of course it would be better to be aware of the situation than not - although as has been pointed out accepting 0 confirmations is never a very good idea).

As far as alt coins go - any blockchain that doesn't prevent double spends is *useless* so even if they don't use the same consensus method as Bitcoin one would assume they don't allow "actual double spends".
2630  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.0 Automated Transactions on: January 01, 2015, 04:28:15 AM
Oh, it's the way I'm invoking it.  You have to compile the file first, or it does something inscrutable with stdout.  Still not sure it's behaving correctly, though.

Code:
lap% ~/alien/scala-2.11.2/bin/scalac ATAssembler.scala
Unknown: ADD @00000000 @00000001

Although I haven't played with that assembler tool myself perhaps try this instead:

Code:
ADD @00000000 $00000001

(I've just noticed that the test case listings are different to when I use the current C++ prototype)
2631  Bitcoin / Bitcoin Technical Support / Re: airgap wallet not totally safe? on: December 31, 2014, 03:29:18 PM
A QR code just contains *data* (no program) so it is very different to a USB device (that can contain things like autorun programs).

*EDIT* the use of QR codes is "dumb comms" vs. USB which is "smart comms" - when it comes to best security practices the "dumber" the better (audio cables are another approach that has been worked on).

Note that narrowing the comms down to "one channel" (i.e. just cams) is much better than having to deal with multiple potential comms channels.
2632  Bitcoin / Bitcoin Technical Support / Re: airgap wallet not totally safe? on: December 31, 2014, 03:36:34 AM
Anything you move over to the airgap computer should be through usb stick and then the usb stick essentially smelted.

It would be safer to use QR codes rather than USB devices (due to potential attack vectors) but if you are going to use USB there is no reason to "destroy" the device (the point is to simply not re-use it).
2633  Bitcoin / Project Development / Re: CIYAM - now recruiting on: December 29, 2014, 02:23:14 PM
Firstly season's greetings for those following this topic and secondly to reassure everyone that things are happening (to view progress it is probably best to follow the git commits as those happen a lot more than posts here do).

The basic Wallet package has been completed (and includes "type 1" deterministic wallets).

Congratulations to Burst for being the first blockchain to adopt the AT technology that was invented by CIYAM and it is expected that Qora will soon follow suit (meaning that the first atomic cross-chain transfer from two different mainnet blockchains will occur most likely very early in the new year).

The new consensus method that CIYAM is working on is currently under mathematical analysis and assuming all goes well there will be some major announcements to come in the next few months.
2634  Bitcoin / Project Development / Re: Sneak peaks, post a sneak peak of your project you're developing for 2015 on: December 27, 2014, 05:27:24 AM
c28025710166.b0-0.a28025710166?

You're mad man!

Let drop a few fairly harmless hints:
c28025710166 (identifies "chain" id 28025710166)
b0-0 (identifies the root block)
a28025710166 (identifies the root account)

Interesting, especially the: "./ciyam_client -quiet -no_prompt < x > y"  part.
Ian, why quiet and no prompt?

That is just to clean up the output for "y" (the actual "commands" and "prompts" are hidden).

I know I will probably not get an answer right now but,
what are you working on?

I am hoping that it could become the next big step in blockchain evolution.
2635  Bitcoin / Project Development / Re: Sneak peaks, post a sneak peak of your project you're developing for 2015 on: December 25, 2014, 03:35:33 PM
If you thought @btchip was hard to follow then this is going to make no sense at all (sorry but I am keeping things well under wraps for now):

Code:
./test_blockchain "1100-100!500~5<100000000000" 5 15 abcdefgh 2 >x
./ciyam_client -quiet -no_prompt < x > y
cat y
height 1
skipped 1550674738
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.a1550674738.h0.b1000
c28025710166.a49260122836.h1.b2000
c28025710166.a51263435006.h1.b900
c28025710166.a67342831607.h1.b900
c28025710166.a68511880994.h1.b900
c28025710166.chain.b1-5354171420
height 2
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.a1550674738.h2.b900
c28025710166.a49260122836.h2.b1900
c28025710166.a51263435006.h2.b1900
c28025710166.a67342831607.h2.b800
c28025710166.a68511880994.h2.b800
c28025710166.chain.b1-5354171420.b2-8855239233
height 3
skipped 49260122836
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.a1550674738.h3.b800
c28025710166.a49260122836.h2.b1900
c28025710166.a51263435006.h3.b2900
c28025710166.a67342831607.h3.b700
c28025710166.a68511880994.h3.b700
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921
height 4
skipped 49260122836
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.a1550674738.h4.b700
c28025710166.a49260122836.h2.b1900
c28025710166.a51263435006.h4.b2800
c28025710166.a67342831607.h4.b1700
c28025710166.a68511880994.h4.b600
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788
height 5
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.a1550674738.h5.b600
c28025710166.a49260122836.h5.b1800
c28025710166.a51263435006.h5.b2700
c28025710166.a67342831607.h5.b1600
c28025710166.a68511880994.h5.b1600
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213
height 6
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.a1550674738.h6.b500
c28025710166.a49260122836.h6.b1700
c28025710166.a51263435006.h6.b2600
c28025710166.a67342831607.h6.b2600
c28025710166.a68511880994.h6.b1500
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213.b6-8414300970
height 7
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.a1550674738.h7.b400
c28025710166.a49260122836.h7.b1600
c28025710166.a51263435006.h7.b2500
c28025710166.a67342831607.h7.b2500
c28025710166.a68511880994.h7.b2500
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213.b6-8414300970.b7-1202930541
height 8
skipped 49260122836
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.a1550674738.h8.b1400
c28025710166.a49260122836.h7.b1600
c28025710166.a51263435006.h8.b2400
c28025710166.a67342831607.h8.b2400
c28025710166.a68511880994.h8.b2400
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213.b6-8414300970.b7-1202930541.b8-7166529731
height 9
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h9.b2400
c28025710166.a49260122836.h9.b1500
c28025710166.a51263435006.h9.b2300
c28025710166.a67342831607.h9.b2300
c28025710166.a68511880994.h9.b2300
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573
height 10
skipped 49260122836
c28025710166.b0-0.a28025710166
c28025710166.b1-12954703015.a51263435006
c28025710166.b1-38240750070.a67342831607
c28025710166.b1-5354171420.a49260122836
c28025710166.b1-5639191502.a68511880994
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b2-12960432362.a49260122836
c28025710166.b2-21055444630.a1550674738
c28025710166.b2-27949801953.a68511880994
c28025710166.b2-31100409891.a67342831607
c28025710166.b2-8855239233.a51263435006
c28025710166.b3-31253519805.a68511880994
c28025710166.b3-32708913561.a1550674738
c28025710166.b3-3910906921.a51263435006
c28025710166.b3-4915038939.a67342831607
c28025710166.b4-14581520257.a1550674738
c28025710166.b4-35542795513.a51263435006
c28025710166.b4-39417908829.a68511880994
c28025710166.b4-5520982788.a67342831607
c28025710166.b5-14171611341.a51263435006
c28025710166.b5-25027294941.a1550674738
c28025710166.b5-2904983213.a68511880994
c28025710166.b5-3661965603.a67342831607
c28025710166.b5-6322508672.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h10.b2300
c28025710166.a49260122836.h9.b1500
c28025710166.a51263435006.h10.b3300
c28025710166.a67342831607.h10.b2200
c28025710166.a68511880994.h10.b2200
c28025710166.chain.b1-5354171420.b2-8855239233.b3-3910906921.b4-5520982788.b5-2904983213.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118
height 11
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b11-21296382229.a1550674738
c28025710166.b11-2197255194.a68511880994
c28025710166.b11-25323596803.a67342831607
c28025710166.b11-32202891470.a51263435006
c28025710166.b11-32419992933.a49260122836
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h11.b2600
c28025710166.a49260122836.h11.b600
c28025710166.a51263435006.h11.b1500
c28025710166.a67342831607.h11.b1500
c28025710166.a68511880994.h11.b2600
c28025710166.chain.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118.b11-2197255194
c28025710166.checkpoint.h5.w26546283575.blocks
c28025710166.checkpoint.h5.w26546283575.transactions
height 12
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b11-21296382229.a1550674738
c28025710166.b11-2197255194.a68511880994
c28025710166.b11-25323596803.a67342831607
c28025710166.b11-32202891470.a51263435006
c28025710166.b11-32419992933.a49260122836
c28025710166.b12-2291999104.a67342831607
c28025710166.b12-25657711480.a68511880994
c28025710166.b12-28538739136.a51263435006
c28025710166.b12-4260691738.a49260122836
c28025710166.b12-5483442487.a1550674738
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h12.b2500
c28025710166.a49260122836.h12.b500
c28025710166.a51263435006.h12.b1400
c28025710166.a67342831607.h12.b2500
c28025710166.a68511880994.h12.b2500
c28025710166.chain.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118.b11-2197255194.b12-2291999104
c28025710166.checkpoint.h5.w26546283575.blocks
c28025710166.checkpoint.h5.w26546283575.transactions
height 13
skipped 68511880994
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b11-21296382229.a1550674738
c28025710166.b11-2197255194.a68511880994
c28025710166.b11-25323596803.a67342831607
c28025710166.b11-32202891470.a51263435006
c28025710166.b11-32419992933.a49260122836
c28025710166.b12-2291999104.a67342831607
c28025710166.b12-25657711480.a68511880994
c28025710166.b12-28538739136.a51263435006
c28025710166.b12-4260691738.a49260122836
c28025710166.b12-5483442487.a1550674738
c28025710166.b13-12438141911.a51263435006
c28025710166.b13-21442721416.a49260122836
c28025710166.b13-4008034052.a67342831607
c28025710166.b13-8908081173.a1550674738
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h13.b2400
c28025710166.a49260122836.h13.b400
c28025710166.a51263435006.h13.b1300
c28025710166.a67342831607.h13.b3500
c28025710166.a68511880994.h12.b2500
c28025710166.chain.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118.b11-2197255194.b12-2291999104.b13-4008034052
c28025710166.checkpoint.h5.w26546283575.blocks
c28025710166.checkpoint.h5.w26546283575.transactions
height 14
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b11-21296382229.a1550674738
c28025710166.b11-2197255194.a68511880994
c28025710166.b11-25323596803.a67342831607
c28025710166.b11-32202891470.a51263435006
c28025710166.b11-32419992933.a49260122836
c28025710166.b12-2291999104.a67342831607
c28025710166.b12-25657711480.a68511880994
c28025710166.b12-28538739136.a51263435006
c28025710166.b12-4260691738.a49260122836
c28025710166.b12-5483442487.a1550674738
c28025710166.b13-12438141911.a51263435006
c28025710166.b13-21442721416.a49260122836
c28025710166.b13-4008034052.a67342831607
c28025710166.b13-8908081173.a1550674738
c28025710166.b14-10990064351.a49260122836
c28025710166.b14-16957491670.a1550674738
c28025710166.b14-17678172030.a68511880994
c28025710166.b14-22697899291.a51263435006
c28025710166.b14-36550136375.a67342831607
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h14.b2300
c28025710166.a49260122836.h14.b1400
c28025710166.a51263435006.h14.b1200
c28025710166.a67342831607.h14.b3400
c28025710166.a68511880994.h14.b2400
c28025710166.chain.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118.b11-2197255194.b12-2291999104.b13-4008034052.b14-10990064351
c28025710166.checkpoint.h5.w26546283575.blocks
c28025710166.checkpoint.h5.w26546283575.transactions
height 15
c28025710166.b10-21360949204.a68511880994
c28025710166.b10-39574303722.a1550674738
c28025710166.b10-4362724118.a51263435006
c28025710166.b10-8064254251.a67342831607
c28025710166.b11-21296382229.a1550674738
c28025710166.b11-2197255194.a68511880994
c28025710166.b11-25323596803.a67342831607
c28025710166.b11-32202891470.a51263435006
c28025710166.b11-32419992933.a49260122836
c28025710166.b12-2291999104.a67342831607
c28025710166.b12-25657711480.a68511880994
c28025710166.b12-28538739136.a51263435006
c28025710166.b12-4260691738.a49260122836
c28025710166.b12-5483442487.a1550674738
c28025710166.b13-12438141911.a51263435006
c28025710166.b13-21442721416.a49260122836
c28025710166.b13-4008034052.a67342831607
c28025710166.b13-8908081173.a1550674738
c28025710166.b14-10990064351.a49260122836
c28025710166.b14-16957491670.a1550674738
c28025710166.b14-17678172030.a68511880994
c28025710166.b14-22697899291.a51263435006
c28025710166.b14-36550136375.a67342831607
c28025710166.b15-10152908803.a67342831607
c28025710166.b15-2325865872.a1550674738
c28025710166.b15-29792343300.a49260122836
c28025710166.b15-35022792772.a68511880994
c28025710166.b15-5033177737.a51263435006
c28025710166.b6-11118368818.a68511880994
c28025710166.b6-17849671798.a1550674738
c28025710166.b6-35177362574.a51263435006
c28025710166.b6-35449157888.a49260122836
c28025710166.b6-8414300970.a67342831607
c28025710166.b7-1202930541.a68511880994
c28025710166.b7-19483921071.a49260122836
c28025710166.b7-2649179808.a67342831607
c28025710166.b7-27475715358.a1550674738
c28025710166.b7-37568853639.a51263435006
c28025710166.b8-17108842860.a68511880994
c28025710166.b8-31769010107.a67342831607
c28025710166.b8-7166529731.a1550674738
c28025710166.b8-8399088956.a51263435006
c28025710166.b9-17810728759.a51263435006
c28025710166.b9-36356119560.a68511880994
c28025710166.b9-4131015573.a1550674738
c28025710166.b9-6450943584.a49260122836
c28025710166.b9-7428638743.a67342831607
c28025710166.a1550674738.h15.b3300
c28025710166.a49260122836.h15.b1300
c28025710166.a51263435006.h15.b1100
c28025710166.a67342831607.h15.b3300
c28025710166.a68511880994.h15.b2300
c28025710166.chain.b6-8414300970.b7-1202930541.b8-7166529731.b9-4131015573.b10-4362724118.b11-2197255194.b12-2291999104.b13-4008034052.b14-10990064351.b15-2325865872
c28025710166.checkpoint.h5.w26546283575.blocks
c28025710166.checkpoint.h5.w26546283575.transactions
2636  Bitcoin / Development & Technical Discussion / Re: Blockchain bloat solutions? on: December 23, 2014, 02:56:27 PM
I don't think pruning is a good idea. One should be able to keep ALL history.
If it's too much for you, use Electrum or something similar.

No-one is going to *dictate* pruning - that would be an option of course but it would be much better to have people running full nodes with pruning than to instead run clients that have *no blockchain* like Electrum (as they are not helping to secure the network at all in regards to the blockchain).
2637  Bitcoin / Development & Technical Discussion / Re: Blockchain bloat solutions? on: December 23, 2014, 02:52:40 PM
Checkpoints are added by the devs at every new release (except perhaps some very minor patch releases) but the problem is that you need to be able to trace back UTXOs to their origin (known as "coinbase") which actually still includes the very first blocks created.

I gather that "pruning" will eventually help reduce the burden by being able to remove all spent UTXOs from the data needing to be kept.
2638  Bitcoin / Bitcoin Discussion / Re: The single biggest thing that will bring Bitcoin to the mainstream in 2015 on: December 22, 2014, 03:14:30 PM
I would not do well. I am only good at spurts of productivity. So I need a cozy job that lets me post on bitcointalk all day until something big comes up while still getting paid Tongue

Hmm... well maybe if the tasks have big enough rewards then those spurts can see you through times of inactivity without going broke in the meantime - but thanks for the honesty (that does help me to understand why the concept is perhaps *ahead of its time*).
2639  Bitcoin / Bitcoin Discussion / Re: The single biggest thing that will bring Bitcoin to the mainstream in 2015 on: December 22, 2014, 03:07:19 PM
I work in the contracting world. There are two types of workers in this world. Someone who gets hired on for a short amount of time to help complete a specific task and someone who works for a company that gets contracts and assigns it to their employees.hey might not have a choice.

Agreed - I was a contractor for many years and I created CIYAM Open as actually that is the way I am comfortable to work.

From the dibber's perspective the main issue is the number of project tasks that are available - so this is again a "chicken and egg" problem.
2640  Bitcoin / Bitcoin Discussion / Re: The single biggest thing that will bring Bitcoin to the mainstream in 2015 on: December 22, 2014, 02:53:30 PM
I am interested to know whether or not the CIYAM Open model of working (on tasks rather than for a single employer) is something you have or would consider?
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 [132] 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!