Bitcoin Forum
July 04, 2024, 03:34:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Electrum / Seed entropy on: November 10, 2013, 12:32:35 AM
As I understand it, Electrum uses 128 bits of entropy for its random seed generation, whilst the total space of bitcoin addresses is 256 bits. So by generating addresses using Electrum, you have already vastly reduced (by 2^128) the search space of addresses to perform a brute force attack. Am I understanding this correctly? Electrum is great but this has always worried me.

Not so long ago there was an attack on android wallets because the random number generator was broken. Could something similar happen here?
22  Economy / Speculation / Re: How much to sell off on the way up on: November 09, 2013, 12:31:06 AM
Here is my logic - the last time we had an exponential rise like this in April, the price crashed from $266 to $70 - a 73% drop. This time I dont think its going to be nearly as hard but you've got to be ready for it, so I just sold about 20% of my BTC, and will buy back again when the Chinese have had enough and this rally pops.
23  Bitcoin / Project Development / Re: BTC based gaming/gambling ? on: November 06, 2013, 11:35:39 AM
Ok everybody keeps mentioning the problem of hackers, so what about games where its more difficult to hack, e.g. racing games. Would anyone be interested in winning BTC for winning a race of Extreme Tux Racer?  Smiley
24  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt next-test 2013-07-21 on: August 17, 2013, 08:45:29 PM
Hi Luke,

Thanks for your hard work.

Would it be possible for the importaddress function for watch-only wallets to be merged in? This is something that merchants & services desperately need - to be free from thirdparty sites like blockchain.info

Here it is:
https://github.com/bitcoin/bitcoin/pull/2861
25  Bitcoin / Bitcoin Technical Support / Re: Can any one help me out to Launch BITCOIN betting site on: August 11, 2013, 01:36:52 PM
Ok I can give some pointers:

bitcoind is the command line version of the bitcoin client, as opposed to bitcoin-qt which has the QT graphical frontend. You can compile both of those programs from the bitcoin source code, or just download the binaries.

If you run either bitcoind or bitcoin-qt with the -server option, they accept RPC commands given by your script to make transactions, make new addresses, show deposits etc.

If you want to control bitcoind using Python, then this file is what many people use to send RPC commands:

https://github.com/jgarzik/python-bitcoinrpc/blob/master/bitcoinrpc/authproxy.py

Here is some python code to connect to the bitcoind running on the same box:

Code:
from authproxy import AuthServiceProxy
_service = AuthServiceProxy('http://bitcoinrpc:' + password + '@127.0.0.1:8332')
print _service.getinfo()

I hope that is helpful.
26  Bitcoin / Bitcoin Discussion / Re: Bitcoin irony on: August 04, 2013, 10:15:02 AM
The ironic part in Bitcoin is that it's a completely artificial (albeit carefully planned) market that aims to create the ultimate free market, why haven't the devs put any effort into a bounty system to tap into bitcoins network hashing potential? Call it Bitcoin+ and let people put up bounties for unique addresses/darknet union URLs, cracking FBI/bank passwords etc.

One important reason for having the seemingly pointless proof of work problem that bitcoin uses (as opposed to a useful problem), is that its difficulty can be adjusted up and down to regulate the block discovery time. If you were solving a useful problem like cracking keys, how could the difficulty be adjusted?
27  Bitcoin / Project Development / Re: Bitcoin Hardware Wallet [Last Updated: June 25th, 2013] on: July 18, 2013, 12:25:18 PM
This project looks awesome. Great work indeed!

Have you got any case designs yet for the device?

Also, would it be possible for the hardware to have a tiny cheap camera? That way you could meet someone and show a QR code from your device's screen and your new friend could scan it with his device. If it could do that I would buy multiples of them.
28  Bitcoin / Project Development / Sick of surveillance on: June 22, 2013, 02:21:44 PM
Im sure many people on this board are like me - sick at the sheer scale of government spying that has been revealed over the last few weeks.

Well here are my thoughts and suggestions on how to fight against it.

The only way to communicate securely is by encryption, but encryption has a huge hurdle to overcome in terms of momentum and ease of use before it can become widely adopted amongst regular people. This is the key to fighting the ubiquitous surveillance state - the tools & software to communicate securely must be ridiculously easy to use AND most importantly easy to share with the people you want to communicate with.

There needs to be a catalyst to increase adoption of software that is peer to peer, secure and censorship resistant. My suggestion is to manufacture a dedicated hardware device with these attributes:

