Search content
Sort by

Showing 20 of 102 results by WorldOfBitcoin
Post
Topic
Board Beginners & Help
Topic OP
scanning qr code with a raspberry pi
by
WorldOfBitcoin
on 22/04/2013, 23:23:11 UTC
trying to get a raspberry pi to read QR codes from a webcam.

im using zbar tools

sudo apt-get zbar-tools

zbarcam /dev/video0


This works just fine in ubuntu

but im getting errors on the rpi im running weezy

 ERROR: zbar processor in zbar_processor_init():
     unsupported request: no compatible image format



anyone work with the pi to do this before? surprised im not finding more tutorials going over this online.

what ive found
http://www.raspberrypi.org/phpBB3//viewtopic.php?f=41&t=16025
Post
Topic
Board Project Development
Re: [CLOSED] BitPing.Net - A bitcoin notify service
by
WorldOfBitcoin
on 01/04/2013, 22:56:15 UTC
Is there interest in this service, if I offered it as part of the btcprice.info site? (price notifications)

I am expanding to include both channels (email, pubnub etc) and more triggers.

What exactly was unique about this service, that is different from bitcoinmonitor?

bitping posted the source code so I can run the server myself. (if i can ever get this thing going) looking for a gethub or something for bitcoin monitor and cant find it or anything else similar.

Post
Topic
Board Bitcoin Technical Support
Topic OP
json-RPC after adding a username to the bitcoin.conf giving errors
by
WorldOfBitcoin
on 01/04/2013, 21:47:24 UTC
trying to get into experimenting with bitcoin web development.


When I edit the bitcoin.conf on my default install it was blank just with a password. Im trying to set it up so it can act as a server.


testnet=0
server=1
rpcuser=admin
rpcpassword=1234
rpcallowip=*


yet when I do this I get the error

(authorization failed) error: incorrect rpcuser or rpcpassword (authorization failed)

on the command bicoind getblockcount

I tried bitcoind getblockcount admin 1234



if anyone could link a good tutorial on this Id appreciate it.

https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29

is just too vague
Post
Topic
Board Project Development
Re: [CLOSED] BitPing.Net - A bitcoin notify service
by
WorldOfBitcoin
on 25/03/2013, 21:52:30 UTC
im trying to deploy bitping.net from the github


I got most of the way but im unable to get the full menu bar to propagate (just getting start)

and I had to comment out

//require("notifications.php");
//require("notification.php");

because I cant find either of those in the gethub?

I made an order and now im digging around for it.

If my VPS can handle it id be willing to host this.
Post
Topic
Board Beginners & Help
Re: Long-term safe storage of Bitcoins
by
WorldOfBitcoin
on 12/03/2013, 05:10:19 UTC
I *think* that they're still safe, even in the event of a hard fork. If this were to happen, you're coins would still be 'valid' on whichever chain survives the hard fork, as long as you upgraded to using whichever version of the protocol becomes widely accepted.  I might be wrong but in the event of a hard fork where both chains survive, I think you'd be able to spend the coins once on each branch of the fork?

