Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

bc6676863bb636906809a535acef948db68d604d4f29bccb3efd46fb9d45790b
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01408587 BSV
-
0.01404672 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
256,722
Size Stats
6,526 B

2 Outputs

Total Output:
0.01404672 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜRHMW_PROGRAMS_X86_WIN/Microsoft Speech SDK 5.1/Bin/SAPI51SampleApp.exe" load_speechsdk() { # https://www.microsoft.com/en-us/download/details.aspx?id=10121 w_download https://download.microsoft.com/download/B/4/3/B4314928-7B71-4336-9DE7-6FA4CF00B7B3/SpeechSDK51.exe 520aa5d1a72dc6f41dc9b8b88603228ffd5d5d6f696224fc237ec4828fe7f6e0 w_try_unzip "$W_TMP" "$W_CACHE"/speechsdk/SpeechSDK51.exe # Otherwise it only installs the SDK and not the redistributable: w_set_winver win2k # Only added in wine-2.18 for stub in "$W_SYSTEM32_DLLS/Speech/Common/sapi.dll" "$W_SYSTEM64_DLLS/Speech/Common/sapi.dll"; do if [ -f "$stub" ]; then w_try rm "$stub" fi done w_try_cd "$W_TMP" w_try "$WINE" msiexec /i "Microsoft Speech SDK 5.1.msi" $W_UNATTENDED_SLASH_Q # If sapi.dll isn't in original location, applications won't start, see # e.g., https://bugs.winehq.org/show_bug.cgi?id=43841 w_try ln -s "$W_COMMONFILES_X86/Microsoft Shared/Speech/sapi.dll" "$W_32BIT_DLLS/Speech/Common" w_override_dlls native sapi w_set_winver 'default' } #---------------------------------------------------------------- w_metadata tabctl32 dlls \ title="Microsoft Tabbed Dialog Control 6.0 (tabctl32.ocx)" \ publisher="Microsoft" \ year="2012" \ media="download" \ file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/tabctl32.ocx" load_tabctl32() { helper_vb6sp6 "$W_TMP" TabCtl32.ocx w_try mv "${W_TMP}/TabCtl32.ocx" "$W_SYSTEM32_DLLS/tabctl32.ocx" w_try_regsvr tabctl32.ocx } #---------------------------------------------------------------- w_metadata updspapi dlls \ title="Windows Update Service API" \ publisher="Microsoft" \ year="2004" \ media="download" \ file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/updspapi.dll" load_updspapi() { helper_winxpsp3 i386/update/updspapi.dll w_try cp -f "$W_TMP"/i386/update/updspapi.dll "$W_SYSTEM32_DLLS" w_override_dlls native,builtin updspapi } #---------------------------------------------------------------- w_metadata urlmon dlls \ title="MS urlmon" \ publisher="Microsoft" \ year="2011" \ media="download" \ file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/urlmon.dll" load_urlmon() { helper_win7sp1 x86_microsoft-windows-i..ersandsecurityzones_31bf3856ad364e35_8.0.7601.17514_none_d1a4c8feac0dfcdb/urlmon.dll w_try cp "$W_TMP/x86_microsoft-windows-i..ersandsecurityzones_31bf3856ad364e35_8.0.7601.17514_none_d1a4c8feac0dfcdb/urlmon.dll" "$W_SYSTEM32_DLLS/urlmon.dll" if [ "$W_ARCH" = "win64" ]; then helper_win7sp1_x64 amd64_microsoft-windows-i..ersandsecurityzones_31bf3856ad364e35_8.0.7601.17514_none_2dc36482646b6e11/urlmon.dll w_try cp "$W_TMP/amd64_microsoft-windows-i..ersandsecurityzones_31bf3856ad364e35_8.0.7601.17514_none_2dc36482646b6e11/urlmon.dll" "$W_SYSTEM64_DLLS/urlmon.dll" fi w_override_dlls native,builtin urlmon w_call iertutil } #---------------------------------------------------------------- w_metadata usp10 dlls \ title="Uniscribe" \ publisher="Microsoft" \ year="2011" \ media="download" \ file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/usp10.dll" load_usp10() { helper_win7sp1 x86_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_af01e2f9b6be7939/usp10.dll w_try cp "$W_TMP/x86_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_af01e2f9b6be7939/usp10.dll" "$W_SYSTEM32_DLLS/usp10.dll" if [ "$W_ARCH" = "win64" ]; then helper_win7sp1_x64 amd64_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_0b207e7d6f1bea6f/usp10.dll w_try cp "$W_TMP/amd64_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_0b207e7d6f1bea6f/usp10.dll" "$W_SYSTEM64_DLLS/usp10.dll" fi w_override_dlls native,builtin usp10 } #---------------------------------------------------------------- w_metadata vb2run dlls \ title="MS Visual Basic 2 runtime" \ publisher="Microsoft" \ year="1993" \ media="download" \ file1="VBRUN200.EXE" \ installed_file1="$W_SYSTEM32_DLLS_WIN/VBRUN200.DLL" load_vb2run() { # Not referenced on MS web anymore, but the old Microsoft Software Library FTP still has it. # See ftp://ftp.microsoft.com/Softlib/index.txt # 2014/05/31: Microsoft FTP is down ftp://$ftp_microsoft_com/Softlib/MSLFILES/VBRUN200.EXE # 2015/08/10: chatnfiles is down, conradshome.com is up (and has a LOT of old MS installers archived!) # 2018/11/15: now conradshome is down ,but quaddicted.com also has it (and a lot more) w_download https://www.quaddicted.com/files/mirrors/ftp.planetquake.com/aoe/downloads/VBRUN200.EXE 4b0811d8fdcac1fd9411786c9119dc8d98d0540948211bdbc1ac682fbe5c0228 w_try_unzip "$W_TMP" "$W_CACHE"/vb2run/VBRUN200.EXE w_try cp -f "$W_TMP/VBRUN200.DLL" "$W_SYSTEM32_DLLS" } #---------------------------------------------------------------- w_metadata vb3run dlls \ title="MS Visual Basic 3 runtime" \ publisher="Microsoft" \ year="1998" \ media="download" \ file1="vb3run.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/Vbrun300.dll" load_vb3run() { # See https://support.microsoft.com/kb/196285 w_download https://download.microsoft.com/download/vb30/utility/1/w9xnt4/en-us/vb3run.exe 3ca3ad6332f83b5c2b86e4758afa400150f07ae66ce8b850d8f9d6bcd47ad4cd w_try_unzip "$W_TMP" "$W_CACHE"/vb3run/vb3run.exe w_try cp -f "$W_TMP/Vbrun300.dll" "$W_SYSTEM32_DLLS" } #---------------------------------------------------------------- w_metadata vb4run dlls \ title="MS Visual Basic 4 runtime" \ publisher="Microsoft" \ year="1998" \ media="download" \ file1="vb4run.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/Vb40032.dll" load_vb4run() { # See https://support.microsoft.com/kb/196286 w_download https://download.microsoft.com/download/vb40ent/sample27/1/w9xnt4/en-us/vb4run.exe 409@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA Ç5WGP æde\Ë\ÙP-IÜь îøG9»%p²f¤…~·=«A4?ŽÊ8c œï>¯nDðdWñs€‘ôëÄ7~<w~
    https://whatsonchain.com/tx/bc6676863bb636906809a535acef948db68d604d4f29bccb3efd46fb9d45790b