Bitcoin Forum
September 28, 2023, 09:10:15 PM *
News: Latest Bitcoin Core release: 25.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 61 »
1  Local / Servizi / Re: QuiBitcoin - l'app per la diffusione del Bitcoin in Italia! on: September 09, 2023, 03:06:24 PM
Nuova aggiunta:

2  Bitcoin / Hardware / Re: Open Source Bitcoin ASIC miner project that uses 2x BM1387 (Antminer S9) on: September 05, 2023, 11:03:51 PM
Anyone here knows where to get the 3D printed case STL file?

https://d-central.tech/downloads/3d-models

The download link is broken...
3  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: September 04, 2023, 09:21:20 PM
https://sakamotonews.it/notizie-spazzatura/l-agricoltura-sostenibile-si-traccia-con-la-blockchain

Con tanto di video (old) che spiega cos'è la blockchain: https://www.youtube.com/watch?v=wfE0E1fec_0
4  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: August 30, 2023, 09:58:46 PM
No, va be', ma che debunkiamo a fare...

https://www.ilfoglio.it/esteri/2022/02/25/news/in-canada-trudeau-ha-bloccato-i-conti-correnti-dei-no-vax-il-giro-di-vite-nella-blockchain-3731402/
5  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: August 23, 2023, 07:59:53 AM
https://sakamotonews.it/notizie-spazzatura/il-futuro-dell-industria-finanziaria-tra-blockchain-e-intelligenza-artificiale

In Italia, una potenziale applicazione della blockchain servirebbe a ottimizzare l'esecuzione dei trasferimenti in ambito banca corrispondente. Le organizzazioni che si trovano in prima linea in questa trasformazione sono ben posizionate per trarre vantaggio dai progressi dell'AI, del machine learning e della tokenizzazione basata su tecnologia blockchain.
La blockchain funge da complemento naturale all'AI, fornendo maggiore trasparenza e verificabilità delle decisioni basate sull'AI. Inoltre, la tokenizzazione democratizzerà l'accesso ai mercati privati per gli investitori retail, un asset class storicamente accessibile solo agli Hnwi e investitori istituzionali.
6  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: August 22, 2023, 12:04:00 PM
https://sakamotonews.it/notizie-spazzatura/il-vero-parmigiano-sara-certificato-da-un-microchip-commestibile-collegato-alla-blockchain/
7  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: August 20, 2023, 10:09:18 PM
Nessuno dei due articoli cita il fallimento di Evergrande... però non lo so, nell'articolo del secondo link c'è tipo un messaggio subliminale Cheesy

https://sakamotonews.it/notizie-spazzatura/tassi-alti-dollaro-incertezze-soffiano-venti-contrari-sul-bitcoin-musk-e-lultimo-dei-problemi

https://sakamotonews.it/notizie-spazzatura/musk-svaluta-e-il-bitcoin-affonda-7
8  Local / Servizi / Re: QuiBitcoin - l'app per la diffusione del Bitcoin in Italia! on: August 20, 2023, 09:39:43 PM
Nuovi merchant:

 

9  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: August 01, 2023, 11:37:46 AM
Grazie a certezza giuridica e valore stabile l'euro digitale farà perdere attrattività ai bitcoin

https://sakamotonews.it/notizie-spazzatura/il-presidente-di-intesa-sanpaolo-leuro-digitale-fara-perdere-attrattivita-alle-criptovalute
https://sakamotonews.it/notizie-spazzatura/gros-pietro-con-euro-digitale-le-criptovalute-poco-attrattive
10  Bitcoin / Project Development / Re: [ANN] CoinMap 1.0 is back! on: July 27, 2023, 10:16:16 PM
Added "last updated" information on every merchant:



This could be useful for discovering outdated venues that no longer accept bitcoins.
11  Bitcoin / Project Development / Re: [ANN] CoinMap 1.0 is back! on: July 24, 2023, 03:34:53 PM
Please be aware that
Code:
payment:bitcoin
tag is outdated.

Although Coinmap considers both for backwards compatibility, please use
Code:
currency:XBT
tag instead to map your venue on OpenStreetMap.
12  Bitcoin / Bitcoin Technical Support / Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 12, 2023, 08:22:11 AM
Have you read the previous messages?

