Skip to content

Instantly share code, notes, and snippets.

@Micrograx
Micrograx / pot23_0035_record.txt
Created October 28, 2025 20:33
Powers of Tau Contribution Record - Index 35
Contribution Record
==================
File: pot23_0035.ptau
Size: 4831912912 bytes (4608.07 MB)
Ceremony Power: 23
Contribution Index: 35
Previous File: pot23_0034.ptau
Generated: 2025-10-28T20:08:40.602Z
Contributor: Valentino Cerutti
@Micrograx
Micrograx / metadata.json
Created November 3, 2023 22:07
test escrow 1
{"valueParameterInfo":[["Price",{"valueParameterFormat":{"contents":[6,"₳"],"tag":"DecimalFormat"},"valueParameterDescription":"The price of the item."}]],"timeParameterDescriptions":[["Payment deadline","The _**buyer**_ must pay the _price_ of the item by this time, otherwise the contract is cancelled."],["Complaint deadline","The _**buyer**_ can only complain until this deadline, otherwise the contract will assume the transaction went smoothly and pay the _**seller**_."],["Complaint response deadline","If the _**buyer**_ complained, the _**seller**_ must respond before this deadline, otherwise the contract will assume there was a problem with the transaction and refund the _**buyer**_."],["Mediation deadline","If the _**buyer**_ and the _**seller**_ disagree, the _**mediator**_ must weigh in before this deadline, otherwise the contract will assume there was a problem with the transaction and refund the _**buyer**_."]],"roleDescriptions":[["Buyer","The buyer of the item."],["Mediator","The mediator decides w
@Micrograx
Micrograx / Hello.c
Last active November 4, 2019 18:36
#include <stdio.h>
int main(){
printf("Hello World");
return 0;
}
e2ee2e2e