Bitcoin Forum
June 21, 2024, 02:03:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 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 ... 334 »
2181  Bitcoin / Development & Technical Discussion / Re: Pushing Partially Signed Transactions to other Bitcoin Clients on: March 03, 2015, 06:38:49 PM
I don't think this can be done using any "standard" client (things like "coin-join" are somewhat similar and they require specialised software).

The raw tx RPC calls will let you build up the tx piece by piece but a non-complete tx is not able to be broadcast to the network (AFAIA).
2182  Other / Politics & Society / Re: Intellectual property in the blockchain on: March 03, 2015, 06:09:03 PM
Seriously "ideas are worth very little".

Anyone can say "I thought up the idea of faster than light travel" (but didn't actually manage to even design it or even if they did it didn't actually work). So now are they supposed to get all the "royalties" in the future because "they announced they thought of it"?

Copyright is *dead* and patents should be buried as well. They are not at all suitable to the 21st century.
2183  Other / Politics & Society / Re: Obama sharply criticizes China's plans for new technology rules on: March 03, 2015, 05:40:26 PM
As the NSA has already effectively installed spyware on nearly all computers made in the world (via HDD firmware as has been published in the mainstream media) it actually seems quite reasonable that China is doing this (and installing their own spyware for every US citizen that buys Chinese made hardware).

It used to be you had a choice to be spied upon either by the US or by China but from now on you are going to be spied upon by both. Enjoy!
2184  Bitcoin / Project Development / Unable to query blockchain.info for balances (API change?) on: March 03, 2015, 05:21:35 PM
This used to work fine:

http://blockchain.info/q/addressbalance/1ciyam3htJit1feGa26p2wQ4aw6KFTejU?confirmations=1

but now just comes back with nothing.

Has the API changed?
2185  Bitcoin / Press / Re: [2015-03-03] insidebtc: Multiple Teams Creating Bitcoin-based Prediction Markets on: March 03, 2015, 04:53:13 PM
The real problem with such things are the "oracles" needed to be trusted to "publish the results".

Once we have elections actually running on blockchains then you'd have a much better system.
2186  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: March 03, 2015, 09:48:39 AM
If this stupid arguing continues then I'll just unwatch this topic (which will probably be more your loss than mine but if you guys think it is better to just fight then go ahead - this topic can just become a wasteland of idiots arguing for all I care).

Everyone has read enough about it to make up their own minds by now (assuming that they even care about the accusations being raised).
2187  Bitcoin / Project Development / Re: 20 BTC bounty for first AT *atomic cross-chain transfer* with Script clone on: March 03, 2015, 03:26:36 AM
The bounty is for a Bitcoin clone (which Qora is not) and actually it is the CIYAM Developers who have written the AT code for Qora. Smiley

Also if I see progress from an alt coin developer by the end of the month (in terms of actual code having been written) then I will extend the deadline for this bounty.
2188  Alternate cryptocurrencies / Altcoin Discussion / Re: Could Ethereum & automated transactions spread viruses/malware? on: March 03, 2015, 03:24:53 AM
Couldn't someone use some kind of memory overflow, to then make the computer execute code on the machine? So it would need some sort of bug - but since bugs tend to exist, such things have been done on other systems routinely.

In the case of AT it would only really be possible via the AT API having a bug (which is why it is purposely not a very large API).

Thorough testing of API functions should ensure that there is no "deadly memory leak" or the like but of course "complete coverage" isn't so easy (so constant reviewing of the API source code would be required).
2189  Economy / Economics / Re: If arbitrage is so significant then why is BTCe always lower? on: March 02, 2015, 05:47:21 PM
There are also differences in fees and deposit methods that make the expense of using one exchange different than another. When all those expenses are factored in, the price may look more typical.

Just try making money from arb and you'll soon realise that unless you have some "special contacts" then it is basically impossible.

(the only person that I know of that made a lot from arb is a Chinese guy who had Japanese contacts and that fucked up when Mt. Gox went under)
2190  Economy / Economics / Re: If arbitrage is so significant then why is BTCe always lower? on: March 02, 2015, 04:43:17 PM
Go ahead and do the math and calculate the roundtrip time it takes to wire cash to btc-e - purchase btc - withdraw btc and deposit in coinbase - cash out btc and wait more time for cash to ach to your account and repeat. Add up the risks from volatility and all the fees in the process and you will soon realize that profiting from this is dangerous.

