Bitcoin Forum
May 03, 2024, 10:15:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 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 »
1841  Other / Politics & Society / Re: Let's talk about the dark side on: October 28, 2011, 09:02:00 AM
but you can still trace them, after they have received the bitcoins. you can't do that with cash.

If that is true, then bitcoin will make it even easier to electronically monitor organized crime as well.
that is true, as soon as they come in contact with a government controlled merchant, they are traceable.

they have the bitcoins, but they can't spend them.
1842  Other / Politics & Society / Re: Let's talk about the dark side on: October 28, 2011, 08:52:20 AM
but you can still trace them, after they have received the bitcoins. you can't do that with cash.
1843  Alternate cryptocurrencies / Altcoin Discussion / Re: Massive 800+ BTC buy wall of LTC on: October 28, 2011, 06:14:34 AM
pump 'n' dump!
1844  Bitcoin / Bitcoin Discussion / Re: Coming Soon! impossible to steal wallets on: October 27, 2011, 04:00:13 PM


True in most cases, however for things like a TPM a process doesn't have access to data stored inside the TPM unless it has also compromised the operating system.  I was just pointing out a second attack vector, even IF you could assure the private keys remain private a wallet could be compromised by transfering the value using the client.

a compromise of the OS, would'nt do anything. the TPM only does signing, it contains a private key, that the OS does not have access to.
1845  Bitcoin / Bitcoin Discussion / Re: Coming Soon! impossible to steal wallets on: October 27, 2011, 03:45:51 PM
when you release it, i will hack it in 10 seconds, or at least proof that there are a flaw in your system.

wanna a bet? 100btc, 1000btc?

Ill take it!
1000 BTC it takes you more than 10 second to hack or disprove my unhackable arhm.. I dont know, obfuscated file extension enhanced password protected zip file method. Ready when you are, Ill publish and you have 10 seconds. Deal?
typo! minutes?
1846  Bitcoin / Bitcoin Discussion / Re: Coming Soon! impossible to steal wallets on: October 27, 2011, 03:33:35 PM
when you release it, i will hack it in 10 seconds, or at least proof that there are a flaw in your system.

wanna a bet? 100btc, 1000btc?
1847  Bitcoin / Development & Technical Discussion / Re: How is done GPU hostility ? on: October 27, 2011, 11:05:20 AM
i think its memory(cache) intensive code, instead of computation intensive code.
you could do it on a GPU, but if the memory is not fast enough, or all the required memory can't be in cache GPUs will not speed it up.
1848  Other / Politics & Society / Re: 99%, 53%, 1%, Black, White - It's all retarded. on: October 26, 2011, 06:10:52 PM
You know what the origin of racism and classism is?

We have to remember that there aren't any rights that come with being a certain ... class.


Especially the poor, right Atlas?
What should entitle the poor to anything more than the rich and vice-versa? It's a silly question.
ATLAS CONFIRMED!
1849  Other / Meta / Re: The Case against Solidcoin, and it's place on bitcointalk.org on: October 26, 2011, 03:14:43 PM
close the shit. ban him.
1850  Other / Beginners & Help / Re: All these new BitCoin clones? Your opinions? on: October 26, 2011, 08:38:33 AM
they suck. but bitcoin can not die becuase of them.
1851  Bitcoin / Bitcoin Technical Support / Re: Req: Python MtGox auth example on: October 26, 2011, 07:42:56 AM
THANKS!
please consider to donate, so i am motivated to helping more people. Smiley
1852  Local / Skandinavisk / Re: Kan du hjälpa mig översätta Satoshi ursprungliga dokument? on: October 25, 2011, 12:38:59 PM
hvorfor oversætte den? alle ka sku da engelsk!
1853  Bitcoin / Project Development / Re: [BOUNTY] 1000 BTC for getting a major business to accept Bitcoin on: October 25, 2011, 08:04:56 AM
i have just asked kickstarter.com to use bitcoin as a donation method. i think that its the right way to use bitcoin, because bitcoin can be used to sent small amounts.
1854  Bitcoin / Bitcoin Technical Support / Re: Req: Python MtGox auth example on: October 25, 2011, 06:52:50 AM
Code:
from urllib import urlencode
import urllib2
import time
from hashlib import sha512
from hmac import HMAC
import base64
import json
def get_nonce():
    return int(time.time()*100000)

def sign_data(secret, data):
    return base64.b64encode(str(HMAC(secret, data, sha512).digest()))
     
class requester:
    def __init__(self, auth_key, auth_secret):
        self.auth_key = auth_key
        self.auth_secret = base64.b64decode(auth_secret)
       
    def build_query(self, req={}):
        req["nonce"] = get_nonce()
        post_data = urlencode(req)
        headers = {}
        headers["User-Agent"] = "GoxApi"
        headers["Rest-Key"] = self.auth_key
        headers["Rest-Sign"] = sign_data(self.auth_secret, post_data)
        return (post_data, headers)
       
    def perform(self, path, args):
        data, headers = self.build_query(args)
        req = urllib2.Request("https://mtgox.com/api/0/"+path, data, headers)
        res = urllib2.urlopen(req, data)
        return json.load(res)
1855  Bitcoin / Bitcoin Discussion / Re: We're under attack on: October 24, 2011, 02:38:38 PM
eazy now. this is not an attack.
1856  Other / Beginners & Help / Re: Ubuntu install. on: October 24, 2011, 11:59:18 AM
your database is of a wrong version. be sure to use the 4.8 version of libdb++ in ubuntu, when you are compiling
1857  Bitcoin / Bitcoin Discussion / Re: A little forum Data analysis on: October 23, 2011, 06:46:32 PM
Good analysis.  The value of a Bitcoin is absolutely higher than it was a few months ago, even though the market price has fallen. Some people have a hard time understanding that =)
Marginally, yes but below expectations.... imo that's why ultimately the exchange rate is falling.

Further more I think that the value hasn't increased since summer.
in april in was around 1
1858  Other / Beginners & Help / Re: [HOWTO] One line to download & compile bitcoin 0.5.0rc1 on Ubuntu on: October 23, 2011, 06:39:06 PM
+1 nice one!
1859  Other / Beginners & Help / Re: Duplicate values on: October 23, 2011, 06:32:02 PM

for another time, please specify in the first post please, we can't understand you otherwise.

What do you mean ?
Hi, How the Bitcoin network checks for the same block number creation in two different wallets ?
1860  Other / Beginners & Help / Re: Duplicate values on: October 23, 2011, 06:22:53 PM
I mean , to generate the block all I need is  to find a number  that is lower than a target ,
what if you will find the same number in the same time or nearby and will claim the ownership
on the money in the block.
oh now i understand! they can't find the same block, with the same hash(yes they can but its very very unlikely.). because the ownership of the reward, is a transaction in the block. that transaction is used to build the merkel tree, along with all the others transactions. and that merkel root will be included in the block, and it will change the hash of the block.

that why you also not can steal others blocks, if you tryed to put in a fake reward transaction, the block hash would change, and thereby invalidating the block.


for another time, please specify in the first post please, we can't understand you otherwise.
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!