Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

bebf86c9197978ffe3b48d0186d53a15e2cea2eb147b0b10b72dc5ba4e204a7c
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01643487 BSV
-
0.01639572 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
253,433
Size Stats
6,526 B

2 Outputs

Total Output:
0.01639572 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR M w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest ;; esac if [ "$_W_mode" = default ] ; then # To delete a registry key, give an unquoted dash as value echo "\"*$module\"=-" >> "$W_TMP"/override-dll.reg else # Note: if you want to override even DLLs loaded with an absolute # path, you need to add an asterisk: echo "\"*$module\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg fi } w_override_dlls() { w_skip_windows w_override_dlls && return _W_mode=$1 case $_W_mode in *=*) w_die "w_override_dlls: unknown mode $_W_mode. Usage: 'w_override_dlls mode[,mode] dll ...'." ;; disabled) _W_mode="" ;; esac shift echo "Using $_W_mode override for following DLLs: $*" cat > "$W_TMP"/override-dll.reg <<_EOF_ REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] _EOF_ while test "$1" != ""; do w_common_override_dll "$_W_mode" "$1" shift done w_try_regedit "$W_TMP_WIN"\\override-dll.reg unset _W_mode } w_override_no_dlls() { w_skip_windows override && return w_try_regedit /d "HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides" } w_override_all_dlls() { # Disable all known native Microsoft DLLs in favor of Wine's built-in ones # Generated with: # find ./dlls -maxdepth 1 -type d ! -iname "*.dll16" ! -iname "*.drv*" ! -iname "*.ds" ! -iname "*.exe*" ! -iname "*.tlb" ! -iname "*.vxd" -print | sed \ # -e '/^.*\/adsiid$/ d' \ # -e '/^.*\/advapi32$/ d' \ # -e '/^.*\/capi2032$/ d' \ # -e '/^.*\/dbghelp$/ d' \ # -e '/^.*\/ddraw$/ d' \ # -e '/^.*\/dlls$/ d' \ # -e '/^.*\/dmoguids$/ d' \ # -e '/^.*\/dxerr8$/ d' \ # -e '/^.*\/dxerr9$/ d' \ # -e '/^.*\/dxguid$/ d' \ # -e '/^.*\/gdi32$/ d' \ # -e '/^.*\/glu32$/ d' \ # -e '/^.*\/icmp$/ d' \ # -e '/^.*\/iphlpapi$/ d' \ # -e '/^.*\/kernel32$/ d' \ # -e '/^.*\/l3codeca.acm$/ d' \ # -e '/^.*\/mfuuid$/ d' \ # -e '/^.*\/mountmgr.sys$/ d' \ # -e '/^.*\/mswsock$/ d' \ # -e '/^.*\/ntdll$/ d' \ # -e '/^.*\/opengl32$/ d' \ # -e '/^.*\/secur32$/ d' \ # -e '/^.*\/strmbase$/ d' \ # -e '/^.*\/strmiids$/ d' \ # -e '/^.*\/twain_32$/ d' \ # -e '/^.*\/unicows$/ d' \ # -e '/^.*\/user32$/ d' \ # -e '/^.*\/uuid$/ d' \ # -e '/^.*\/vdmdbg$/ d' \ # -e '/^.*\/w32skrnl$/ d' \ # -e '/^.*\/winecrt0$/ d' \ # -e '/^.*\/wined3d$/ d' \ # -e '/^.*\/winemp3.acm$/ d' \ # -e '/^.*\/wineqtdecoder$/ d' \ # -e '/^.*\/winmm$/ d' \ # -e '/^.*\/wintab32$/ d' \ # -e '/^.*\/wmcodecdspuuid$/ d' \ # -e '/^.*\/wnaspi32$/ d' \ # -e '/^.*\/wow32$/ d' \ # -e '/^.*\/ws2_32$/ d' \ # -e '/^.*\/wsock32$/ d' \ # -e 's,.*/, ,' | sort | fmt -63 | sed 's/$/ \\/' # # 2018-12-10: Last list update (wine-4.0-rc1) w_override_dlls builtin \ acledit aclui activeds actxprxy adsldp adsldpc advpack \ amstream api-ms-win-appmodel-identity-l1-1-0 \ api-ms-win-appmodel-runtime-l1-1-1 \ api-ms-win-appmodel-runtime-l1-1-2 \ api-ms-win-core-apiquery-l1-1-0 \ api-ms-win-core-appcompat-l1-1-1 \ api-ms-win-core-appinit-l1-1-0 \ api-ms-win-core-atoms-l1-1-0 \ api-ms-win-core-bem-l1-1-0 api-ms-win-core-com-l1-1-0 \ api-ms-win-core-com-l1-1-1 api-ms-win-core-comm-l1-1-0 \ api-ms-win-core-com-private-l1-1-0 \ api-ms-win-core-console-l1-1-0 \ api-ms-win-core-console-l2-1-0 \ api-ms-win-core-crt-l1-1-0 api-ms-win-core-crt-l2-1-0 \ api-ms-win-core-datetime-l1-1-0 \ api-ms-win-core-datetime-l1-1-1 \ api-ms-win-core-debug-l1-1-0 \ api-ms-win-core-debug-l1-1-1 \ api-ms-win-core-delayload-l1-1-0 \ api-ms-win-core-delayload-l1-1-1 \ api-ms-win-core-errorhandling-l1-1-0 \ api-ms-win-core-errorhandling-l1-1-1 \ api-ms-win-core-errorhandling-l1-1-2 \ api-ms-win-core-errorhandling-l1-1-3 \ api-ms-win-core-fibers-l1-1-0 \ api-ms-win-core-fibers-l1-1-1 \ api-ms-win-core-file-l1-1-0 \ api-ms-win-core-file-l1-2-0 \ api-ms-win-core-file-l1-2-1 \ api-ms-win-core-file-l1-2-2 \ api-ms-win-core-file-l2-1-0 \ api-ms-win-core-file-l2-1-1 \ api-ms-win-core-file-l2-1-2 \ api-ms-win-core-handle-l1-1-0 \ api-ms-win-core-heap-l1-1-0 \ api-ms-win-core-heap-l1-2-0 \ api-ms-win-core-heap-l2-1-0 \ api-ms-win-core-heap-obsolete-l1-1-0 \ api-ms-win-core-interlocked-l1-1-0 \ api-ms-win-core-interlocked-l1-2-0 \ api-ms-win-core-io-l1-1-0 api-ms-win-core-io-l1-1-1 \ api-ms-win-core-job-l1-1-0 api-ms-win-core-job-l2-1-0 \ api-ms-win-core-kernel32-legacy-l1-1-0 \ api-ms-win-core-kernel32-legacy-l1-1-1 \ api-ms-win-core-kernel32-private-l1-1-1 \ api-ms-win-core-largeinteger-l1-1-0 \ api-ms-win-core-libraryloader-l1-1-0 \ api-ms-win-core-libraryloader-l1-1-1 \ api-ms-win-core-libraryloader-l1-2-0 \ api-ms-win-core-libraryloader-l1-2-1 \ api-ms-win-core-libraryloader-l1-2-2 \ api-ms-win-core-localization-l1-1-0 \ api-ms-win-core-localization-l1-2-0 \ api-ms-win-core-localization-l1-2-1 \ api-ms-win-core-localization-l2-1-0 \ api-ms-win-core-localization-obsolete-l1-1-0 \ api-ms-win-core-localization-obsolete-l1-2-0 \ api-ms-win-core-localization-obsolete-l1-3-0 \ api-ms-win-core-localization-private-l1-1-0 \ api-ms-win-core-localregistry-l1-1-0 \ api-ms-win-core-memory-l1-1-0 \ api-ms-win-core-memory-l1-1-1 \ api-ms-win-core-memory-l1-1-2 \ api-ms-win-c@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄAR”x§\X¼í:( ¡Å/–ËyAÁUsV³z-=î^Ü"¥ÎŒ'ꆻe‡ßÙé,¬5òÚ ªl~<w~
    https://whatsonchain.com/tx/bebf86c9197978ffe3b48d0186d53a15e2cea2eb147b0b10b72dc5ba4e204a7c