Advertisement
dannybuntu

2025-05-09.0949.wasabidesktop_v2.6.0.txt

May 8th, 2025
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 49.99 KB | Cybersecurity | 0 0
  1. dannybuntu@MS-7978:~$ cd ~/work/builds
  2. dannybuntu@MS-7978:~/work/builds$ ls
  3. 2025-05-05.1542.cash.p.terminal_v0.41.14.cast  android  cache  desktop  hardware  ubuntu-android-builder
  4. dannybuntu@MS-7978:~/work/builds$ cd desktop/
  5. dannybuntu@MS-7978:~/work/builds/desktop$ ls
  6. 2025-04-16.bitcoincore_v29.log  bitcoin           bitcoinknots  electrum-binaries  sc.elitewallet.elitewallet  wasabi-build-archive
  7. bisq                            bitcoin-binaries  electrum      nunchuk-win        wasabi
  8. dannybuntu@MS-7978:~/work/builds/desktop$ cd wasabi
  9. dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ ls
  10. 2025-05-08.2103.wasabiwallet_v2.6.0.cast  Dockerfile
  11. dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ docker build -t wasabi-desktop-builder .
  12. [+] Building 561.0s (12/12) FINISHED                                                                                                                    docker:default
  13.  => [internal] load build definition from Dockerfile                                                                                                              0.1s
  14.  => => transferring dockerfile: 1.52kB                                                                                                                            0.0s
  15.  => [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                   3.4s
  16.  => [internal] load .dockerignore                                                                                                                                 0.0s
  17.  => => transferring context: 2B                                                                                                                                   0.0s
  18.  => [1/8] FROM docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240                                            10.4s
  19.  => => resolve docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240                                             0.0s
  20.  => => sha256:c42dedf797ba5e7e37e744cdd998e1db046375c702d6dc8a822b422189b019bb 2.30kB / 2.30kB                                                                    0.0s
  21.  => => sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e 29.53MB / 29.53MB                                                                  9.3s
  22.  => => sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 6.69kB / 6.69kB                                                                    0.0s
  23.  => => sha256:899ec23064539c814a4dbbf98d4baf0e384e4394ebc8638bea7bbe4cb8ef4e12 424B / 424B                                                                        0.0s
  24.  => => extracting sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e                                                                         0.8s
  25.  => [2/8] RUN apt-get update &&     apt-get install -y         wget         curl         git         gnupg         ca-certificates         lsb-release          122.9s
  26.  => [3/8] RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb &&     dpkg -i packages-microso  1.4s
  27.  => [4/8] RUN apt-get update &&     apt-get install -y dotnet-sdk-8.0 &&     rm -rf /var/lib/apt/lists/*                                                         91.6s
  28.  => [5/8] WORKDIR /src                                                                                                                                            0.1s
  29.  => [6/8] RUN git clone --depth=1 --branch=v2.6.0 https://github.com/WalletWasabi/WalletWasabi.git                                                               34.3s
  30.  => [7/8] WORKDIR /src/WalletWasabi/WalletWasabi.Fluent.Desktop                                                                                                   0.1s
  31.  => [8/8] RUN dotnet build --configuration Release --runtime linux-x64                                                                                          280.9s
  32.  => exporting to image                                                                                                                                           15.7s
  33.  => => exporting layers                                                                                                                                          15.6s
  34.  => => writing image sha256:d540501402be2affaeda067b31ab14973d1332bbb702a38d2d5bd1b5a17dd10e                                                                      0.0s
  35.  => => naming to docker.io/library/wasabi-desktop-builder                                                                                                         0.0s
  36. dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ docker run -it --rm wasabi-desktop-builder                                                                            
  37. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet clean                                                                                          
  38. Build started 05/08/2025 23:24:12.
  39.      1>Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" on node 1 (Clean target(s)).
  40.      1>CoreClean:
  41.          Creating directory "obj/Debug/net8.0/".
  42.      1>Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" (1) is building "/src/WalletWasabi/WalletWasabi.Fluent/WalletWasabi.Fluent.csproj" (2:2) on node 1 (Clean target(s)).
  43.      2>CoreClean:
  44.          Creating directory "obj/Debug/net8.0/".
  45.      1>Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" (1) is building "/src/WalletWasabi/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj" (3:2) on node 2 (Clean target(s)).
  46.      3>CoreClean:
  47.          Creating directory "obj/Debug/net8.0/".
  48.      1>Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" (1) is building "/src/WalletWasabi/WalletWasabi/WalletWasabi.csproj" (4:2) on node 3 (Clean target(s)).
  49.      4>CoreClean:
  50.          Creating directory "obj/Debug/net8.0/".
  51.    2:2>Project "/src/WalletWasabi/WalletWasabi.Fluent/WalletWasabi.Fluent.csproj" (2:2) is building "/src/WalletWasabi/WalletWasabi.Fluent.Generators/WalletWasabi.Fluent.Generators.csproj" (5:2) on node 1 (Clean target(s)).
  52.      5>CoreClean:
  53.          Creating directory "obj/Debug/netstandard2.0/".
  54.      4>Done Building Project "/src/WalletWasabi/WalletWasabi/WalletWasabi.csproj" (Clean target(s)).
  55.      5>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent.Generators/WalletWasabi.Fluent.Generators.csproj" (Clean target(s)).
  56.      3>Done Building Project "/src/WalletWasabi/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj" (Clean target(s)).
  57.      2>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent/WalletWasabi.Fluent.csproj" (Clean target(s)).
  58.      1>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" (Clean target(s)).
  59.  
  60. Build succeeded.
  61.     0 Warning(s)
  62.     0 Error(s)
  63.  
  64. Time Elapsed 00:00:01.43
  65. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet build --configuration Release --runtime linux-x64
  66.   Determining projects to restore...
  67.   All projects are up-to-date for restore.
  68.   WalletWasabi -> /src/WalletWasabi/WalletWasabi/bin/Release/net8.0/linux-x64/WalletWasabi.dll
  69.   WalletWasabi.Daemon -> /src/WalletWasabi/WalletWasabi.Daemon/bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
  70.   WalletWasabi.Fluent.Generators -> /src/WalletWasabi/WalletWasabi.Fluent.Generators/bin/Release/netstandard2.0/WalletWasabi.Fluent.Generators.dll
  71.   WalletWasabi.Fluent -> /src/WalletWasabi/WalletWasabi.Fluent/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
  72.   WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
  73.  
  74. Build succeeded.
  75.     0 Warning(s)
  76.     0 Error(s)
  77.  
  78. Time Elapsed 00:00:02.82
  79. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# find bin/Release -type f
  80. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
  81. bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.runtimeconfig.json
  82. bin/Release/net8.0/linux-x64/DynamicData.dll
  83. bin/Release/net8.0/linux-x64/Avalonia.MicroCom.dll
  84. bin/Release/net8.0/linux-x64/System.Reactive.dll
  85. bin/Release/net8.0/linux-x64/Avalonia.Metal.dll
  86. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Hosting.Abstractions.dll
  87. bin/Release/net8.0/linux-x64/Avalonia.ReactiveUI.dll
  88. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactivity.dll
  89. bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
  90. bin/Release/net8.0/linux-x64/NBitcoin.Secp256k1.dll
  91. bin/Release/net8.0/linux-x64/QRackers.dll
  92. bin/Release/net8.0/linux-x64/MicroCom.Runtime.dll
  93. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.DragAndDrop.dll
  94. bin/Release/net8.0/linux-x64/System.Linq.Async.dll
  95. bin/Release/net8.0/linux-x64/LinqKit.Core.dll
  96. bin/Release/net8.0/linux-x64/Avalonia.DesignerSupport.dll
  97. bin/Release/net8.0/linux-x64/Avalonia.Controls.dll
  98. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.pdb
  99. bin/Release/net8.0/linux-x64/Tmds.DBus.Protocol.dll
  100. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.pdb
  101. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.runtimeconfig.json
  102. bin/Release/net8.0/linux-x64/Avalonia.Desktop.dll
  103. bin/Release/net8.0/linux-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll
  104. bin/Release/net8.0/linux-x64/ReactiveUI.dll
  105. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Http.dll
  106. bin/Release/net8.0/linux-x64/Avalonia.dll
  107. bin/Release/net8.0/linux-x64/NBitcoin.dll
  108. bin/Release/net8.0/linux-x64/SQLitePCLRaw.core.dll
  109. bin/Release/net8.0/linux-x64/Microsoft.Extensions.DependencyInjection.dll
  110. bin/Release/net8.0/linux-x64/Microsoft.AspNetCore.WebUtilities.dll
  111. bin/Release/net8.0/linux-x64/Microsoft.Win32.SystemEvents.dll
  112. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Custom.dll
  113. bin/Release/net8.0/linux-x64/SkiaSharp.dll
  114. bin/Release/net8.0/linux-x64/ShimSkiaSharp.dll
  115. bin/Release/net8.0/linux-x64/Newtonsoft.Json.dll
  116. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Diagnostics.dll
  117. bin/Release/net8.0/linux-x64/Avalonia.Win32.dll
  118. bin/Release/net8.0/linux-x64/Svg.Model.dll
  119. bin/Release/net8.0/linux-x64/Microsoft.Data.Sqlite.dll
  120. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.deps.json
  121. bin/Release/net8.0/linux-x64/Avalonia.Base.dll
  122. bin/Release/net8.0/linux-x64/Avalonia.FreeDesktop.dll
  123. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Responsive.dll
  124. bin/Release/net8.0/linux-x64/Avalonia.Remote.Protocol.dll
  125. bin/Release/net8.0/linux-x64/libHarfBuzzSharp.so
  126. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.Abstractions.dll
  127. bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.pdb
  128. bin/Release/net8.0/linux-x64/Avalonia.Controls.TreeDataGrid.dll
  129. bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.deps.json
  130. bin/Release/net8.0/linux-x64/Microsoft.Bcl.AsyncInterfaces.dll
  131. bin/Release/net8.0/linux-x64/Avalonia.Skia.dll
  132. bin/Release/net8.0/linux-x64/Avalonia.Vulkan.dll
  133. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.dll
  134. bin/Release/net8.0/linux-x64/ColorTextBlock.Avalonia.dll
  135. bin/Release/net8.0/linux-x64/Avalonia.Dialogs.dll
  136. bin/Release/net8.0/linux-x64/Svg.Custom.dll
  137. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Events.dll
  138. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Caching.Memory.dll
  139. bin/Release/net8.0/linux-x64/WalletWasabi.pdb
  140. bin/Release/net8.0/linux-x64/libSkiaSharp.so
  141. bin/Release/net8.0/linux-x64/WalletWasabi.Daemon
  142. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Draggable.dll
  143. bin/Release/net8.0/linux-x64/Markdown.Avalonia.Svg.dll
  144. bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.dll
  145. bin/Release/net8.0/linux-x64/NNostr.Client.dll
  146. bin/Release/net8.0/linux-x64/Avalonia.Fonts.Inter.dll
  147. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Logging.dll
  148. bin/Release/net8.0/linux-x64/Splat.dll
  149. bin/Release/net8.0/linux-x64/Markdown.Avalonia.SyntaxHigh.dll
  150. bin/Release/net8.0/linux-x64/AvaloniaEdit.dll
  151. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll
  152. bin/Release/net8.0/linux-x64/Markdown.Avalonia.Full.dll
  153. bin/Release/net8.0/linux-x64/Announcements/ReleaseHighlights.md
  154. bin/Release/net8.0/linux-x64/SQLitePCLRaw.batteries_v2.dll
  155. bin/Release/net8.0/linux-x64/HtmlAgilityPack.dll
  156. bin/Release/net8.0/linux-x64/Avalonia.Themes.Fluent.dll
  157. bin/Release/net8.0/linux-x64/Microsoft.Net.Http.Headers.dll
  158. bin/Release/net8.0/linux-x64/HarfBuzzSharp.dll
  159. bin/Release/net8.0/linux-x64/Avalonia.Markup.dll
  160. bin/Release/net8.0/linux-x64/ColorDocument.Avalonia.dll
  161. bin/Release/net8.0/linux-x64/System.Interactive.Async.dll
  162. bin/Release/net8.0/linux-x64/Avalonia.OpenGL.dll
  163. bin/Release/net8.0/linux-x64/Avalonia.Markup.Xaml.dll
  164. bin/Release/net8.0/linux-x64/Avalonia.Native.dll
  165. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.Binder.dll
  166. bin/Release/net8.0/linux-x64/SQLitePCLRaw.provider.e_sqlite3.dll
  167. bin/Release/net8.0/linux-x64/libe_sqlite3.so
  168. bin/Release/net8.0/linux-x64/Markdown.Avalonia.dll
  169. bin/Release/net8.0/linux-x64/Tor/Geoip/geoip6
  170. bin/Release/net8.0/linux-x64/Tor/Geoip/geoip
  171. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop
  172. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/hwi
  173. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/bitcoind
  174. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libstdc++/libstdc++.so.6
  175. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/.gitattributes
  176. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libcrypto.so.3
  177. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/LICENSE
  178. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libevent-2.1.so.7
  179. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libssl.so.3
  180. bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/tor
  181. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/hwi
  182. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/bitcoind
  183. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/.gitattributes
  184. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/libevent-2.1.7.dylib
  185. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/LICENSE
  186. bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/tor
  187. bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/hwi.exe
  188. bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/bitcoind.exe
  189. bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/tor.exe
  190. bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/.gitattributes
  191. bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/LICENSE
  192. bin/Release/net8.0/linux-x64/Fizzler.dll
  193. bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
  194. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Caching.Abstractions.dll
  195. bin/Release/net8.0/linux-x64/Markdown.Avalonia.Html.dll
  196. bin/Release/net8.0/linux-x64/WabiSabi.dll
  197. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Options.dll
  198. bin/Release/net8.0/linux-x64/Avalonia.Svg.dll
  199. bin/Release/net8.0/linux-x64/Avalonia.X11.dll
  200. bin/Release/net8.0/linux-x64/ExCSS.dll
  201. bin/Release/net8.0/linux-x64/WalletWasabi.dll
  202. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Logging.Abstractions.dll
  203. bin/Release/net8.0/linux-x64/System.IO.Pipelines.dll
  204. bin/Release/net8.0/linux-x64/Microsoft.Extensions.FileProviders.Abstractions.dll
  205. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Primitives.dll
  206. bin/Release/net8.0/linux-x64/Microsoft.Extensions.Diagnostics.Abstractions.dll
  207. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet publish \
  208.   --configuration Release \
  209.   --runtime linux-x64 \
  210.   --self-contained true \
  211.   --output publish/
  212.   Determining projects to restore...
  213.   All projects are up-to-date for restore.
  214.   WalletWasabi -> /src/WalletWasabi/WalletWasabi/bin/Release/net8.0/linux-x64/WalletWasabi.dll
  215.   WalletWasabi.Daemon -> /src/WalletWasabi/WalletWasabi.Daemon/bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
  216.   WalletWasabi.Fluent.Generators -> /src/WalletWasabi/WalletWasabi.Fluent.Generators/bin/Release/netstandard2.0/WalletWasabi.Fluent.Generators.dll
  217.   WalletWasabi.Fluent -> /src/WalletWasabi/WalletWasabi.Fluent/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
  218.   WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
  219.   WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish/
  220. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# cd publish
  221. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# tar -czvf wasabi-wallet-2.6.-linux-x64.tar.gz *
  222. Announcements/
  223. Announcements/ReleaseHighlights.md
  224. Avalonia.Base.dll
  225. Avalonia.Controls.TreeDataGrid.dll
  226. Avalonia.Controls.dll
  227. Avalonia.DesignerSupport.dll
  228. Avalonia.Desktop.dll
  229. Avalonia.Dialogs.dll
  230. Avalonia.Fonts.Inter.dll
  231. Avalonia.FreeDesktop.dll
  232. Avalonia.Markup.Xaml.dll
  233. Avalonia.Markup.dll
  234. Avalonia.Metal.dll
  235. Avalonia.MicroCom.dll
  236. Avalonia.Native.dll
  237. Avalonia.OpenGL.dll
  238. Avalonia.ReactiveUI.dll
  239. Avalonia.Remote.Protocol.dll
  240. Avalonia.Skia.dll
  241. Avalonia.Svg.dll
  242. Avalonia.Themes.Fluent.dll
  243. Avalonia.Vulkan.dll
  244. Avalonia.Win32.dll
  245. Avalonia.X11.dll
  246. Avalonia.Xaml.Interactions.Custom.dll
  247. Avalonia.Xaml.Interactions.DragAndDrop.dll
  248. Avalonia.Xaml.Interactions.Draggable.dll
  249. Avalonia.Xaml.Interactions.Events.dll
  250. Avalonia.Xaml.Interactions.Responsive.dll
  251. Avalonia.Xaml.Interactions.dll
  252. Avalonia.Xaml.Interactivity.dll
  253. Avalonia.dll
  254. AvaloniaEdit.dll
  255. ColorDocument.Avalonia.dll
  256. ColorTextBlock.Avalonia.dll
  257. DynamicData.dll
  258. ExCSS.dll
  259. Fizzler.dll
  260. HarfBuzzSharp.dll
  261. HtmlAgilityPack.dll
  262. LinqKit.Core.dll
  263. Markdown.Avalonia.Full.dll
  264. Markdown.Avalonia.Html.dll
  265. Markdown.Avalonia.Svg.dll
  266. Markdown.Avalonia.SyntaxHigh.dll
  267. Markdown.Avalonia.dll
  268. MicroCom.Runtime.dll
  269. Microservices/
  270. Microservices/Binaries/
  271. Microservices/Binaries/lin64/
  272. Microservices/Binaries/lin64/hwi
  273. Microservices/Binaries/lin64/bitcoind
  274. Microservices/Binaries/lin64/Tor/
  275. Microservices/Binaries/lin64/Tor/libstdc++/
  276. Microservices/Binaries/lin64/Tor/libstdc++/libstdc++.so.6
  277. Microservices/Binaries/lin64/Tor/.gitattributes
  278. Microservices/Binaries/lin64/Tor/libcrypto.so.3
  279. Microservices/Binaries/lin64/Tor/LICENSE
  280. Microservices/Binaries/lin64/Tor/libevent-2.1.so.7
  281. Microservices/Binaries/lin64/Tor/libssl.so.3
  282. Microservices/Binaries/lin64/Tor/tor
  283. Microservices/Binaries/osx64/
  284. Microservices/Binaries/osx64/hwi
  285. Microservices/Binaries/osx64/bitcoind
  286. Microservices/Binaries/osx64/Tor/
  287. Microservices/Binaries/osx64/Tor/.gitattributes
  288. Microservices/Binaries/osx64/Tor/libevent-2.1.7.dylib
  289. Microservices/Binaries/osx64/Tor/LICENSE
  290. Microservices/Binaries/osx64/Tor/tor
  291. Microservices/Binaries/win64/
  292. Microservices/Binaries/win64/hwi.exe
  293. Microservices/Binaries/win64/bitcoind.exe
  294. Microservices/Binaries/win64/Tor/
  295. Microservices/Binaries/win64/Tor/tor.exe
  296. Microservices/Binaries/win64/Tor/.gitattributes
  297. Microservices/Binaries/win64/Tor/LICENSE
  298. Microsoft.AspNetCore.WebUtilities.dll
  299. Microsoft.Bcl.AsyncInterfaces.dll
  300. Microsoft.CSharp.dll
  301. Microsoft.Data.Sqlite.dll
  302. Microsoft.Extensions.Caching.Abstractions.dll
  303. Microsoft.Extensions.Caching.Memory.dll
  304. Microsoft.Extensions.Configuration.Abstractions.dll
  305. Microsoft.Extensions.Configuration.Binder.dll
  306. Microsoft.Extensions.Configuration.dll
  307. Microsoft.Extensions.DependencyInjection.Abstractions.dll
  308. Microsoft.Extensions.DependencyInjection.dll
  309. Microsoft.Extensions.Diagnostics.Abstractions.dll
  310. Microsoft.Extensions.Diagnostics.dll
  311. Microsoft.Extensions.FileProviders.Abstractions.dll
  312. Microsoft.Extensions.Hosting.Abstractions.dll
  313. Microsoft.Extensions.Http.dll
  314. Microsoft.Extensions.Logging.Abstractions.dll
  315. Microsoft.Extensions.Logging.dll
  316. Microsoft.Extensions.Options.ConfigurationExtensions.dll
  317. Microsoft.Extensions.Options.dll
  318. Microsoft.Extensions.Primitives.dll
  319. Microsoft.Net.Http.Headers.dll
  320. Microsoft.VisualBasic.Core.dll
  321. Microsoft.VisualBasic.dll
  322. Microsoft.Win32.Primitives.dll
  323. Microsoft.Win32.Registry.dll
  324. Microsoft.Win32.SystemEvents.dll
  325. NBitcoin.Secp256k1.dll
  326. NBitcoin.dll
  327. NNostr.Client.dll
  328. Newtonsoft.Json.dll
  329. QRackers.dll
  330. ReactiveUI.dll
  331. SQLitePCLRaw.batteries_v2.dll
  332. SQLitePCLRaw.core.dll
  333. SQLitePCLRaw.provider.e_sqlite3.dll
  334. ShimSkiaSharp.dll
  335. SkiaSharp.dll
  336. Splat.dll
  337. Svg.Custom.dll
  338. Svg.Model.dll
  339. System.AppContext.dll
  340. System.Buffers.dll
  341. System.Collections.Concurrent.dll
  342. System.Collections.Immutable.dll
  343. System.Collections.NonGeneric.dll
  344. System.Collections.Specialized.dll
  345. System.Collections.dll
  346. System.ComponentModel.Annotations.dll
  347. System.ComponentModel.DataAnnotations.dll
  348. System.ComponentModel.EventBasedAsync.dll
  349. System.ComponentModel.Primitives.dll
  350. System.ComponentModel.TypeConverter.dll
  351. System.ComponentModel.dll
  352. System.Configuration.dll
  353. System.Console.dll
  354. System.Core.dll
  355. System.Data.Common.dll
  356. System.Data.DataSetExtensions.dll
  357. System.Data.dll
  358. System.Diagnostics.Contracts.dll
  359. System.Diagnostics.Debug.dll
  360. System.Diagnostics.DiagnosticSource.dll
  361. System.Diagnostics.FileVersionInfo.dll
  362. System.Diagnostics.Process.dll
  363. System.Diagnostics.StackTrace.dll
  364. System.Diagnostics.TextWriterTraceListener.dll
  365. System.Diagnostics.Tools.dll
  366. System.Diagnostics.TraceSource.dll
  367. System.Diagnostics.Tracing.dll
  368. System.Drawing.Primitives.dll
  369. System.Drawing.dll
  370. System.Dynamic.Runtime.dll
  371. System.Formats.Asn1.dll
  372. System.Formats.Tar.dll
  373. System.Globalization.Calendars.dll
  374. System.Globalization.Extensions.dll
  375. System.Globalization.dll
  376. System.IO.Compression.Brotli.dll
  377. System.IO.Compression.FileSystem.dll
  378. System.IO.Compression.ZipFile.dll
  379. System.IO.Compression.dll
  380. System.IO.FileSystem.AccessControl.dll
  381. System.IO.FileSystem.DriveInfo.dll
  382. System.IO.FileSystem.Primitives.dll
  383. System.IO.FileSystem.Watcher.dll
  384. System.IO.FileSystem.dll
  385. System.IO.IsolatedStorage.dll
  386. System.IO.MemoryMappedFiles.dll
  387. System.IO.Pipelines.dll
  388. System.IO.Pipes.AccessControl.dll
  389. System.IO.Pipes.dll
  390. System.IO.UnmanagedMemoryStream.dll
  391. System.IO.dll
  392. System.Interactive.Async.dll
  393. System.Linq.Async.dll
  394. System.Linq.Expressions.dll
  395. System.Linq.Parallel.dll
  396. System.Linq.Queryable.dll
  397. System.Linq.dll
  398. System.Memory.dll
  399. System.Net.Http.Json.dll
  400. System.Net.Http.dll
  401. System.Net.HttpListener.dll
  402. System.Net.Mail.dll
  403. System.Net.NameResolution.dll
  404. System.Net.NetworkInformation.dll
  405. System.Net.Ping.dll
  406. System.Net.Primitives.dll
  407. System.Net.Quic.dll
  408. System.Net.Requests.dll
  409. System.Net.Security.dll
  410. System.Net.ServicePoint.dll
  411. System.Net.Sockets.dll
  412. System.Net.WebClient.dll
  413. System.Net.WebHeaderCollection.dll
  414. System.Net.WebProxy.dll
  415. System.Net.WebSockets.Client.dll
  416. System.Net.WebSockets.dll
  417. System.Net.dll
  418. System.Numerics.Vectors.dll
  419. System.Numerics.dll
  420. System.ObjectModel.dll
  421. System.Private.CoreLib.dll
  422. System.Private.DataContractSerialization.dll
  423. System.Private.Uri.dll
  424. System.Private.Xml.Linq.dll
  425. System.Private.Xml.dll
  426. System.Reactive.dll
  427. System.Reflection.DispatchProxy.dll
  428. System.Reflection.Emit.ILGeneration.dll
  429. System.Reflection.Emit.Lightweight.dll
  430. System.Reflection.Emit.dll
  431. System.Reflection.Extensions.dll
  432. System.Reflection.Metadata.dll
  433. System.Reflection.Primitives.dll
  434. System.Reflection.TypeExtensions.dll
  435. System.Reflection.dll
  436. System.Resources.Reader.dll
  437. System.Resources.ResourceManager.dll
  438. System.Resources.Writer.dll
  439. System.Runtime.CompilerServices.Unsafe.dll
  440. System.Runtime.CompilerServices.VisualC.dll
  441. System.Runtime.Extensions.dll
  442. System.Runtime.Handles.dll
  443. System.Runtime.InteropServices.JavaScript.dll
  444. System.Runtime.InteropServices.RuntimeInformation.dll
  445. System.Runtime.InteropServices.dll
  446. System.Runtime.Intrinsics.dll
  447. System.Runtime.Loader.dll
  448. System.Runtime.Numerics.dll
  449. System.Runtime.Serialization.Formatters.dll
  450. System.Runtime.Serialization.Json.dll
  451. System.Runtime.Serialization.Primitives.dll
  452. System.Runtime.Serialization.Xml.dll
  453. System.Runtime.Serialization.dll
  454. System.Runtime.dll
  455. System.Security.AccessControl.dll
  456. System.Security.Claims.dll
  457. System.Security.Cryptography.Algorithms.dll
  458. System.Security.Cryptography.Cng.dll
  459. System.Security.Cryptography.Csp.dll
  460. System.Security.Cryptography.Encoding.dll
  461. System.Security.Cryptography.OpenSsl.dll
  462. System.Security.Cryptography.Primitives.dll
  463. System.Security.Cryptography.X509Certificates.dll
  464. System.Security.Cryptography.dll
  465. System.Security.Principal.Windows.dll
  466. System.Security.Principal.dll
  467. System.Security.SecureString.dll
  468. System.Security.dll
  469. System.ServiceModel.Web.dll
  470. System.ServiceProcess.dll
  471. System.Text.Encoding.CodePages.dll
  472. System.Text.Encoding.Extensions.dll
  473. System.Text.Encoding.dll
  474. System.Text.Encodings.Web.dll
  475. System.Text.Json.dll
  476. System.Text.RegularExpressions.dll
  477. System.Threading.Channels.dll
  478. System.Threading.Overlapped.dll
  479. System.Threading.Tasks.Dataflow.dll
  480. System.Threading.Tasks.Extensions.dll
  481. System.Threading.Tasks.Parallel.dll
  482. System.Threading.Tasks.dll
  483. System.Threading.Thread.dll
  484. System.Threading.ThreadPool.dll
  485. System.Threading.Timer.dll
  486. System.Threading.dll
  487. System.Transactions.Local.dll
  488. System.Transactions.dll
  489. System.ValueTuple.dll
  490. System.Web.HttpUtility.dll
  491. System.Web.dll
  492. System.Windows.dll
  493. System.Xml.Linq.dll
  494. System.Xml.ReaderWriter.dll
  495. System.Xml.Serialization.dll
  496. System.Xml.XDocument.dll
  497. System.Xml.XPath.XDocument.dll
  498. System.Xml.XPath.dll
  499. System.Xml.XmlDocument.dll
  500. System.Xml.XmlSerializer.dll
  501. System.Xml.dll
  502. System.dll
  503. Tmds.DBus.Protocol.dll
  504. Tor/
  505. Tor/Geoip/
  506. Tor/Geoip/geoip6
  507. Tor/Geoip/geoip
  508. WabiSabi.dll
  509. WalletWasabi.Daemon
  510. WalletWasabi.Daemon.dll
  511. WalletWasabi.Daemon.pdb
  512. WalletWasabi.Daemon.runtimeconfig.json
  513. WalletWasabi.Fluent.Desktop
  514. WalletWasabi.Fluent.Desktop.deps.json
  515. WalletWasabi.Fluent.Desktop.dll
  516. WalletWasabi.Fluent.Desktop.pdb
  517. WalletWasabi.Fluent.Desktop.runtimeconfig.json
  518. WalletWasabi.Fluent.dll
  519. WalletWasabi.Fluent.pdb
  520. WalletWasabi.dll
  521. WalletWasabi.pdb
  522. WindowsBase.dll
  523. createdump
  524. libHarfBuzzSharp.so
  525. libSkiaSharp.so
  526. libSystem.Globalization.Native.so
  527. libSystem.IO.Compression.Native.so
  528. libSystem.Native.so
  529. libSystem.Net.Security.Native.so
  530. libSystem.Security.Cryptography.Native.OpenSsl.so
  531. libclrgc.so
  532. libclrjit.so
  533. libcoreclr.so
  534. libcoreclrtraceptprovider.so
  535. libe_sqlite3.so
  536. libhostfxr.so
  537. libhostpolicy.so
  538. libmscordaccore.so
  539. libmscordbi.so
  540. mscorlib.dll
  541. netstandard.dll
  542. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum wasabi-wallet-2.6.0-linux-x64.tar.gz
  543. sha256sum: wasabi-wallet-2.6.0-linux-x64.tar.gz: No such file or directory
  544. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls wasabi-wallet-2.6.-linux-x64.tar.gz
  545. wasabi-wallet-2.6.-linux-x64.tar.gz
  546. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum wasabi-wallet-2.6.-linux-x64.tar.gz
  547. 26be6b7ad799fba003daf8970b625b185332afdeb13104f73e22d19e6b16669e  wasabi-wallet-2.6.-linux-x64.tar.gz
  548. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# wget https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
  549. --2025-05-09 01:25:59--  https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
  550. Resolving github.com (github.com)... 20.205.243.166
  551. Connecting to github.com (github.com)|20.205.243.166|:443... connected.
  552. HTTP request sent, awaiting response... 302 Found
  553. Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/55341469/9d2070aa-ed51-4b6a-927e-eee6edd622ff?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250509T012559Z&X-Amz-Expires=300&X-Amz-Signature=7e55eca7b45948de42504d22d2f990668da7fc1eae07f2fd53a479da70e80cdc&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DWasabi-2.6.0-linux-x64.tar.gz&response-content-type=application%2Foctet-stream [following]
  554. --2025-05-09 01:25:59--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/55341469/9d2070aa-ed51-4b6a-927e-eee6edd622ff?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250509T012559Z&X-Amz-Expires=300&X-Amz-Signature=7e55eca7b45948de42504d22d2f990668da7fc1eae07f2fd53a479da70e80cdc&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DWasabi-2.6.0-linux-x64.tar.gz&response-content-type=application%2Foctet-stream
  555. Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
  556. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
  557. HTTP request sent, awaiting response... 200 OK
  558. Length: 96967453 (92M) [application/octet-stream]
  559. Saving to: 'Wasabi-2.6.0-linux-x64.tar.gz'
  560.  
  561. Wasabi-2.6.0-linux-x64.tar.g 100%[============================================>]  92.47M  2.69MB/s    in 26s    
  562.  
  563. 2025-05-09 01:26:26 (3.54 MB/s) - 'Wasabi-2.6.0-linux-x64.tar.gz' saved [96967453/96967453]
  564.  
  565. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
  566. 5d685124fb74c5c15ecfe1c3f112cb5e0e97a1555f4de21084b9ac44b10f3cc4  Wasabi-2.6.0-linux-x64.tar.gz
  567. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rm -f Wasabi-2.6.0-linux-x64.tar.gz
  568. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rm -rf wasabi-wallet-2.6.-linux-x64.tar.gz
  569. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls
  570. Announcements                                              System.Linq.Parallel.dll
  571. Avalonia.Base.dll                                          System.Linq.Queryable.dll
  572. Avalonia.Controls.TreeDataGrid.dll                         System.Linq.dll
  573. Avalonia.Controls.dll                                      System.Memory.dll
  574. Avalonia.DesignerSupport.dll                               System.Net.Http.Json.dll
  575. Avalonia.Desktop.dll                                       System.Net.Http.dll
  576. Avalonia.Dialogs.dll                                       System.Net.HttpListener.dll
  577. Avalonia.Fonts.Inter.dll                                   System.Net.Mail.dll
  578. Avalonia.FreeDesktop.dll                                   System.Net.NameResolution.dll
  579. Avalonia.Markup.Xaml.dll                                   System.Net.NetworkInformation.dll
  580. Avalonia.Markup.dll                                        System.Net.Ping.dll
  581. Avalonia.Metal.dll                                         System.Net.Primitives.dll
  582. Avalonia.MicroCom.dll                                      System.Net.Quic.dll
  583. Avalonia.Native.dll                                        System.Net.Requests.dll
  584. Avalonia.OpenGL.dll                                        System.Net.Security.dll
  585. Avalonia.ReactiveUI.dll                                    System.Net.ServicePoint.dll
  586. Avalonia.Remote.Protocol.dll                               System.Net.Sockets.dll
  587. Avalonia.Skia.dll                                          System.Net.WebClient.dll
  588. Avalonia.Svg.dll                                           System.Net.WebHeaderCollection.dll
  589. Avalonia.Themes.Fluent.dll                                 System.Net.WebProxy.dll
  590. Avalonia.Vulkan.dll                                        System.Net.WebSockets.Client.dll
  591. Avalonia.Win32.dll                                         System.Net.WebSockets.dll
  592. Avalonia.X11.dll                                           System.Net.dll
  593. Avalonia.Xaml.Interactions.Custom.dll                      System.Numerics.Vectors.dll
  594. Avalonia.Xaml.Interactions.DragAndDrop.dll                 System.Numerics.dll
  595. Avalonia.Xaml.Interactions.Draggable.dll                   System.ObjectModel.dll
  596. Avalonia.Xaml.Interactions.Events.dll                      System.Private.CoreLib.dll
  597. Avalonia.Xaml.Interactions.Responsive.dll                  System.Private.DataContractSerialization.dll
  598. Avalonia.Xaml.Interactions.dll                             System.Private.Uri.dll
  599. Avalonia.Xaml.Interactivity.dll                            System.Private.Xml.Linq.dll
  600. Avalonia.dll                                               System.Private.Xml.dll
  601. AvaloniaEdit.dll                                           System.Reactive.dll
  602. ColorDocument.Avalonia.dll                                 System.Reflection.DispatchProxy.dll
  603. ColorTextBlock.Avalonia.dll                                System.Reflection.Emit.ILGeneration.dll
  604. DynamicData.dll                                            System.Reflection.Emit.Lightweight.dll
  605. ExCSS.dll                                                  System.Reflection.Emit.dll
  606. Fizzler.dll                                                System.Reflection.Extensions.dll
  607. HarfBuzzSharp.dll                                          System.Reflection.Metadata.dll
  608. HtmlAgilityPack.dll                                        System.Reflection.Primitives.dll
  609. LinqKit.Core.dll                                           System.Reflection.TypeExtensions.dll
  610. Markdown.Avalonia.Full.dll                                 System.Reflection.dll
  611. Markdown.Avalonia.Html.dll                                 System.Resources.Reader.dll
  612. Markdown.Avalonia.Svg.dll                                  System.Resources.ResourceManager.dll
  613. Markdown.Avalonia.SyntaxHigh.dll                           System.Resources.Writer.dll
  614. Markdown.Avalonia.dll                                      System.Runtime.CompilerServices.Unsafe.dll
  615. MicroCom.Runtime.dll                                       System.Runtime.CompilerServices.VisualC.dll
  616. Microservices                                              System.Runtime.Extensions.dll
  617. Microsoft.AspNetCore.WebUtilities.dll                      System.Runtime.Handles.dll
  618. Microsoft.Bcl.AsyncInterfaces.dll                          System.Runtime.InteropServices.JavaScript.dll
  619. Microsoft.CSharp.dll                                       System.Runtime.InteropServices.RuntimeInformation.dll
  620. Microsoft.Data.Sqlite.dll                                  System.Runtime.InteropServices.dll
  621. Microsoft.Extensions.Caching.Abstractions.dll              System.Runtime.Intrinsics.dll
  622. Microsoft.Extensions.Caching.Memory.dll                    System.Runtime.Loader.dll
  623. Microsoft.Extensions.Configuration.Abstractions.dll        System.Runtime.Numerics.dll
  624. Microsoft.Extensions.Configuration.Binder.dll              System.Runtime.Serialization.Formatters.dll
  625. Microsoft.Extensions.Configuration.dll                     System.Runtime.Serialization.Json.dll
  626. Microsoft.Extensions.DependencyInjection.Abstractions.dll  System.Runtime.Serialization.Primitives.dll
  627. Microsoft.Extensions.DependencyInjection.dll               System.Runtime.Serialization.Xml.dll
  628. Microsoft.Extensions.Diagnostics.Abstractions.dll          System.Runtime.Serialization.dll
  629. Microsoft.Extensions.Diagnostics.dll                       System.Runtime.dll
  630. Microsoft.Extensions.FileProviders.Abstractions.dll        System.Security.AccessControl.dll
  631. Microsoft.Extensions.Hosting.Abstractions.dll              System.Security.Claims.dll
  632. Microsoft.Extensions.Http.dll                              System.Security.Cryptography.Algorithms.dll
  633. Microsoft.Extensions.Logging.Abstractions.dll              System.Security.Cryptography.Cng.dll
  634. Microsoft.Extensions.Logging.dll                           System.Security.Cryptography.Csp.dll
  635. Microsoft.Extensions.Options.ConfigurationExtensions.dll   System.Security.Cryptography.Encoding.dll
  636. Microsoft.Extensions.Options.dll                           System.Security.Cryptography.OpenSsl.dll
  637. Microsoft.Extensions.Primitives.dll                        System.Security.Cryptography.Primitives.dll
  638. Microsoft.Net.Http.Headers.dll                             System.Security.Cryptography.X509Certificates.dll
  639. Microsoft.VisualBasic.Core.dll                             System.Security.Cryptography.dll
  640. Microsoft.VisualBasic.dll                                  System.Security.Principal.Windows.dll
  641. Microsoft.Win32.Primitives.dll                             System.Security.Principal.dll
  642. Microsoft.Win32.Registry.dll                               System.Security.SecureString.dll
  643. Microsoft.Win32.SystemEvents.dll                           System.Security.dll
  644. NBitcoin.Secp256k1.dll                                     System.ServiceModel.Web.dll
  645. NBitcoin.dll                                               System.ServiceProcess.dll
  646. NNostr.Client.dll                                          System.Text.Encoding.CodePages.dll
  647. Newtonsoft.Json.dll                                        System.Text.Encoding.Extensions.dll
  648. QRackers.dll                                               System.Text.Encoding.dll
  649. ReactiveUI.dll                                             System.Text.Encodings.Web.dll
  650. SQLitePCLRaw.batteries_v2.dll                              System.Text.Json.dll
  651. SQLitePCLRaw.core.dll                                      System.Text.RegularExpressions.dll
  652. SQLitePCLRaw.provider.e_sqlite3.dll                        System.Threading.Channels.dll
  653. ShimSkiaSharp.dll                                          System.Threading.Overlapped.dll
  654. SkiaSharp.dll                                              System.Threading.Tasks.Dataflow.dll
  655. Splat.dll                                                  System.Threading.Tasks.Extensions.dll
  656. Svg.Custom.dll                                             System.Threading.Tasks.Parallel.dll
  657. Svg.Model.dll                                              System.Threading.Tasks.dll
  658. System.AppContext.dll                                      System.Threading.Thread.dll
  659. System.Buffers.dll                                         System.Threading.ThreadPool.dll
  660. System.Collections.Concurrent.dll                          System.Threading.Timer.dll
  661. System.Collections.Immutable.dll                           System.Threading.dll
  662. System.Collections.NonGeneric.dll                          System.Transactions.Local.dll
  663. System.Collections.Specialized.dll                         System.Transactions.dll
  664. System.Collections.dll                                     System.ValueTuple.dll
  665. System.ComponentModel.Annotations.dll                      System.Web.HttpUtility.dll
  666. System.ComponentModel.DataAnnotations.dll                  System.Web.dll
  667. System.ComponentModel.EventBasedAsync.dll                  System.Windows.dll
  668. System.ComponentModel.Primitives.dll                       System.Xml.Linq.dll
  669. System.ComponentModel.TypeConverter.dll                    System.Xml.ReaderWriter.dll
  670. System.ComponentModel.dll                                  System.Xml.Serialization.dll
  671. System.Configuration.dll                                   System.Xml.XDocument.dll
  672. System.Console.dll                                         System.Xml.XPath.XDocument.dll
  673. System.Core.dll                                            System.Xml.XPath.dll
  674. System.Data.Common.dll                                     System.Xml.XmlDocument.dll
  675. System.Data.DataSetExtensions.dll                          System.Xml.XmlSerializer.dll
  676. System.Data.dll                                            System.Xml.dll
  677. System.Diagnostics.Contracts.dll                           System.dll
  678. System.Diagnostics.Debug.dll                               Tmds.DBus.Protocol.dll
  679. System.Diagnostics.DiagnosticSource.dll                    Tor
  680. System.Diagnostics.FileVersionInfo.dll                     WabiSabi.dll
  681. System.Diagnostics.Process.dll                             WalletWasabi.Daemon
  682. System.Diagnostics.StackTrace.dll                          WalletWasabi.Daemon.dll
  683. System.Diagnostics.TextWriterTraceListener.dll             WalletWasabi.Daemon.pdb
  684. System.Diagnostics.Tools.dll                               WalletWasabi.Daemon.runtimeconfig.json
  685. System.Diagnostics.TraceSource.dll                         WalletWasabi.Fluent.Desktop
  686. System.Diagnostics.Tracing.dll                             WalletWasabi.Fluent.Desktop.deps.json
  687. System.Drawing.Primitives.dll                              WalletWasabi.Fluent.Desktop.dll
  688. System.Drawing.dll                                         WalletWasabi.Fluent.Desktop.pdb
  689. System.Dynamic.Runtime.dll                                 WalletWasabi.Fluent.Desktop.runtimeconfig.json
  690. System.Formats.Asn1.dll                                    WalletWasabi.Fluent.dll
  691. System.Formats.Tar.dll                                     WalletWasabi.Fluent.pdb
  692. System.Globalization.Calendars.dll                         WalletWasabi.dll
  693. System.Globalization.Extensions.dll                        WalletWasabi.pdb
  694. System.Globalization.dll                                   WindowsBase.dll
  695. System.IO.Compression.Brotli.dll                           createdump
  696. System.IO.Compression.FileSystem.dll                       libHarfBuzzSharp.so
  697. System.IO.Compression.ZipFile.dll                          libSkiaSharp.so
  698. System.IO.Compression.dll                                  libSystem.Globalization.Native.so
  699. System.IO.FileSystem.AccessControl.dll                     libSystem.IO.Compression.Native.so
  700. System.IO.FileSystem.DriveInfo.dll                         libSystem.Native.so
  701. System.IO.FileSystem.Primitives.dll                        libSystem.Net.Security.Native.so
  702. System.IO.FileSystem.Watcher.dll                           libSystem.Security.Cryptography.Native.OpenSsl.so
  703. System.IO.FileSystem.dll                                   libclrgc.so
  704. System.IO.IsolatedStorage.dll                              libclrjit.so
  705. System.IO.MemoryMappedFiles.dll                            libcoreclr.so
  706. System.IO.Pipelines.dll                                    libcoreclrtraceptprovider.so
  707. System.IO.Pipes.AccessControl.dll                          libe_sqlite3.so
  708. System.IO.Pipes.dll                                        libhostfxr.so
  709. System.IO.UnmanagedMemoryStream.dll                        libhostpolicy.so
  710. System.IO.dll                                              libmscordaccore.so
  711. System.Interactive.Async.dll                               libmscordbi.so
  712. System.Linq.Async.dll                                      mscorlib.dll
  713. System.Linq.Expressions.dll                                netstandard.dll
  714. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# mkdir -p Wasabi-2.6.0-linux-x64
  715. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# cp -a . Wasabi-2.6.0-linux-x64/
  716. cp: cannot copy a directory, '.', into itself, 'Wasabi-2.6.0-linux-x64/.'
  717. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# cp -a * Wasabi-2.6.0-linux-x64/
  718. cp: cannot copy a directory, 'Wasabi-2.6.0-linux-x64', into itself, 'Wasabi-2.6.0-linux-x64/Wasabi-2.6.0-linux-x64'
  719. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rsync -a --exclude 'Wasabi-2.6.0-linux-x64' ./ Wasabi-2.6.0-linux-x64/
  720. bash: rsync: command not found
  721. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sudo apt install rsync
  722. bash: sudo: command not found
  723. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# apt update && apt install -y rsync
  724. Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
  725. Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]              
  726. Get:3 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]        
  727. Get:4 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [216 kB]          
  728. Get:5 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main all Packages [1252 B]                          
  729. Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [19.0 kB]          
  730. Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [60.2 kB]          
  731. Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB]
  732. Get:9 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
  733. Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4282 kB]
  734. Get:11 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
  735. Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
  736. Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2901 kB]                            
  737. Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1245 kB]                        
  738. Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]                                      
  739. Get:16 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]                                
  740. Get:17 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]                                
  741. Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4436 kB]                        
  742. Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3211 kB]                              
  743. Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1546 kB]                          
  744. Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB]                        
  745. Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]                        
  746. Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB]                            
  747. Fetched 38.5 MB in 30s (1295 kB/s)                                                                              
  748. Reading package lists... Done
  749. Building dependency tree... Done
  750. Reading state information... Done
  751. All packages are up to date.
  752. Reading package lists... Done
  753. Building dependency tree... Done
  754. Reading state information... Done
  755. The following additional packages will be installed:
  756.   libpopt0
  757. Suggested packages:
  758.   openssh-server python3-braceexpand
  759. The following NEW packages will be installed:
  760.   libpopt0 rsync
  761. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  762. Need to get 465 kB of archives.
  763. After this operation, 937 kB of additional disk space will be used.
  764. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB]
  765. Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.7-0ubuntu0.22.04.4 [437 kB]
  766. Fetched 465 kB in 7s (62.7 kB/s)                                                                                
  767. debconf: delaying package configuration, since apt-utils is not installed
  768. Selecting previously unselected package libpopt0:amd64.
  769. (Reading database ... 25161 files and directories currently installed.)
  770. Preparing to unpack .../libpopt0_1.18-3build1_amd64.deb ...
  771. Unpacking libpopt0:amd64 (1.18-3build1) ...
  772. Selecting previously unselected package rsync.
  773. Preparing to unpack .../rsync_3.2.7-0ubuntu0.22.04.4_amd64.deb ...
  774. Unpacking rsync (3.2.7-0ubuntu0.22.04.4) ...
  775. Setting up libpopt0:amd64 (1.18-3build1) ...
  776. Setting up rsync (3.2.7-0ubuntu0.22.04.4) ...
  777. invoke-rc.d: could not determine current runlevel
  778. invoke-rc.d: policy-rc.d denied execution of start.
  779. Processing triggers for libc-bin (2.35-0ubuntu3.9) ...
  780. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rsync -a --exclude 'Wasabi-2.6.0-linux-x64' ./ Wasabi-2.6.0-linux-x64/
  781. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# tar --sort=name --mtime='UTC 2024-01-01' --owner=0 --group=0 --numeric-owner \
  782.   -czf Wasabi-2.6.0-linux-x64.tar.gz Wasabi-2.6.0-linux-x64
  783. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
  784. ef03ab424d5c56116e73cc22a3d7df863662f5c2415c4e5523b0a0267e4b9069  Wasabi-2.6.0-linux-x64.tar.gz
  785. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# wget https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
  786. --2025-05-09 01:36:27--  https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
  787. Resolving github.com (github.com)... 20.205.243.166
  788. Connecting to github.com (github.com)|20.205.243.166|:443... connected.
  789. HTTP request sent, awaiting response... 302 Found
  790. Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/55341469/9d2070aa-ed51-4b6a-927e-eee6edd622ff?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250509T013628Z&X-Amz-Expires=300&X-Amz-Signature=44a91d99e4c67aadbab9fa1944a6285944136d47bff8588ac6732f2f2fac0515&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DWasabi-2.6.0-linux-x64.tar.gz&response-content-type=application%2Foctet-stream [following]
  791. --2025-05-09 01:36:28--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/55341469/9d2070aa-ed51-4b6a-927e-eee6edd622ff?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250509T013628Z&X-Amz-Expires=300&X-Amz-Signature=44a91d99e4c67aadbab9fa1944a6285944136d47bff8588ac6732f2f2fac0515&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DWasabi-2.6.0-linux-x64.tar.gz&response-content-type=application%2Foctet-stream
  792. Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
  793. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
  794. HTTP request sent, awaiting response... 200 OK
  795. Length: 96967453 (92M) [application/octet-stream]
  796. Saving to: 'Wasabi-2.6.0-linux-x64.tar.gz.1'
  797.  
  798. Wasabi-2.6.0-linux-x64.tar.g 100%[============================================>]  92.47M  1.54MB/s    in 30s    
  799.  
  800. 2025-05-09 01:36:59 (3.12 MB/s) - 'Wasabi-2.6.0-linux-x64.tar.gz.1' saved [96967453/96967453]
  801.  
  802. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
  803. ef03ab424d5c56116e73cc22a3d7df863662f5c2415c4e5523b0a0267e4b9069  Wasabi-2.6.0-linux-x64.tar.gz
  804. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls *.tar.gz
  805. Wasabi-2.6.0-linux-x64.tar.gz
  806. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls -l Wasabi-2.6.0-linux-x64.tar.gz*
  807. -rw-r--r-- 1 root root 130838653 May  9 01:35 Wasabi-2.6.0-linux-x64.tar.gz
  808. -rw-r--r-- 1 root root  96967453 May  5 16:01 Wasabi-2.6.0-linux-x64.tar.gz.1
  809. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz.1
  810. 5d685124fb74c5c15ecfe1c3f112cb5e0e97a1555f4de21084b9ac44b10f3cc4  Wasabi-2.6.0-linux-x64.tar.gz.1
  811. root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish#
  812.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement