Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

384606adf187f924b0791d3e5edc466e1cd6b4595c3bc40fc696342c23911565
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01486887 BSV
-
0.01482972 BSV
)
Fee Rate
600 sat/KB
Version
1
Confirmations
259,077
Size Stats
6,525 B

2 Outputs

Total Output:
0.01482972 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR4Ml w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmime.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmime w_try_regsvr dmime.dll } #---------------------------------------------------------------- w_metadata dmloader dlls \ title="MS dmloader.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dmloader.dll" load_dmloader() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmloader.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmloader w_try_regsvr dmloader.dll } #---------------------------------------------------------------- w_metadata dmscript dlls \ title="MS dmscript.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dmscript.dll" load_dmscript() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmscript.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmscript w_try_regsvr dmscript.dll } #---------------------------------------------------------------- w_metadata dmstyle dlls \ title="MS dmstyle.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dmstyle.dll" load_dmstyle() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmstyle.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmstyle w_try_regsvr dmstyle.dll } #---------------------------------------------------------------- w_metadata dmsynth dlls \ title="MS dmsynth.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dmsynth.dll" load_dmsynth() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmsynth.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmsynth w_try_regsvr dmsynth.dll } #---------------------------------------------------------------- w_metadata dmusic dlls \ title="MS dmusic.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dmusic.dll" load_dmusic() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmusic.dll' "$W_TMP/dxnt.cab" w_override_dlls native dmusic w_try_regsvr dmusic.dll } #---------------------------------------------------------------- w_metadata dswave dlls \ title="MS dswave.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dswave.dll" load_dswave() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dswave.dll' "$W_TMP/dxnt.cab" w_override_dlls native dswave w_try_regsvr dswave.dll } #---------------------------------------------------------------- w_metadata dotnet11 dlls \ title="MS .NET 1.1" \ publisher="Microsoft" \ year="2003" \ media="download" \ conflicts="dotnet20sdk" \ file1="dotnetfx.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/ndpsetup.ico" load_dotnet11() { # The installer itself doesn't support 64-bit w_package_unsupported_win64 # https://www.microsoft.com/en-us/download/details.aspx?id=26 w_download https://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe ba0e58ec93f2ffd54fc7c627eeca9502e11ab3c6fc85dcbeff113bd61d995bce w_call remove_mono w_call corefonts w_call fontfix 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, dotnetfx.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" dotnetfx.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_dotnet11() { w_dotnet_verify dotnet11 } #---------------------------------------------------------------- w_metadata dotnet11sp1 dlls \ title="MS .NET 1.1 SP1" \ publisher="Microsoft" \ year="2004" \ media="download" \ file1="NDP1.1sp1-KB867460-X86.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/CONFIG/web_hightrust.config.default" load_dotnet11sp1() { # The installer itself doesn't support 64-bit w_package_un@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA ¥zWP†ŠB@†,L}`yH×}YŠ%³ÏM”´®úXMms«yÁcàñ±ÂH4àœ‹–½lB¿12 ï-Be]~<w~
    https://whatsonchain.com/tx/384606adf187f924b0791d3e5edc466e1cd6b4595c3bc40fc696342c23911565