Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

f347263a4b36fbd20e7e8fa373d15468e8d40a7afee937d9ccb3bce2f74ad219
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01381182 BSV
-
0.01377267 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
253,508
Size Stats
6,526 B

2 Outputs

Total Output:
0.01377267 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜROMrmsdk/wmi9x/1.5/W9X/EN-US/wmi9x.exe # Mirror list: https://filemare.com/en-us/search/wmi9x.exe/761569271 # 2017/10/14: ftp://59.124.141.94 is dead, using ftp://82.162.138.211 # 2018/06/03: ftp://82.162.138.211 is dead, moved to ftp://ftp.espe.edu.ec # 2019/12/22: all ftp mirrors I found are dead, so use wayback machine for original MS url w_download https://web.archive.org/web/20051221074940/https://download.microsoft.com/download/platformsdk/wmi9x/1.5/W9X/EN-US/wmi9x.exe 1d5d94050354b164c6a19531df151e0703d5eb39cebf4357ee2cfc340c2509d0 w_set_winver win98 w_override_dlls native,builtin wbemprox wmiutils # Note: there is a crash in the background towards the end, doesn't seem to hurt; see https://bugs.winehq.org/show_bug.cgi?id=7920 w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" wmi9x.exe $W_UNATTENDED_SLASH_S w_killall "WinMgmt.exe" w_set_winver 'default' } #---------------------------------------------------------------- w_metadata wmv9vcm dlls \ title="MS Windows Media Video 9 Video Compression Manager" \ publisher="Microsoft" \ year="2013" \ media="download" \ file1="WindowsServer2003-WindowsMedia-KB2845142-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/wmv9vcm.dll" load_wmv9vcm() { # https://www.microsoft.com/en-us/download/details.aspx?id=39486 # See also https://www.microsoft.com/en-us/download/details.aspx?id=6191 w_download https://download.microsoft.com/download/2/8/D/28DA9C3E-6DA2-456F-BD33-1F937EB6E0FF/WindowsServer2003-WindowsMedia-KB2845142-x86-ENU.exe 51e11691339c1c817b12f92e613145ffcd7b6f7e869d994cc8dbc4591b24f155 w_try_cabextract --directory="$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" w_try cp -f "$W_TMP"/wm64/wmv9vcm.dll "$W_SYSTEM32_DLLS" # Register codec: cat > "$W_TMP"/tmp.reg <<_EOF_ REGEDIT4 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Drivers32] "vidc.WMV3"="wmv9vcm.dll" _EOF_ w_try_regedit "$W_TMP_WIN"\\tmp.reg } #---------------------------------------------------------------- w_metadata wsh57 dlls \ title="MS Windows Script Host 5.7" \ publisher="Microsoft" \ year="2007" \ media="download" \ file1="scripten.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/scrrun.dll" load_wsh57() { # See also https://www.microsoft.com/en-us/download/details.aspx?id=8247 w_download https://download.microsoft.com/download/4/4/d/44de8a9e-630d-4c10-9f17-b9b34d3f6417/scripten.exe 63c781b9e50bfd55f10700eb70b5c571a9bedfd8d35af29f6a22a77550df5e7b w_try_cabextract -d "$W_SYSTEM32_DLLS" "$W_CACHE"/wsh57/scripten.exe # Wine doesn't provide the other dll's (yet?) w_override_dlls native,builtin jscript scrrun vbscript cscript.exe wscript.exe w_try_regsvr dispex.dll jscript.dll scrobj.dll scrrun.dll vbscript.dll wshcon.dll wshext.dll } #---------------------------------------------------------------- w_metadata xact dlls \ title="MS XACT Engine (32-bit only)" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_Jun2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/xactengine2_0.dll" load_xact() { helper_directx_Jun2010 # Extract xactengine?_?.dll, X3DAudio?_?.dll, xaudio?_?.dll, xapofx?_?.dll w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" for x in "$W_TMP"/*.cab ; do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xactengine*.dll' "$x" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xaudio*.dll' "$x" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'x3daudio*.dll' "$x" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xapofx*.dll' "$x" done # Don't install 64-bit xact DLLs by default. They are broken in Wine, see: # https://bugs.winehq.org/show_bug.cgi?id=41618#c5 w_override_dlls native,builtin xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 xaudio2_4 xaudio2_5 xaudio2_6 xaudio2_7 w_override_dlls native,builtin x3daudio1_0 x3daudio1_1 x3daudio1_2 x3daudio1_3 x3daudio1_4 x3daudio1_5 x3daudio1_6 x3daudio1_7 w_override_dlls native,builtin xapofx1_1 xapofx1_2 xapofx1_3 xapofx1_4 xapofx1_5 # Register xactengine?_?.dll for x in "$W_SYSTEM32_DLLS"/xactengine* ; do w_try_regsvr "$(basename "$x")" done # and xaudio?_?.dll, but not xaudio2_8 (unsupported) for x in 0 1 2 3 4 5 6 7 ; do w_try_regsvr "$(basename "$W_SYSTEM32_DLLS/xaudio2_${x}")" done } #---------------------------------------------------------------- w_metadata xact_x64 dlls \ title="MS XACT Engine (64-bit only)" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_Jun2010_redist.exe" \ installed_file1="${W_SYSTEM64_DLLS_WIN64:-does_not_exist}/xactengine2_0.dll" load_xact_x64() { w_package_unsupported_win32 if w_workaround_wine_bug 41618; then w_warn "While this helps some games, it completely breaks others. You've been warned." fi helper_directx_Jun2010 # Extract xactengine?_?.dll, X3DAudio?_?.dll, xaudio?_?.dll, xapofx?_?.dll w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME" w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME" w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME" for x in "$W_TMP"/*.cab ; do w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xactengine*.dll' "$x" w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xaudio*.dll' "$x" w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'x3daudio*.dll' "$x" w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xapofx*.dll' "$x" done w_override_dlls native,builtin xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 xaudio2_4 xaudio2_5 xaudio2_6 xaudio2_7 w_override_dlls native,builtin x3daudio1_0 x3daudio1_1 x3daudio1_2 x3daudio1_3 x3daudio1_4 x3daud@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA „gc&“m¦šõ¨î)ºR47­$ yg”'ÛNú¤“©X<DŽ:û´Ï„³”ÒÜò†Î¨*Ʀnp±+143#C;Î~<w~
    https://whatsonchain.com/tx/f347263a4b36fbd20e7e8fa373d15468e8d40a7afee937d9ccb3bce2f74ad219