Search content
Sort by

Showing 20 of 99 results by xenoky
Post
Topic
Board Bitcoin Technical Support
Merits 7 from 1 user
Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port>
by
xenoky
on 13/07/2023, 12:00:05 UTC
⭐ Merited by ETFbitcoin (7)

[/quote]
I got curious, so i dig Bitcoin Core repository and found out both REST and RPC use same port[1]. It implies Bitcoin Core can't use both at same time.
[/quote]

This is incorrect, you can use both RPC and REST at the same time.
For example:

Code:
$ curl -s http://localhost:8332/rest/mempool/info.json | jq
{
  "loaded": true,
  "size": 112484,
  "bytes": 54413157,
  "usage": 277410432,
  "total_fee": 1.66517559,
  "maxmempool": 300000000,
  "mempoolminfee": 1e-05,
  "minrelaytxfee": 9.99e-06,
  "incrementalrelayfee": 1e-05,
  "unbroadcastcount": 0,
  "fullrbf": false
}
$ bitcoin-cli getmempoolinfo
{
  "loaded": true,
  "size": 112519,
  "bytes": 54420837,
  "usage": 277461216,
  "total_fee": 1.66604331,
  "maxmempool": 300000000,
  "mempoolminfee": 0.00001000,
  "minrelaytxfee": 0.00000999,
  "incrementalrelayfee": 0.00001000,
  "unbroadcastcount": 0,
  "fullrbf": false
}

Post
Topic
Board Bitcoin Technical Support
Re: ThreadRPCServer incorrect password attempt from 127.0.0.1:<port>
by
xenoky
on 11/07/2023, 14:36:19 UTC
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
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Scrivere sulla Blockchain - @RCasatta
by
xenoky
on 14/03/2016, 09:53:47 UTC
chat su telegram di Eternity Wall

Eternity Wall
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Scrivere sulla Blockchain - @RCasatta
by
xenoky
on 13/01/2016, 09:27:04 UTC
BACHETTO!!!

Se scorri in basso, appaiono messaggi più vecchi.

La loro ancora (quella del permalink) linka a: http://eternitywall.it/?cursor=undefined

Che poi l'ancora che appare solo su hover non è granché come usabilità sui dispositivi touch....

Corretto, e si sono d'accordo l'usabilità dell'ancora su touch non è granchè
Post
Topic
Board Service Announcements
Re: [ANN] Eternity Wall - Messages lasting forever
by
xenoky
on 12/01/2016, 18:58:56 UTC
Nice idea for sure, but How do I do to post messages? I cannot figure out how to do it, cannot type in the field or see any button to do it or something.

And how is that paid service? Perhaps you need the app to do it?

There are many ways to post messages:
from the web site clicking the write button. There is globally one message free every hour or you can always write paying in bitcoin.
from the android app by clicking the plus "+" floating button.
If you want to write nominal message (not anonymous) you need to create an account in the app (in the user tab) and deposit some milli bitcoin to write a few messages.


The messaging app looks nice. I want to see soon the video messaging app with blockchain. Will OP_RETURN support video broadcasting? Are we not up to the mark for that? How much will it cost to send additional messages? How can I show others that I added message to the eternitywall and it is living in the blockchain and it will live forever. Do I need to send money to the address to include the message in the transaction? It seems I know something right, but something not.

Space in OP_RETURN it's expensive, in theory it's possible to store data but it's not practical.
Message cost about 0.2 milli bitcoin
In every page of a message, there are links to third party block explorers where you can see the same message, proving that it's in the blockchain
Post
Topic
Board Service Announcements
Re: [ANN] Eternity Wall - Messages lasting forever
by
xenoky
on 12/01/2016, 15:25:50 UTC
We are proud to announce Eternity Wall now supports signed messages! Because anonymity is an highly desirable option, but you could want to have verifiable credit for what you write. You could use a nickname or your real life name, the important thing is that no one could write with your name. It’s not an account in a traditional way, actually, you are not registering in any particular server and you are not asking anyone permission... more...

Play store: https://play.google.com/store/apps/details?id=it.eternitywall.eternitywall

Source on github: https://github.com/RCasatta/EternityWallAndroid

Web site: http://eternitywall.it

Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Scrivere sulla Blockchain - @RCasatta
by
xenoky
on 12/01/2016, 14:28:15 UTC
Abbiamo appena rilasciato la possibilità di firmare i messaggi con un proprio account.

Per fare ciò è necessario un client con un wallet bitcoin, che abbiamo realizzato su piattaforma android e di cui rilasciamo il codice sorgente.


Post
Topic
Board Italiano (Italian)
Re: Siti per sapere le fee consigliate da pagare per ottenere in tempo le conferme
by
xenoky
on 13/12/2015, 09:08:14 UTC
Ciao Dusty,

sono l'autore del primo dei siti indicati http://estimatefee.appspot.com
L'indirizzo http://estimatefee.appspot.com/last ritorna un JSON con la stima delle ultime fee
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Meta Protocols List help
by
xenoky
on 01/11/2015, 17:15:13 UTC
⭐ Merited by ABCbits (1)
Hi,

monegraph http://monegraph.com/ hex:4d47
Bitproof https://bitproof.io/ hex:424954
blockchain id hex:69643b
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Scrivere sulla Blockchain - @RCasatta
by
xenoky
on 29/10/2015, 08:18:53 UTC
Ciao
ho visto che ci sono i reply ai messaggi, come viene gestita l'associazione replica messaggio? E? nella block chain o solo interna tua?
Grazie

