Bitcoin Forum
May 29, 2024, 02:02:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
81  Economy / Collectibles / Re: How would you like to design a bitcoin banknote? on: September 21, 2012, 09:53:20 PM
So even with a bad camera, bad paper, and bad ink, a moderate error correction level still stands up to a good deal of abuse before succumbing.

Waterproof paper might be desired:


I ran some notes printed on a Konica Minolta BizHub c360 color laser printer. Used 32lb 100% cotton paper with a tamper evident seal. I put it in my pants pocket and laundered the pants. The entire note was a little beat up especially on the edges but the ink didn't run at all. 100% readable.

put the note in the microwave and the seal got all sparkly and it left a little burn mark on the private key but it was still readable.

I'm looking for other ways people abuse money to see if the notes I printed will stand up to the abuse. I realize no one puts money in a microwave but I was feeling adventurous.

Also, I added the BitPay note to RobKohr's print coins project. I would have added all the notes from this contest but I could not locate layered project images for most of them. I also put aristus's turing note in the print coins project. It's easy to add a new note and the project is on github and I hope people ad more notes cause I love these things. http://printcoins.com





Note - the address for printing the bills is print.printcoins.com.


Thank you for adding the code for those bills!
82  Economy / Trading Discussion / Re: LadyBytes' Tutorial on Trading Bitcoin Locally (Semi-NSFW) on: September 03, 2012, 12:03:21 AM
You look retarded.

Wow, you are a special level of jerk.
83  Bitcoin / Development & Technical Discussion / Re: bitcoinj JSON-RPC interface [bounty] on: September 02, 2012, 05:38:47 PM
Technically, I can do this, and your technical requirements are not far off from something I have already partially designed for myself (no code yet). However, I'm not keen on "racing" other devs for the bounty (this just leads to sloppy work).

If someone picks up your offer, that's great. If not, please contact me directly. I have strong Java and Bitcoin experience, and I am interested in establishing my professional reputation in the Bitcoin software development field.

Sounds good, thanks. If the expiration expires on the bounty I will contact you. Also, keep in mind, this doesn't have to be a race between independent developers. Working as a team with others is also an option.
84  Bitcoin / Development & Technical Discussion / Re: bitcoinj JSON-RPC interface [bounty] on: September 02, 2012, 05:36:08 PM
yea for 5btcs I don't think anyone would do this, because it would just take a while to do and test.

Yep, this was just my personal value to myself. I was hoping that some others would have piled on more to the bounty that would have equally valued it.
85  Bitcoin / Development & Technical Discussion / Re: bitcoinj JSON-RPC interface [bounty] on: September 02, 2012, 05:09:40 PM
I am surprised by the lack of interest (no replies). bitcoind seems like a pain to run on a little server instance, and figured many others see it as an equal pain point.

Let me know if you are a developer that is about to start on this bounty. Otherwise I might just have to dust off my java knowledge hack it up myself.
86  Bitcoin / Development & Technical Discussion / bitcoinj JSON-RPC interface [bounty] on: September 01, 2012, 03:47:27 PM
I am thinking that it should be implemented in such a way that it would respond in the same ways as the bitcoind interface so that web services would use the same libraries for accessing them. I would drop the account feature though as it doesn't seem needed.

Top commands that need to be created:

getbalance, getnewaddress, getreceivedbyaddress, sendmany, settxfee

ideally this would all be done in a simple class that others could add too. minconf needs to be implemented as well since the use case of this is web services. The JSON-RPC system should be set up by default to be locally accessible only, and basic password security to prevent being hacked.

If anyone has the chops to just build it themselves, I am putting up a 5 BTC bounty on the first to complete a fully working version. The project should be open source so that the community can continue to grow it.

Feel free to ask any questions before developing if what I wrote needs clarification.

This bounty expires after 30 days.

If multiple people work on it, just have a lead that can divide up the bounty appropriately.

Anyone else want to kick into this bounty?

Bounty Balance:
RobKohr: 5BTC
....

----------------
5 BTC
87  Economy / Service Discussion / Re: pirate summary on: September 01, 2012, 02:56:41 PM
Quote
I just created this game for Ludum Dare game competition:

Then what the fuck is this from three years ago? http://www.youtube.com/watch?v=ceghid4mAps

Full disclosure: I'm now checking into your background and you better not be connected to Jared Leto otherwise I will pen an epic thread.  Grin

~Bruno~


Earlier version. This wasn't a normal Ludum Dare compo, it was just to finish something - even if you have been working on it for a long time.

The earlier version was in PHP and used ajax requests to constantly poll for updates for position of things.

The one I did for ludum dare was in Node.js and using websockets, though unfortunately I never got it to work just right.

Creating a nicely working real time web based game and not using flash is surprisingly difficult.


-----

So I finally read a good summary of the pirate thing here:
http://www.dailytech.com/Pirateat40+Makes+Off+56M+USD+in+BitCoins+From+Pyramid+Scheme/article25538.htm

Cute story. I am surprised people invested so much in him. Does anyone even know his real name and where he lives?

This all gives me great hope for bitcoin. We have bank robberies, fraud, gambling, drug dealing, and all manner of fun that you can only have when you are dealing with something that matters.

Things that normal currency have that bitcoin doesn't (yet):
*Bribing politicians
*Paying ransoms
*Paying for sex

Once we get these, I think bitcoin we will be an officially accepted currency. Sell all the alpacha socks you like, you only count in the eyes of the government when you can pay off politicians with bitcoins.
88  Economy / Service Discussion / pirate summary on: September 01, 2012, 02:03:03 AM
Ok, so I have no idea what is going on, but who is this pirate guy and what did he do? Also, why is it so important?
89  Bitcoin / Development & Technical Discussion / Re: Faster and lighter weight alternative to bitcoind on a server? on: August 31, 2012, 05:16:30 PM
Yep, I have been looking at bitcoinj, but was hoping not to have to roll a solution myself. Guess that this is just the facts, and it is time to get rolling.