-Preloaded with an open source Linux distribution installed with Torchat, Bitmessage and a Bitcoin client. The Tails distro could be good for this.
-Cheap enough (as in Raspberry Pi cheap) to buy one and give another one away to your friends & family. Giving the devices away will build momentum behind using encrypted software.
-Equipped with a NFC chip scanner to easily share public keys with the people you meet face to face. Alternatively, the device could show a QR code on its screen and the other device scan it with built in camera.

How cool would it be to meet someone at a conference and swipe his to device to instantly give him your Bitmessage and Bitcoin addresses?

The reason I'm fairly convinced that making a new dedicated device is the best way to do it, is that the existing phones dont meet these criteria in that they are too expensive to give away, and force you to use their closed proprietary software. Most manufacturers really don't care about your privacy, and would all bend over to put in a backdoor for the NSA in a heartbeat. This needs to be a community effort.

We could name this device the "Bitstick" or something. Im a developer so I would be willing to contribute time and funds to see this device made, as long as other people thought it was a good idea as well.

What do you guys think?
29  Other / Beginners & Help / Re: Im New. What wallet should i use? on: May 27, 2013, 10:49:33 PM
Definitely check out Electrum if the thought of syncing gigabytes of transactions doesnt appeal to you.
30  Economy / Games and rounds / Re: *FREE BTC* -PrimeDice.com Giveaway Thread - Just post Address! *FREE BTC* on: May 27, 2013, 07:53:00 PM
Im in  Wink
13SpJPZCen6ffz7EqA8bLWNGW2aeiMgstQ
31  Other / Beginners & Help / Re: Bitcoin Businesses and Developers, Let's Get Started! on: May 25, 2013, 10:30:33 AM
I am a developer, and I was developing another gaming site. Im thinking of taking what Ive got and turning it into an Intrade style Bitcoin prediction market site.

Is anyone else using Electrum to control the transactions? Its really nice to import Electrum into a python server, and you dont have to worry about having the blockchain on your server like with bitcoind.
32  Other / Beginners & Help / Re: Buying bitcoins at high or higher value need help!!! on: May 25, 2013, 07:52:11 AM
If you want to purchase face to face, then I suggest localbitcoins.com where you can find people in your area willing to sell. You can meet them and decide if you trust them before buying.

sounds good but I would rather not show myself to someone on the internet

I agree, so find a seller on the site and message him to get his phone number first - thats what I did.
33  Other / Beginners & Help / Re: Buying bitcoins at high or higher value need help!!! on: May 25, 2013, 07:36:45 AM
If you want to purchase face to face, then I suggest localbitcoins.com where you can find people in your area willing to sell. You can meet them and decide if you trust them before buying.
34  Other / Beginners & Help / Re: My Bitcoin gaming project on: May 24, 2013, 04:00:47 PM
Thanks very much Chrithu for the feedback.

Yes I think I have some rethinking to do about the product. I just noticed another thread here where the general consensus is that almost all skill based games are basically impossible to provide for Bitcoin, because of the ease of writing bots etc.

I will take the transaction code that Ive written, and develop a different kind of service.
35  Other / Beginners & Help / My Bitcoin gaming project on: May 23, 2013, 01:44:52 PM
Hi everyone,

Happy to be making my first post in the forum. Ive been following it for a few months now when I bought my first load of Bitcoin, and was especially interested in the Urban Terror gaming website that was announced about a year ago.

I like first person shooters, so Ive almost finished creating a website where you can play OpenArena for Bitcoin.

Ive been programming for years, but wouldn't say I'm the best product designer in the world. Therefore I wanted to get some feedback on my project before I invested more time putting the finishing touches to it and then paying for web servers etc.

Here is the way it works. Users register an account on the website, make a deposit and get given an OpenArena server address to join. For each frag made, the winning player obtains 0.01 BTC from the losing player. It's more fair than the older project in that the losing player can then get his 0.01 BTC back by fragging the winner - the website only takes a commission when making a withdrawl. Users can look at their account to list their deposits and make withdrawls, as well as viewing their scores.

Ive restricted the weapons to the rocket launcher to make aimbots less useful, and Ive set the game server level to be wrackDM17 - a wide open level with almost no walls. But if the game server admins do see any cheating, they will suspend that player's account and distribute his funds to the other players.

I would also like to make the website support private rooms where you can setup games with your friends. That way if your friends are Bitcoin broke you can donate (or trade for cash) to them to let them play a game with you. I haven't implemented this yet.

So I wanted to ask the Bitcoin community:
-Would you want to shoot in OpenArena for Bitcoins?
-Would you play on my public OA game server, or would you prefer to wait until the website supports creating private games for your friends?
-Would you totally prefer I made my website host a different game, such as Hedgewars? (It has to be an Open Source game)
-Any general criticism about the project?

Thanks for any feedback.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!