Bitcoin Forum
June 21, 2024, 07:56:50 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5+ GH/s USB Miner [IN STOCK!] {CHRISTMAS SALE !} on: January 17, 2014, 07:15:48 AM
I'm using firmware 1.3 and BFG Miner 3.10.0. Sometimes when I plug in the miner, I only get hw errors (100%). I'll have to unplug it and plug it in a different port to get working. All ports on 3 computers give this problem sometimes. Anybody know why? Thanks!
2  Economy / Digital goods / Re: Selling domainname offlinewallet.com on: May 30, 2013, 04:03:39 PM
Yes, or starting some "cold storage service" (which was my original idea).
3  Economy / Invites & Accounts / Selling my origin account with new Sim City, €20 discount on next purchase on: May 30, 2013, 04:03:01 PM
Selling my origin account with new Sim City and €20 discount on next purchase. Also included is a free game (don't know which I choose, you can apparently not see it via the web interface) which EA gave to all early buyers to compensate for their server troubles. Place your bids Smiley
4  Economy / Digital goods / Selling domainname offlinewallet.com on: May 30, 2013, 03:54:51 PM
I have the domainname offlinewallet.com for sale. Place your bids Smiley
5  Bitcoin / Bitcoin Discussion / Transaction without transaction fee on: May 30, 2011, 06:39:47 PM
How can I remove a transaction I started? It's without a fee, meaning I still don't have any confirmations (it's been unconfirmed since may 23)
6  Economy / Marketplace / Re: MtGox international on: May 25, 2011, 06:29:26 PM
Great work! Thanks for the update Smiley
7  Bitcoin / Bitcoin Technical Support / Re: verify ownership of addresses and past transactions on: May 24, 2011, 06:20:42 PM
I believe the seller can only be sure you sent him/her bitcoins, when he/she gave you an address nobody knows (a newly generated one). Proving an address belongs to you without sending money to it is difficult I guess.
8  Bitcoin / Development & Technical Discussion / Re: Feature request: monitorreceivedby on: May 24, 2011, 09:16:55 AM
I want to write an application that does stuff whenever bitcoins are sent to a particular Bitcoin address.

Actually, that feature would be useful for the Bitcoin Faucet (it could monitor the donation address and keep it's display of how many bitcoins are available more up-to-date; currently I memcache the balance and only update it every 10 minutes or so).

I want this new JSON-RPC call:

monitorreceivedbyaddress(address, nConfirmations, url)
 address:  bitcoin address to monitor
 nConfirmations: send notification after this many transaction confirmations
 url: POST detail of the transaction to this url (after nConfirmations)

I'm thinking the POST data would look like:
Code:
{"tx_id" : "...transaction id, maybe encoded into hex",
  "address" : bitcoin address being monitored
  "label" : label (if any) of the bitcoin address being monitored
  "amount" : amount being paid to address
  "confirmations" : number of confirmations
  "from" : [ "address" , "address" ]  # Sending address(es)
}

I don't think teaching the bitcoin client to do HTTP POSTs would be horribly hard; I might take a whack at implementing this myself...


How are you currently updating it? Did you use some patch, is there another way? Or has this been integraded already?

I'm in the process of building a tool that needs to have a near-realtime monitor as well, and I don't like polling
9  Bitcoin / Development & Technical Discussion / Re: Bitcoin API - solved! on: May 23, 2011, 07:48:09 PM
Cool, thanks!
10  Economy / Economics / Re: Anybody spot the huge transfer? (not so huge I'm sure). on: May 23, 2011, 07:00:32 PM
Maybe it was just a show-off, moving some of his money to his other wallet  Shocked
11  Bitcoin / Development & Technical Discussion / Re: Bitcoin API - solved! on: May 23, 2011, 06:13:55 PM

Hi theymos,

Your examples give me an error, it doesn't seem to work anymore:
Quote
ERROR: this page never counts 0-confirmation transactions
12  Bitcoin / Bitcoin Discussion / Re: How do you back up your Bitcoin Wallet on: May 22, 2011, 07:15:30 PM
Yes, you just need your wallet.dat file, the rest can be redownloaded.
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!