Bitcoin Forum
September 29, 2025, 05:10:43 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Project Development / Re: How to build a Bitcoin Wallet on: May 15, 2014, 03:35:43 PM
I'd say lots of people are interested in building 'wallet' functionality into their apps. Think of all the tip bots.

I wouldn't trust them with my coins as a wallet, but I'd trust them enough to transact small amounts on there.
2  Bitcoin / Project Development / How to build a Bitcoin Wallet on: May 15, 2014, 03:09:20 PM
I wrote a tutorial on how to build a javascript client side Bitcoin wallet, much like blockchain.info's "MyWallet".

It's something I certainly could've used when I first got started  Smiley

Check it out and let me know what you think.

https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1
3  Bitcoin / Mining / What are the limits of ASIC Mining? on: May 10, 2014, 02:21:48 AM
My assumption is that ASIC miners optimize for the "hashes per joule" metric, as did GPU miners over CPU miners.

It would seem that after some time, the decision to mine Bitcoins would be based on if you could source energy cheaply enough.

When do we reach that point?

I'm not a hardware guy so I'm curious to understand what the upperbound limits are of ASIC mining from a technical perspective. How much more can we optimize?

Thanks!
4  Bitcoin / Mining support / Re: How do pools/miners secure their Bitcoins? on: May 04, 2014, 05:08:44 AM
How do pools secure their bitcoins?  Well mostly pools are holding other people's bitcoins. Why bother securing them?   (The answer: pretty poorly.)

Why bother securing them? Just concerned about attackers getting into the pool's bitcoind (if that's how they manage the keys), or if an attacker manages to ride your user session.

Do you think this isn't something I should worry about? I saw that some pools were hacked last night and the compensation came out of the pool owner's pocket :s
5  Bitcoin / Mining support / Re: How do pools/miners secure their Bitcoins? on: May 04, 2014, 05:03:35 AM
Maybe I'm a dummy, but I consider Coinbase safe enough for up to 10 BTC (or $4000-$5000). My bitcoin stays invested, so I've never had that much in there.

What do you mean by 'invested'?
6  Bitcoin / Mining support / How do pools/miners secure their Bitcoins? on: May 03, 2014, 08:54:55 PM
New to mining, I'm curious to see how everyone secures/stores their funds?

The safest way I can think of is cold generation of private keys and using the public address to withdraw from pool sites, or if you're solo mining, specifying that public address in the coinbase transaction.

Is this how people do it? Seems a bit inconvenient though when you want to spend your coins. Where do you keep it afterwards?
7  Bitcoin / Project Development / Introducing HelloBlock - Focus on building Bitcoin apps, not infrastructure. on: April 01, 2014, 03:48:43 PM
https://helloblock.io

We’ve built a Blockchain API so developers can focus on the important stuff (app logic, UX) rather worry about bitcoind.

This was built out of frustration of both bitcoind and the blockchain.info API. We previously built www.tippercoin.com (send BTCs via a tweet) and www.sparecoins.io (Chrome extension wallet) via these tools. However, bitcoind just doesn’t give the data you need and blockchain.info isn’t developer friendly, e.g. no testnet, goes down quite often, weird http codes

We’ve also built a programmatic faucet API so you can write proper integration tests! (https://helloblock.io/docs/ref#faucet). This comes with a block explorer as well for both testnet/mainnet (https://helloblock.io/latest, https://test.helloblock.io/latest)

Let me know what you guys think. Smiley
8  Bitcoin / Development & Technical Discussion / Re: How to check network propagation through Bitcoind on: January 12, 2014, 05:14:14 AM
So there's no way to check through bitcoind? Would I be looking at a node reimplementation then?
9  Bitcoin / Development & Technical Discussion / How to check network propagation through Bitcoind on: January 10, 2014, 10:54:32 PM
Running bitcoind -testnet locally (about 8 connections) at the moment and testing 'sendrawtransaction'.

However, I'm wondering if there's a way to check how many nodes have picked up the transaction?

I've also noticed it takes a while before it gets in the unconfirmed pool on testnet.btclook.com

How does blockchain.info do it with /inv ?

https://blockchain.info/inv/d7524b67ddb9337a1c25fb79224ad124115c032d9075f839ead765c1884796c7

Thanks guys
10  Bitcoin / Development & Technical Discussion / Re: OP_RETURN and non-standard transactions on: December 30, 2013, 08:17:24 AM
Answering my own question, but I eventually found this https://bitcoinfoundation.org/blog/?p=290

Summary: In 0.9, OP_RETURN data TxOut will become a standard transaction type. However, this is controversial, and some miners may just reject OP_RETURNs with data junk.
11  Bitcoin / Development & Technical Discussion / OP_RETURN and non-standard transactions on: December 30, 2013, 07:01:27 AM
I have an idea that uses OP_RETURN. However, the wiki states that "Note that this mechanism is not yet a standard transaction type, and thus will not be relayed by nodes on mainnet."

If it doesn't get relayed by nodes (and rather only included if you've mined that block), then how did this particular transaction get in there?