E' tutto nella blockchain.
Per informazioni riguardo al protocollo visita questa pagina http://eternitywall.it/api
Post
Topic
Board Service Announcements
Re: [ANN] Eternity Wall - Messages lasting forever
by
xenoky
on 28/10/2015, 21:11:14 UTC
Just released widget code to show Eternity Wall message on third party web site

http://eternitywall.it/widget
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Scrivere sulla Blockchain - @RCasatta
by
xenoky
on 28/10/2015, 21:10:02 UTC
Aggiunta la possibilità di integrare i messaggi del muro su siti terzi tramite il widget

http://eternitywall.it/widget
Post
Topic
Board Italiano (Italian)
Re: [BLACKLIST] Disservizi fra banche/mezzi di pagamento a contatto con Bitcoin
by
xenoky
on 28/10/2015, 14:04:13 UTC
Ciao a tutti,

segnalo che sto facendo molta fatica ad effettuare un bonifico da un conto ING DIRECT verso KRAKEN
Siamo già a 3 telefonate e 2 richieste di documenti.
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 08/10/2015, 10:23:00 UTC
Ora è disponibile un messaggio gratuito ogni ora, altrimenti si può pagare in bitcoin.

Quanto costerebbe un messaggio?...

Il costo di inoltrare una transazione bitcoin che venga inclusa in un blocco.
Attualmente utilizziamo circa 2 centesimi di dollaro
Post
Topic
Board Service Announcements
Re: [ANN] Eternity Wall - Messages lasting forever
by
xenoky
on 08/10/2015, 10:20:58 UTC
Feature added: message are sized by attention gained (views, recent views, likes and replies)
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 02/09/2015, 22:26:23 UTC
Stavo leggendo la discussione su reddit, e mi sono imbattuto in questo:

Non ho ben capito se questi dati potrebbero essere eliminati o no, e poi cos'è esattamente txindex=1?
Per eliminarli, bisognerebbe cancellarli da ogni computer su cui sono memorizzati, in effetti potrebbero farlo in futuro.

Con txindex=0, risparmi spazio indicizzzando solo le tue transazioni e quelle nella memory pool
http://bitcoin.stackexchange.com/questions/35707/what-are-pros-and-cons-of-txindex-option

Ipotizziamo un futuro in cui nessun nodo usa txindex (già di per se improbabile in quanto una marea di servizi ne hanno bisogno)
e la blockchain venisse quindi prunata degli op_return, in quel caso i seguenti servizi non solo smetterebbero di funzionare da quel momento in poi ma anche per quanto salvato nel passato:

Open Assets
Proof of existence
Factom
chaindb
Ascribe
Coinspark
Colu
bitproof
docprof
blockai
Eternity Wall

"Dimenticandosi" oltre dei messaggi su eternity wall tutte le transazioni dei colored coin e il timestamping dei documenti

Un altro dato interessante, una buona stima dello spazio occupato dall'op_return in tutto il 2015 è di circa 4MB rispetto all'incremento di 15GB della blockchain.

Per questi motivi ritengo altamente improbabile la totale perdita dei dati all'interno dell'op_return e quindi il sito proclama l'eternità dei messaggi.


Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 01/08/2015, 09:40:12 UTC
A proposito della diffamazione, se riceviamo una take down notice il messaggio ritenuto diffamante viene rimosso dal sito.
Puoi spiegare meglio?

Grazie!

https://en.wikipedia.org/wiki/Notice_and_take_down

In quanto gestore del sito sono legalmente tenuto a rimuovere celermente del contenuto presente sul sito se dovessi ricevere questo tipo di notifica.
Ovviamente né io né altri hanno la possibilità tecnica di togliere il relativo messaggio dalla blockchain.
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 01/08/2015, 09:22:40 UTC
Per chi ha realizzato il sw: credi sia un problema realizzare uno script che preleva il costo del BTC in Euro, USD e CYN da "qualche fonte" e lo inserisca nella chain ad ogni ora?
Sarebbe interessante ...
up
Basta usare le api di coinsecrets, però sinceramente non ne vedo il senso.. una cronologia non cancellabile di valute? Poco utile, poi non saprei Lips sealed
Uno storico del valore dei BTC ... io direi inestimabile come servizio. Pensa se ci fosse già potresti ricavare il valore nel tempo dei BTC senza richiedere servizi esterni. C'è solo il problema di verificare che i dati siano corretti :-(

Nulla vieta di creare un servizio terzo che realizza questa funzione, qualsiasi transazione bitcoin con OP_RETURN che inizia con "EW " (esadecimale 455720) finisce sul muro indipendentemente che sia stata fatta con il sito o con qualsiasi altro client.
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 01/08/2015, 09:17:20 UTC
il sito risulta con IP di proprietà google, come mai?

Perchè gira su piattaforma appengine
Post
Topic
Board Italiano (Italian)
Re: Eternity Wall - Messages lasting forever - Progetto di @RCasatta
by
xenoky
on 01/08/2015, 09:15:47 UTC
Quote
Io e te tre metri sopra la blockchain
Grin Grin Grin

@xenoky, cosa ne pensi dell'idea dei commenti ?

L'unico motivo per cui ancora non ci sono i commenti è scegliere bene il modo di come realizzarlo, lo spazio nell'op_return è molto limitato.