Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

a4a0ad3efff9c382a3f025017bae0548966e9ffca324aa5e6d459c90d90400d4
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01322457 BSV
-
0.01318542 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
258,615
Size Stats
6,526 B

2 Outputs

Total Output:
0.01318542 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR^Me1f37f81a2e2d2ee5dfdff4660b w_try_cd "$W_CACHE/$W_PACKAGE" if test "$W_OPT_UNATTENDED"; then w_ahk_do " SetTitleMatchMode, 2 run $file1 WinWait, Setup, Welcome ControlClick Button2 ; next WinWait, Setup, License ControlClick Button2 ; agree WinWait, Setup, Install ControlClick Button2 ; install WinWait, Setup, Completing ControlClick Button4 ; do not launch ControlClick Button2 ; finish WinWaitClose " else w_try "$WINE" "$file1" fi } #---------------------------------------------------------------- w_metadata njjwp_trial apps \ title="NJStar Japanese Word Processor trial" \ publisher="NJStar" \ year="2009" \ media="download" \ file1="njjwp610sw15918.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/NJStar Japanese WP6/NJStarJ.exe" \ homepage="https://www.njstar.com/cms/njstar-japanese-word-processor" load_njjwp_trial() { w_download http://ftp.njstar.com/sw/njjwp610sw15918.exe 7f36138c3d19539cb73d757cd42a6f7afebdaf9cfed0cf9bc483c33e519e2a26 w_try_cd "$W_CACHE/$W_PACKAGE" if test "$W_OPT_UNATTENDED"; then w_ahk_do " SetTitleMatchMode, 2 run $file1 WinWait, Setup, Welcome ControlClick Button2 ; next WinWait, Setup, License ControlClick Button2 ; agree WinWait, Setup, Install ControlClick Button2 ; install WinWait, Setup, Completing ControlClick Button4 ; do not launch ControlClick Button2 ; finish WinWaitClose " else w_try "$WINE" "$file1" fi } #---------------------------------------------------------------- w_metadata nook apps \ title="Nook for PC (e-book reader)" \ publisher="Barnes & Noble" \ year="2011" \ media="download" \ file1="bndr2_setup_latest.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Barnes & Noble/BNDesktopReader/BNDReader.exe" \ homepage="https://www.barnesandnoble.com/h/nook/apps" load_nook() { # Dates from curl --head # 2012/03/07: sha256sum 436616d99f0e2351909ab53d910b505c7a3fca248876ebb835fd7bce4aad9720 w_download http://images.barnesandnoble.com/PResources/download/eReader2/bndr2_setup_latest.exe 436616d99f0e2351909ab53d910b505c7a3fca248876ebb835fd7bce4aad9720 w_try_cd "$W_CACHE/$W_PACKAGE" # Exits with 199 for some reason.. "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} status=$? case $status in 0|199) echo "Successfully installed $W_PACKAGE" ;; *) w_die "Failed to install $W_PACKAGE" ;; esac } #---------------------------------------------------------------- w_metadata npp apps \ title="Notepad++" \ publisher="Don Ho" \ year="2019" \ media="download" \ file1="npp.7.7.1.Installer.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Notepad++/notepad++.exe" load_npp() { w_download https://notepad-plus-plus.org/repository/7.x/7.7.1/npp.7.7.1.Installer.exe 6787c524b0ac30a698237ffb035f932d7132343671b8fe8f0388ed380d19a51c w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "${file1}" $W_UNATTENDED_SLASH_S } #---------------------------------------------------------------- w_metadata office2003pro apps \ title="Microsoft Office 2003 Professional" \ publisher="Microsoft" \ year="2002" \ media="cd" \ file1="setup.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Office/Office11/WINWORD.EXE" load_office2003pro() { w_mount OFFICE11 w_read_key w_ahk_do " if ( w_opt_unattended > 0 ) { run ${W_ISO_MOUNT_LETTER}:setup.exe /EULA_ACCEPT=YES /PIDKEY=$W_KEY } else { run ${W_ISO_MOUNT_LETTER}:setup.exe } SetTitleMatchMode, 2 WinWait,Microsoft Office 2003 Setup, Welcome if ( w_opt_unattended > 0 ) { Sleep 500 WinWait,Microsoft Office 2003 Setup,Key Sleep 500 ControlClick Button1 ; Next WinWait,Microsoft Office 2003 Setup,Initials Sleep 500 ControlClick Button1 ; Next WinWait,Microsoft Office 2003 Setup,End-User Sleep 500 ControlClick Button1 ; I accept ControlClick Button2 ; Next WinWait,Microsoft Office 2003 Setup,Recommended Sleep 500 ControlClick Button7 ; Next WinWait,Microsoft Office 2003 Setup,Summary Sleep 500 ControlClick Button1 ; Install } WinWait,Microsoft Office 2003 Setup,Completed if ( w_opt_unattended > 0 ) { Sleep 500 ControlClick Button2 ; Finish } WinWaitClose " } #---------------------------------------------------------------- w_metadata office2007pro apps \ title="Microsoft Office 2007 Professional" \ publisher="Microsoft" \ year="2006" \ media="cd" \ file1="setup.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/Microsoft Office/Office12/WINWORD.EXE" load_office2007pro() { if w_workaround_wine_bug 14980 "Using native riched20"; then w_override_app_dlls winword.exe n riched20 w_override_app_dlls excel.exe n riched20 w_override_app_dlls powerpnt.exe n riched20 w_override_app_dlls msaccess.exe n riched20 w_override_app_dlls outlook.exe n riched20 w_override_app_dlls mspub.exe n riched20 w_override_app_dlls infopath.exe n riched20 fi w_mount OFFICE12 w_read_key if test $W_OPT_UNATTENDED; then # See # https://blogs.technet.microsoft.com/office_resource_kit/2009/01/29/configure-a-silent-install-of-the-2007-office-system-with-config-xml/ # https://www.symantec.com/connect/articles/office-2007-silent-installation-lessons-learned cat > "$W_TMP"/config.xml <<__EOF__ <Configuration Product="ProPlus"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <PIDKEY Value="$W_KEY" /> </Configuration> __EOF__ "$WINE" ${W_ISO_MOUNT_LETTER}:setup.exe /config "$W_TMP_WIN"\\config.xml @Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA ŽÐá[…| ËøI–{¿‡ŸÒÑ{ÿ¾,"o:m_ªïú9VEDMáË\ö.PÚÝþˆÿ`;ÅYŸÅ® ^ˆÐ~<w~
    https://whatsonchain.com/tx/a4a0ad3efff9c382a3f025017bae0548966e9ffca324aa5e6d459c90d90400d4