Search content
Sort by

Showing 20 of 135 results by stevenh512
Post
Topic
Board Service Discussion (Altcoins)
Re: [ETH]-Dapps ?
by
stevenh512
on 29/04/2016, 04:54:33 UTC
That game has fees (initialized at 1%, I haven't checked to see if that's changed) so I wouldn't exactly call it a zero-sum game, but it does look like an interesting game, and a quick look at the contract doesn't raise any obvious red flags.

A well-designed website definitely makes things more interesting, not to mention making it easier for someone with a less technical background to play. The game you linked literally just gives the JSON ABI and instructions for playing from MyEtherWallet. A website, maybe with lightwallet built-in so you can connect to any public RPC node, would make it a lot easier to play. Me personally, I can play from the geth console.. but I don't really consider that user-friendly.
Post
Topic
Board Service Discussion (Altcoins)
Re: [ETH]-Dapps ?
by
stevenh512
on 26/04/2016, 02:43:05 UTC
Go fuck yourselves guys.

Well that was a little harsh.. but yeah, you specifically mentioned disinterest from ponzis and other scams, so of course the spammers had to come in and post their ponzis on your thread. I can see the appeal if you get in at the beginning, but if you look at any of these active ponzi contracts running on Ethereum right now and actually look at their data (on ether.camp) you'll see that if you invest now it'll take hundreds more ether invested before you have a chance of getting paid. I don't see the appeal of waiting that long for a potential 120%-150% ROI.

