Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

bed8fae678a369a368f6a1cad5c39e472b7200159d01ad014517f6693522b6ea
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01526037 BSV
-
0.01522122 BSV
)
Fee Rate
600 sat/KB
Version
1
Confirmations
260,128
Size Stats
6,525 B

2 Outputs

Total Output:
0.01522122 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR*M-d "$W_TMP" -L -F 'dxnt.cab' "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dinput.dll' "$W_TMP/dxnt.cab" w_override_dlls native dinput w_try_regsvr dinput } #---------------------------------------------------------------- w_metadata dinput8 dlls \ title="MS DirectInput 8 from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dinput8.dll" load_dinput8() { 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 'dinput8.dll' "$W_TMP/dxnt.cab" # Don't try to register native dinput8; it doesn't export DllRegisterServer(). w_try_regsvr dinput8 w_override_dlls native dinput8 } #---------------------------------------------------------------- w_metadata directmusic dlls \ title="MS DirectMusic 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_directmusic() { # Untested. Based off https://bugs.winehq.org/show_bug.cgi?id=4805 and https://bugs.winehq.org/show_bug.cgi?id=24911 w_warn "You can specify individual DirectMusic verbs instead. e.g. 'winetricks dmsynth dmusic'" w_call dmband w_call dmcompos w_call dmime w_call dmloader w_call dmscript w_call dmstyle w_call dmsynth w_call dmusic w_call dmusic32 w_call dsound w_call dswave # FIXME: dxnt.cab doesn't contain this DLL. Is this really needed? w_override_dlls native streamci } #---------------------------------------------------------------- w_metadata directshow dlls \ title="DirectShow runtime DLLs (amstream, qasf, qcap, qdvd, qedit, quartz)" \ publisher="Microsoft" \ year="2011" \ media="download" \ file1="../win7sp1/windows6.1-KB976932-X86.exe" load_directshow() { w_warn "You can specify individual DirectShow verbs instead. e.g. 'winetricks quartz'" w_call amstream w_call qasf w_call qcap w_call qdvd w_call qedit w_call quartz } #---------------------------------------------------------------- w_metadata directplay dlls \ title="MS DirectPlay from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dplayx.dll" load_directplay() { 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 'dplaysvr.exe' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dplayx.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnet.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnhpast.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnsvr.exe' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpwsockx.dll' "$W_TMP/dxnt.cab" w_override_dlls native dplayx dpnet dpnhpast dpnsvr.exe dpwsockx w_try_regsvr dplayx.dll w_try_regsvr dpnet.dll w_try_regsvr dpnhpast.dll } #---------------------------------------------------------------- w_metadata directx9 dlls \ title="MS DirectX 9 (Deprecated, no-op)" \ publisher="Microsoft" \ year="2010" \ media="download" load_directx9() { # There are 54 as of 2019/04/23, so listing them all (especially in GUI) would be hard. # Besides, that would probably encourage people to install more native stuff than necessary. w_warn "directx9 is deprecated. Please install individual directx components (e.g., \`$0 d3dx9\`) instead." } #---------------------------------------------------------------- w_metadata dpvoice dlls \ title="Microsoft dpvoice dpvvox dpvacm Audio dlls" \ publisher="Microsoft" \ year="2002" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dpvoice.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/dpvvox.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/dpvacm.dll" load_dpvoice() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F 'dxnt.cab' "$W_CACHE"/directx9/$DIRECTX_NAME for x in "$W_TMP"/*.cab; do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvoice.dll' "$x" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvvox.dll' "$x" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvacm.dll' "$x" done w_override_dlls native dpvoice dpvvox dpvacm w_try_regsvr dpvoice.dll w_try_regsvr dpvvox.dll w_try_regsvr dpvacm.dll } #---------------------------------------------------------------- w_metadata dsdmo dlls \ title="MS dsdmo.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dsdmo.dll" load_dsdmo() { helper_directx_dl mkdir "$W_CACHE"/dsdmo # kludge so test -f $file1 works w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dsdmo.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dsdmoprp.dll' "$W_TMP/dxnt.cab" w_try_regsvr dsdmo.dll w_try_regsvr dsdmoprp.dll } #---------------------------------------------------------------- w_metadata dxsdk_nov2006 apps \ title="MS DirectX SDK, November 2006 (developers only)" \ publisher="Microsoft" \ year="2006" \ media="download" \ file1="dxsdk_aug2006.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/Microsoft DirectX SDK (August 2006)/Lib/x86/d3d10.lib" load_dxsdk_nov2006() { w_download https://download.microsoft.com/download/9/e/5/9e5bfc66-a621-4e0d-8bfe-6688058c3f00/dxsdk_aug2006.exe ab8d7d895089a88108d4148ef0f7e214b7a23c1ee9ba720feca78c7d@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA ìóYA¹ap…«ÏjìçË'HþK,qä‹= æg–Æs•Lùãž,ñæ€8,æ8¶S åï¥ÄKL ɓ~<w~
    https://whatsonchain.com/tx/bed8fae678a369a368f6a1cad5c39e472b7200159d01ad014517f6693522b6ea