Search content
Sort by

Showing 20 of 22 results by Wordlet
Post
Topic
Board Development & Technical Discussion
Re: [Paid] [Bounty: 10 BTC] Bitcoind build instructions for Centos x86 and x64
by
Wordlet
on 16/03/2012, 13:32:53 UTC
Nope, guess I didn't make it clear in my EDIT:, I got it built after installing the *-static packages. Which I probably could've avoided by just doing the ldconfig thing you mentioned. Thanks for the cool script. Smiley

Now if only someone would make a .rpm and keep it up to date... Wink
Post
Topic
Board Marketplace
Re: BitVPS WANTS TO HELP SLUSH -- YOU CAN TOO
by
Wordlet
on 14/03/2012, 23:24:09 UTC
I donate blood every 8 weeks, and I go see movies about once every couple months. I earn 'points' that I can redeem for free movie tickets by giving blood. This makes going to the movies cheaper. If I didn't earn points, I would still donate blood, and I would still go to the movies.

What BitVPS is doing is similar. They are offering a discount for people who want a VPS, and also want to donate to slush. Without this, they would probably still be getting a VPS, it's hardly an impulse purchase market afaik.
Post
Topic
Board Lending
Re: [REQUEST] Funding for BitVPS.COM
by
Wordlet
on 14/03/2012, 20:43:38 UTC
Have you thought about selling shares on GLBSE? Instead of paying back a loan you could just pay dividends. I'd buy shares. Smiley
Post
Topic
Board Development & Technical Discussion
Re: [Paid] [Bounty: 10 BTC] Bitcoind build instructions for Centos x86 and x64
by
Wordlet
on 14/03/2012, 16:18:35 UTC
I tried that script and I get this error:

Quote
g++ -pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security -g -DNOPCH -I/root/Bitcoin/Libraries/bitcoin-master/src -DUSE_SSL -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2 -I"/home/root/Bitcoin/Deps/include" -static -o bitcoind obj/checkpoints.o obj/netbase.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/script.o obj/util.o obj/wallet.o   -Wl,-Bstatic -mtl /home/root/Bitcoin/Deps/lib/libboost_system.a -mtl /home/root/Bitcoin/Deps/lib/libboost_filesystem.a -mtl /home/root/Bitcoin/Deps/lib/libboost_program_options.a -mtl /home/root/Bitcoin/Deps/lib/libboost_thread.a /home/root/Bitcoin/Deps/lib/libdb_cxx.a -mtl /home/root/Bitcoin/Deps/lib/libssl.a -mtl /home/root/Bitcoin/Deps/lib/libcrypto.a -lgcc -Wl,-Bstatic -l z -l dl -l pthread
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make: *** [bitcoind] Error 1

What is this z library, why isn't it installed, and where can I get it?

It is a very common compression library.  You should be able to install it with:

Code:
yum install zlib

I get the same error, I have both zlib and zlib-devel installed.

EDIT: Installing zlib-static solved that error. I then got a second error for -ldl and installing glibc-static solved that issue too. Now that I look at the output from TT I notice that the build failed in a completely different place, mine failed at the very end when it's using the new makfile on bitcoind. So his problem is probably just not having zlib/zlib-devel installed.

Also, I think my problem may have been because I didn't remove the Bitcoin/ directory after some failed builds earlier from missing dependencies.
Post
Topic
Board Project Development
Re: [ANNOUNCE] CoinWorker.com beta - earn bitcoin in minutes via tasks in browser
by
Wordlet
on 02/03/2012, 17:11:11 UTC
I think he said earlier that the jobs are provided by different people and the company he gets them all from just puts them together. So the different people are 'competing' for you to do their jobs by providing more pay and making them easier than others. So by not doing that job, you're convincing them that they need to pay more to get it done. Smiley
Post
Topic
Board Marketplace
Re: 5 dollar logos (or 1btc)
by
Wordlet
on 01/03/2012, 12:54:34 UTC
I would like a logo as well, PM me for the details. Is there any way to do this through fiverr and still pay in BTC? It would be nice to be able to give you a rating there, but I'm not sure how it works.

I would like a logo made. PM me thanks!

I'm not pm'ing anyone. post your requirements here

I'd rather not post my website and brand ideas on a public forum..

Quote
I would like a logo as well, PM me for the details. Is there any way to do this through fiverr and still pay in BTC? It would be nice to be able to give you a rating there, but I'm not sure how it works.

Nah I don't think you can. Just summit your request at fiverr
http://fiverr.com/logo_lab

