@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
heh, i did get the array slicing the wrong way around for my latest blocks, as i thought i would :smile:
some prime quality testing
@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
qtrade is solid
go ahead and put that in
@Rana Waleed https://github.com/snowblossomcoin/snowblossom-android Snowblossom Android Client
let me know your github username and I'll add you
waleedsulehria
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
Yes it will be. I will be pushing project files too
awesome
[snowblossomcoin/snowblossom_python] Repository deleted by cluelessperson
/github subscribe snowblossomcoin/snowblossom-android
/github subscribe snowblossomcoin/snowblossom-python
is the precache option at all documented in the wiki?
@Rotonen I haven't played with arktika yet, but no, it's not.
that's not an arktika thing
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); ```
hm, I might as well add that then. need to better understand what it does first to be safe though.
it also has an off by one for how many it actually loads to memory
Is there an open bug on that?
no, i think it's not many using that
the use case for that is a bit narrow
and whom find it currently are fine with how it works
also maybe disable memfield if the precache is on, both can be on currently :smile: