Bitcoin Forum
May 04, 2024, 05:58:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  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
2  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!
3  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?
4  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
5  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
6  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
7  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
8  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?
9  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.
10  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
11  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/
12  Economy / Gambling / FutureBlock.com - Bet against BTC Hash Rate, not a random dice generator. on: October 08, 2013, 06:16:15 PM
As a miner and bitcoin user, I got sick of 2 things.

1. The exponentially increasing Mining Difficulty which completely fucks me for any mining equipment pre-orders.

2. BTC Casino Games like Satoshi Dice where there is no skill involved and gives you a -2% expected return.

So, I made www.futureblock.com

This is a site that lets you bet on where you think the Bitcoin Hash Rate will go for that day. It’s kinda like horse race betting where everyone places their bets in a pool. The odds are then determined by the ratios of bets in that pool (www.futureblock.com/how-it-works).

Using methods like regression, I believe you could consistently win at this game and have a high expected return, bringing some skill back to gambling.

But how does this solve exponentially Mining Difficulty you ask? Eventually, I want to create hedging contracts (like futures/options) against Mining Difficulty. The mathematics behind horse racing betting and hedging contracts are remarkably similar. The site could be both a fun gambling site for punters and a useful hedging platform for miners.

Let me know what you guys think! Smiley
13  Other / Off-topic / The original post where DPR gave away his username. on: October 07, 2013, 04:26:36 PM
For anyone who read the Ulbricht Criminal Complaint (http://www1.icsi.berkeley.edu/~nweaver/UlbrichtCriminalComplaint.pdf), you will find this fascinating.

Here's the original SilkRoad self-promo post by the user "altoid" - http://shroomery.org/forums/showflat.php/Number/13860995

It's almost a relic on the past now.

And lol @ the original responses ... ""
14  Other / Beginners & Help / Surprised the Second Market BTC Fund didn't have an effect on Exchange Rate on: September 26, 2013, 01:37:58 PM
"SecondMarket has launched the first U.S.-based bitcoin fund, which allows investors to buy into the value of bitcoin without having to buy the digital currency directly."

[src: http://www.forbes.com/sites/tomiogeron/2013/09/25/secondmarket-launches-bitcoin-fund/]

I'm surprised this announcement didn't really have an impact on the BTCUSD Price. If we look at the price movement today, it barely budged (apart from standard volatility). [src: http://bitcoincharts.com/charts/mtgoxUSD#rg60zczsg2013-09-26zeg2013-09-26ztgSzm1g10zm2g25zv]

Did anyone try to trade on this information?

Also, what do you guys use for BTC news? I rely on r/bitcoin quite a bit.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!