Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

3b63da19cd1c4c5775a75ed685165d19ad00936c807b31d7bc9bfeb09c139fcb
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01310712 BSV
-
0.01306797 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
258,183
Size Stats
6,526 B

2 Outputs

Total Output:
0.01306797 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜRaMosoft\\Microsoft SDKs] [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows] "CurrentVersion"="v7.1" "CurrentInstallFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1] "InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" "ProductVersion"="7.0.7600.0.30514" "ProductName"="Microsoft Windows SDK for Windows 7 (7.0.7600.0.30514)" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKBuild] "ComponentName"="Microsoft Windows SDK Headers and Libraries" "InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" "ProductVersion"="7.0.7600.0.30514" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKTools] "ComponentName"="Microsoft Windows SDK Headers and Libraries" "InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\bin\\\\" "ProductVersion"="7.0.7600.0.30514" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKWin32Tools] "ComponentName"="Microsoft Windows SDK Utilities for Win32 Development" "InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\bin\\\\" "ProductVersion"="7.0.7600.0.30514" _EOF_ w_try_regedit "$W_TMP_WIN"\\set-psdk71.reg fi } #---------------------------------------------------------------- w_metadata qq apps \ title="QQ 8.9.1(Chinese chat app)" \ publisher="Tencent" \ year="2017" \ media="download" \ file1="QQ8.9.1.exe" \ file2="QQ.tar.gz"\ installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQScLauncher.exe" \ homepage="https://www.qq.com/" \ unattended="no" load_qq() { w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.1/20437/QQ8.9.1.exe 8e0d3ff5264da2d77e2fc011c21048edeebcf082f55f68a301f763c3a15c0d3f w_download https://hillwoodhome.net/wine/QQ.tar.gz eb5cd6371eb75ec9e2fc0271199df05cbb9f38a60c2e81d5d8ac7daeb40aba62 if w_workaround_wine_bug 5162 "Installing native riched20 to work around can't input username."; then w_call riched20 fi # Make sure chinese fonts are available w_call fakechinese # uses mfc42u.dll w_call mfc42 if w_workaround_wine_bug 38171 "Installing desktop file to work around bug"; then w_try_cd "$W_TMP/" tar -zxf "$W_CACHE/qq/QQ.tar.gz" mkdir -p "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ" mkdir -p "$HOME/.local/share/icons/hicolor/48x48/apps" mkdir -p "$HOME/.local/share/icons/hicolor/256x256/apps" w_try mv QQ/腾讯QQ.desktop ~/.local/share/applications/wine/Programs/腾讯软件/QQ w_try mv QQ/48x48/QQ.png ~/.local/share/icons/hicolor/48x48/apps w_try mv QQ/256x256/QQ.png ~/.local/share/icons/hicolor/256x256/apps # shellcheck disable=SC1001 echo Exec=env WINEPREFIX="$WINEPREFIX" "$WINE" "$W_PROGRAMS_X86_WIN"\/Tencent\/QQ\/bin\/QQScLauncher.exe >> "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ/腾讯QQ.desktop" fi if w_workaround_wine_bug 39657 "Disable ntoskrnl.exe to work around can't be started bug"; then w_override_dlls disabled ntoskrnl.exe fi if w_workaround_wine_bug 37680 "Disable txplatform.exe to work around QQ can't be quit cleanly"; then w_override_dlls disabled txplatform.exe fi w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "$file1" } #---------------------------------------------------------------- w_metadata qqintl apps \ title="QQ International Instant Messenger 2.11" \ publisher="Tencent" \ year="2014" \ media="download" \ file1="QQIntl2.11.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQIntl/Bin/QQ.exe" \ homepage="https://www.imqq.com/" \ unattended="no" load_qqintl() { w_download https://dldir1.qq.com/qqfile/QQIntl/QQi_PC/QQIntl2.11.exe a08e5d8432ad41745cfe92479a9a0c3328a546c27f05486392ca7b77b1cb02a8 if w_workaround_wine_bug 33086 "Installing native riched20 to allow typing in username"; then w_call riched20 fi if w_workaround_wine_bug 37617 "Installing native wininet to work around crash"; then w_call wininet fi if w_workaround_wine_bug 37680 "Disable txplatform.exe to work around QQ can't be quit cleanly"; then w_override_dlls disabled txplatform.exe fi # Make sure chinese fonts are available w_call fakechinese # wants mfc80u.dll w_call vcrun2005 w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "$file1" } #---------------------------------------------------------------- w_metadata safari apps \ title="Safari" \ publisher="Apple" \ year="2010" \ media="download" \ file1="SafariSetup.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Safari/Safari.exe" load_safari() { w_download http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari5/061-7138.20100607.Y7U87/SafariSetup.exe a5b44032fe9cd0ede8571023912c91b1dcca106ad6a65a822be9ebd405510939 if test $W_OPT_UNATTENDED; then w_warn "Safari's silent install is broken under Wine. See https://bugs.winehq.org/show_bug.cgi?id=23493. You should do a regular install if you want to use Safari." fi w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE_MULTI" SafariSetup.exe $W_UNATTENDED_SLASH_QN } #---------------------------------------------------------------- w_metadata sketchup apps \ title="SketchUp 8" \ publisher="Google" \ year="2012" \ media="download" \ file1="GoogleSketchUpWEN.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Google/Google SketchUp 8/SketchUp.exe" load_sketchup() { w_download https://dl.google.com/sketchup/GoogleSketchUpWEN.exe e50c1b36131d72437eb32a124a5208fad22dc22b843683cfb520e1ef172b8352 w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run GoogleSketchUpWEN.exe WinWait, SketchUp, Welcome if ( w_opt_unattended > 0 ) { Sleep 4000 Send {Enter} WinWait, SketchUp, License Sleep 1000 Contr@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA ۀ2íul:“W Ï¿'Ûa¦ÇKO,uª¹ ‘5oI»º#‹ßJ¯4ÍÅÇøŸø¡Lrè8£‚<°$"`W~<w~
    https://whatsonchain.com/tx/3b63da19cd1c4c5775a75ed685165d19ad00936c807b31d7bc9bfeb09c139fcb