static const int... sounds like my singular remaining braincell after nearly half a year in my job. XD
That said, exactly what is going on? This sounds fkn hilarious and I want to observe!
static const int... sounds like my singular remaining braincell after nearly half a year in my job. XD
That said, exactly what is going on? This sounds fkn hilarious and I want to observe!
That line is so fundamental lol
static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const unsigned int MAX_BLOCKFILE_SIZE = 0x8000000; // 128 MiB
static const unsigned int BLOCKFILE_CHUNK_SIZE = 0x1000000; // 16 MiB
static const unsigned int UNDOFILE_CHUNK_SIZE = 0x100000; // 1 MiB
static const unsigned int MEMPOOL_HEIGHT = 0x7FFFFFFF;
static const int64 MIN_TX_FEE = 50000;
static const int64 MIN_RELAY_TX_FEE = 10000;
static const int64 MAX_MONEY = 21000000 * COIN;
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
static const int COINBASE_MATURITY = 100;
// Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
static const unsigned int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 1985 UTC
Oh my god, yes it is. XD jeebus.
So anyway, what actually was going on there? I had never heared of a court making someone read code live like that o.o I'd actually be quite excited to watch that.
What's going on is, the Bitcoin developers destroying Craig in court. Making it very obvious that he never wrote a single line of the Bitcoin code and the whitepaper.
And who is Craig?...
Sorry, only been here so long. ^^;
Now you're trolling! 🤣
No, I am honestly not. o.o
Craig Wright, the dude who thinks he's Satoshi and founder of BitcoinSV
Oooooooh so this is about the "Faketoshi" stuff I glimpsed about in the sidebar. Interesting o.o
Yes
Aight, thanks!
And how, or rather where, are people watching this stuff about Craig having to go through the btc source line by line? It sounds like something I'd wanna watch for the giggles, or run on a 2nd screen x)
Unfortunately there is no public live broadcasts and the taking of pictures, videos or recordings during court sessions was restricted by court order. the best you can get at the moment is from Bitcoiners and crypto journalists who went there. all transcripts of what's being said in court.
I'd love to watch this too!