10 min block times.
might as well use carrier pigeons.
pass.
Actually. We twisted the code a little and successfully decreased the block time from 10 minutes to between 1 and 3 minutes.
Well, that's interesting. How much experience do you have with C?
I'd say we have enough experience to implement any neccessary feature demanded by the community to Nostrum.
I think the correct question to ask is: How much experience do we have with the peers to peers network to secure Nostrum transactions.
Forgive me for being basic-minded; I used to code C a long, long time ago but other activities and brain-rust have taken their toll. I won't bug you by asking for snippets of source code; I know it's conventional around here to keep coded-from-scratch code proprietary. Would you humour an old rust-head by answering these two questions:
1. What C compiler do you use?
2. What's the most frequent error you get when you're compiling your code for this project?
Thanks.
1. For every OS platform, we use a different compiler.
+ On MacOSX: We use llvm-gcc++
+ On Windows We use mingw
+ On Linux, We use the original gcc compiler which can easily be installed by using the "apt-get install" command
2. The most annoying errors we got while compiling Nostrum on different platforms are: the library linkings.