Search content
Sort by

Showing 11 of 11 results by lorenzoasr
Post
Topic
Board Servizi
Re: [Android] QuiBitcoin - l'app per la diffusione del Bitcoin in Italia!
by
lorenzoasr
on 02/07/2015, 12:45:01 UTC
Bel lavoro
Post
Topic
Board Servizi
Re: [Android] QuiBitcoin - l'app per la diffusione del Bitcoin in Italia!
by
lorenzoasr
on 06/03/2015, 00:58:57 UTC
complimenti, veramente una bella app  Wink
Post
Topic
Board Progetti
Re: College Cryptocurrency Network Italia
by
lorenzoasr
on 04/02/2015, 21:40:03 UTC
Nuova versione del sito online, ora é molto piu bello ma andremo comunque avanti a svilupparlo.

www.collegecrypto.it
molto carino!


grazie!  Smiley
Post
Topic
Board Progetti
Re: College Cryptocurrency Network Italia
by
lorenzoasr
on 20/01/2015, 01:44:26 UTC
Da oggi è possibile trovare nella blockchain la PoE del documento con i risultati delle elezioni del CCN Italia, firmato da tutti i membri.

Rispetto alla firma e relativa PoE dello statuto, questa volta abbiamo utilizzato un metodo differente:

- ogni membro ha firmato digitalmente l'hash del documento con i risultati delle elezioni
- tutte le firme sono state aggiunte in un file a parte ed è stato creato un archivio contenente questi files (è possibile scaricarlo da qui)
- l'archivio è stato aggiunto in blockchain in data 2015-01-19 20:59:58 con una transazione OP_RETURN contenente l'hash dell'archivio, nel blocco 339694

La transazione è ad3215cfd59886058366736b3649728d225be380f115f6b934b69a4e46971d3d
Post
Topic
Board Italiano (Italian)
Re: Gruppo facebook "Bitcoin Developers Italia"
by
lorenzoasr
on 04/01/2015, 15:25:27 UTC
Chiunque sia interessato mi passi i propri contatti skype/telegram/fb in privato , grazie
Post
Topic
Board Italiano (Italian)
Re: Gruppo facebook "Bitcoin Developers Italia"
by
lorenzoasr
on 30/12/2014, 16:47:20 UTC
Subito dopo capodanno faccio il gruppo Skype e ci scambiamo i contatti, per ora è partito anche quello su Telegram. Per quanto riguarda Twitter poi vediamo insieme come fare e come gestirlo.

Buone feste
Post
Topic
Board Italiano (Italian)
Topic OP
Gruppo facebook "Bitcoin Developers Italia"
by
lorenzoasr
on 22/12/2014, 16:44:35 UTC
Ciao a tutti,

stiamo creando un gruppo Italiano per Bitcoin Developers, chiunque sia pratico e voglia confrontarsi o scambiare le proprie esperienze, è ben accetto!

Al momento siamo solo su facebook, ma non è escluso l'utilizzo di altre piattaforme

https://www.facebook.com/groups/328851570635835/

A presto!
Post
Topic
Board Raduni/Meeting (Italiano)
Re: [MEETING] ★★ Meetup Roma ★★
by
lorenzoasr
on 20/12/2014, 14:28:21 UTC
Credo proprio che questo martedì ci sarò anche io !
Post
Topic
Board Development & Technical Discussion
Re: How to get balance of an account with P2SH (3*) address in bitcoind
by
lorenzoasr
on 16/05/2014, 07:25:10 UTC
Hello kjj and thanks for your reply!

I used those commands to create and propagate a tx to send fund to my p2sh, my question was about how can I get notified by bitcoind about receiving this tx on my p2sh.

 
Post
Topic
Board Development & Technical Discussion
Topic OP
How to get balance of an account with P2SH (3*) address in bitcoind
by
lorenzoasr
on 15/05/2014, 10:16:48 UTC
i'm trying to understand how to calculate/obtain balance of a P2SH address added to my running bitcoind with "addmultisigaddress..." and that is properly displayed by the command "getaddressesbyaccount" (it starts with 3* instead of 1*).

Now, i've created and spent a raw transaction to transfer some funds to that P2SH address, after a while I was able to find this transaction on blockexplorer.com and blockchain.info, so I can assume that funds are regularry transferred.

The problem is that I can't see those coins in my balance, also having more then 100 confirms (i'm using bitcoind v0.8.6). So I can imagine that bitcoind not recognize this transaction directly as mine via the blockchain (10GB+). Is there an alternative way not involving external services?

Thank you
Post
Topic
Board Development & Technical Discussion
Topic OP
bitcoind - how "move" mechanism works
by
lorenzoasr
on 13/03/2014, 01:06:25 UTC
Hello, i'm new in the word of bitcoin.

I'm having some doubts about how "move" works. If i create 2 different account with bitcoind, they will have 2 different address, so the relative transactions will be signed with their 2 private keys in the blockchain. Now,from bitcoin official website:

Use the move method to transfer balances from one account to another. Moves are not broadcast to the network, and never incur transaction fees; they just adjust account balances in the wallet.
 
How can bitcoind move BTC between accounts without modify the blockchain? Maybe there is some tecnhical detail that i'm missing  Huh

Thank you,
Lorenzo