I've never yet managed to get Slimcoin to read a bootstrap file successfully on any platform.
Arrgh. Such sloppy thinking. Never even checked whether the folklore
cat blk* > bootstrap.dat is actually efficacious.
TIL how to create a bootstrap.dat file:
https://github.com/bitcoin/bitcoin/tree/master/contrib/linearizeLinearize
Construct a linear, no-fork, best version of the blockchain.
Sounds promising - except that it doesn’t work out of the box with Slimcoin’s elderly JSON-RPC API and it's unconverted from Python 2.7 (sigh).
What
does work, perhaps not-unexpectedly if you think hard enough about it, is gavrilo77's SLIMCoin.rar file
https://mega.nz/#!XscB0RbQ!R3FJxDyYEK65ilqlGKf9tmahAwkysh5xm6lw5SpIuZAStrictly speaking, it's not a “bootstrap.dat” in that it is a packaged copy of the relevant elements of the
datadir folder.
gjh@ashpool:~$ rar l ~/Downloads/SLIMCoin.rar
RAR 5.30 beta 2 Copyright (c) 1993-2015 Alexander Roshal 4 Aug 2015
Trial version Type RAR -? for help
Archive: /home/gjh/Downloads/SLIMCoin.rar
Details: RAR 4
Attributes Size Date Time Name
----------- --------- ---------- ----- ----
..A.... 80856 2015-02-08 18:54 database/log
..A.... 10485760 2015-09-29 17:31 database/log.0000000001
..A.... 10485760 2016-12-25 11:07 database/log.0000027834
..A.... 10496000 2015-02-08 18:54 database/log~
..A.... 534708224 2016-12-25 11:04 blkindex.dat
..A.... 445270627 2016-12-25 11:04 blk0001.dat
...D... 0 2016-12-25 11:07 database
----------- --------- ---------- ----- ----
1011527227 7
(which I include so everyone is sharing the model)
I checked and
it worked for my wine-hosted SLIMCoin.exe.
And, after repackaging as a tar.gz archive (because I couldn't be arsed hunting down a copy of rar) and copying across to the Sierra VM,
also works for the SLIMCoin.app OSX binary.
I will check that the package also works for the Linux app and if I can create one under Linux that also works universally, I'll configure the server to publish a daily downloadable package.
Edit: As ArchitektoR observes, it also works for Linux, as I just found out..
BTW, refreshed windows binary and OSX binaries (one for bdb4.8 wallet and one for bdb6.1) are on:
https://minkiz.co/noodle/9Cheers
Graham