Show Posts
|
Pages: [1] 2
|
Hello, I have added the following parameters to bitcoin.conf: There are requested by a third part application to run a blockchain explorer. Now in the Bitcoin Core file there are a lot of "ThreadRPCServer incorrect password attempt from 127.0.0.1<port>" errors, where port is different each time the error occurs. What does it mean?
|
|
|
I'm running lnd and I manage it using Thunderhub. I have opened 2 channels (1,3M and 1,0M as capacity) and I had to pay some fees for onchain txs, including extra fees for a CPFP tx for the first channel (using bumpfee command). Since the fees have been charged on BTC balance, shouldn't the total LN balance be 2,3M? Why instead I have this balance?  Missing 6689 sats...
|
|
|
I'm running an Electrum server (under Tor) using electrs and I successfully connected an Electrum wallet to it.
Now, is it discoverable by others than me? How can I see if any client connect to my server?
|
|
|
I'm running bitcoin-qt without parameters and with the following settings in ".bitcoin/bitcoin.conf" file: datadir=/media/<my_user>/<external_hdd>/.bitcoin walletdir=/home/<my_user>/.bitcoin/wallets/test On a computer with Ubuntu it works like a charm: it gets blockchain data and wallet. On another computer with Linux Mint in which I copied the same Bitcoin Core (v24.0.1) and the same config folder, located in the same path (".bitcoin/bitcoin.conf"), when I launch bitcoin-qt (with no parameters) it gets the wrong bitcoin.conf file, using that is on the external disk and no wallet is loaded. What the hell is wrong???
|
|
|
Hello, I'm using Bitcoin Core 24.0 on Ubuntu 20.04. I have installed tor 0.4.2.7-1 and made these changes to "/etc/tor/torrc": uncommented this: ControlPort 9051 CookieAuthentication 1 added this line: CookieAuthFileGroupReadable 1 I run Bitcoin Core with this command: bitcoind -conf=<my_path>/bitcoin.conf -proxy=127.0.0.1:9050 -debug=torHere is part of the debug.log file: 2022-12-09T21:41:56Z New outbound peer connected: version: 70016, blocks=766684, peer=0 (block-relay-only) 2022-12-09T21:41:57Z New outbound peer connected: version: 70016, blocks=766684, peer=1 (block-relay-only) 2022-12-09T21:42:02Z No valid UPnP IGDs found 2022-12-09T21:42:07Z New outbound peer connected: version: 70016, blocks=766684, peer=3 (outbound-full-relay) 2022-12-09T21:42:20Z Imported mempool transactions from disk: 3248 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast 2022-12-09T21:42:20Z loadblk thread exit 2022-12-09T21:42:28Z New outbound peer connected: version: 70016, blocks=766684, peer=4 (outbound-full-relay) 2022-12-09T21:42:37Z New outbound peer connected: version: 70016, blocks=766684, peer=7 (outbound-full-relay) 2022-12-09T21:42:39Z P2P peers available. Skipped DNS seeding. 2022-12-09T21:42:39Z dnsseed thread exit 2022-12-09T21:43:03Z Socks5() connect to 2001:41d0:700:2052:::8333 failed: general failure 2022-12-09T21:43:04Z New outbound peer connected: version: 70016, blocks=766684, peer=9 (outbound-full-relay) 2022-12-09T21:43:30Z New outbound peer connected: version: 70016, blocks=766684, peer=13 (outbound-full-relay) 2022-12-09T21:43:32Z New outbound peer connected: version: 70016, blocks=766684, peer=14 (outbound-full-relay) 2022-12-09T21:43:34Z New outbound peer connected: version: 70016, blocks=766684, peer=15 (outbound-full-relay) 2022-12-09T21:43:35Z New outbound peer connected: version: 70016, blocks=766684, peer=16 (outbound-full-relay) 2022-12-09T21:44:37Z New outbound peer connected: version: 70016, blocks=766684, peer=17 (outbound-full-relay) 2022-12-09T21:45:38Z New outbound peer connected: version: 70016, blocks=766684, peer=18 (outbound-full-relay) 2022-12-09T21:47:10Z No valid UPnP IGDs found For "No valid UPnP IGDs found" message I have commented line in bitcoin.conf file, but I'm still getting Socks5() connect to ... failed: general failure. Can you tell me what that address (2001:41d0:700:2052:::8333) came from? I also tried to connect Electrum to it with the following command: electrum -1 -s <my_address>.onion:8333:t -p socks5:localhost:9050 but it hangs on "not connected"... What am I missing?
|
|
|
 It looks a bit like a phone booth, but it's a full node made with what I had at home: an old android smartphone and an old 3.5'' hdd Would you try to do the same? https://github.com/smartm0use/smartino