90  Bitcoin / Development & Technical Discussion / Faster and lighter weight alternative to bitcoind on a server? on: August 31, 2012, 02:39:55 PM
Bitcoind is a hog on resources - memory, hard disk, and cpu. Especially if you are running on a little vps.

Does anyone have another suggestion as to something they actually use as an alternative to this.

I am looking for something:
* That can be easily interfaced with php
* doesn't require much if anything of the entire blockchain to be downloaded (something under 50 Meg would be great)
* Will not suck up much more memory than my apache server.
* Can still create new keys for itself and doesn't rely on some outside server to hold my private keys.
* Is easily set up from the command line in linux.
* Is fast and responsive.
* Is not something someone abandoned development on long ago.
91  Bitcoin / Development & Technical Discussion / Re: Setting up bitcoind -- old version? on: August 28, 2012, 07:40:15 PM
These steps:

http://www.imped.net/2007/07/20/apt-pinning-installing-unstable-packages-on-stable-debian/

Got me to bitcoind (0.6.2.2-1).

I added the sources listed (but changed de to us in the ftp domains) and then did:

sudo apt-get -t experimental install bitcoind

This should work well for those who like to stick with apt for package management.

I don't know how debian packages are maintained, but can someone take the reins of pushing this to the stable branch. Most debian/ubuntu users just like to use apt to install packages, and this means there are many machines with outdated versions of bitcoind running.
92  Bitcoin / Development & Technical Discussion / Setting up bitcoind -- old version? on: August 27, 2012, 06:26:31 PM
I followed these instructions to install bitcoind on a debian linux box:

http://bealers.com/2012/01/installing-bitcoin-on-debian-squeeze/

And this ended up being version 0.3.24 of bitcoind. Is bitcoin on debian that far behind the main release of bitcoin, or is it just that bitcoind by itself is at a different version number than bitcoin-qt?
93  Bitcoin / Development & Technical Discussion / Bitaddress.org brain wallet & Electrum on: August 19, 2012, 02:22:36 PM
Does bitaddress.org use the same method to create a brain wallet as electrum (if you provide the same seed to both, do you get the same addresses?)

Also, I was considering modifying bitaddress's brain wallet generation function to create an arbitrary sized wallet rather than a single address.

So brainWallet(seed) -> address right now

I was considering doing something like:
brainWallet(seed + '2') -> address2
brainWallet(seed + '3') -> address3
brainWallet(seed + '4') -> address4
...
brainWallet(seed + 'n') -> addressn

To generate any number of addresses based on a seed. You would be able to set the starting index as well as the number of addresses you would like. The starting index is so that you can use the batches of addresses on different services that you run, but still have a single brain wallet.

Does anyone see a problem with the above scheme? Does anyone know how electrum does it?
94  Bitcoin / Development & Technical Discussion / Re: [Poll] Accounts in bitcoind on: August 18, 2012, 07:16:01 PM
I would have preferred a low level interface with an optional high level interface.  As it stands the full low level interface isn't exposed, and the high level interface isn't suitable for all applications.


I strongly agree. I want something where I can specify addresses as inputs.

Bitcoind is ment for coders and admins, and so should expose the most base level interfaces. When I first started with bitcoin development the lack of these features was annoying.
95  Other / Beginners & Help / Re: Does Anyone Accept Paypal for Bitcoin's on: August 16, 2012, 12:00:32 AM
Basically, no. Nobody takes Paypal for Bitcoin due to the propensity of fraud and chargebacks.

I would amend that. People do take paypal for bitcoin if they trust you not to charge them back. Get to know someone and help them trust you, and they probably will go for it, especially for small sums.
96  Bitcoin / Bitcoin Discussion / Re: Bitcoin Booth at the Ron Paul Festival Aug 24-26 - need samples! on: August 14, 2012, 01:21:32 AM
Be sure to have some of these there, as I'm sure it would go over nicely  Smiley

http://printcoins.com/images/gallery/ron_paul_bill.jpg



Message me your mailing address. Ill send some.
97  Bitcoin / Bitcoin Discussion / Re: Print your own bitcoin bills - print.printcoins.com on: August 13, 2012, 10:08:20 PM
Just tried this on your site, unfortunately I got this error:

Quote
Fatal error: Call to undefined function design_standard() in /home/printcoins/www/print.printcoins.com/index.php on line 158

Thanks rate5, all fixed.
98  Economy / Marketplace / Re: I am looking for a tiny bitcoin sticker (dime sized) on: August 13, 2012, 11:06:50 AM
Where do you live? Is the $1 including shipping?

Oregon, I'll happily pay another 45c for shipping.


unclemantis, send me a message when you do (assuming no one else makes one and sends it to me first). The smaller the better for the size, but a quarter size might be ok.
99  Bitcoin / Bitcoin Discussion / Re: I just made my first Bitcoin ATM withdrawal... 3BTC from my printer. on: August 13, 2012, 10:41:27 AM
Just created a web based way to print these bills as well as printcoin bills.

Take a look at it here:

http://tinyurl.com/bitbill  (pdf link)

Note: Do not use this set of bills generated by this url. They are using private keys that will be available to all.
 
Go to http://print.printcoins.com to generate your own.
100  Bitcoin / Bitcoin Discussion / Re: Print your own bitcoin bills - print.printcoins.com on: August 13, 2012, 10:37:59 AM
I just added Psy's design. Take a look at it here:

http://tinyurl.com/bitbill

Note: By the way, do not use this set of bills generated by this url. They are using private keys that will be available to all. Go to http://print.printcoins.com to generate your own.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!