2018-07-11 00:07:19
@Rotonen @Fireduck
Bitmain seems to have bought the browser company `opera`
Clueless
2018-07-11 00:07:28
I wonder if they're moving towards web framework stuff
Clueless
2018-07-11 00:34:59
I’m gonna be doing heavy work on it @Clueless
cXplexus
2018-07-11 00:35:08
I’ll give it a try
cXplexus
2018-07-11 03:17:49
python has sexy new f-strings
Clueless
2018-07-11 03:18:56
instead of
```
name = "zac"
"Hi, I'm {}".format(name)
```
You can do:
```
name = "zac"
f"Hi, I'm {name}"
```
Clueless
2018-07-11 04:18:31
everything is Perl now
Tyler Boone
2018-07-11 04:19:32
string interpolation is nice
Tyler Boone
2018-07-11 12:55:06
Which mine pool are you mining?
Ninja
2018-07-11 15:51:08
@Ninja vaux is the only busy public pool right now.
fydel
2018-07-11 15:52:52
the others are solo miners or private pools.
fydel
2018-07-11 15:52:54
fydel
2018-07-11 16:09:07
get error with new miner "Can't load log handler "java.util.logging.FileHandler"
Columna Cripto
2018-07-11 16:10:04
"java.nio.file.NoSuchFileExecption: logs\snowblossom-0-0.log.lck
Columna Cripto
2018-07-11 16:10:20
Anyone can help me with this issue please?
Columna Cripto
2018-07-11 16:10:41
there is a new miner?
fydel
2018-07-11 16:10:51
1.2.0
Columna Cripto
2018-07-11 16:11:02
for me that a new one
Columna Cripto
2018-07-11 16:11:39
6 days old
Columna Cripto
2018-07-11 16:11:57
> "java.nio.file.NoSuchFileExecption: logs\snowblossom-0-0.log.lck
fydel
2018-07-11 16:12:38
idk. try "#log_config_file=logging.conf" as workaround.
fydel
2018-07-11 16:16:04
Thx, i will try later, running 1.1.2 in the moment. Why, i don't know. Mining snowblossom is more or less a meditative activity in the moment, no fuckn reward at all for me.
Columna Cripto
2018-07-11 16:19:52
yeah. the public pool not finding much blocks.
fydel
2018-07-11 18:05:14
@Columna Cripto create the logs directory
Clueless
2018-07-11 19:42:01
http://sike.org/ SIKE is an isogeny-based key encapsulation suite, submitted to the NIST Post-Quantum standardization process.
Fireduck
2018-07-11 21:01:14
upgrading my wallets to the new version
Fireduck
2018-07-11 21:50:39
@Clueless Thanks pal. I just copied the one from 1.1.2 and pasted it into 1.2.0. Looks like that solved the problem.
Columna Cripto