Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

1399595ad366185745d552be1d8fc4bd4eee984c6e55e2c3eef63fabf386f425
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01330287 BSV
-
0.01326372 BSV
)
Fee Rate
600 sat/KB
Version
1
Confirmations
256,819
Size Stats
6,525 B

2 Outputs

Total Output:
0.01326372 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR\Mer them w_override_dlls native,builtin ieframe ieproxy itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite # IE8 installer will check the version number of iexplore.exe which causes IE8 installer to fail on wine-1.9.0+ w_override_dlls native iexplore.exe # Bundled updspapi cannot work on Wine w_override_dlls builtin updspapi # Remove the fake DLLs from the existing WINEPREFIX if [ -f "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" ]; then mv "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe.bak" fi for dll in browseui inseng itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon; do test -f "$W_SYSTEM32_DLLS"/$dll.dll && mv "$W_SYSTEM32_DLLS"/$dll.dll "$W_SYSTEM32_DLLS"/$dll.dll.bak done # See https://bugs.winehq.org/show_bug.cgi?id=16013 # Find instructions to create this file in dlls/wintrust/tests/crypt.c w_download https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat 5d18ab44fc289100ccf4b51cf614cc2d36f7ca053e557e2ba973811293c97d38 # Put a dummy catalog file in place mkdir -p "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\} w_try cp -f "$W_CACHE"/ie8/winetest.cat "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\}/oem0.cat w_download https://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe 5a2c6c82774bfe99b175f50a05b05bcd1fac7e9d0e54db2534049209f50cd6ef if [ -n "$W_UNATTENDED_SLASH_QUIET" ]; then quiet="$W_UNATTENDED_SLASH_QUIET /forcerestart" else quiet="" fi w_try_cd "$W_CACHE/$W_PACKAGE" # KLUDGE: if / is writable, having a Z: mapping to it causes ie8 to put temporary directories on Z:\ # so hide it temporarily. This is not very robust! rm -f "$WINEPREFIX/dosdevices/z:.bak_wt" mv "$WINEPREFIX/dosdevices/z:" "$WINEPREFIX/dosdevices/z:.bak_wt" # FIXME: There's an option for /updates-noupdates to disable checking for updates, but that # forces the install to fail on Wine. Not sure if it's an IE8 or Wine bug... # FIXME: can't check status, as it always reports failure on wine? "$WINE" IE8-WindowsXP-x86-ENU.exe $quiet # END KLUDGE: restore Z:, assuming user didn't kill us mv "$WINEPREFIX/dosdevices/z:.bak_wt" "$WINEPREFIX/dosdevices/z:" # Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed # FIXME: whittle down this list w_try_cd "$W_SYSTEM32_DLLS" for i in actxprxy.dll browseui.dll browsewm.dll cdfview.dll ddraw.dll \ dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \ imgutil.dll inetcomm.dll isetup.dll jscript.dll laprxy.dll \ mlang.dll msctf.dll mshtml.dll mshtmled.dll msi.dll msimtf.dll msident.dll \ msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \ wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ plugin.ocx proctexe.ocx tdc.ocx uxtheme.dll webcheck.dll wshom.ocx; do "$WINE" regsvr32 /i $i > /dev/null 2>&1 done if w_workaround_wine_bug 25648 "Setting TabProcGrowth=0 to avoid hang"; then cat > "$W_TMP"/set-tabprocgrowth.reg <<_EOF_ REGEDIT4 [HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main] "TabProcGrowth"=dword:00000000 _EOF_ w_try_regedit "$W_TMP_WIN"\\set-tabprocgrowth.reg fi # Builtin ieproxy is in system32, but ie8's lives in Program Files. Native # CLSID path will get overwritten on prefix update. Setting ieproxy to # native doesn't help because setupapi ignores DLL overrides. To work # around this problem, copy native ieproxy to system32. w_try cp -f "${W_PROGRAMS_X86_UNIX}/Internet Explorer/ieproxy.dll" "$W_SYSTEM32_DLLS" # Seeing is believing case $WINETRICKS_GUI in none) w_warn "To start ie8, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" ;; *) w_warn "Starting ie8. To start it later, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" "$WINE" "${W_PROGRAMS_WIN}\\Internet Explorer\\iexplore" https://www.microsoft.com/windows/internet-explorer > /dev/null 2>&1 & ;; esac w_set_winver 'default' } #---------------------------------------------------------------- w_metadata kindle apps \ title="Amazon Kindle" \ publisher="Amazon" \ year="2017" \ media="download" \ file1="KindleForPC-installer-1.16.44025.exe" \ installed_exe1="$W_PROGRAMS_WIN/Amazon/Kindle/Kindle.exe" \ homepage="https://www.amazon.com/kindle-dbs/fd/kcp" load_kindle() { if w_workaround_wine_bug 43508; then w_warn "Using an older version of Kindle (1.16.44025) to work around https://bugs.winehq.org/show_bug.cgi?id=43508" fi # Originally at: https://s3.amazonaws.com/kindleforpc/44025/KindleForPC-installer-1.16.44025.exe w_download https://web.archive.org/web/20160817182927/https://s3.amazonaws.com/kindleforpc/44025/KindleForPC-installer-1.16.44025.exe 2655fa8be7b8f4659276c46ef9f3fede847135bf6e5c1de136c9de7af6cac1e2 w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} if w_workaround_wine_bug 35041 && [ -n "$W_TASKSET" ] ; then w_warn "You may need to run with $W_TASKSET to avoid a libX11 crash." fi if w_workaround_wine_bug 29045; then w_call corefonts fi w_warn "If kindle does not load for you, try increasing your open file limit" } #---------------------------------------------------------------- w_metadata kobo apps \ title="Kobo e-book reader" \ publisher="Kobo" \ year="2011" \ media="download" \ file1="KoboSetup.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Kobo/Kobo.exe" \ homepag@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA k8¸ûz§©”4¹‹Ù6:!éz:„]±ìÈ÷_nRÀxdžq}›Ø”ÕOßL¸ò¨î«caó¦B…ò™þGi~<w~
    https://whatsonchain.com/tx/1399595ad366185745d552be1d8fc4bd4eee984c6e55e2c3eef63fabf386f425