Discussion about Bitcoin development http://bitcoincore.org http://github.com/bitcoin/bitcoin http://twitter.com/BitcoinCoreOrg List in: @Crypto @CryptoCurrencies Rules: All participants require username & image set No altcoin/ICO discussion or promo
not sure if you're trying to scam or have been scammed...
Читать полностью…You can try to post your answer once more, I elevated your permissions here
Читать полностью…can you update the pinned message pls? we have core 0.21 now
Читать полностью…https://laanwj.github.io/2021/01/21/decentralize.html
Читать полностью…Solved it! I had the wrong port number. Testnet JSON-RPC is listening on port 18332, not 18334. Saw startup messages in bitcoind indicating listening on 18333 and 18334 and assumed that was P2P and RPC. But apparently not.
Читать полностью…double spends are supposed to be picked up in the verfication step by nodes which didnt mine, no?
Читать полностью…I’m running a bitcoind daemon on testnet and am able to issue getblockchaininfo
through the bitcoin-cli command. But I’m trying to get the same result using a curl command, which, following examples online, I’m trying:curl --user myrpc01 --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockchaininfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:18334/
But no matter what I do, I just get: curl: (52) Empty reply from server
I’ve googled this, and tried suggestions that I’ve found, to no avail. What could I possibly be missing?
My ~/.bitcoin/bitcoin.conf file contains the following:
[test]Читать полностью…
rpcuser=myrpc01
rpcpassword=password01
fallbackfee=0.0002
txindex=1
server=1
rpcbind=127.0.0.1
Any ideas? Much appreciation to anyone who can offer suggestion. Bitcoin dot conf file does contain server=1
and rpcuser and rpcpassword entries under [test]
heading.
I am trying to get results of getblockchaininfo
as a first example. I can get the info using bitcoin-cli, so I assume bitcoin-cli can talk to bitcoind, but if I try to "do what I assume bitcoin-cli is doing" with curl, I get the "empty reply".
Anyway, absent details, question boils down to — running a testnet node and trying to access JSON-RPC via curl. Following examples online, but getting curl: (52) Empty reply from server
Tried googling, but suggestions in search results did not help.
yes it should work with 1 link to code and your question
Читать полностью…If my bitcoin is stuck to website, by having bitcoin address, is it possible to transfer?
Читать полностью…I really hope someone could help me with their wisdom please
Читать полностью…It also deletes tons of totally unhelpful spam, you just don't see it. Plenty of reason to keep it. Sorry that it comes out that way from time to time
Читать полностью…Hi, don't know if this is the right group to ask (if not please let me know where should I head to), the thing is that I'm running a full bitcoin core node on latest mint stable release and couldn't find an up to date tutorial about connecting through latest version of Tor services (v3) safely....do you know any?
Читать полностью…you're quite literally asking to get scammed, so please be safe @learntotrade
Читать полностью…Bitcoin Munich Satoshi's 21 Online Meetup in a "Socratic light" format reviewing the year 2020 in Bitcoin is starting in about 60 minutes.
Link to the YouTube stream: https://www.youtube.com/watch?v=7Dw97IM9HMY
Link to the conference call: https://meet.ffmuc.net/satoshis21
(It's recommended to use Chrome or a Chromium-based web browser.)
Your microphone will be muted and your camera be off by default. Double-check you're unmuted if you want to speak, and also feel free to turn on your cam then if you like.
On both platforms you can also use the keyboard chat to interact, ask questions, etc
excuse the inconvenience, we have an overzealous bot. You can try again now
Читать полностью…curl command was: curl --user myrpc01 --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockchaininfo", "params": [] }' -H 'content-type: text/plain;' (localhosturl)