Son of a Bit
since 2008
Satoshigallery is an artistic project curated by Valentina Picozzi.
She fell in love with Bitcoin in early 2012 and since then she has been working as an activist artist.
Driven by the idea that “images create culture, culture shapes values, values determine the future”, Satoshigallery has the aim of connecting people to bitcoin and its culture through art and iconography.
The project focuses the attention on two main themes:
1) promoting the history, anecdotes and philosophy behind bitcoin (the values of freedom and privacy embedded in the cyberpunk movement)
2) a critical stance towards the banking industry, the current financial situation, the currency wars and the disintegration of the fiat system as a store of value.
In 2020 Satoshigallery became a copyrighted brand, and since then continues to evolve and forms artistic and educational partnerships.
Follow us on Instagram and X (@satoshigallery) and subscribe to our Newsletter to keep updated with our projects.
#include ‹math.h›
double AttackerSuccessProbability(double 9,
int z)
{
double p = 1.0 - 9;
double lambda = z * (9 / p);
double sum = 1.0;
int i, k;
for (k = 0;k<=z; k++)
{
double poisson = exp(-lambda);
for (i = 1; i <= k; i++)
poisson *= lambda / i;
sum -= poisson * 11 - pow(a / p, z- k));
}
return sum;
}
