Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

63ea969e7a5aa3837b653e4faa7a43cd7bd2a3c6715afab363f5bb52865dbeb5
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01482972 BSV
-
0.01479057 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
253,493
Size Stats
6,526 B

2 Outputs

Total Output:
0.01479057 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR5Msupported_win64 w_download https://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe 2c0a35409ff0873cfa28b70b8224e9aca2362241c1f0ed6f622fef8d4722fd9a w_call remove_mono w_call dotnet11 w_try_cd "$W_CACHE/$W_PACKAGE" # Use builtin regsvcs.exe to work around https://bugs.winehq.org/show_bug.cgi?id=25120 if test $W_OPT_UNATTENDED; then WINEDLLOVERRIDES="regsvcs.exe=b" w_ahk_do " SetTitleMatchMode, 2 run, NDP1.1sp1-KB867460-X86.exe /q /C:"install /q" Loop { sleep 1000 ifwinexist, Fatal error, Failed to delay load library { WinClose, Fatal error, Failed to delay load library continue } Process, exist, dotnetfx.exe dotnet_pid = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed. if dotnet_pid = 0 { break } } " else WINEDLLOVERRIDES="regsvcs.exe=b" w_try "$WINE" "$W_CACHE"/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe fi w_override_dlls native mscorwks W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v1.1.4322/ngen.exe executequeueditems" } verify_dotnet11sp1() { w_dotnet_verify dotnet11sp1 } #---------------------------------------------------------------- w_metadata dotnet20 dlls \ title="MS .NET 2.0" \ publisher="Microsoft" \ year="2006" \ media="download" \ conflicts="dotnet20sp1 dotnet20sp2 dotnet30sp1 dotnet35" \ file1="dotnetfx.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v2.0.50727/MSBuild.exe" load_dotnet20() { w_call remove_mono w_call fontfix if [ "$W_ARCH" = "win32" ]; then # https://www.microsoft.com/en-us/download/details.aspx?id=19 w_download https://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/dotnetfx.exe 46693d9b74d12454d117cc61ff2e9481cabb100b4d74eb5367d3cf88b89a0e71 # Needed for https://bugs.winehq.org/show_bug.cgi?id=12401 w_set_winver win2k # if dotnet11 if installed there is a warning dialog, but it still verifies # dotnet11 doesn't work on 64-bit, so no need to run there w_try_cd "$W_CACHE/$W_PACKAGE" if [ -n "${W_OPT_UNATTENDED}" ]; then w_ahk_do " SetTitleMatchMode, 2 ; FIXME: this isn't silent? run, dotnetfx.exe /q /c:\"install.exe /q\" Loop { sleep 1000 ifwinexist, .NET Framework Initialization Error { WinClose, .NET Framework Initialization Error continue } Process, exist, dotnetfx.exe dotnet_pid = %ErrorLevel% if dotnet_pid = 0 { break } } " else w_try_ms_installer "$WINE" dotnetfx.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} fi w_set_winver 'default' # We can't stop installing dotnet20 in win2k mode until Wine supports # reparse/junction points # (see https://bugs.winehq.org/show_bug.cgi?id=10467#c57 ) # so for now just remove the bogus msvc*80.dll files it installs. # See also https://bugs.winehq.org/show_bug.cgi?id=16577 # This affects Victoria 2 demo, see https://forum.paradoxplaza.com/forum/showthread.php?p=11523967 rm -f "$W_SYSTEM32_DLLS"/msvc?80.dll elif [ "$W_ARCH" = "win64" ]; then w_download https://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe 7ea86dca8eeaedcaa4a17370547ca2cea9e9b6774972b8e03d2cb1fb0e798669 # validates successfully in win7 mode wine-3.19, so not setting winversion w_try_cd "$W_CACHE"/"$W_PACKAGE" w_try "$WINE" NetFx64.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} fi w_override_dlls native mscorwks W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v2.0.50727/ngen.exe executequeueditems" } verify_dotnet20() { w_dotnet_verify dotnet20 } #---------------------------------------------------------------- w_metadata dotnet20sdk apps \ title="MS .NET 2.0 SDK" \ publisher="Microsoft" \ year="2006" \ media="download" \ conflicts="dotnet11 dotnet20sp1 dotnet20sp2 dotnet30 dotnet40" \ file1="setup.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/Microsoft.NET/SDK/v2.0/Bin/cordbg.exe" load_dotnet20sdk() { w_package_unsupported_win64 # https://www.microsoft.com/en-us/download/details.aspx?id=19988 w_download https://download.microsoft.com/download/c/4/b/c4b15d7d-6f37-4d5a-b9c6-8f07e7d46635/setup.exe 1d7337bfbb2c65f43c82d188688ce152af403bcb67a2cc2a3cc68a580ecd8200 w_call remove_mono w_call dotnet20 w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, setup.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} Loop { sleep 1000 ifwinexist, Microsoft Document Explorer, Application Data folder { WinClose, Microsoft Document Explorer, Application Data folder continue } ifwinexist, Microsoft CLR Debugger, Application Data folder { WinClose, Microsoft CLR Debugger, Application Data folder continue } ; FIXME: only appears if dotnet30sp1 is run first? ifwinexist, Microsoft .NET Framework 2.0 SDK Setup, This wizard will guide { ControlClick, Button22, Microsoft .NET Framework 2.0 SDK Setup Winwait, Microsoft .NET Framework 2.0 SDK Setup, By clicking sleep 100 ControlClick, Button21 sleep 100 ControlCl@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA¨qÞµÇ +!†Öæø³lhÕx¾ˆµfk™/€ŸÒ‘Ë-ññêâ*ým&³höl Úð¾ÆƒeX%{õ{I$íý’~<w~
    https://whatsonchain.com/tx/63ea969e7a5aa3837b653e4faa7a43cd7bd2a3c6715afab363f5bb52865dbeb5