https://blockchain.info/tx/eb31ca1a4cbd97c2770983164d7560d2d03276ae1aee26f12d7c2c6424252f29

Also, I was wondering what is meant by this in the IsStandard() method?

Code:
    // only one OP_RETURN txout is permitted
    if (nDataOut > 1) {
        reason = "mucho-data";
        return false;
    }

See here https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L408-412
12  Bitcoin / Development & Technical Discussion / Re: Consistent Estimater of Transaction Times - Block Timestamp? on: December 30, 2013, 01:30:09 AM
You are correct, there is no "tx time" embedded in the blockchain for individual transactions, only for blocks themselves.

There exists only a pseudo "tx time", which is based on when the node received the transaction.

For example, this is what blockchain.info means by "received time". https://blockchain.info/tx/dc55d9c6ec03ceccf0db43d29e7d626a8b107f41066e3917f30398bb01dda2b5

However, as you can imagine, this can vary greatly between nodes.
13  Bitcoin / Development & Technical Discussion / Benefits of MtGox v2 API? on: December 29, 2013, 10:30:09 PM
Has anyone had experience in using MtGox v2 API vs v1?

I can't seem to find any benefits v2 provides, apart from better namespacing. Checked here https://en.bitcoin.it/wiki/MtGox/API/HTTP/v2

I ask because I'd like to use the mtgox ruby gem which is still in v1.

Thanks
14  Bitcoin / Bitcoin Discussion / What's the talk on circle.com? on: December 28, 2013, 12:41:24 AM
Seems to be lots of hype but no product.

1. Circle Raises lots of money.
2. XYZ Wall St exec joins board.
3. Circle spends shitloads buying .com domain

etc ...

From what I can see, they're trying to do everything Coinbase has already done.

But then again, I'm just a blind outsider listening to the inner workings of a factory.

What are people's thoughts?
15  Bitcoin / Bitcoin Discussion / Re: I wish people would shut the fuck up about price. It adds no value. on: December 18, 2013, 10:24:28 PM
...a new currency is developed, and you're pissed because people want to discuss the exchange value?

Yes, because it's mostly fluff and has the unfortunate effect of stealing the media spotlight from products which do add value for Bitcoin. For example, things like BitRated and ProofOfExistence are potential game changers that didn't get nearly enough attention.

Anyway, I edited the title/body to sound less dicky.
16  Bitcoin / Bitcoin Discussion / Re: I wish people would shut the fuck up about price. It adds no value. on: December 18, 2013, 09:40:07 PM
Quote
what are you talking about? price drives a ton of the things you want to happen here, so it should be a part of the conversation. price goes up, ALL of the things you mention get more attention put on them, and more work put into them.

That's a valid point.

I think Aaron Levie put it best - "The challenge with Bitcoin is the bubble came before the utility was proven, not the other way around." (https://twitter.com/levie/status/406932229256773632)
17  Bitcoin / Bitcoin Discussion / I wish people would talk less about price. on: December 18, 2013, 09:19:53 PM
There have been 3 bubbles now and each time it's the same thing at varying levels of intensity. People always generate technical charts detailing price movements, talking about this/that price point as if it meant something. "What will Bitcoin reach in 2014?". Hindsight analysis is always applied with X event explaining Y movement. Cyprus this. China that.

I'm getting sick of it. It adds no value. I, for one, am glad that the price tanked, if it'll mean people will talk less about it.

Hopefully the hype is gone so when can start building the actual Bitcoin economy, the real guts of it - merchant adoption, international remittance, developer infrastructure, allowing transaction types that were previously impossible (e.g. MULTISIG, ANYONECANPAY etc ...).

Thanks for reading.

/rant

[EDIT:] Toned down the language.
18  Bitcoin / Project Development / Re: SpareCoins: Chrome Extension Wallet to make small transactions super easy on: December 11, 2013, 07:01:58 PM
Thanks! We love Coinbase and hold some BTC there. But, their API doesn't offer the flexibility we need.
19  Bitcoin / Project Development / SpareCoins: Chrome Extension Wallet to make small transactions super easy on: December 11, 2013, 06:06:46 PM
Hey guys,

We just built a Chrome Extension Bitcoin Wallet (open sourced of course). The point was to make sending small amounts of Bitcoin much easier, because you always see random addresses scattered here and there. Opening up your Desktop client takes ages and even using a hosted wallet is too many steps if you just want to send 0.001 BTC for example.

This encrypts/stores your private keys in Chrome Storage, the decrypt key is a SHA256 digest of your password. We use Blockchain.info to propagate transactions and get transaction history on your addresses.

http://www.sparecoins.io

Would you love know what you guys think and will happily take feature requests.

 Smiley
20  Bitcoin / Project Development / Convert addresses to Identicons on: December 06, 2013, 04:16:46 AM
I got tired of seeing raw Bitcoin addresses, they can be hard to differentiate, whether you're a consumer or a developer.

Here's a little project we made that converts public addresses into unique identicons by hashing the public addresses.

e.g. 1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX converts to



It has a simple api endpoint, or you can fork the repo and host it yourself. Enjoy!

http://identico.in/
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!