Gambling games might be interesting, but only if it's a zero-sum game. If I want to play with a house edge, there's a brick-and-mortar casino about a half hour drive from here (and I quite enjoy the atmosphere of a brick-and-mortar casino, I love all the lights and sounds.. plus they have buildings to maintain and employees to pay, so I don't mind giving them their house edge when I play there).

I'd love to see more games based on the idea of a RanDAO (examples: https://github.com/randao/randao and https://github.com/MakerDAO/maker-darts ). I think there's potential there for the "house" to make a profit off of a zero-sum game, by also operating a "random oracle" service to sell random numbers to other contracts. Some of the fees from the oracle service could even go into the prize pool for each round, making the game better than zero-sum for the players.

edit: I think something based on maker-darts would be especially interesting, since it deals with tokens instead of ether, and as far as I can tell the plan is to eventually replace ether (as it exists now) with a precompiled token contract at address 0. For now, you can use ether as a token with a simple token proxy contract.
Post
Topic
Board Legal
Re: What would a ban on encryption mean for bitcoin?
by
stevenh512
on 08/03/2016, 07:18:48 UTC
I don't understand American politicians.

In most cases (shockingly), it's not really the politicians, or at least not enough of them to make the changes that the FBI, CIA, NSA, et al. are pushing for. For decades now, the law enforcement and intelligence communites, along with a small handful of politicians and judges who refuse to learn anything about technology, science or math, have been pushing for any kind of encryption backdoor they thought they could sell. So far, Congress has consistently refused to grant them the powers they've been asking for, which is really what the 'iPhone of terror' (I'm totally stealing that, BTW) is all about. Now they're trying to get several federal judges (with the one in San Bernardino being the most high profile case) to give them a new power that Congress has repeatedly denied them, based on a ludicrous and unprecedented interpretation of a 200 year old law, telling the judges that it's "just this one phone" and "it won't set a precedent" while simultaneously arguing to Congress that this is going to set the precedent that they need.

One judge already has rejected their claim that the All Writs Act gives the court the power to do what the FBI wants to do, and I doubt Congress is going to cave and give the FBI a power that it's been withholding from it for decades in spite of repeated requests, hearings and arguments on the subject(and even in the wake of 9/11 when the law enforcement and intelligence communities were given all kinds of new surveillance powers).

Also don't forget that while they get away with a lot, American politicians do have their limits before the people start pushing back. They sneak a lot of things past a mostly uninformed public, but the people were able to stop things like SOPA/PIPA (at least at the time.. sadly a lot of that got slipped into TPP while nobody was allowed to look) and even the "Clipper chip" backdoored encryption they were pushing for back in the Clinton days.
Post
Topic
Board Service Discussion
Re: It's brainwallet dead?
by
stevenh512
on 26/08/2015, 17:31:01 UTC
Their source code isn't located there anymore. When they took down the site, they deleted everything from their Github page as well. If you want to use it, you'll need to find a user who saved a copy of all the source code files before they were removed and request that they send you the files.

Not exactly. Their source code is still there, but you'll probably need git (rather than just downloading a zip) to get it.
This should work:

Code:
git clone https://github.com/brainwallet/brainwallet.github.io.git
cd brainwallet.github.io
git checkout f7679dd0

f7679dd0 is the last commit before the site was closed, it looks like everything is still there. Please ONLY use this to recover an old brain wallet, don't make new wallets with this since we all know it's broken.
Post
Topic
Board Bitcoin Discussion
Re: These people have the power to take bitcoin mainstream overnight!
by
stevenh512
on 26/04/2015, 00:31:10 UTC
people don't have patience. they want global adoption to happen tomorrow so they can sell their coins with high profit. they don't realize that it doesn't work like that.

If I had global adoption tomorrow, I'd have no reason to ever sell my coins, I could just spend them as-is without having to worry about exchange rates and fees.

edit: To a certain extent I already can. I've been paying for web hosting with BTC for a couple years now, I can buy electronics and certain other miscellaneous items on Overstock, and there are plenty of other places online (sadly, no local brick-and-mortar) where I can spend them. I'd think with global adoption, though, the value (in terms of buying power, or USD/Euro price, or however else you want to measure it) would be a lot more stable.
Post
Topic
Board Electrum
Re: What happened to the MPK hex representation?
by
stevenh512
on 22/04/2015, 08:29:30 UTC
It's not a change in the implementation of BIP32, it's a change in Electrum's wallet implementation to BIP32. Electrum's deterministic wallets that you've been using for years came along before BIP32 even existed. Recent versions of Electrum (2.0.0+) have moved on to creating a BIP32 wallet by default, which of course uses the "xpub" representation of the master public key as defined in BIP32 instead of the hex representation. Key derivation is also different with BIP32, a BIP32 master public key is not compatible at all with tools like addrgen that were designed for Electrum's previous wallet format.

If you have the 12 word seed from an older Electrum wallet (or an older version of Electrum to create a new seed with), I do believe you can import that seed into recent BIP32-enabled versions of Electrum and it should use the old wallet format for that wallet. If so, that's your easiest path forward. If not, you'll need to find some PHP code that handles BIP32 key derivation, unfortunately I don't know of any off the top of my head.
Post
Topic
Board Electrum
Re: Ubunutu + Electrum Security
by
stevenh512
on 17/04/2015, 03:26:18 UTC
You're assuming the version of electrum you downloaded from the software center is the same as you would have compiled yourself. Why risk it? Just download the tools to compile your own copy.

If you're going to assume any one piece of software in the official Ubuntu repositories (which the Software Center installs from) is compromised, you have to assume they could all be compromised. In that case, you also have to assume that your installation disc (built from those same packages, by the same people who maintain those packages) is compromised. Better ditch Ubuntu altogether and go with Gentoo or Linux From Scratch in that case.

Realistically, though, Electrum is a Python app. It might be compiled to an EXE on Windows, but on any other operating system the source code is what you run and there's no real need to compile it. Technically the Python interpreter will compile it to an intermediate byte code (.pyc files) but that's just an optimization and the .py (source) files will be used if they don't match the .pyc files.

Out of the box, Ubuntu does contain some things that some of us might consider to be adware or spyware, but it's not hard to remove those things (which don't matter on an offline machine anyway). What is there is far from being the kind of wallet stealing trojan you'd be worried about, it's mostly there as a way for Canonical to make some extra money off of the mostly free distribution of their Ubuntu Linux OS.

BTW if you're so worried about Ubuntu that you want to compile your Linux OS from scratch, keep an eye on Gentoo as well, some packages contain some pretty controversial patches and if you let Portage install them those patches will be installed along with them.. so compiling everything from source isn't necessarily the silver bullet you make it out to be either. Smiley
Post
Topic
Board Development & Technical Discussion
Re: Create BTC adresses that start with 3
by
stevenh512
on 17/04/2015, 03:11:58 UTC
Another tool to learn about multisig and manually create multisig addresses or spend their outputs (and I think it can even be used offline) is http://coinb.in

If you want a multisig wallet that just works, your best bet right now is probably GreenAddress where you can get a 2of2 wallet recoverable by nLocktime transactions in case they ever disappear and optionally a 2of3 wallet recoverable manually (maybe through something like coinb.in).

Electrum would be another good choice, but then you have to manage all the keys yourself and it's only really secure if you have an offline computer for signing (and in that case, it's easier to just set up a watch-only wallet online and keep the seed offline). I haven't really done much with Armory, but I hear it comes highly recommended by those who have used it.
Post
Topic
Board Bitcoin Discussion
Re: Why do you deny evidence? bitcoin has deluded all us
by
stevenh512
on 17/04/2015, 03:02:48 UTC
did you just reccomend him to go to a casino if he wants to get rich?  Roll Eyes
not the wisest thing : >

