The daemon tag has no wiki summary.
2
votes
3answers
317 views
Sending bitcoins programatically without running a node [duplicate]
How can I send bitcoins in my web app without running the daemon on my server?
Is there a way to do it? Do third parties allow you to send through them?
3
votes
1answer
134 views
How can I run Bitcoind -server in “light mode”?
Hi! I would like to set up a local wallet at my computer, which runs as a daemon. However, the blockchain takes ages to download and every single day it takes quite a lot of time to update the ...
3
votes
1answer
1k views
How to connect to RPCPORT=9332 via LAN
I edited litecoin.conf file...
To this:
testnet=0
rcpuser=user
rpcpassowrd=pass
rpcport=9332
server=1
I use minerd with litecoind and when I try to connect to the local machine 127.0.0.1:9332 ...
4
votes
1answer
3k views
How does one mine Namecoins?
In order to mine Bitcoins, one needs to start the bitcoind with "-server" flag and later request from it a getwork to solve. Does the Namecoin client operate in the same way, or is there some specific ...