So putting the request in fiverr is the only way to not have everyone see what I want my logo to be?
Post
Topic
Board Marketplace
Re: 5 dollar logos (or 1btc)
by
Wordlet
on 29/02/2012, 21:40:17 UTC
I would like a logo as well, PM me for the details. Is there any way to do this through fiverr and still pay in BTC? It would be nice to be able to give you a rating there, but I'm not sure how it works.
Post
Topic
Board Wallet software
Re: My appeal to khal and namecoin developers
by
Wordlet
on 27/02/2012, 19:00:28 UTC
3. Nedd an ability to accept even million of domain transactions per block

This! Allowing perhaps millions of transactions per block would open up the possibility of something being done with m/ (messages) namespace. Pruning them seems like the ideal solution if it's an instant messaging scenario, but keeping them around would be better if it's an email sort of scenario. Either way you'd need lots of transactions to be possible.

Imagine a decentralized  IRC or IM client where you control your security with encryption and no centralized authority censors,limits access,or monitors messages that are difficult to encrypt without plugins.

For example, say you want to have a secure place to discuss terms, perhaps you need to give some personal phone or address information, or website access passwords, and don't want it getting into the wrong hands. You can use their n/ name to verify who they are with a GPG key and/or signed message verifying their ownership of a public bitcoin address, you can then discuss terms with a secure namecoin instant messaging client (encrypted text that if desired gets pruned from blockchain), then you send your bitcoins to the address you verified belongs to the person you're talking to.

If problems arise, the agreement is stored in the block chain, and you can provide the decryption key to anyone to verify that the other party has not fulfilled their obligations.

I understand that i left some security holes in there but you get the general idea. I think it would be very cool. Smiley

/end lofty dreams for namecoin
Post
Topic
Board Project Development
Re: [ANNOUNCE] CoinWorker.com beta - earn bitcoin in minutes via tasks in browser
by
Wordlet
on 25/02/2012, 03:23:19 UTC
Quote
I also think it'd be cool (and good business) to have a leaderboard like system where you show "Look at all the BTC other people are earning!" so more people get involved.

Leaderboards can have mixed effects. The fact that all working is public is an important parallel to the public-ness of the global blockchain... but I wouldn't want top workers to be singled out for possible interference (by reusing their addresses) from mischief-making observers.

There will eventually be some highlighting of top-earners/top-earning-periods, maybe limited to secured 'Extended Address' workers, or workers who opt-in. (Maybe I should just report generalities: "The top earner today made Xbtc. N workers made over Ybtc. You are the Nth highest earner in the last 7 days." Would that be interesting?)

Yah! Just showing 'the highest was x in total people earned y' and other things that don't identify people sounds great.

Quote
Quote
You could use the new 'sign message' feature in .6.0 to have people sign a message saying "I own this public address and coinworker.com can use it to identify me" and then use the verification address as a password or something, and let them use that to set their payment threshold.

That's a great idea. I'm still on 0.5.2 as released... what's the best source for information about this new signing feature?