Exactly - when the USD prices on Gox BTC started to go up I knew that it was "time to remove all BTC from Gox" but plenty of suckers thinking that they would get rich from arbitrage stayed on until the collapse (and are now just hoping to get anything back from that failed exchange).
2191  Economy / Economics / Re: If arbitrage is so significant then why is BTCe always lower? on: March 02, 2015, 04:33:23 PM
Delays are irrelevant.

You clearly have never tried to make money from arbitrage.
2192  Economy / Economics / Re: If arbitrage is so significant then why is BTCe always lower? on: March 02, 2015, 04:06:02 PM
Arbitrage is generally not really possible due to "delays". Even when Gox had a "huge difference" people didn't make money from that.
2193  Alternate cryptocurrencies / Altcoin Discussion / Re: Could Ethereum & automated transactions spread viruses/malware? on: March 02, 2015, 01:52:11 PM
ATs cannot execute any code outside of their own machine code and its API has been kept intentionally very minimal so that it isn't possible to create anything more nefarious than a smart contract that fails to work properly.

For example - it cannot create files, it cannot create or use internet connections but can only operate within its very limited sandbox.

Although I haven't studied Ethereum in detail I would expect it is also safe from this sort of issue.

Of course a "bug" in a particular implementation (of the API in particular) could present a huge problem and that is why such things need extensive testing.
2194  Bitcoin / Project Development / Re: 20 BTC bounty for first AT *atomic cross-chain transfer* with Script clone on: March 02, 2015, 11:28:29 AM
Unfortunately still no altcoin devs have "stepped up" to implementing the Turing complete Automated Transactions system - so in order to provide a sense of urgency please note that I will be removing the bounty after the end of this month.
2195  Bitcoin / Bitcoin Discussion / Re: Prediction markets - the new "snake oil" or what? on: March 02, 2015, 02:26:54 AM
Now that we have the Bitshares fanboys attention I think it is time to lock this topic.

(beware of anyone trying to change the definition of "decentralised")
2196  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline on: March 01, 2015, 02:57:33 PM
An update just to say that the blockchain code is progressing well (you can check https://github.com/ciyam/ciyam/commits/master to keep a track of what is being developed).

Automatic "checkpoints" are a key feature now and blockchain rewinds (back as far as the last checkpoint) are now working (these are needed to reorganise a blockchain in the case of nefarious block minting).

Also the ability to "prune" old checkpoint blocks and transactions means that a CIYAM blockchain will always be compact.
2197  Other / Politics & Society / Re: Germany is ready for the republication of Mein Kampf on: March 01, 2015, 12:51:51 PM
If it is anywhere near as boring as Ayn Rand's stuff then I don't think I'd bother even trying to wade through it.

Cheesy
2198  Bitcoin / Bitcoin Discussion / Re: Prediction markets - the new "snake oil" or what? on: March 01, 2015, 11:32:16 AM
I had come to the conclusion that pirateat40 was a scam a good couple of months before its actual collapse and as soon as I saw the huge difference in prices on Mt. Gox compared to other exchanges I knew it was time to remove any BTC from there (there was a window of about a month with that).

Honesty and decentralisation (especially if you want any degree of anonymity) just don't mix IMO.
2199  Alternate cryptocurrencies / Altcoin Discussion / Re: A.I. Coin Pre-Release Development Diary on: March 01, 2015, 02:47:33 AM
I agree with rpietila, theymos might do an old timer a favor and change his name, but his time is too limited to do it for the rest of us.

It probably has got far too big for that now - but at least newbies won't really lose anything by creating a new account.

You can also buy senior accounts (assuming one for sale has a name you like) for well under 1 BTC.
2200  Bitcoin / Bitcoin Discussion / Re: Prediction markets - the new "snake oil" or what? on: February 28, 2015, 05:17:28 PM
I do *get* the idea of the "wisdom of the crowd" but I think that the way this is being *used* currently looks just like pirateat40's "investment scheme" looked like (which took a hold of quite likely 50% of this forum members that were "wanting to get rich quick").
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 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 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!