Product:
Subspace Binary
System:
Any
OS:
Windows 10 & Windows 11
Error Messages:
Multi-threaded server is not available on Windows. Falling back to single thread.
Issue:
Attempting to start a node on windows shows this error, it also appears to significantly hinder the syncing process.
1 Like
This is a known error we are working on resolving, it is actually a core issue with Substrate, which is the framework which the Subspace Network is built on.
Currently it is not resolved but you can track the issue here.
opened 05:44AM - 30 Mar 22 UTC
improvement
Syncing on Windows takes about 6 Hours, on mac with the same internet connectionā¦ this sync takes about 30 min. When starting on windows you get the following output. Which may indicate that only a single thread is being used for the syncing of the node, causing it to take significantly longer than needed. Issue has also been reported by a user aswell.
```
2022-03-29 22:43:19 Subspace
2022-03-29 22:43:19 āļø version 0.1.0-042302e-x86_64-windows-msvc
2022-03-29 22:43:19 ā¤ļø by Subspace Labs <https://subspace.network>, 2021-2022
2022-03-29 22:43:19 š Chain specification: Subspace testnet
2022-03-29 22:43:19 š· Node name: Void-1
2022-03-29 22:43:19 š¤ Role: AUTHORITY
2022-03-29 22:43:19 š¾ Database: RocksDb at C:\Users\Justin\AppData\Local\subspace-node-windows-x86_64-snapshot-2022-mar-09.exe\data\chains\subspace_test\db\full
2022-03-29 22:43:19 ā Native runtime: subspace-100 (subspace-1.tx1.au1)
2022-03-29 22:43:50 Last archived block 265113
2022-03-29 22:43:50 Archiving already produced blocks 265114..=265202
2022-03-29 22:43:50 š· Local node identity is: 12D3KooWPJ3JoaHSG3fGBxHnkn5ASWqbUzFHAGdZk2kANp2t6bCA
2022-03-29 22:43:52 š§āš¾ Starting Subspace Authorship worker
2022-03-29 22:43:52 š¦ Highest known block at #265302
2022-03-29 22:43:52 ć½ļø Prometheus exporter started at 127.0.0.1:9615
2022-03-29 22:43:52 Multi-threaded server is not available on Windows. Falling back to single thread.
2022-03-29 22:43:52 Listening for new connections on 0.0.0.0:9944.
2022-03-29 22:43:53 š Discovered new external address for our node: /ip4/71.209.182.243/tcp/30333/p2p/12D3KooWPJ3JoaHSG3fGBxHnkn5ASWqbUzFHAGdZk2kANp2t6bCA
2022-03-29 22:43:57 āļø Syncing, target=#336948 (24 peers), best: #265348 (0x12c1ā¦3949), finalized #0 (0x332eā¦4a74), ā¬ 3.5MiB/s ā¬ 18.8kiB/s
2022-03-29 22:44:02 āļø Syncing 12.9 bps, target=#336949 (25 peers), best: #265413 (0xcf82ā¦8227), finalized #0 (0x332eā¦4a74), ā¬ 108.2kiB/s ā¬ 22.9kiB/s
```