Bitcoin Forum
June 14, 2024, 11:17:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
3361  Economy / Trading Discussion / Re: Spare CPU cycles for bitcoins? on: November 26, 2010, 12:59:29 AM
The problem is that it is hard to prevent it from being used as some kind of botnet/spamnet.  There are still very few legit buyers of such CPU cycles.

This can be solved by sandboxing and giving only specific API to task developers. I think it can be done easily, because I already did this for python scripts and it worked quite well. For commercial usage maybe Java is better (high level language but good performance, possibility for GPU processing and sandboxing).

By the way there were some commercial projects like this. It always finished on low demand for this kind of processing.
3362  Bitcoin / Development & Technical Discussion / Re: Who uses the GUI anyway ? on: November 26, 2010, 12:52:02 AM
Wouldn't it be great if debian users could just "apt-get install bitcoin" ?

Bitcoin protocol is not stable yet. It could be problematic when incompatible change happen and thousands people have clients from their 'stable' distribution. This was also reason why Tor was not in repositories for many years.

3363  Bitcoin / Development & Technical Discussion / Re: Version 0.3.17 on: November 25, 2010, 11:49:50 PM
and what exactly does "free transaction limits" mean? what is the new transaction fee schedule?

Is transaction fee used for confirmation priorities? If yes, it would be cool to allow changes of fees directly on 'send coins' dialog. For some donations of few bitcoins I don't care about time, but if I want to send coins to somebody who is waiting to confirmation, it can help...
3364  Other / Off-topic / Re: Open Source Bank on: November 25, 2010, 10:52:23 PM
Dumb question: Why I should lend bitcoins to somebody who I don't know, when price of bitcoins itself rises due to its deflationary principle? I'm pressed to lend (and invest) when money lose its value by lying on my account, which is not an issue in bitcoin.

It can be profitable only when I lend on high percent (% deflation + % interest). In case of inflation, lending is everytime better than leave money on my account (even if interest < inflation). Am I right?
3365  Economy / Trading Discussion / Is AlertPay better than PayPal? on: November 25, 2010, 10:01:39 PM
Does anybody have any experience with AlertPay? It is safer than PayPal for sellers? I mean chargebacks etc...
3366  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: November 25, 2010, 04:47:30 PM
I believe that IE has cryptographic extensions that you can use from javascript. Maybe that will speed it up?


 Do you have any link or reference? I found only 3rd party ActiveX component here http://www.chilkatsoft.com/js-sha512-hash.asp.
3367  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: November 25, 2010, 02:53:20 PM
Is your JavaScript code available?

I wish the getwork RPC command could be allowed for non-authenticated users from other hosts.  It isn't revealing any secret information, is it?

Will be available if I finish that. It is just for curiosity because it will be slow as hell. Also network overhead will be significant.

I expect simple PHP proxy will do good work for hiding credentials to client. something like yourdomain.com/getwork.php which call rpc to localhost and return json encoded data.
3368  Bitcoin / Bitcoin Discussion / Re: Needed bitcoin software? on: November 25, 2010, 02:48:16 PM
There was update before 15 minutes. Did you receive it? It is always in text format. If you are interested, I can send you original json (there are the same data, but encoded as json dict).
3369  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: November 25, 2010, 02:14:17 AM
In the beginning, this is intended largely to demonstrate a 'getwork' miner.  It is written in straight C, with minimal dependencies (libcurl, libcrypto, jansson).

Cool, I like simplicity of your code. I want to try similar implementation in javascript. Partially because of curiosity and partialy because (inspired by hashcash) it can generate few hashes by fighting comments spam :-).

I just made few tests. In four javascript threads I get ~4khash/s, which is EXTREMELY slow. Probably because javascript is interpreted and without any JIT yet. Would be great if javascript supports GPU. Flash will support GPU soon, so we will see Wink.
3370  Economy / Trading Discussion / Re: Ripple open decentralized credit on: November 24, 2010, 10:51:27 PM
This seems interesting, I did not know that. But hey! I'm missing "Bitcoin" as Default unit on ripplepay! :-) Are you somehow related to ripplepay developers? It would be nice to add Bitcoin as currency ;-).
3371  Bitcoin / Bitcoin Discussion / Re: Which Country You're From on: November 24, 2010, 05:04:47 PM
Czech Republic
3372  Bitcoin / Development & Technical Discussion / Re: Bitcoin Protocol Specification on: November 23, 2010, 06:38:31 PM
it's not always what the user wants or needs

Well, there is no way how to implement unofficial clients for many users/programmers (like me), because they are not enough skilled in C++ and reverse engineering. But I'm capable to write alternate client with at least basic specification how whole thing works. Unfortunatelly because I'm not capable to write own client, I'm also not capable to help anybody with specs. At this time, I'm dependent to somebody else who starts specification process.

I'm absolutely not talking about any formal standard, wiki should help a lot in this stage.
3373  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: November 23, 2010, 06:28:53 PM
Hi m0mchil, firstly thank you for your work. Is there any way to include getwork patch into official client? I'm using bitcoin on old centos server and compiling is pain here!
3374  Bitcoin / Bitcoin Discussion / Re: support for dns lookups on: November 21, 2010, 06:21:04 PM
While this is certainly useful for a site accepting donations it'll not be a solution for Online Shops because the receiving end of the transaction has no way to distinguish payments, and where they came from. For this purpose it is solicited to generate a new address for each transaction, which in DNS and link-rel is not a given.