{Warge

I can't find a simple explanatory wiki on it but I managed to find some discussions on it when it was first made:

Forum discussion: https://bitcointalk.org/index.php?topic=6428.0

Original pull request: https://github.com/bitcoin/bitcoin/pull/183
Second pull request: https://github.com/bitcoin/bitcoin/pull/524

GUI pull request: https://github.com/bitcoin/bitcoin/pull/582 - has some discussions on the use cases for it

tldr, basically you have them do signmessage either through the gui or with bitcoind like so:

signmessage "I own this public address and coinworker.com can use it to identify me"

This would return a signature, you'd have them put this signature on your website and then you would do:

verifymessage "I own this public address and coinworker.com can use it to identify me"

which would return 'true' or 'false'

True would mean they own that public address and signed that message "I own this.."

False would mean they gave you an invalid signature.
 
Post
Topic
Board Project Development
Re: [ANNOUNCE] CoinWorker.com beta - earn bitcoin in minutes via tasks in browser
by
Wordlet
on 24/02/2012, 15:24:17 UTC
I ran into a task (32 pts) where it had part 1,2,3 and then the same exact part 1,2,3 right after. Is that an accuracy test or..? I'm using chrome if that's relavent. Also another task's instructions, I think a 'is this a good image advert' one, tried to imbed a pdf as an image and it didn't work so I had to view source on it.

I also think it's a bit weird to automatically send you on to the next task without telling you. People like knowing they completed something before they have to start the next task.

I also think it'd be cool (and good business) to have a leaderboard like system where you show "Look at all the BTC other people are earning!" so more people get involved.

You could use the new 'sign message' feature in .6.0 to have people sign a message saying "I own this public address and coinworker.com can use it to identify me" and then use the verification address as a password or something, and let them use that to set their payment threshold.
Post
Topic
Board Trading Discussion
Re: Problems with Matthew N. Wright
by
Wordlet
on 24/02/2012, 05:52:09 UTC
Provided I receive this refund  at 1Yj6hiWeLL8pxCtCVrtfpNFKhrJUwjT5d from an address that is veritably  Bittalk Media Ltd./ Bitcoin Magazine 's

wut?

How is BitTalk Media supposed to prove that a sending address is theirs? Is anyone else getting the "This issue will never die so long as Goat keeps talking" vibe?

You can sign a message to prove you own the address. This is a feature coming in .6.0.

Idk how it works, but basically you choose a public address, and you can add a bit of text like "This is a refund for x and x and x" click 'sign message' and you get a verification key that the other party can use to confirm that you signed the given text "this is a refund...", and you own that public key.

At least that's my understanding of what it does, could be mistaken.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: DiabloMiner GPU Miner (LP, BFI_INT, async nw, multipool, 79xx GCN)
by
Wordlet
on 23/02/2012, 18:25:07 UTC
To specify a specific card you can use the -D option and add a number at the end. This number will always be the same afaik as long as you dont remove/install cards.

For example:

DiabloMiner-Windows.exe -u user -p password -o pool.address.com -r port(e.g. 8337) -v 2 -D 2

Where 2 would be the number for your mining card. Since you have 2 cards, it could be either 1 or 2. Diablo tells you what card it's found and is going to use so trial and error will get you what number you need to put there.
Post
Topic
Board Beginners & Help
Re: State of Bitcoin
by
Wordlet
on 22/02/2012, 19:29:35 UTC
I don't think the people who ideologically like bitcoins are against corporations, they're more against central banks and money being in the hands of others and capable of being locked and taken away by government intrusion. These are more libertarian ideals (re: Ron Paul). I think the fact that the more hash's and btc you have the more power you have is kind of super capitalist in a way.

Having traders get involved is a good thing imo, people familiar with the industry are adopting it more and more.
Post
Topic
Board Development & Technical Discussion
Re: The Bitcoin network
by
Wordlet
on 22/02/2012, 13:38:38 UTC
That google maps link throws an error for me:
"https://mtgox.com/api/stats... could not be displayed because it is too large."
Post
Topic
Board Development & Technical Discussion
Re: Version 0.6 release candidate 1
by
Wordlet
on 20/02/2012, 17:18:29 UTC
I just used importprivkey to import a key, and the whole thing hung up for several minutes.  Is that normal?

The import appears to have been successful though.

Yes, the entire blockchain is rescanned for transactions to the key you imported.

Does it make the UI unresponsive with no indication as to what is happening? Sounds like a bug to me.
Post
Topic
Board Development & Technical Discussion
Re: Protocol changes scheduled for Feb 20
by
Wordlet
on 20/02/2012, 14:13:46 UTC
Fwiw, I wouldn't use a GUI that used wxWidgets. Love the Qt version though. Guess everyone has their preferences.
Post
Topic
Board Bitcoin Discussion
Re: Maybe Jared Loughner had something right...
by
Wordlet
on 19/02/2012, 00:54:17 UTC
He killed a little girl, even most criminals draw the line at killing children. He's so obviously insane it seems impossible that it wasn't noticed sooner.

Right after it happened everyone thought it was political and because of harsh rhetoric on both sides. But what they SHOULD have been talking about is how nobody noticed and the very sad stigma surrounding mental health in this country.
Post
Topic
Board Beginners & Help
Re: Who is Satoshi Nakamoto?! Let's find out!
by
Wordlet
on 19/02/2012, 00:24:59 UTC
Someone who creates a cryptocurrency that values anonymity and security would obviously value their privacy.
Post
Topic
Board Beginners & Help
Re: State of Bitcoin
by
Wordlet
on 19/02/2012, 00:21:07 UTC
I like it because it gives me a chance to do cool things like mod my computer and think of new and different ways to use bitcoins (or namecoins) and hear other people's thoughts on those ideas.

It also gives me the opportunity to learn more about economics and security all in one neat package. I read a post on here the other day that had a debate about deterministic wallets that got REALLY detailed in the security of passwords. Something I would've had no interest in otherwise. But I learned a lot and have since changed my passwords to be much more secure lol.
Post
Topic
Board Beginners & Help
Re: Newbies Hangout
by
Wordlet
on 18/02/2012, 23:01:55 UTC
As long as my TV doesn't invite me to play farmville i'd be ok with facebook integration.