How can i import a btc wallet into blockchain api v2
HelloI will use the bitcoin wallet api v2 to make payment from my website.My problem is i need to import my electrum wallet into blockchain wallet api v2, in the documentation i see that can be simple...
View ArticleGet 10 new addresses with a single request
Referring to the documentation: https://bitcoincore.org/en/doc/0.20.0/rpc/wallet/getnewaddress/Using the example:curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method":...
View ArticleUsing BTCPay Server along with a web server in a single machine
For better context: https://stackoverflow.com/questions/63123652/is-there-a-way-to-set-port-in-a-dns-forwardHello community! I have setup an aws ec2 instance and installed BTCPay server on it. I used...
View ArticleHow to receive payments online to single address per user in scalable way?
Suppose we are building online casino/market and want to receive payments.To be scalable, safe and have good user experience, we:cannot generate new address for every single payment. Having single...
View ArticleRun bitcoin-qt at startup of Windows server
I am running bitcoin-qt on my server. I use .Net library to query it through windows services. It all works when I start bitcoin-qt manually.But if the server is restarted, I see that it is running in...
View ArticleHow to stream transactions on the network
How would I go about getting a stream of transactions broadcast on the Bitcoin network? Is this supported by the vanilla client? I know that the client can notify me on new blocks and on all...
View ArticleWhich cloud server provider is best for accepting bitcoin payments with...
This video shows someone using lunanode for their BTCPayServer cloud server. What are the other top reputable and reliable cloud servers out there for running an online store that wants to act as its...
View Articlebitcoin core what is it all about does it make my desktop a server
when my bitcoin core finishes synchronizing does it make my desktop to be like blockchain.nfo where people can create wallets. and must i be online always. apart from that does it mean i have all the...
View ArticleStoring your private key on a "security server"?
One of the suggested security precautions when storing Bitcoin of users on a server is to store the private keys on a separate server:The database storing the private keys or the seeds in case of...
View ArticleMy bitcoin is in a platform where their website is down [duplicate]
I have a question and looking for advice on what to do. My bitcoin is stored in an account called Aptimarket. The website for this company is in a redemption list. Their domain is now under Namecheap....
View ArticleIs it safe to rent server to run a full node?
I want to rent dedicated server to run a full node to receive bitcoin for my website. Is this safe if I encrypt my wallets or should I own physical server?
View ArticleBitcoind/Litecoind can't connect to my rpc node [closed]
Im running a node on my hetzner server. I use following parameters to start the node:litecoind -txindex=1 -conf=/home/litecoin/.litecoin/litecoin.conf -daemon -reindex -rpcuser=cryptosensei...
View ArticleBitcoin daemon sends "Empty reply from server" when in test net
I'm trying to work with the bitcoin daemon and rpc.Using the user & password I set I can't connect to it, trying with curl I always get "Empty reply from server".It works just fine in the real...
View ArticleVPS server accept BTC payment [closed]
Which good VPS server vendor to accept monthly payment with Bitcoin(BTC) ?Please help to provide the reliable listing website for registration.
View ArticleDoes this server belong to Electrom Bitcoin Wallet?
Today, I noticed a new server in Electrum:server: E-X.not.fyi(I have never seen such a server in Electrum before)Does this server belong to Electrum bitcoin wallet?
View Articlewhy --user used constantly in curl examples?
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "encryptwallet", "params": ["my pass phrase"] }' -H 'content-type: text/plain;'...
View ArticleHow do I move my c-lightning node to a different machine without closing my...
If I wanted to move my c-lightning node to an other machine, is there a way to do that (and how)? Specifically, without changing my node key or closing my channels?This question was asked by plant-boy...
View ArticleWhy does Electrum never complete synchronization with a server?
How do I diagnose why electrum never finishes synchronizing?I've tried selecting networks individually without success.Can I ping a server to confirm connectivity?
View ArticleGood way to test Electrumx?
Has anyone else gotten an electrumx server up and running lately?I have just gotten to the point where I'm not seeing any errors during "# service electrumx status", but I'm also not seeing my server...
View ArticleHow to setup bitcoind 10.2 for solo mining on LAN with Bitmain S3
Hy there,i do not exactly know if i am right with my setup, so please be patient with my questions as a noob.I have a Bitmain S3 with latest Firmware on the ASIC, and i do not exactly know how to...
View Article