I have no clients that connect to Bitcoin Core via RPC.
I have no rpcuser and no rpcpassword in my bitcoin.conf file.
13  Bitcoin / Bitcoin Technical Support / Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 11, 2023, 02:48:15 PM
Hi, I am the main FBBE developer

I can confirm FBBE works without RPC authentication, only via unauthenticated REST as a design choice.

I am not sure why you were seeing those log messages about authentication attempts but they should not be related to FBBE (or there is a bug I am not yet aware)

> though I suspect it also applies to the REST API as well as I have not seen a different set of credentials for it.

The point of the REST interface is exactly that you don't need authentication, as clearly stated in the title of the official doc https://github.com/bitcoin/bitcoin/blob/e253568da8dc3693ad99aee260276233245e3d77/doc/REST-interface.md
The REST interface provides only data about the blockchain and the mempool, it cannot interact with the wallet, this is why could be used without authentication

Glad to highlight your work with my topic Grin

It was not my intention to link FBBE with those errors... but I got them just after adding the settings requested by FBBE (txindex and rest), before running FBBE for the first time.

Anyway - coming back to the topic - it is weird that now I have no longer those errors in Bitcoin Core log... and can't figure out why I got them Undecided
14  Bitcoin / Bitcoin Technical Support / Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 11, 2023, 08:05:26 AM
It worked, without setting any RPC login details.

Anyway, what about my main question?
I don't know what's the cause of why it isn't working on FBBE without an RPC login but based on the error it requires RPC credentials.

If the BTC RPC explorer worked then why not use that instead of FBBE?
Or I think bring your issue directly to their issue page below the developer might be able to help you
- https://github.com/RCasatta/fbbe/issues

Ehm... I said I solved, FBBE works without settings any RPC login details.

Anyway, there are no longer those error messages in the log Huh Lips sealed Roll Eyes Shocked

So, nevermind... and thank you for your support Wink
15  Bitcoin / Bitcoin Technical Support / Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 10, 2023, 09:05:16 PM

The application is FBBE.
Seems RPC auth was not requested... or in your opinion was implied by author?
I never heard of this FBBE and I tried to check the GitHub page and codes I can't seems to find where you can edit RPC configuration unlike other Block explorer out there that has .env file where you can configure RPCuser/password.

Why not use another explorer like BTC RPC Explorer? There is a guide here that you can follow.
- https://bitcointalk.org/index.php?topic=5368219.0

It worked, without setting any RPC login details.

Anyway, what about my main question?
16  Bitcoin / Bitcoin Technical Support / Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 08, 2023, 05:11:27 PM
What exactly the 3rd part application?
Are you trying to run a blockchain explorer?

The error seems related to RPC since you don't added some flags under bitcoin.conf to run RPC. Copy this setup below and paste it to the bitcoin.conf

Code:
server=1
daemon=1
rpcuser=<username>
rpcpassword=<password>

The application is FBBE.
Seems RPC auth was not requested... or in your opinion was implied by author?
17  Bitcoin / Bitcoin Technical Support / ThreadRPCServer incorrect password attempt from 127.0.0.1:<port> on: July 08, 2023, 04:42:21 PM
Hello, I have added the following parameters to bitcoin.conf:

Code:
txindex=1
rest=1

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?

18  Local / Italiano (Italian) / Re: Notizie spazzatura su bitcoin/blockchain on: June 25, 2023, 02:45:44 PM
NFT, non financial token: https://sakamotonews.it/notizie-spazzatura/le-criptovalute-su-pc-o-tablet-vanno-indicate-nel-quadro-rw

Altre chicche delle ultime settimane:

https://sakamotonews.it/notizie-spazzatura/tracciamento-delle-emissioni-di-carbonio-nuova-blockchain-per-ey

https://www.radio24.ilsole24ore.com/programmi/radio-next/puntata/-la-blockchain-il-passaporto-digitale-prodotto-205004-AEjJatiD
19  Local / Servizi / Re: QuiBitcoin - l'app per la diffusione del Bitcoin in Italia! on: June 14, 2023, 08:44:56 AM
Carrozzeria bitcoin-friendly:

20  Local / Servizi / Re: QuiBitcoin - l'app per la diffusione del Bitcoin in Italia! on: May 31, 2023, 12:44:15 PM
Nuovo esercente:

Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 61 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!