Questions tagged [bitcoind]

Bitcoind is a program that implements the Bitcoin protocol for command line and remote procedure call (RPC) use.

bitcoind is a program that implements the protocol for command line and use. It is also the first Bitcoin client in the network's history. It is available under the MIT license in 32-bit and 64-bit versions for Windows, GNU/Linux-based OSes, and Mac OS X.

Prior to version 0.5, this service-provider client used a GUI as its default GUI. It is now instead bundled with Bitcoin-Qt.

218 questions
-1
votes
1 answer

Doesnt receive coins into BitcoinD Daemon

I have installed bitcoind daemon into my server and create address for individual users. An User A sends 0.005 BTC into my Bitcoind daemon server, yet it will not appears into my server. I have checked using the following…
VIVEK-MDU
  • 2,483
  • 3
  • 36
  • 63
-1
votes
1 answer

Real time comunication between bitcoind and web-application

For example I have bitcoind and php-script. I need my script to know when there are transactions made on one of my bitcoin addresses to perform future actions, depending on this. The one solution I am thinking about is cron, however maybe there is…
Sabine
  • 323
  • 4
  • 14
-1
votes
1 answer

Using Bitcoin's sendmany function with perl

I have been struggling with this one for a while and will be grateful if someone could offer a solution. Basically, I am trying to use bitcoin's 'sendmany' function (https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list) to send mass…
aceofbase
  • 1
  • 3
-1
votes
1 answer

Bitcoind JSON-RPC Calls Not Working

I'm trying to use the Bitcoind JSON-RPC API from PHP to control my wallet using the following code.
cubecubed
  • 228
  • 4
  • 18
-1
votes
1 answer

Accepting Bitcoin - monitoring transactions coming in

I want to accept Bitcoin on my site. I assign each incoming sale a Bitcoin public key/address from a pool of non-used addresses. I add records to the pool of non-used addresses by generating 1000 receiving addresses on a separate computer using…
-1
votes
1 answer

pending COMMIT/ROLLBACK with django-bitcoin

I'm using django-bitcoin with a project and everything was fine till today... now when i try to create a wallet i get this error : In [3]: master_wallet, created = Wallet.objects.get_or_create(label="master_wallet") In [4]: radress=…
Mooh
  • 1,237
  • 3
  • 19
  • 38
-1
votes
1 answer

Is listunspent scalable and efficient?

Is the listunspent bitcoind api command efficient and scalable? Say I had 5000 daily transactions on my bitcoind and I pinged bitcoind with listunspent every minute to keep my db updated, for example. Any good alternatives if so?
-1
votes
1 answer

Bitcoind testnet mode No block source available 0 connection

In fact I know this question is hard to answer as it has many reasons for, but is there any clear way to check in "steps" how to configure or know why such a behavior happen and what is the other available solutions?
Mohamed Farrag
  • 1,682
  • 2
  • 19
  • 41
-1
votes
1 answer

Compiling altcoin (based on litecoin) wallet on windows undefined reference to `leveldb

I am following the write up detailed here https://bitcointalk.org/index.php?topic=149479.0 but I seem to be having some issues with the last step of compiling on windows. When attempting to compile an altcoin wallet (based on litecoin), I keep…
Unicus
  • 9
  • 1
  • 4
-1
votes
1 answer

how to setup a node for a coin with only genesis block released

I was working on a litecoin source where i modified it to generate a new genesis block. It went all good. I started the client. Now I have a problem that since its a new coin, the wallet keeps saying 1 hour behind from network, and no block source…
awaisharoon
  • 463
  • 1
  • 3
  • 16
-1
votes
1 answer

Compiling Bitcoin on Visual C++

I'm trying to compile bitcoin-0.8.6 on Windows using Visual C++ 2010. What I did until now was to create an empty project, added the Bitcoin source files to it, setuped boost/openssl. I'm getting the following syntax error in addrman.h…
Bole Grat
  • 71
  • 10
-1
votes
1 answer

Bitcoin RPC using PHP cannot createrawtransaction

$bitcoin->createrawtransaction("[{'txid' : \"5ffd30a03de02cbbea33f1e3a83d44f6ea90fd5c7be4ab28aae0698fbe451cc3\",'vout': 0}]","{\"2NFqqucqutcfQfmHpHhW3cNuPqRMX2LCLxC\": 0.6}")); is completey failing its getting sent to bitcoind but that seems about…
Kurtis Bro
  • 43
  • 1
  • 7
-1
votes
1 answer

Coinpunk / Bitcoind / OSX Running on local machine error

Good day. Installation process and configuration of bitcoind, coinpunk and redis went good, according to this guide: https://github.com/kyledrake/coinpunk/blob/master/docs/INSTALL-OSX.md After all i'm launching all the procedures through OSX…
resarvet
  • 1
  • 1
-2
votes
1 answer

Praw not responding

I dont really know why my code doesn't work. When my Reddit bot gets a message or comment with "+makeaccount" it should "contact" bitcoind and make an account with "getnewaddress" and print a message to the console, but it doesn't seem to even print…
IdotMaster1
  • 41
  • 2
  • 6
-2
votes
1 answer

Can't build bitcoind

When I starting make I always get the same error. I think maybe it's have anything to do with Berkeley DB, but I'm not sure. I followed in this guide - https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#berkeley-db Making all in…
0xActor
  • 614
  • 1
  • 5
  • 7
1 2 3
14
15