Bitcoin Forum
June 14, 2024, 04:18:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: So what wallet does Coinbase/BitPay/Kraken/Blockchain use?  (Read 1234 times)
grux (OP)
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
July 05, 2014, 10:39:35 PM
 #1

They all can't be using Bitcoind and it's JSON-RPC API right? Nor should they be pulling a "Mt. Gox" and rolling their own code... (maybe for blockchain though) So just what are they doing to be a service that reliably processes Bitcoin transactions in such high volume and availability? What do all these high-end services do to receive and send their bitcoins?
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
July 06, 2014, 12:59:26 AM
 #2

Nothing wrong with bitcoind (or a cluster of bitcoinds) if you use it properly.  Building updates around the blocknotify and walletnotify callbacks is one option.  Another option is to run bitcoind in no-wallet mode and use raw transactions for everything.  Nobody however runs any service of any significant volume using the bitcoin "accounts".
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
July 06, 2014, 12:01:56 PM
 #3

Nothing wrong with bitcoind (or a cluster of bitcoinds) if you use it properly.  Building updates around the blocknotify and walletnotify callbacks is one option.  Another option is to run bitcoind in no-wallet mode and use raw transactions for everything.  Nobody however runs any service of any significant volume using the bitcoin "accounts".
bitcoind is not ideal for anything with significant volume, even if you build it around blocknotify/walletnotify.

For bitpay/coinbase, they most likely have listening nodes that listen for any transactions to payment addresses (perhaps using a bloom filter for O(1) time), and when they find one they craft a raw transaction to send it into one of their main wallet addresses.
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
July 06, 2014, 12:02:44 PM
 #4

Sorry, but please replace 'most likely' with 'might'.

(I can't edit my posts.)
BitCoinDream
Legendary
*
Offline Offline

Activity: 2338
Merit: 1204

The revolution will be digital


View Profile
July 06, 2014, 09:39:15 PM
 #5

Sorry, but please replace 'most likely' with 'might'.

(I can't edit my posts.)

What happened to your image editor for forum posting ?

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!