Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

fbe67f1c97bf37fb9c13438be18058edff6df2a67c7f48930fc375a4f80082f4
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01318542 BSV
-
0.01314627 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
256,439
Size Stats
6,526 B

2 Outputs

Total Output:
0.01314627 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR_M status=$? case $status in 0|43) ;; 78) w_die "Installing $W_PACKAGE failed, product key $W_KEY \ might be wrong. Try again without -q, or put correct key in \ $W_CACHE/$W_PACKAGE/key.txt and rerun." ;; *) w_die "Installing $W_PACKAGE failed." ;; esac else w_try "$WINE" ${W_ISO_MOUNT_LETTER}:setup.exe fi } #---------------------------------------------------------------- w_metadata office2013pro apps \ title="Microsoft Office 2013 Professional" \ publisher="Microsoft" \ year="2013" \ media="download" \ file1="setup.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/Microsoft Office/Office15/WINWORD.EXE" load_office2013pro() { w_package_unsupported_win64 if [ ! -x "$(command -v ntlm_auth 2>/dev/null)" ]; then w_die "winbind (part of samba) is required for the installation" fi # link from https://www.askvg.com/direct-download-link-microsoft-office-2013-professional-plus-free-trial/ w_download http://care.dlservice.microsoft.com/dl/download/2/9/C/29CC45EF-4CDA-4710-9FB3-1489786570A1/OfficeProfessionalPlus_x86_en-us.img 236f8faae3f979ec72592a63784bba2f0d614916350c44631221b88ae9dae206 "OFFICE15.iso" w_set_winver win7 w_call corefonts w_call tahoma w_call riched20 if w_workaround_wine_bug 43581 "Wine has problems parsing some regex strings during installation"; then w_call msxml6 fi if w_workaround_wine_bug 38648 "DirectX < 11 has problems with black window after installation" ,3.0; then cat > "$W_TMP"/MaxVersionGL.reg <<_EOF_ REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] "MaxVersionGL"=dword:00030002 _EOF_ w_try_regedit "$W_TMP_WIN"\\MaxVersionGL.reg fi case "$WINETRICKS_ISO_MOUNT" in # archivemount > 0.8.8: works # archivemount <= 0.8.8: cannot finish installation due to path issue archivemount) _W_last_bad_ver=0.8.8 _W_tool_ver="$(archivemount --version 2>&1 | head -n 1 | cut -d ' ' -f3)" _W_pos_am_ver="$(printf "%s\\n%s" "${_W_tool_ver}" "${_W_last_bad_ver}" | sort -t. -k 1,1n -k 2,2n -k 3,3n | grep -n "^${_W_tool_ver}\$" | cut -d : -f1 | head -n 1)" if test "$_W_pos_am_ver" = "2"; then W_USE_USERMOUNT=1 else w_warn "archivemount <= $_W_last_bad_ver has path issue and cannot be used." fi unset _W_last_bad_ver _W_tool_ver _W_pos_am_ver ;; # fuseiso: works # hdiutil: partially tested (only mounting/unmounting and copying files) *) W_USE_USERMOUNT=1 ;; esac w_mount OFFICE15 if test $W_OPT_UNATTENDED; then cat > "$W_TMP"/config.xml <<_EOF_ <Configuration Product="ProPlus"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> </Configuration> _EOF_ w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}" /config "$W_TMP_WIN"\\config.xml else w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}" fi w_wineserver -w w_umount w_warn "Microsoft Office 2013 is far away from running stable under wine 3.3. It should not be used in a productive environment." } #---------------------------------------------------------------- w_metadata ollydbg110 apps \ title="OllyDbg" \ publisher="ollydbg.de" \ year="2004" \ media="download" \ file1="odbg110.zip" \ installed_file1="c:/ollydbg110/OLLYDBG.EXE" \ homepage="http://ollydbg.de" load_ollydbg110() { # The GUI is unreadable without having corefonts installed. w_call corefonts w_download http://www.ollydbg.de/odbg110.zip 73b1770f28893dab22196eb58d45ede8ddf5444009960ccc0107d09881a7cd1e w_try_unzip "$W_DRIVE_C/ollydbg110" "$W_CACHE/$W_PACKAGE"/odbg110.zip } #---------------------------------------------------------------- w_metadata ollydbg200 apps \ title="OllyDbg" \ publisher="ollydbg.de" \ year="2010" \ media="download" \ file1="odbg200.zip" \ installed_file1="c:/ollydbg200/ollydbg.exe" \ homepage="http://ollydbg.de" load_ollydbg200() { # The GUI is unreadable without having corefonts installed. w_call corefonts w_download http://www.ollydbg.de/odbg200.zip 93dfd6348323db33f2005fc1fb8ff795256ae91d464dd186adc29c4314ed647c w_try_unzip "$W_DRIVE_C/ollydbg200" "$W_CACHE/$W_PACKAGE"/odbg200.zip } #---------------------------------------------------------------- w_metadata ollydbg201 apps \ title="OllyDbg" \ publisher="ollydbg.de" \ year="2013" \ media="download" \ file1="odbg201.zip" \ installed_file1="c:/ollydbg201/ollydbg.exe" \ homepage="http://ollydbg.de" load_ollydbg201() { # The GUI is unreadable without having corefonts installed. w_call corefonts w_download http://www.ollydbg.de/odbg201.zip 29244e551be31f347db00503c512058086f55b43c93c1ae93729b15ce6e087a5 w_try_unzip "$W_DRIVE_C/ollydbg201" "$W_CACHE/$W_PACKAGE"/odbg201.zip # ollydbg201 is affected by Wine bug 36012 if debug symbols are available. # As a workaround native 'dbghelp' can be installed. We don't do this automatically # because for some people it might work even without additional workarounds. # Older versions of OllyDbg were not affected by this bug. } #---------------------------------------------------------------- w_metadata openwatcom apps \ title="Open Watcom C/C++ compiler (can compile win16 code!)" \ publisher="Watcom" \ year="2010" \ media="download" \ file1="open-watcom-c-win32-1.9.exe" \ installed_file1="c:/WATCOM/owsetenv.bat" \ homepage="http://www.openwatcom.org" load_openwatcom() { # 2016/03/11: upstream http://www.openwatcom.org appears to be dead (404) # 2019/06/14: now at https://sourceforge.net/projects/openwatcom/files/open-watcom-1.9/open-watcom-c-win32-1.9.exe/download w_download https://sourceforge.net/projects/openwatcom/files/open-watcom-1.9/open-watcom-c-win32-1.9.exe 040c910aba304fdb5f39b8fe508cd3c772@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA v¬ä¦>yé¶8Eû}’<9ÿ¼%Àx:trø¤@›4y]wÁoTq›/%Bvl×.Ñ)Ùð­Ù{Ã*ŒÙT~<w~
    https://whatsonchain.com/tx/fbe67f1c97bf37fb9c13438be18058edff6df2a67c7f48930fc375a4f80082f4