2018-10-28 04:25:07
@Fireduck a user reports a bug occurs with client 1.4.1 on satoshis.guru pool, but not with client 1.4.0 or 1.2.0
Clueless
2018-10-28 04:25:27
Clueless
2018-10-28 09:14:40
heh, i did get the array slicing the wrong way around for my latest blocks, as i thought i would :smile:
Rotonen
2018-10-28 09:14:47
some prime quality testing
Rotonen
2018-10-28 13:01:35
@Rotonen @Fireduck
Any hesitation on adding a wiki page to the "Getting Started" section?
I'm thinking "Trading" to list known places that support snowblossom.
```
## OTC
• Slack #trade
• Discord #trade
## Known Exchanges
• http://QTrade.io
```
I suppose my hesitation surrounds making recommendations for exchanges and such I may not necessarily know
Clueless
2018-10-28 13:39:22
qtrade is solid
Fireduck
2018-10-28 13:39:27
go ahead and put that in
Fireduck
2018-10-28 16:35:04
@Rana Waleed https://github.com/snowblossomcoin/snowblossom-android Snowblossom Android Client
Fireduck
2018-10-28 16:35:12
let me know your github username and I'll add you
Fireduck
2018-10-28 16:35:29
waleedsulehria
Rana Waleed
2018-10-28 16:35:40
ideally, I'd want the project so that it can be built (via android studio or whatever you are using) from what is in github
Fireduck
2018-10-28 16:36:14
Yes it will be. I will be pushing project files too
Rana Waleed
2018-10-28 16:37:20
awesome
Fireduck
2018-10-28 16:43:29
[snowblossomcoin/snowblossom_python] Repository deleted by cluelessperson
GitHub
2018-10-28 16:44:08
/github subscribe snowblossomcoin/snowblossom-android
Fireduck
2018-10-28 16:44:08
Subscribed to https://github.com/snowblossomcoin/snowblossom-android
GitHub
2018-10-28 16:49:27
/github subscribe snowblossomcoin/snowblossom-python
Clueless
2018-10-28 16:49:27
Subscribed to https://github.com/snowblossomcoin/snowblossom-python
GitHub
2018-10-28 20:42:25
is the precache option at all documented in the wiki?
Rotonen
2018-10-28 20:50:01
@Rotonen I haven't played with arktika yet, but no, it's not.
Clueless
2018-10-28 20:50:24
that's not an arktika thing
Rotonen
2018-10-28 20:51:05
field scan is used by all of them
https://github.com/snowblossomcoin/snowblossom/blob/c2c43960ab1cc3879718943a3b6d9757f7bac734/miner/src/FieldScan.java#L52 ```
double precacheGig = config.getDoubleWithDefault("memfield_precache_gb", 0);
```
Rotonen
2018-10-28 20:51:56
hm, I might as well add that then.
need to better understand what it does first to be safe though.
Clueless
2018-10-28 20:52:31
it also has an off by one for how many it actually loads to memory
Rotonen
2018-10-28 20:56:57
Is there an open bug on that?
Fireduck
2018-10-28 20:57:23
no, i think it's not many using that
Rotonen
2018-10-28 20:57:30
the use case for that is a bit narrow
Rotonen
2018-10-28 20:57:45
and whom find it currently are fine with how it works
Rotonen
2018-10-28 21:06:03
also maybe disable memfield if the precache is on, both can be on currently :smile:
Rotonen