|
|
|
Hello, I have installed Bitcoin Core on Ubuntu 20 and I changed the path of ".bitcoin" folder. When I run "bitcoind" file it does not create "bitcoind.pid" file, as instead it does on another computer. Since the current instance file is not created the client crashes: 2022-11-29T16:56:38Z Bitcoin Core version v23.0.0 (release build) 2022-11-29T16:56:38Z Assuming ancestors of block 000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091 have valid signatures. 2022-11-29T16:56:38Z Setting nMinimumChainWork=00000000000000000000000000000000000000002927cdceccbd5209e81e80db 2022-11-29T16:56:38Z Using the 'arm_shani(1way,2way)' SHA256 implementation 2022-11-29T16:56:38Z Default data directory /root/.bitcoin 2022-11-29T16:56:38Z Using data directory /mnt/media/<UUID>/.bitcoin 2022-11-29T16:56:38Z Config file: /mnt/media/<UUID>/.bitcoin/bitcoin.conf 2022-11-29T16:56:38Z Config file arg: bind="0.0.0.0" 2022-11-29T16:56:38Z Config file arg: checkblocks="24" 2022-11-29T16:56:38Z Config file arg: checklevel="0" 2022-11-29T16:56:38Z Config file arg: dbcache="64" 2022-11-29T16:56:38Z Config file arg: disablewallet="1" 2022-11-29T16:56:38Z Config file arg: listen="1" 2022-11-29T16:56:38Z Config file arg: maxconnections="64" 2022-11-29T16:56:38Z Config file arg: par="2" 2022-11-29T16:56:38Z Config file arg: port="8333" 2022-11-29T16:56:38Z Config file arg: rpcallowip="127.0.0.1" 2022-11-29T16:56:38Z Config file arg: rpcbind=**** 2022-11-29T16:56:38Z Config file arg: rpccookiefile="/root/bitcoin-core/.bitcoin/.cookie" 2022-11-29T16:56:38Z Config file arg: rpcport="8332" 2022-11-29T16:56:38Z Config file arg: upnp="1" 2022-11-29T16:56:38Z Command-line arg: conf="/mnt/media/<UUID>/.bitcoin/bitcoin.conf" 2022-11-29T16:56:38Z Command-line arg: daemon="" 2022-11-29T16:56:38Z Command-line arg: datadir="/mnt/media/<UUID>/.bitcoin" 2022-11-29T16:56:38Z Using at most 64 automatic connections (32768 file descriptors available) 2022-11-29T16:56:38Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements 2022-11-29T16:56:38Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements 2022-11-29T16:56:38Z Script verification uses 1 additional threads 2022-11-29T16:56:38Z Wallet disabled! 2022-11-29T16:56:38Z scheduler thread start 2022-11-29T16:56:38Z HTTP: creating work queue of depth 16 2022-11-29T16:56:38Z Using random cookie authentication. 2022-11-29T16:56:38Z Unable to open cookie authentication file /root/bitcoin-core/.bitcoin/.cookie.tmp for writing 2022-11-29T16:56:38Z Error: Unable to start HTTP server. See debug log for details. 2022-11-29T16:56:38Z Shutdown: In progress... 2022-11-29T16:56:38Z scheduler thread exit 2022-11-29T16:56:38Z Shutdown: done Do you see any useful hint in this log file? Why the client still use default data directory for some paths? What could be the problem? I have also tried versione 24.0, but nothing changed.
|
|
|
Hello, I was looking for the complete list of all versions of Bitcoin client released by Satoshi Nakamoto since the beginning. Especially, I would like to see some part of source code of early versions. I had a look among Github and Sourceforge repositories but I can't find the complete list, ordered by date and/or by version. Any hint?
|
|
|
Hello, i'm synching blockchain with Bitcoin Core and before to begin it prompts this message:  What kind of hardware problems could happen with my computer? I'm using Bitcoin Core 22.0 and I have attached an external hdd for the storage of blocks.
|
|
|
Salve, esiste un exchange che permetta di fare l'import di una chiave privata di Ethereum e che quindi poi permetta di vendere gli asset associati?
|
|
|
Hello, I open this thread about Crypto.org DeFi Wallet, I have tried to search for it here on forum but I can't see any topic about it. I have 2 questions now: - For staking CRO I have need to swap from Ethereum to buy CRO ERC20 token and then use migration tool to have native CRO. Couldn't I directly buy native CRO from DeFi Wallet and then save fees? How to do that? - I finally staked native CRO tokens... but after some hours I get this message: "This validator is currently being jailed". Have I to do anything to "unjail" it?  Thank you.
|
|
|
Hello, I have sent a transaction with low fee (5 sat/byte) and it is a couple of hours that is unconfirmed. I see that since Electrum 4.0.4 there is the RBF feature. I have Electrum 4.0.2 and I see an option in the contextual menu related to transaction to set an high fee. Is it the RBF feature?
|
|
|
Hello, as I said here I need translation for the circled sentence:  I'm looking for these languages: - Russian - Japanese - Portuguese (BR) - Czech - Slovak If you want you can double check in your language the rest of the text of that box, going to the site. Feel free to add more languages!
|
|
|
Hello, I'm on Ubuntu and I have upgraded my Electrum wallet from 3.2.3 to 3.3.4. Now if I run it from the application menu it doesn't start anymore. If I try from the command line, I get the following error: ~$ electrum Error: No module named 'aiorpcx'. Try 'sudo python3 -m pip install <module-name>'
~$ sudo python3 -m pip install aiorpcx Requirement already satisfied: aiorpcx in ./.local/lib/python3.6/site-packages Requirement already satisfied: attrs in ./.local/lib/python3.6/site-packages (from aiorpcx)
~$ electrum Error: No module named 'aiorpcx'. Try 'sudo python3 -m pip install <module-name>'
What could I do to fix it?
|
|
|
Salve, come da oggetto, vendo il dominio inblockchain.it, ideale per qualsiasi progetto/startup/idea editoriale a tema Bitcoin/Blockchain/criptovalute. In omaggio vi regalo il dump del database dell'attuale blog Wordpress + la proprietà della pagina Facebook omonima: https://www.facebook.com/inblockchain  Se siete interessati provate a fare un'offerta rispondendo a questo topic. Accetto solo Bitcoin.
|
|
|
Hello, I'm running Bitcoin Core on TestNet and I would like to set a proxy. Since I'm using Squid to set proxy for my system I should set "localhost:3128" somewhere... but bitcoin-qt options have only SOCK5 proxy field.  So, it can't connect... How can I solve? Thank you in advance.
|
|
|
Hello, I'm trying to make my Electrum connect to server but I'm experiencing problems. I installed versione 3.0.5 and run it in TestNet mode (`--testnet`). I filled the proxy settings with my data but it stucks on "Not connected" or "Waiting for fee estimates"...  I also tried to connect it manually, but none works. What could be the problem? Does exist any log to see to figure out why it is not connecting to any server?
|
|
|
Ieri sono venuto a conoscenza di questo topic grazie alla segnalazione dell'utente Micio. Avrei voluto aggiungere tutti gli articoli, maggiormente pubblicati su edizioni cartacee, che mi è capitato di incontrare negli ultimi mesi, ma il topic è chiuso. Apro dunque quest'altro thread in cui magari continuare a raccogliere questo genere di articoli "spazzatura" e farci due risate!
|
|
|
Hello, do you know any bitcoin exchange that accepts Payza as deposit method?
Thank you.
|
|
|
|