Why not? It's about as likely to work as investing in something you don't understand to try to get rich quick. If you invest in something you don't understand, you're gambling. If you're gambling anyway, might as well have all the bells and flashy lights, right? Smiley
Post
Topic
Board Bitcoin Discussion
Re: Signatory: A new Financial Profession
by
stevenh512
on 13/04/2015, 16:46:12 UTC
What do you have a multisignature wallet if you are the only one that is going to manage that wallet? why should I want 3 or more private kays instead of one?

Maybe you have a 2of2 wallet, with one set of private keys stored on a permanently offline machine (in my case, I've used a laptop with its wifi card physically removed). That way you have the security of a cold wallet, but with most of the convenience of a hot wallet. You could just as easily ask "Why buy a Trezor when I can manage my own keys offline?" and the answer is the same, it's a way to combine security and convenience. I could pick up a used laptop for less than a Trezor would cost me, wipe it and install Ubuntu in about an hour, pull the wifi card and I'm good to go.. but none of that is as easy as plugging in a USB device and pushing a button when I went to spend.
Post
Topic
Board Bitcoin Discussion
Re: Kaspersky and INTERPOL Say Blockchain is Vulnerable
by
stevenh512
on 13/04/2015, 16:16:24 UTC
What they are basically saying is that viruses can use the Bitcoin blockchain to communicate with their authors. So for example the virus author could put code into the blockchain and the infected computers would all get that code from the blockchain and run it.

And that's a legitimate concern with any method of communicating over the internet.. whether you're using the blockchain, a centralized server, some other P2P mechanism like BitTorrent or (as you mentioned) even something like PasteBin. Theoretically a virus, trojan or other malware could just as easily use a GMail account for the same purpose. Any of those methods would probably be a lot easier and less expensive for the malware author than repeatedly paying to put messages in the Bitcoin blockchain (either as fake outputs or OP_RETURNs), but I can see how putting the messages in the blockchain would be much more resilient than most of the other methods I can think of.

Quote
Most people are going to read this article and take it to mean that computers can be infected via the blockchain. This is not true. What they are talking about is using the blockchain as a way for hackers to send instructions to infected computers.

Perhaps it's the way the article is written, then? I took to mean the same thing, especially since it specifically mentions "fetching information from transaction records and running it as code" and in that light it's nothing but FUD, no Bitcoin client does that and there's no need for any Bitcoin client to ever do that. Of course some hacker using it to send messages to control infected computers is a much more legitimate concern. Even worse, I'd think, would be a hacker using it to send messages from infected computers back to himself. But we already have viruses and keyloggers that do a pretty good job of phoning home without ever having to touch the blockchain. Smiley
Post
Topic
Board Bitcoin Discussion
Re: Banks and Bitcoin
by
stevenh512
on 12/04/2015, 03:18:50 UTC
Offer Bitcoin storage (vault) with insurance. Invest in Bitcoin startups. Bitcoin loanss. Tons of other applications that aren't possible with fiat. Plenty of opportunities.

Where are these applications (presumably, applications a bank would be interested in) that aren't possible with fiat?

Vault with insurance: Isn't this one of the services banks have provided from the very beginning regardless of whether the currency is gold, silver, fiat dollars or whatever else?

Invest and/or loan: I put these two together because, between the two of them, this is how nearly every commercial bank in the world makes the majority of its profits. You deposit money, they loan it out or invest it, usually they loan out more than you actually deposit (sometimes up to 10x more). Bitcoin is far worse (for the bank) than fiat in this respect, since the bank can not create BTC it doesn't have and loan it out as if it really exists. I guess in theory they could operate a fractional reserve, but with a hard limit on the number of Bitcoins that can exist I see that scheme collapsing pretty quickly, Chase and Bank of America would be in no better position than MtGox because they still can't create these extra BTC out of thin air and unlike dollars, nobody is going to print more once we hit that hard limit. This also makes the "vault with insurance" service much less profitable for the bank than it currently is with fiat money.

I can't think of applications a bank would be interested in that aren't possible with fiat, but for those applications and services that a bank traditionally already provides, BTC would put the bank at a significant disadvantage compared to fiat.
Post
Topic
Board Bitcoin Discussion
Re: Kaspersky and INTERPOL Say Blockchain is Vulnerable
by
stevenh512
on 12/04/2015, 02:26:06 UTC
Quote
Kaspersky Labs and INTERPOL have presented research in which they show how blockchain-based cryptocurrencies can potentially be abused with arbitrary data that can be disseminated through its public decentralized databases.

To me, this makes Kaspersky and INTERPOL sound like a joke. A well-known antivirus/security software company and a large international police force took this long to figure out that you can put arbitrary data in the blockhain? The rest of us have known this all along, a few even use it as their business model. While I could see it being a problem in the future (especially if we don't fork to increase the block size, these spam transactions could eventually make it harder to get a legitimate transaction confirmed), so far it hasn't really hurt anything, it's just made the blockchain take up a little bit more hard drive space than it would have otherwise.

I am not entirely cartain about the story, but i have read that there were even cases of shild porn pictures stored in blockchain, there is a copy here ;
https://bitcointalk.org/index.php?topic=191039.0 , and that is only a start of blockchain abuse.

How long ago was that, and Kaspersky (along with INTERPOL) is just figuring it out? No wonder people are laughing at this and/or attacking them. BTW, if you had read the entire thread you linked and looked into it, there were not (and as far as I know still are not) child porn pictures in the blockchain. What is there is some data from a TOR service called The Hidden Wiki which includes, among other things, links to TOR hidden services which served as blackmarkets, child porn sites and the like. Odds are, with all the "dark web" busts in recent news, a lot of those services have probably been shut down by now anyway and I'm sure new ones are springing up every day.
Post
Topic
Board Bitcoin Discussion
Re: The truth about the Bitcoin Foundation
by
stevenh512
on 07/04/2015, 02:07:48 UTC
power corrupts...you need some kinda rules/setup to tweak the bitcoin core...and perhaps pay for coders etc.....not sure ...how does it work for linux stuff?

Any company (a few obvious examples would be Red Hat, Canonical, Google, IBM) is free to hire developers and/or find volunteer developers to contribute to whatever GNU or Linux projects they want. Those developers submit patches just like you or I could, if the project's developer community (especially core devs) likes the patches they get included. Some of these people eventually end up getting commit access or even being core developers on their chosen project. For companies like Red Hat and Canonical who package their own Linux distributions, if their patches aren't accepted upstream they're still free to maintain those patches and package them with their own distro.

No central authority is really needed beyond those people who have commit access on GitHub (or wherever else the code is stored) reviewing patches and deciding which ones to merge.
Post
Topic
Board Micro Earnings
Re: [HOT] The NEW LandofBitcoin | landofbitcoin.science | Help Us Make A Bigger List
by
stevenh512
on 31/03/2015, 03:34:32 UTC
I got this .science domain for free and put a few hours into building it.
(emphasis mine)

Also, if the owner of the original LOB does not want me to continue with my website...just have him contact me and I will sell him the domain for a very cheap price.
(emphasis mine)

I found a way to get free .science domains, so I started loading up on them. I have about 27 of them in total and this landofbitcoin.science is just one of them.

So basically, you're cybersquatting. While that may or may not be legal depending on your jurisdiction, it's something that's generally frowned upon.

Are you sure you aren't breaking copyright with your site?

It seems like a knock off banner and name.  Roll Eyes

Using the same name isn't likely to be copyright violation, but it could be trademark violation and it's definitely a form of cybersquatting. Using any actual content from the site (like the banner) would probably be copyright violation, whether or not copyright was ever registered in the U.S. and most Berne Convention countries.

edit: OP, it's not a bad site and there definitely needs to be an alternative to landofbitcoin, but for your own sake please change the name. You aren't going to earn any points in this community (or most other online communities, for that matter) by trying to justify cybersquatting. Even if no legal action ever comes from it, it's still not a good way to build a reputation online.. at least, not a reputation that you would want.
Post
Topic
Board Bitcoin Technical Support
Re: storing wallet backup in the cloud?
by
stevenh512
on 31/03/2015, 00:34:09 UTC
Yeah, I use this method. I first PGP encrypt the wallet backup, then zip it, and finally attach it to a message on Gmail or some other mail service. Pretty convenient.

Compress it first, the ciphertext PGP/GPG produces will resemble a stream of random bytes and won't compress much (if at all). PGP/GPG also internally does some compression (using zlib, I believe, so basically zip or gzip compression) but you might be able to compress it further by using 7zip and encrypting the resulting .7z file.

This way your wallet is compressed as small as possible and you have up to three layers of protection (wallet passphrase, 7zip passphrase and PGP key/passphrase) along with an optional PGP signature so you can prove the file wasn't tampered with.

Of course this is all overkill assuming you have a strong passphrase on your wallet.dat, but it's nice to know that if someone hacked your dropbox or gmail account it might take them a few billion years to get through the multiple layers of encryption and access your wallet.
Post
Topic
Board Bitcoin Discussion
Re: Is Wordpress Cause for Bitcoin Exchange AllCrypt.com Goes Down?
by
stevenh512
on 30/03/2015, 02:34:09 UTC
Putting your money in a small anonymous exchanges is like publishing your private key on facebook, just waiting for someone to take it..

As for Wordpress, I would demand an official response from them, but that would not happen since they would be exposed to a lawsuit..  

I wonder how that would expose Wordpress to a lawsuit. Aside from the fact that the software is distributed free of charge with source code and no warranty whatsoever, this was clearly a customized and modified version of Wordpress (I know of know official cryptocurrency exchange plugin) and the software was clearly not being used for its intended purpose (blogging).

If I'm out street racing in a Corvette I modified myself to be faster than stock, I cause an accident and General Motors releases a statement to the effect that their vehicle was never intended to be driven at that speeds.. I fail to see how General Motors would expose itself to a lawsuit in that situation. In that situation, I created the problem myself and it is entirely my responsibility, not theirs. Similarly, in the AllCrypt situation, the site admin clearly created the situation that made his site unsafe and the responsibility is his. If he did not know that Wordpress was never intended as a financial exchange platform and was never secure enough to be used as such, that's his own fault for not knowing how to use Google.
Post
Topic
Board Bitcoin Discussion
Re: A Threat to Bitcoin? Facebook Rolls Out P2P Payments on Messenger
by
stevenh512
on 19/03/2015, 19:37:11 UTC
I don't see what problem Facebook thinks it's solving here. To me it looks like Facebook just sees companies like PayPal, Apple and to a lesser extent Google making a lot of money by piggybacking on top of the existing credit card, ACH and/or SWIFT systems and they want in. It's still a centralized solution, relying on technology we've all had indirect access to (through our banks and our credit/debit cards) for decades. When PayPal came along, they at least made the leap from having to go to the bank or a Western Union to wire money, to being able to just email money to someone. I don't see any similar leap with any of the solutions that have come along since PayPal with the possible exception of NFC payments with Google Wallet and Apple Pay.

A threat to Bitcoin? No, just someone else trying to capitalize on PayPal's business model. Smiley
Post
Topic
Board Bitcoin Discussion
Re: Meet Carrie, The World's First Bitcoin Pedicab Driver at SXSW 2015 in Austin, TX
by
stevenh512
on 16/03/2015, 00:52:31 UTC
Well 4G would not be needed just to check the blockchain or really for any normal internet browsing, any simple wireless internet connection would suffice.

Of course. Plus, I imagine in Austin the situation is much more like Los Angeles the last time I was there, probably open wifi on almost every corner so you might not even need data service on your phone.
Post
Topic
Board Bitcoin Discussion
Re: ProTip vs Changetip One of BTC's Killer Community Apps?
by
stevenh512
on 16/03/2015, 00:40:32 UTC
I'd like to see them both run successfully side by side, I like both for different reasons and they do each have their own set of advantages and disadvantages.

My understanding of Protip is that all tipping is done peer to peer on the blockchain. This of course fits perfectly with the idea of Bitcoin since it's decentralized and trustless. Being entirely on-chain does have some disadvantages that make it less than ideal for microtransactions. Extensive use of Protip could pollute the UTXO set with a lot of small transactions and result in people playing larger fees to spend their BTC, it also makes it difficult to send someone a tip smaller than the "dust limit".

Changetip is great for aggregating microtransactions off-chain, minimizing fees and potential UTXO bloat. Of course it comes with all the potential disadvantages of relying on a trusted third-party, something Protip avoids.

Since I personally trust my coins a lot more in my own wallet than in any wallet run by a third-party (with the possible exception of a GreenAddress 2of2), I would use Changetip for smaller tipping transactions like you usually see on Reddit and I'd use Protip for larger transactions like donating to an opensource project I want to support.