Bitcoin Forum
June 26, 2024, 11:28:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin client with command line (without blockchain)  (Read 643 times)
mombay (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 256



View Profile
April 22, 2014, 04:51:09 PM
 #1

Hey, i am looking for client that work on command line without downloading blockchain like bitcoin qt (bitcoind) ?

I am working on project to exchange money to bitcoin.

Can you help me please to solve this issue, i search for solution all this week but no result.

I don't want to use blockchain.info or any other service.

I tested bitcoind but need a lot of space Sad

I need only to send bitcoin / get balance on ly theses two commands.

Thank you in advance for your help.

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion
███
███
███
███
███
███
███
███
███
███
   Anonymity Guaranteed
   Anonymous and Untraceable
   Guard Your Privacy
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
April 24, 2014, 05:11:09 PM
 #2

In order to use bitcoin, you'll either need to store your own copy of the blockchain or trust someone else to do it for you, such as blockchain.info, a central server of some sort (like Electrum), etc. There's really no way around this problem yet; until blockchain pruning for partial nodes is completed, it's pretty much all or nothing.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
DannyHamilton
Legendary
*
Offline Offline

Activity: 3430
Merit: 4680



View Profile
April 24, 2014, 07:54:55 PM
 #3

Hey, i am looking for client that work on command line without downloading blockchain like bitcoin qt (bitcoind) ?

I am working on project to exchange money to bitcoin.

Can you help me please to solve this issue, i search for solution all this week but no result.

I don't want to use blockchain.info or any other service.

I tested bitcoind but need a lot of space Sad

I need only to send bitcoin / get balance on ly theses two commands.

Thank you in advance for your help.

There are no "balances", there are only outputs.
The outputs are stored in the blockchain.
To determine how much bitcoins you have access to, you have to search the entire blockchain for all the outputs that you have access to.
It is not possible to search the entire blockchain unless you have the entire blockchain.

You don't actually "send bitcoin".
You redeem outputs by satisfying a script condition, and create new outputs encumbering them with a new script condition.
The outputs that you redeem are in the blockchain.
To determine which outputs you will be redeeming and what script condition you need to satisfy, you have to search the entire blockchain.
It is not possible to search the entire blockchain unless you have the entire blockchain.

Therefore, if you "need only these two commands" then you either need the blockchain, or you need to use a service like blockchain.info that has the blockchain.

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!