On 6/11/22 15:29, dn wrote:
> On 12/06/2022 02.51, Ayesha Tassaduq wrote:
>> I am a beginner in python I want to transfer generated hash to a local
>> database. I try it with socket programming but I fail. can anyone please
>> help me ow I can do this?
>
> Where is the database?
> Where is the s
On 12/06/2022 02.51, Ayesha Tassaduq wrote:
> I am a beginner in python I want to transfer generated hash to a local
> database. I try it with socket programming but I fail. can anyone please help
> me ow I can do this?
Where is the database?
Where is the socket?
What are the (full) error messag
I am a beginner in python I want to transfer generated hash to a local
database. I try it with socket programming but I fail. can anyone please help
me ow I can do this?
class Block:
def __init__( self, previous_block_hash, transaction_list ):
self.previous_block_hash = previous_bloc