If my understanding is correct (I'm still learning too...)


what is the difference from a hard fork and a soft fork?

is what we are going though now .7 to .8 considered a soft?
Post
Topic
Board Development & Technical Discussion
Topic OP
Hot Wallet server locked to only send BTC to your owned address's
by
WorldOfBitcoin
on 12/03/2013, 05:08:02 UTC

If I wanted to set up a web-service that kept a live hotwallet with the ability to send bitcoin. How difficult would it be to set it up so that only stored address's (linked to a offline wallet) would be possible recipients?

It might sound like a weird request. but say I wanted to use bitcoin in a closed environment. (only between wallets I own) And thereby making it less likely to be compromised.

intruder would have have to first inject his own address then compromise the hot wallet system. I could easily have a secondary server that stores all the approved address's as a redundancy.

thoughts?   
Post
Topic
Board Beginners & Help
Re: HELP ME... and I'll give GIVE YOU BCOINS or www.bitcointextmessage.com credits!!
by
WorldOfBitcoin
on 24/02/2013, 03:18:23 UTC
 support the bitcoin community by buying stuff!!

Gold/silver electronics ext. Go wild
Post
Topic
Board Beginners & Help
Re: HELP ME... and I'll give GIVE YOU BCOINS or www.bitcointextmessage.com credits!!
by
WorldOfBitcoin
on 24/02/2013, 03:17:23 UTC
.
Post
Topic
Board Beginners & Help
Topic OP
Coinbase stuck at accept terms? glitchy cant get in.
by
WorldOfBitcoin
on 07/02/2013, 21:49:30 UTC
** fixed
Post
Topic
Board Beginners & Help
Topic OP
Stoop Kidd, new artist accepting bitcoin.
by
WorldOfBitcoin
on 04/01/2013, 01:48:40 UTC
“Music is meant to be shared, not owned or traded like a commodity. If you like my music pay me; not an agent, not a label, not an accountant not FUCKING ITunes and I’ll make more; if not then fuck you” –Stoop kid
        

Stoop Kid is accepting Bitcoin 18top8t13gcn2vvdJPNkRzJGNsdDbttVez


Check out his music  http://www.youtube.com/watch?v=pc7h-_HfpGo
Post
Topic
Board Beginners & Help
Re: paypal vs bitcoin
by
WorldOfBitcoin
on 30/12/2012, 19:28:08 UTC
Paypal steals peoples money;

bitinstant.com

best way to get bitcoin fast
Post
Topic
Board Beginners & Help
Re: photo of my rigs
by
WorldOfBitcoin
on 19/12/2012, 07:08:31 UTC
im wondering have you measured your bandwidth usage?
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 13:30:43 UTC
Quote
the -S needs to come before the -o and you need to remove the .png from the filename.
altho I don't understand why do you want that option, given that the files will already be numbered.


trying

i=1;for x in `cat add2.txt`; do qrencode -S -o $i $x; ((i++); done

is returning

bash: syntax error near unexpected token `done'





I need the files in order, because the order they are in the txt file is very different then "alphabetical" how it dumps out on my desktop

I tried moving my excel around and it counts differently.

the files are saving as the bitcoin address, and it acting weird with the order

1A...
1Z
11

vr

11
12..
1A


I tried sorting by "time" but that didnt work
 
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 12:19:28 UTC
so, ran into a bit of a snag


I need to number the files in the order they are processed.

-o FILENAME  write PNG image to FILENAME. If '-' is specified, the result
               will be output to standard output. If -S is given, structured
               symbols are written to FILENAME-01.png, FILENAME-02.png, ...;
               if specified, remove a trailing '.png' from FILENAME.



if I try

for x in `cat add2.txt`; do qrencode -o  -S $x.png $x; done

it does a single file named -S


ive tried

$-.png

$'-'.png

for x in `cat add2.txt`; do qrencode -o -S  $x.png $x; done

for x in `cat add2.txt`; do qrencode -S $x; done



I dont understand "If -S is given" trying to get the -01 -02 -03 ext
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:56:19 UTC
qrencode -o test.png add2.txt

returns a singular file png of "add2.txt"



qrencode -o test.png $add2.txt


returns a singular file png of "add2"




qrencode -o $test.png $add2.txt

does nothing


What am I missing?


my txt file looks like this

https://dl-web.dropbox.com/get/add2.txt?w=79ca2f0c


On linux you can use qrencode in a script to do this

I have Ubuntu running on VMware.

can you show an example?

for a simple addr list do not even need a script

for x in `cat addrlist.txt`; do qrencode -o $x.png $x; done

EDIT: you need install qrencode first Wink ( apt-get install qrencode )
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:33:04 UTC
On linux you can use qrencode in a script to do this

I have Ubuntu running on VMware.

can you show an example?
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:31:41 UTC
http://www.aurora3dsoftware.com/buy.html

is only 20$

still looking...
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:24:08 UTC
Think I found a script but im not sure how to use it.

https://dl-web.dropbox.com/get/generate.py?w=1d77d447
Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:20:09 UTC
"The QR4 Desktop QR Code Software package for office use costs 1489 €"

really? some one actually paid them that?
Post
Topic
Board Beginners & Help
Topic OP
Batch QR codes?
by
WorldOfBitcoin
on 18/12/2012, 10:13:04 UTC
I've used the Google QR code generator before.

But I want to run a script that takes a list of address's (excel or csv) and turns them into hundreds of individual .jpg files.

ware do I start?