Let's imagine that eshop will tell customer to pay to address https://great-eshop.com/customernickname where link-rel is unique for every customer nickname. It is just alias for any bitcoin address.

It is nice to remember for customer, extremely easy to implementation and safe enough.
3375  Other / CPU/GPU Bitcoin mining hardware / Re: A new miner written in Java, should be faster than m0mchil's on: November 21, 2010, 06:10:31 PM
Hi Diablo, I just tried your miner on Nvidia ION; it is quite impressive machine, because your hashmeter showing me 43Ghash/s at this moment Wink. I was playing with -v and -w parameters and because I don't have an idea what it means, after setting up -w 1024 it become crazy. With default settings I have 2000khash/s which is very poor, but reasonable for this machine.
3376  Bitcoin / Development & Technical Discussion / Re: URI-scheme for bitcoin on: November 21, 2010, 03:34:14 PM
Didn't miss anything important in your list.


I like a possibility to encode not just address and address, but also a periodicity. Why not to combine both methods - take standard format of URI and parameters for period payments from second obscure notation? Something like

bitcoin:<address of recipient>?acount=10.00&period=12,monthly&next_variable=

I vote for removing 'sender address'. We can discuss how often anybody needs to catch both side of transaction (seller address and buyer address) in constant URI? Paypal subscription links also contains only receiver's information and metainformation about payment (amount, period etc). It is on the client side which his wallet he will use for transaction.

So when you notice that URI format can also keep information about period payments, I think it is far best notation. But create poll and we will see if I'm not alone with my attitude Smiley.
3377  Bitcoin / Bitcoin Discussion / Re: Needed bitcoin software? on: November 21, 2010, 03:03:25 PM
Do any of the exchanges have RSS feeds of their trade data?  That would seem like a reasonable way to transmit information of this nature and might be fun to have something like a stock ticker-type of application which would show trades happening in "real time".

I implemented jabber bot (python) which multicast changes on Mt.Gox in almost realtime fastion to all subscribed contacts, but it is currently off (it is working but I do not have reasonable usage yet). It is nice that the polling of mtgox API can be done only once for many many independent users.
Useful! Much better than polling Smiley


Try bitcoin@jabber.cz for updates. I started bot on my desktop, but have also 24/7 server where can be bot online if it will be useful.

Also current algorithm is that polling is faster when market is active (first poll after market update is 0.5 second, next ~1.5 second) and is limitely going to poll every ~25 when market is dead (here is simple log function inside which make time between polls longer). It is absolutely no problem to modify algorithm to fit special requests.
3378  Bitcoin / Bitcoin Discussion / Re: Automatic Encrrytion and Password Protection of wallet.dat File? on: November 21, 2010, 02:49:59 PM
Probably, yes, I don't understand you. Can you tell me more?

You use a password + salt and hash them for creating new password?
How did you manage to enter a password without access to any hash functions? Or you remember the hashes?

The few most important hashes I already remember. I also have my website with simple hash calculator in javascript and virtual keyboard.

Quote
I prefer to simply do not use a passwords. Smiley

Of course, I absolutely agree. But do you prefer to use *nothing* than passwords? It is the main concern I'm speaking again and again here. I'm ABSULUTELY agree with you that passwords are not good enough and I use PAM and private/public keys everywhere it is possible. But I will use password rather than leaving my money in plaintext. Agree?

Quote
I am wait for your answer and we compare our methods.

I didn't say it is not possible or that YOU cannot do that. I see that on bitcoin forum are 90% people geeks and 10% libertarians (which are not both geeks and libertarian). So you probably know how to do memory overflow. But I'm telling you there are tens of thousands of sysadmins which does not know how to do memory overflow but know how to do copy&paste. Again, passwords are better than nothing.
3379  Bitcoin / Bitcoin Discussion / Re: Automatic Encrrytion and Password Protection of wallet.dat File? on: November 21, 2010, 02:41:14 PM
Gavin, I almost agree. But

I think an online service that takes care of wallet security for you is a much better solution for non-geeks like my mom.

is way how classic banks started its businesses. When some online wallet become popular, they will probably see that have too much bitcoins on account which nobody handle for long time....

By the way, when you have account bitcoins on some service, how they belong to you? Technically they are not yours. Do you ask for some paper that you have some deposit here? Do you see an analogy? :-)

Electronic currency can be safer than physical wallet. Because it can be encrypted in your pocket and you can make a backup to your home vault. So when we fix wallet security somehow, there will not be a space for 'trusted entities which manage your large amounts of bitcoins'.
3380  Bitcoin / Bitcoin Discussion / Re: Needed bitcoin software? on: November 21, 2010, 02:05:06 PM
Do any of the exchanges have RSS feeds of their trade data?  That would seem like a reasonable way to transmit information of this nature and might be fun to have something like a stock ticker-type of application which would show trades happening in "real time".

I implemented jabber bot (python) which multicast changes on Mt.Gox in almost realtime fastion to all subscribed contacts, but it is currently off (it is working but I do not have reasonable usage yet). It is nice that the polling of mtgox API can be done only once for many many independent users.

I can publish my work or cooperate on this project, because it can be quite straightforward to add settings for each subscriber, which kind of price he is interested in (say 'send me just notification for movement above $0.3/USD).
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!