Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dannybuntu@MS-7978:~$ cd ~/work/builds
- dannybuntu@MS-7978:~/work/builds$ ls
- 2025-05-05.1542.cash.p.terminal_v0.41.14.cast android cache desktop hardware ubuntu-android-builder
- dannybuntu@MS-7978:~/work/builds$ cd desktop/
- dannybuntu@MS-7978:~/work/builds/desktop$ ls
- 2025-04-16.bitcoincore_v29.log bitcoin bitcoinknots electrum-binaries sc.elitewallet.elitewallet wasabi-build-archive
- bisq bitcoin-binaries electrum nunchuk-win wasabi
- dannybuntu@MS-7978:~/work/builds/desktop$ cd wasabi
- dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ ls
- 2025-05-08.2103.wasabiwallet_v2.6.0.cast Dockerfile
- dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ docker build -t wasabi-desktop-builder .
- [+] Building 561.0s (12/12) FINISHED docker:default
- => [internal] load build definition from Dockerfile 0.1s
- => => transferring dockerfile: 1.52kB 0.0s
- => [internal] load metadata for docker.io/library/ubuntu:22.04 3.4s
- => [internal] load .dockerignore 0.0s
- => => transferring context: 2B 0.0s
- => [1/8] FROM docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 10.4s
- => => resolve docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 0.0s
- => => sha256:c42dedf797ba5e7e37e744cdd998e1db046375c702d6dc8a822b422189b019bb 2.30kB / 2.30kB 0.0s
- => => sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e 29.53MB / 29.53MB 9.3s
- => => sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 6.69kB / 6.69kB 0.0s
- => => sha256:899ec23064539c814a4dbbf98d4baf0e384e4394ebc8638bea7bbe4cb8ef4e12 424B / 424B 0.0s
- => => extracting sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e 0.8s
- => [2/8] RUN apt-get update && apt-get install -y wget curl git gnupg ca-certificates lsb-release 122.9s
- => [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
- => [4/8] RUN apt-get update && apt-get install -y dotnet-sdk-8.0 && rm -rf /var/lib/apt/lists/* 91.6s
- => [5/8] WORKDIR /src 0.1s
- => [6/8] RUN git clone --depth=1 --branch=v2.6.0 https://github.com/WalletWasabi/WalletWasabi.git 34.3s
- => [7/8] WORKDIR /src/WalletWasabi/WalletWasabi.Fluent.Desktop 0.1s
- => [8/8] RUN dotnet build --configuration Release --runtime linux-x64 280.9s
- => exporting to image 15.7s
- => => exporting layers 15.6s
- => => writing image sha256:d540501402be2affaeda067b31ab14973d1332bbb702a38d2d5bd1b5a17dd10e 0.0s
- => => naming to docker.io/library/wasabi-desktop-builder 0.0s
- dannybuntu@MS-7978:~/work/builds/desktop/wasabi$ docker run -it --rm wasabi-desktop-builder
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet clean
- Build started 05/08/2025 23:24:12.
- 1>Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" on node 1 (Clean target(s)).
- 1>CoreClean:
- Creating directory "obj/Debug/net8.0/".
- 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)).
- 2>CoreClean:
- Creating directory "obj/Debug/net8.0/".
- 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)).
- 3>CoreClean:
- Creating directory "obj/Debug/net8.0/".
- 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)).
- 4>CoreClean:
- Creating directory "obj/Debug/net8.0/".
- 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)).
- 5>CoreClean:
- Creating directory "obj/Debug/netstandard2.0/".
- 4>Done Building Project "/src/WalletWasabi/WalletWasabi/WalletWasabi.csproj" (Clean target(s)).
- 5>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent.Generators/WalletWasabi.Fluent.Generators.csproj" (Clean target(s)).
- 3>Done Building Project "/src/WalletWasabi/WalletWasabi.Daemon/WalletWasabi.Daemon.csproj" (Clean target(s)).
- 2>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent/WalletWasabi.Fluent.csproj" (Clean target(s)).
- 1>Done Building Project "/src/WalletWasabi/WalletWasabi.Fluent.Desktop/WalletWasabi.Fluent.Desktop.csproj" (Clean target(s)).
- Build succeeded.
- 0 Warning(s)
- 0 Error(s)
- Time Elapsed 00:00:01.43
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet build --configuration Release --runtime linux-x64
- Determining projects to restore...
- All projects are up-to-date for restore.
- WalletWasabi -> /src/WalletWasabi/WalletWasabi/bin/Release/net8.0/linux-x64/WalletWasabi.dll
- WalletWasabi.Daemon -> /src/WalletWasabi/WalletWasabi.Daemon/bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
- WalletWasabi.Fluent.Generators -> /src/WalletWasabi/WalletWasabi.Fluent.Generators/bin/Release/netstandard2.0/WalletWasabi.Fluent.Generators.dll
- WalletWasabi.Fluent -> /src/WalletWasabi/WalletWasabi.Fluent/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
- WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
- Build succeeded.
- 0 Warning(s)
- 0 Error(s)
- Time Elapsed 00:00:02.82
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# find bin/Release -type f
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.runtimeconfig.json
- bin/Release/net8.0/linux-x64/DynamicData.dll
- bin/Release/net8.0/linux-x64/Avalonia.MicroCom.dll
- bin/Release/net8.0/linux-x64/System.Reactive.dll
- bin/Release/net8.0/linux-x64/Avalonia.Metal.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Hosting.Abstractions.dll
- bin/Release/net8.0/linux-x64/Avalonia.ReactiveUI.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactivity.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
- bin/Release/net8.0/linux-x64/NBitcoin.Secp256k1.dll
- bin/Release/net8.0/linux-x64/QRackers.dll
- bin/Release/net8.0/linux-x64/MicroCom.Runtime.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.DragAndDrop.dll
- bin/Release/net8.0/linux-x64/System.Linq.Async.dll
- bin/Release/net8.0/linux-x64/LinqKit.Core.dll
- bin/Release/net8.0/linux-x64/Avalonia.DesignerSupport.dll
- bin/Release/net8.0/linux-x64/Avalonia.Controls.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.pdb
- bin/Release/net8.0/linux-x64/Tmds.DBus.Protocol.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.pdb
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.runtimeconfig.json
- bin/Release/net8.0/linux-x64/Avalonia.Desktop.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll
- bin/Release/net8.0/linux-x64/ReactiveUI.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Http.dll
- bin/Release/net8.0/linux-x64/Avalonia.dll
- bin/Release/net8.0/linux-x64/NBitcoin.dll
- bin/Release/net8.0/linux-x64/SQLitePCLRaw.core.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.DependencyInjection.dll
- bin/Release/net8.0/linux-x64/Microsoft.AspNetCore.WebUtilities.dll
- bin/Release/net8.0/linux-x64/Microsoft.Win32.SystemEvents.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Custom.dll
- bin/Release/net8.0/linux-x64/SkiaSharp.dll
- bin/Release/net8.0/linux-x64/ShimSkiaSharp.dll
- bin/Release/net8.0/linux-x64/Newtonsoft.Json.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Diagnostics.dll
- bin/Release/net8.0/linux-x64/Avalonia.Win32.dll
- bin/Release/net8.0/linux-x64/Svg.Model.dll
- bin/Release/net8.0/linux-x64/Microsoft.Data.Sqlite.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.deps.json
- bin/Release/net8.0/linux-x64/Avalonia.Base.dll
- bin/Release/net8.0/linux-x64/Avalonia.FreeDesktop.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Responsive.dll
- bin/Release/net8.0/linux-x64/Avalonia.Remote.Protocol.dll
- bin/Release/net8.0/linux-x64/libHarfBuzzSharp.so
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.Abstractions.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.pdb
- bin/Release/net8.0/linux-x64/Avalonia.Controls.TreeDataGrid.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.deps.json
- bin/Release/net8.0/linux-x64/Microsoft.Bcl.AsyncInterfaces.dll
- bin/Release/net8.0/linux-x64/Avalonia.Skia.dll
- bin/Release/net8.0/linux-x64/Avalonia.Vulkan.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.dll
- bin/Release/net8.0/linux-x64/ColorTextBlock.Avalonia.dll
- bin/Release/net8.0/linux-x64/Avalonia.Dialogs.dll
- bin/Release/net8.0/linux-x64/Svg.Custom.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Events.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Caching.Memory.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.pdb
- bin/Release/net8.0/linux-x64/libSkiaSharp.so
- bin/Release/net8.0/linux-x64/WalletWasabi.Daemon
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.Draggable.dll
- bin/Release/net8.0/linux-x64/Markdown.Avalonia.Svg.dll
- bin/Release/net8.0/linux-x64/Avalonia.Xaml.Interactions.dll
- bin/Release/net8.0/linux-x64/NNostr.Client.dll
- bin/Release/net8.0/linux-x64/Avalonia.Fonts.Inter.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Logging.dll
- bin/Release/net8.0/linux-x64/Splat.dll
- bin/Release/net8.0/linux-x64/Markdown.Avalonia.SyntaxHigh.dll
- bin/Release/net8.0/linux-x64/AvaloniaEdit.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll
- bin/Release/net8.0/linux-x64/Markdown.Avalonia.Full.dll
- bin/Release/net8.0/linux-x64/Announcements/ReleaseHighlights.md
- bin/Release/net8.0/linux-x64/SQLitePCLRaw.batteries_v2.dll
- bin/Release/net8.0/linux-x64/HtmlAgilityPack.dll
- bin/Release/net8.0/linux-x64/Avalonia.Themes.Fluent.dll
- bin/Release/net8.0/linux-x64/Microsoft.Net.Http.Headers.dll
- bin/Release/net8.0/linux-x64/HarfBuzzSharp.dll
- bin/Release/net8.0/linux-x64/Avalonia.Markup.dll
- bin/Release/net8.0/linux-x64/ColorDocument.Avalonia.dll
- bin/Release/net8.0/linux-x64/System.Interactive.Async.dll
- bin/Release/net8.0/linux-x64/Avalonia.OpenGL.dll
- bin/Release/net8.0/linux-x64/Avalonia.Markup.Xaml.dll
- bin/Release/net8.0/linux-x64/Avalonia.Native.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Configuration.Binder.dll
- bin/Release/net8.0/linux-x64/SQLitePCLRaw.provider.e_sqlite3.dll
- bin/Release/net8.0/linux-x64/libe_sqlite3.so
- bin/Release/net8.0/linux-x64/Markdown.Avalonia.dll
- bin/Release/net8.0/linux-x64/Tor/Geoip/geoip6
- bin/Release/net8.0/linux-x64/Tor/Geoip/geoip
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/hwi
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/bitcoind
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libstdc++/libstdc++.so.6
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/.gitattributes
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libcrypto.so.3
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/LICENSE
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libevent-2.1.so.7
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/libssl.so.3
- bin/Release/net8.0/linux-x64/Microservices/Binaries/lin64/Tor/tor
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/hwi
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/bitcoind
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/.gitattributes
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/libevent-2.1.7.dylib
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/LICENSE
- bin/Release/net8.0/linux-x64/Microservices/Binaries/osx64/Tor/tor
- bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/hwi.exe
- bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/bitcoind.exe
- bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/tor.exe
- bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/.gitattributes
- bin/Release/net8.0/linux-x64/Microservices/Binaries/win64/Tor/LICENSE
- bin/Release/net8.0/linux-x64/Fizzler.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Caching.Abstractions.dll
- bin/Release/net8.0/linux-x64/Markdown.Avalonia.Html.dll
- bin/Release/net8.0/linux-x64/WabiSabi.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Options.dll
- bin/Release/net8.0/linux-x64/Avalonia.Svg.dll
- bin/Release/net8.0/linux-x64/Avalonia.X11.dll
- bin/Release/net8.0/linux-x64/ExCSS.dll
- bin/Release/net8.0/linux-x64/WalletWasabi.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Logging.Abstractions.dll
- bin/Release/net8.0/linux-x64/System.IO.Pipelines.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.FileProviders.Abstractions.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Primitives.dll
- bin/Release/net8.0/linux-x64/Microsoft.Extensions.Diagnostics.Abstractions.dll
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet publish \
- --configuration Release \
- --runtime linux-x64 \
- --self-contained true \
- --output publish/
- Determining projects to restore...
- All projects are up-to-date for restore.
- WalletWasabi -> /src/WalletWasabi/WalletWasabi/bin/Release/net8.0/linux-x64/WalletWasabi.dll
- WalletWasabi.Daemon -> /src/WalletWasabi/WalletWasabi.Daemon/bin/Release/net8.0/linux-x64/WalletWasabi.Daemon.dll
- WalletWasabi.Fluent.Generators -> /src/WalletWasabi/WalletWasabi.Fluent.Generators/bin/Release/netstandard2.0/WalletWasabi.Fluent.Generators.dll
- WalletWasabi.Fluent -> /src/WalletWasabi/WalletWasabi.Fluent/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.dll
- WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/bin/Release/net8.0/linux-x64/WalletWasabi.Fluent.Desktop.dll
- WalletWasabi.Fluent.Desktop -> /src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish/
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop# cd publish
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# tar -czvf wasabi-wallet-2.6.-linux-x64.tar.gz *
- Announcements/
- Announcements/ReleaseHighlights.md
- Avalonia.Base.dll
- Avalonia.Controls.TreeDataGrid.dll
- Avalonia.Controls.dll
- Avalonia.DesignerSupport.dll
- Avalonia.Desktop.dll
- Avalonia.Dialogs.dll
- Avalonia.Fonts.Inter.dll
- Avalonia.FreeDesktop.dll
- Avalonia.Markup.Xaml.dll
- Avalonia.Markup.dll
- Avalonia.Metal.dll
- Avalonia.MicroCom.dll
- Avalonia.Native.dll
- Avalonia.OpenGL.dll
- Avalonia.ReactiveUI.dll
- Avalonia.Remote.Protocol.dll
- Avalonia.Skia.dll
- Avalonia.Svg.dll
- Avalonia.Themes.Fluent.dll
- Avalonia.Vulkan.dll
- Avalonia.Win32.dll
- Avalonia.X11.dll
- Avalonia.Xaml.Interactions.Custom.dll
- Avalonia.Xaml.Interactions.DragAndDrop.dll
- Avalonia.Xaml.Interactions.Draggable.dll
- Avalonia.Xaml.Interactions.Events.dll
- Avalonia.Xaml.Interactions.Responsive.dll
- Avalonia.Xaml.Interactions.dll
- Avalonia.Xaml.Interactivity.dll
- Avalonia.dll
- AvaloniaEdit.dll
- ColorDocument.Avalonia.dll
- ColorTextBlock.Avalonia.dll
- DynamicData.dll
- ExCSS.dll
- Fizzler.dll
- HarfBuzzSharp.dll
- HtmlAgilityPack.dll
- LinqKit.Core.dll
- Markdown.Avalonia.Full.dll
- Markdown.Avalonia.Html.dll
- Markdown.Avalonia.Svg.dll
- Markdown.Avalonia.SyntaxHigh.dll
- Markdown.Avalonia.dll
- MicroCom.Runtime.dll
- Microservices/
- Microservices/Binaries/
- Microservices/Binaries/lin64/
- Microservices/Binaries/lin64/hwi
- Microservices/Binaries/lin64/bitcoind
- Microservices/Binaries/lin64/Tor/
- Microservices/Binaries/lin64/Tor/libstdc++/
- Microservices/Binaries/lin64/Tor/libstdc++/libstdc++.so.6
- Microservices/Binaries/lin64/Tor/.gitattributes
- Microservices/Binaries/lin64/Tor/libcrypto.so.3
- Microservices/Binaries/lin64/Tor/LICENSE
- Microservices/Binaries/lin64/Tor/libevent-2.1.so.7
- Microservices/Binaries/lin64/Tor/libssl.so.3
- Microservices/Binaries/lin64/Tor/tor
- Microservices/Binaries/osx64/
- Microservices/Binaries/osx64/hwi
- Microservices/Binaries/osx64/bitcoind
- Microservices/Binaries/osx64/Tor/
- Microservices/Binaries/osx64/Tor/.gitattributes
- Microservices/Binaries/osx64/Tor/libevent-2.1.7.dylib
- Microservices/Binaries/osx64/Tor/LICENSE
- Microservices/Binaries/osx64/Tor/tor
- Microservices/Binaries/win64/
- Microservices/Binaries/win64/hwi.exe
- Microservices/Binaries/win64/bitcoind.exe
- Microservices/Binaries/win64/Tor/
- Microservices/Binaries/win64/Tor/tor.exe
- Microservices/Binaries/win64/Tor/.gitattributes
- Microservices/Binaries/win64/Tor/LICENSE
- Microsoft.AspNetCore.WebUtilities.dll
- Microsoft.Bcl.AsyncInterfaces.dll
- Microsoft.CSharp.dll
- Microsoft.Data.Sqlite.dll
- Microsoft.Extensions.Caching.Abstractions.dll
- Microsoft.Extensions.Caching.Memory.dll
- Microsoft.Extensions.Configuration.Abstractions.dll
- Microsoft.Extensions.Configuration.Binder.dll
- Microsoft.Extensions.Configuration.dll
- Microsoft.Extensions.DependencyInjection.Abstractions.dll
- Microsoft.Extensions.DependencyInjection.dll
- Microsoft.Extensions.Diagnostics.Abstractions.dll
- Microsoft.Extensions.Diagnostics.dll
- Microsoft.Extensions.FileProviders.Abstractions.dll
- Microsoft.Extensions.Hosting.Abstractions.dll
- Microsoft.Extensions.Http.dll
- Microsoft.Extensions.Logging.Abstractions.dll
- Microsoft.Extensions.Logging.dll
- Microsoft.Extensions.Options.ConfigurationExtensions.dll
- Microsoft.Extensions.Options.dll
- Microsoft.Extensions.Primitives.dll
- Microsoft.Net.Http.Headers.dll
- Microsoft.VisualBasic.Core.dll
- Microsoft.VisualBasic.dll
- Microsoft.Win32.Primitives.dll
- Microsoft.Win32.Registry.dll
- Microsoft.Win32.SystemEvents.dll
- NBitcoin.Secp256k1.dll
- NBitcoin.dll
- NNostr.Client.dll
- Newtonsoft.Json.dll
- QRackers.dll
- ReactiveUI.dll
- SQLitePCLRaw.batteries_v2.dll
- SQLitePCLRaw.core.dll
- SQLitePCLRaw.provider.e_sqlite3.dll
- ShimSkiaSharp.dll
- SkiaSharp.dll
- Splat.dll
- Svg.Custom.dll
- Svg.Model.dll
- System.AppContext.dll
- System.Buffers.dll
- System.Collections.Concurrent.dll
- System.Collections.Immutable.dll
- System.Collections.NonGeneric.dll
- System.Collections.Specialized.dll
- System.Collections.dll
- System.ComponentModel.Annotations.dll
- System.ComponentModel.DataAnnotations.dll
- System.ComponentModel.EventBasedAsync.dll
- System.ComponentModel.Primitives.dll
- System.ComponentModel.TypeConverter.dll
- System.ComponentModel.dll
- System.Configuration.dll
- System.Console.dll
- System.Core.dll
- System.Data.Common.dll
- System.Data.DataSetExtensions.dll
- System.Data.dll
- System.Diagnostics.Contracts.dll
- System.Diagnostics.Debug.dll
- System.Diagnostics.DiagnosticSource.dll
- System.Diagnostics.FileVersionInfo.dll
- System.Diagnostics.Process.dll
- System.Diagnostics.StackTrace.dll
- System.Diagnostics.TextWriterTraceListener.dll
- System.Diagnostics.Tools.dll
- System.Diagnostics.TraceSource.dll
- System.Diagnostics.Tracing.dll
- System.Drawing.Primitives.dll
- System.Drawing.dll
- System.Dynamic.Runtime.dll
- System.Formats.Asn1.dll
- System.Formats.Tar.dll
- System.Globalization.Calendars.dll
- System.Globalization.Extensions.dll
- System.Globalization.dll
- System.IO.Compression.Brotli.dll
- System.IO.Compression.FileSystem.dll
- System.IO.Compression.ZipFile.dll
- System.IO.Compression.dll
- System.IO.FileSystem.AccessControl.dll
- System.IO.FileSystem.DriveInfo.dll
- System.IO.FileSystem.Primitives.dll
- System.IO.FileSystem.Watcher.dll
- System.IO.FileSystem.dll
- System.IO.IsolatedStorage.dll
- System.IO.MemoryMappedFiles.dll
- System.IO.Pipelines.dll
- System.IO.Pipes.AccessControl.dll
- System.IO.Pipes.dll
- System.IO.UnmanagedMemoryStream.dll
- System.IO.dll
- System.Interactive.Async.dll
- System.Linq.Async.dll
- System.Linq.Expressions.dll
- System.Linq.Parallel.dll
- System.Linq.Queryable.dll
- System.Linq.dll
- System.Memory.dll
- System.Net.Http.Json.dll
- System.Net.Http.dll
- System.Net.HttpListener.dll
- System.Net.Mail.dll
- System.Net.NameResolution.dll
- System.Net.NetworkInformation.dll
- System.Net.Ping.dll
- System.Net.Primitives.dll
- System.Net.Quic.dll
- System.Net.Requests.dll
- System.Net.Security.dll
- System.Net.ServicePoint.dll
- System.Net.Sockets.dll
- System.Net.WebClient.dll
- System.Net.WebHeaderCollection.dll
- System.Net.WebProxy.dll
- System.Net.WebSockets.Client.dll
- System.Net.WebSockets.dll
- System.Net.dll
- System.Numerics.Vectors.dll
- System.Numerics.dll
- System.ObjectModel.dll
- System.Private.CoreLib.dll
- System.Private.DataContractSerialization.dll
- System.Private.Uri.dll
- System.Private.Xml.Linq.dll
- System.Private.Xml.dll
- System.Reactive.dll
- System.Reflection.DispatchProxy.dll
- System.Reflection.Emit.ILGeneration.dll
- System.Reflection.Emit.Lightweight.dll
- System.Reflection.Emit.dll
- System.Reflection.Extensions.dll
- System.Reflection.Metadata.dll
- System.Reflection.Primitives.dll
- System.Reflection.TypeExtensions.dll
- System.Reflection.dll
- System.Resources.Reader.dll
- System.Resources.ResourceManager.dll
- System.Resources.Writer.dll
- System.Runtime.CompilerServices.Unsafe.dll
- System.Runtime.CompilerServices.VisualC.dll
- System.Runtime.Extensions.dll
- System.Runtime.Handles.dll
- System.Runtime.InteropServices.JavaScript.dll
- System.Runtime.InteropServices.RuntimeInformation.dll
- System.Runtime.InteropServices.dll
- System.Runtime.Intrinsics.dll
- System.Runtime.Loader.dll
- System.Runtime.Numerics.dll
- System.Runtime.Serialization.Formatters.dll
- System.Runtime.Serialization.Json.dll
- System.Runtime.Serialization.Primitives.dll
- System.Runtime.Serialization.Xml.dll
- System.Runtime.Serialization.dll
- System.Runtime.dll
- System.Security.AccessControl.dll
- System.Security.Claims.dll
- System.Security.Cryptography.Algorithms.dll
- System.Security.Cryptography.Cng.dll
- System.Security.Cryptography.Csp.dll
- System.Security.Cryptography.Encoding.dll
- System.Security.Cryptography.OpenSsl.dll
- System.Security.Cryptography.Primitives.dll
- System.Security.Cryptography.X509Certificates.dll
- System.Security.Cryptography.dll
- System.Security.Principal.Windows.dll
- System.Security.Principal.dll
- System.Security.SecureString.dll
- System.Security.dll
- System.ServiceModel.Web.dll
- System.ServiceProcess.dll
- System.Text.Encoding.CodePages.dll
- System.Text.Encoding.Extensions.dll
- System.Text.Encoding.dll
- System.Text.Encodings.Web.dll
- System.Text.Json.dll
- System.Text.RegularExpressions.dll
- System.Threading.Channels.dll
- System.Threading.Overlapped.dll
- System.Threading.Tasks.Dataflow.dll
- System.Threading.Tasks.Extensions.dll
- System.Threading.Tasks.Parallel.dll
- System.Threading.Tasks.dll
- System.Threading.Thread.dll
- System.Threading.ThreadPool.dll
- System.Threading.Timer.dll
- System.Threading.dll
- System.Transactions.Local.dll
- System.Transactions.dll
- System.ValueTuple.dll
- System.Web.HttpUtility.dll
- System.Web.dll
- System.Windows.dll
- System.Xml.Linq.dll
- System.Xml.ReaderWriter.dll
- System.Xml.Serialization.dll
- System.Xml.XDocument.dll
- System.Xml.XPath.XDocument.dll
- System.Xml.XPath.dll
- System.Xml.XmlDocument.dll
- System.Xml.XmlSerializer.dll
- System.Xml.dll
- System.dll
- Tmds.DBus.Protocol.dll
- Tor/
- Tor/Geoip/
- Tor/Geoip/geoip6
- Tor/Geoip/geoip
- WabiSabi.dll
- WalletWasabi.Daemon
- WalletWasabi.Daemon.dll
- WalletWasabi.Daemon.pdb
- WalletWasabi.Daemon.runtimeconfig.json
- WalletWasabi.Fluent.Desktop
- WalletWasabi.Fluent.Desktop.deps.json
- WalletWasabi.Fluent.Desktop.dll
- WalletWasabi.Fluent.Desktop.pdb
- WalletWasabi.Fluent.Desktop.runtimeconfig.json
- WalletWasabi.Fluent.dll
- WalletWasabi.Fluent.pdb
- WalletWasabi.dll
- WalletWasabi.pdb
- WindowsBase.dll
- createdump
- libHarfBuzzSharp.so
- libSkiaSharp.so
- libSystem.Globalization.Native.so
- libSystem.IO.Compression.Native.so
- libSystem.Native.so
- libSystem.Net.Security.Native.so
- libSystem.Security.Cryptography.Native.OpenSsl.so
- libclrgc.so
- libclrjit.so
- libcoreclr.so
- libcoreclrtraceptprovider.so
- libe_sqlite3.so
- libhostfxr.so
- libhostpolicy.so
- libmscordaccore.so
- libmscordbi.so
- mscorlib.dll
- netstandard.dll
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum wasabi-wallet-2.6.0-linux-x64.tar.gz
- sha256sum: wasabi-wallet-2.6.0-linux-x64.tar.gz: No such file or directory
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls wasabi-wallet-2.6.-linux-x64.tar.gz
- wasabi-wallet-2.6.-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum wasabi-wallet-2.6.-linux-x64.tar.gz
- 26be6b7ad799fba003daf8970b625b185332afdeb13104f73e22d19e6b16669e wasabi-wallet-2.6.-linux-x64.tar.gz
- 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
- --2025-05-09 01:25:59-- https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
- Resolving github.com (github.com)... 20.205.243.166
- Connecting to github.com (github.com)|20.205.243.166|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- 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]
- --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
- Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
- Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 96967453 (92M) [application/octet-stream]
- Saving to: 'Wasabi-2.6.0-linux-x64.tar.gz'
- Wasabi-2.6.0-linux-x64.tar.g 100%[============================================>] 92.47M 2.69MB/s in 26s
- 2025-05-09 01:26:26 (3.54 MB/s) - 'Wasabi-2.6.0-linux-x64.tar.gz' saved [96967453/96967453]
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
- 5d685124fb74c5c15ecfe1c3f112cb5e0e97a1555f4de21084b9ac44b10f3cc4 Wasabi-2.6.0-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rm -f Wasabi-2.6.0-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rm -rf wasabi-wallet-2.6.-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls
- Announcements System.Linq.Parallel.dll
- Avalonia.Base.dll System.Linq.Queryable.dll
- Avalonia.Controls.TreeDataGrid.dll System.Linq.dll
- Avalonia.Controls.dll System.Memory.dll
- Avalonia.DesignerSupport.dll System.Net.Http.Json.dll
- Avalonia.Desktop.dll System.Net.Http.dll
- Avalonia.Dialogs.dll System.Net.HttpListener.dll
- Avalonia.Fonts.Inter.dll System.Net.Mail.dll
- Avalonia.FreeDesktop.dll System.Net.NameResolution.dll
- Avalonia.Markup.Xaml.dll System.Net.NetworkInformation.dll
- Avalonia.Markup.dll System.Net.Ping.dll
- Avalonia.Metal.dll System.Net.Primitives.dll
- Avalonia.MicroCom.dll System.Net.Quic.dll
- Avalonia.Native.dll System.Net.Requests.dll
- Avalonia.OpenGL.dll System.Net.Security.dll
- Avalonia.ReactiveUI.dll System.Net.ServicePoint.dll
- Avalonia.Remote.Protocol.dll System.Net.Sockets.dll
- Avalonia.Skia.dll System.Net.WebClient.dll
- Avalonia.Svg.dll System.Net.WebHeaderCollection.dll
- Avalonia.Themes.Fluent.dll System.Net.WebProxy.dll
- Avalonia.Vulkan.dll System.Net.WebSockets.Client.dll
- Avalonia.Win32.dll System.Net.WebSockets.dll
- Avalonia.X11.dll System.Net.dll
- Avalonia.Xaml.Interactions.Custom.dll System.Numerics.Vectors.dll
- Avalonia.Xaml.Interactions.DragAndDrop.dll System.Numerics.dll
- Avalonia.Xaml.Interactions.Draggable.dll System.ObjectModel.dll
- Avalonia.Xaml.Interactions.Events.dll System.Private.CoreLib.dll
- Avalonia.Xaml.Interactions.Responsive.dll System.Private.DataContractSerialization.dll
- Avalonia.Xaml.Interactions.dll System.Private.Uri.dll
- Avalonia.Xaml.Interactivity.dll System.Private.Xml.Linq.dll
- Avalonia.dll System.Private.Xml.dll
- AvaloniaEdit.dll System.Reactive.dll
- ColorDocument.Avalonia.dll System.Reflection.DispatchProxy.dll
- ColorTextBlock.Avalonia.dll System.Reflection.Emit.ILGeneration.dll
- DynamicData.dll System.Reflection.Emit.Lightweight.dll
- ExCSS.dll System.Reflection.Emit.dll
- Fizzler.dll System.Reflection.Extensions.dll
- HarfBuzzSharp.dll System.Reflection.Metadata.dll
- HtmlAgilityPack.dll System.Reflection.Primitives.dll
- LinqKit.Core.dll System.Reflection.TypeExtensions.dll
- Markdown.Avalonia.Full.dll System.Reflection.dll
- Markdown.Avalonia.Html.dll System.Resources.Reader.dll
- Markdown.Avalonia.Svg.dll System.Resources.ResourceManager.dll
- Markdown.Avalonia.SyntaxHigh.dll System.Resources.Writer.dll
- Markdown.Avalonia.dll System.Runtime.CompilerServices.Unsafe.dll
- MicroCom.Runtime.dll System.Runtime.CompilerServices.VisualC.dll
- Microservices System.Runtime.Extensions.dll
- Microsoft.AspNetCore.WebUtilities.dll System.Runtime.Handles.dll
- Microsoft.Bcl.AsyncInterfaces.dll System.Runtime.InteropServices.JavaScript.dll
- Microsoft.CSharp.dll System.Runtime.InteropServices.RuntimeInformation.dll
- Microsoft.Data.Sqlite.dll System.Runtime.InteropServices.dll
- Microsoft.Extensions.Caching.Abstractions.dll System.Runtime.Intrinsics.dll
- Microsoft.Extensions.Caching.Memory.dll System.Runtime.Loader.dll
- Microsoft.Extensions.Configuration.Abstractions.dll System.Runtime.Numerics.dll
- Microsoft.Extensions.Configuration.Binder.dll System.Runtime.Serialization.Formatters.dll
- Microsoft.Extensions.Configuration.dll System.Runtime.Serialization.Json.dll
- Microsoft.Extensions.DependencyInjection.Abstractions.dll System.Runtime.Serialization.Primitives.dll
- Microsoft.Extensions.DependencyInjection.dll System.Runtime.Serialization.Xml.dll
- Microsoft.Extensions.Diagnostics.Abstractions.dll System.Runtime.Serialization.dll
- Microsoft.Extensions.Diagnostics.dll System.Runtime.dll
- Microsoft.Extensions.FileProviders.Abstractions.dll System.Security.AccessControl.dll
- Microsoft.Extensions.Hosting.Abstractions.dll System.Security.Claims.dll
- Microsoft.Extensions.Http.dll System.Security.Cryptography.Algorithms.dll
- Microsoft.Extensions.Logging.Abstractions.dll System.Security.Cryptography.Cng.dll
- Microsoft.Extensions.Logging.dll System.Security.Cryptography.Csp.dll
- Microsoft.Extensions.Options.ConfigurationExtensions.dll System.Security.Cryptography.Encoding.dll
- Microsoft.Extensions.Options.dll System.Security.Cryptography.OpenSsl.dll
- Microsoft.Extensions.Primitives.dll System.Security.Cryptography.Primitives.dll
- Microsoft.Net.Http.Headers.dll System.Security.Cryptography.X509Certificates.dll
- Microsoft.VisualBasic.Core.dll System.Security.Cryptography.dll
- Microsoft.VisualBasic.dll System.Security.Principal.Windows.dll
- Microsoft.Win32.Primitives.dll System.Security.Principal.dll
- Microsoft.Win32.Registry.dll System.Security.SecureString.dll
- Microsoft.Win32.SystemEvents.dll System.Security.dll
- NBitcoin.Secp256k1.dll System.ServiceModel.Web.dll
- NBitcoin.dll System.ServiceProcess.dll
- NNostr.Client.dll System.Text.Encoding.CodePages.dll
- Newtonsoft.Json.dll System.Text.Encoding.Extensions.dll
- QRackers.dll System.Text.Encoding.dll
- ReactiveUI.dll System.Text.Encodings.Web.dll
- SQLitePCLRaw.batteries_v2.dll System.Text.Json.dll
- SQLitePCLRaw.core.dll System.Text.RegularExpressions.dll
- SQLitePCLRaw.provider.e_sqlite3.dll System.Threading.Channels.dll
- ShimSkiaSharp.dll System.Threading.Overlapped.dll
- SkiaSharp.dll System.Threading.Tasks.Dataflow.dll
- Splat.dll System.Threading.Tasks.Extensions.dll
- Svg.Custom.dll System.Threading.Tasks.Parallel.dll
- Svg.Model.dll System.Threading.Tasks.dll
- System.AppContext.dll System.Threading.Thread.dll
- System.Buffers.dll System.Threading.ThreadPool.dll
- System.Collections.Concurrent.dll System.Threading.Timer.dll
- System.Collections.Immutable.dll System.Threading.dll
- System.Collections.NonGeneric.dll System.Transactions.Local.dll
- System.Collections.Specialized.dll System.Transactions.dll
- System.Collections.dll System.ValueTuple.dll
- System.ComponentModel.Annotations.dll System.Web.HttpUtility.dll
- System.ComponentModel.DataAnnotations.dll System.Web.dll
- System.ComponentModel.EventBasedAsync.dll System.Windows.dll
- System.ComponentModel.Primitives.dll System.Xml.Linq.dll
- System.ComponentModel.TypeConverter.dll System.Xml.ReaderWriter.dll
- System.ComponentModel.dll System.Xml.Serialization.dll
- System.Configuration.dll System.Xml.XDocument.dll
- System.Console.dll System.Xml.XPath.XDocument.dll
- System.Core.dll System.Xml.XPath.dll
- System.Data.Common.dll System.Xml.XmlDocument.dll
- System.Data.DataSetExtensions.dll System.Xml.XmlSerializer.dll
- System.Data.dll System.Xml.dll
- System.Diagnostics.Contracts.dll System.dll
- System.Diagnostics.Debug.dll Tmds.DBus.Protocol.dll
- System.Diagnostics.DiagnosticSource.dll Tor
- System.Diagnostics.FileVersionInfo.dll WabiSabi.dll
- System.Diagnostics.Process.dll WalletWasabi.Daemon
- System.Diagnostics.StackTrace.dll WalletWasabi.Daemon.dll
- System.Diagnostics.TextWriterTraceListener.dll WalletWasabi.Daemon.pdb
- System.Diagnostics.Tools.dll WalletWasabi.Daemon.runtimeconfig.json
- System.Diagnostics.TraceSource.dll WalletWasabi.Fluent.Desktop
- System.Diagnostics.Tracing.dll WalletWasabi.Fluent.Desktop.deps.json
- System.Drawing.Primitives.dll WalletWasabi.Fluent.Desktop.dll
- System.Drawing.dll WalletWasabi.Fluent.Desktop.pdb
- System.Dynamic.Runtime.dll WalletWasabi.Fluent.Desktop.runtimeconfig.json
- System.Formats.Asn1.dll WalletWasabi.Fluent.dll
- System.Formats.Tar.dll WalletWasabi.Fluent.pdb
- System.Globalization.Calendars.dll WalletWasabi.dll
- System.Globalization.Extensions.dll WalletWasabi.pdb
- System.Globalization.dll WindowsBase.dll
- System.IO.Compression.Brotli.dll createdump
- System.IO.Compression.FileSystem.dll libHarfBuzzSharp.so
- System.IO.Compression.ZipFile.dll libSkiaSharp.so
- System.IO.Compression.dll libSystem.Globalization.Native.so
- System.IO.FileSystem.AccessControl.dll libSystem.IO.Compression.Native.so
- System.IO.FileSystem.DriveInfo.dll libSystem.Native.so
- System.IO.FileSystem.Primitives.dll libSystem.Net.Security.Native.so
- System.IO.FileSystem.Watcher.dll libSystem.Security.Cryptography.Native.OpenSsl.so
- System.IO.FileSystem.dll libclrgc.so
- System.IO.IsolatedStorage.dll libclrjit.so
- System.IO.MemoryMappedFiles.dll libcoreclr.so
- System.IO.Pipelines.dll libcoreclrtraceptprovider.so
- System.IO.Pipes.AccessControl.dll libe_sqlite3.so
- System.IO.Pipes.dll libhostfxr.so
- System.IO.UnmanagedMemoryStream.dll libhostpolicy.so
- System.IO.dll libmscordaccore.so
- System.Interactive.Async.dll libmscordbi.so
- System.Linq.Async.dll mscorlib.dll
- System.Linq.Expressions.dll netstandard.dll
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# mkdir -p Wasabi-2.6.0-linux-x64
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# cp -a . Wasabi-2.6.0-linux-x64/
- cp: cannot copy a directory, '.', into itself, 'Wasabi-2.6.0-linux-x64/.'
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# cp -a * Wasabi-2.6.0-linux-x64/
- 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'
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rsync -a --exclude 'Wasabi-2.6.0-linux-x64' ./ Wasabi-2.6.0-linux-x64/
- bash: rsync: command not found
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sudo apt install rsync
- bash: sudo: command not found
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# apt update && apt install -y rsync
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
- Get:3 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]
- Get:4 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [216 kB]
- Get:5 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main all Packages [1252 B]
- Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [19.0 kB]
- Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [60.2 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4282 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
- Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2901 kB]
- Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1245 kB]
- Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
- Get:16 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
- Get:17 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
- Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4436 kB]
- Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3211 kB]
- Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1546 kB]
- Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB]
- Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]
- Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB]
- Fetched 38.5 MB in 30s (1295 kB/s)
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- All packages are up to date.
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- The following additional packages will be installed:
- libpopt0
- Suggested packages:
- openssh-server python3-braceexpand
- The following NEW packages will be installed:
- libpopt0 rsync
- 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
- Need to get 465 kB of archives.
- After this operation, 937 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB]
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.7-0ubuntu0.22.04.4 [437 kB]
- Fetched 465 kB in 7s (62.7 kB/s)
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpopt0:amd64.
- (Reading database ... 25161 files and directories currently installed.)
- Preparing to unpack .../libpopt0_1.18-3build1_amd64.deb ...
- Unpacking libpopt0:amd64 (1.18-3build1) ...
- Selecting previously unselected package rsync.
- Preparing to unpack .../rsync_3.2.7-0ubuntu0.22.04.4_amd64.deb ...
- Unpacking rsync (3.2.7-0ubuntu0.22.04.4) ...
- Setting up libpopt0:amd64 (1.18-3build1) ...
- Setting up rsync (3.2.7-0ubuntu0.22.04.4) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Processing triggers for libc-bin (2.35-0ubuntu3.9) ...
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# rsync -a --exclude 'Wasabi-2.6.0-linux-x64' ./ Wasabi-2.6.0-linux-x64/
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# tar --sort=name --mtime='UTC 2024-01-01' --owner=0 --group=0 --numeric-owner \
- -czf Wasabi-2.6.0-linux-x64.tar.gz Wasabi-2.6.0-linux-x64
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
- ef03ab424d5c56116e73cc22a3d7df863662f5c2415c4e5523b0a0267e4b9069 Wasabi-2.6.0-linux-x64.tar.gz
- 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
- --2025-05-09 01:36:27-- https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.6.0/Wasabi-2.6.0-linux-x64.tar.gz
- Resolving github.com (github.com)... 20.205.243.166
- Connecting to github.com (github.com)|20.205.243.166|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- 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]
- --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
- Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
- Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 96967453 (92M) [application/octet-stream]
- Saving to: 'Wasabi-2.6.0-linux-x64.tar.gz.1'
- Wasabi-2.6.0-linux-x64.tar.g 100%[============================================>] 92.47M 1.54MB/s in 30s
- 2025-05-09 01:36:59 (3.12 MB/s) - 'Wasabi-2.6.0-linux-x64.tar.gz.1' saved [96967453/96967453]
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz
- ef03ab424d5c56116e73cc22a3d7df863662f5c2415c4e5523b0a0267e4b9069 Wasabi-2.6.0-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls *.tar.gz
- Wasabi-2.6.0-linux-x64.tar.gz
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# ls -l Wasabi-2.6.0-linux-x64.tar.gz*
- -rw-r--r-- 1 root root 130838653 May 9 01:35 Wasabi-2.6.0-linux-x64.tar.gz
- -rw-r--r-- 1 root root 96967453 May 5 16:01 Wasabi-2.6.0-linux-x64.tar.gz.1
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish# sha256sum Wasabi-2.6.0-linux-x64.tar.gz.1
- 5d685124fb74c5c15ecfe1c3f112cb5e0e97a1555f4de21084b9ac44b10f3cc4 Wasabi-2.6.0-linux-x64.tar.gz.1
- root@24f7ab46e93c:/src/WalletWasabi/WalletWasabi.Fluent.Desktop/publish#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement