Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

0b44d397aa77fb7b63ecde4c95cd89fb7b6a60b2d84ab9ca2f80e8648f5dff51
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01302882 BSV
-
0.01298967 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
253,501
Size Stats
6,526 B

2 Outputs

Total Output:
0.01298967 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜRcM "$WINE" setup.exe w_ahk_do " SetTitleMatchMode, 2 WinWait, Visual C++ 2005 Express Edition Setup WinWaitClose, Visual C++ 2005 Express Edition Setup " fi } #---------------------------------------------------------------- w_metadata vc2005expresssp1 apps \ title="MS Visual C++ 2005 Express SP1" \ publisher="Microsoft" \ year="2007" \ media="download" \ file1="VS80sp1-KB926748-X86-INTL.exe" load_vc2005expresssp1() { w_call vc2005express # https://www.microsoft.com/en-us/download/details.aspx?id=804 if w_workaround_wine_bug 37375; then w_warn "Installer currently fails" fi w_download https://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6ae34bf1/VS80sp1-KB926748-X86-INTL.exe a959d1ea52674b5338473be32a1370f9ec80df84629a2ed3471aa911b42d9e50 w_try $WINE "$W_CACHE"/vc2005expresssp1/VS80sp1-KB926748-X86-INTL.exe } #---------------------------------------------------------------- w_metadata vc2005trial apps \ title="MS Visual C++ 2005 Trial" \ publisher="Microsoft" \ year="2005" \ media="download" \ file1="En_vs_2005_vsts_180_Trial.img" \ installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Visual Studio 8/Common7/IDE/devenv.exe" load_vc2005trial() { w_call dotnet20 # Without mfc42.dll, pidgen.dll won't load, and the app claims "A trial edition is already installed..." w_call mfc42 w_download https://download.microsoft.com/download/6/f/5/6f5f7a01-50bb-422d-8742-c099c8896969/En_vs_2005_vsts_180_Trial.img 3ae9f611c60c64d82e1fa9c94714aa6b6c10f6c2c05446e14b5afb5a257f86dc # Unpack ISO (how handy that 7z can do this!) # Only the windows version of 7z can handle .img files? WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip w_try_cd "$W_PROGRAMS_X86_UNIX"/7-Zip w_try "$WINE" 7z.exe x -y -o"$W_TMP_WIN" "$W_CACHE_WIN\\vc2005trial\\En_vs_2005_vsts_180_Trial.img" w_try_cd "$W_TMP" # Sanity check... w_verify_sha256sum e1d5ddd4bad46c2efe8105f8d73bd62857f6218942d3b9ac5da0e1a6a0a217e0 vs/wcu/runmsi.exe w_try_cd vs/Setup w_ahk_do " SetTitleMatchMode 2 run setup.exe winwait, Visual Studio, Setup is loading if ( w_opt_unattended > 0 ) { winwait, Visual Studio, Loading completed sleep 1000 controlclick, button2 winwait, Visual Studio, Select features sleep 1000 controlclick, button38 sleep 1000 controlclick, button40 winwait, Visual Studio, You have chosen sleep 1000 controlclick, button1 winwait, Visual Studio, Select features sleep 1000 controlclick, button11 } ; this can take a while winwait, Finish Page if ( w_opt_unattended > 0 ) { sleep 1000 controlclick, button2 } winwaitclose, Finish Page " } #---------------------------------------------------------------- w_metadata vc2008express apps \ title="MS Visual C++ 2008 Express" \ publisher="Microsoft" \ year="2008" \ media="download" \ file1="VS2008ExpressENUX1397868.iso" \ installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" load_vc2008express() { w_verify_cabextract_available w_call dotnet35 # This is the version without SP1 baked in. (SP1 requires dotnet35sp1, which doesn't work yet.) w_download https://download.microsoft.com/download/8/B/5/8B5804AD-4990-40D0-A6AA-CE894CBBB3DC/VS2008ExpressENUX1397868.iso 632318ef0df5bad58fcb99852bd251243610e7a4d84213c45b4f693605a13ead # Unpack ISO w_try_7z "$W_TMP" "$W_CACHE"/vc2008express/VS2008ExpressENUX1397868.iso # See also https://blogs.msdn.microsoft.com/astebner/2008/04/25/a-simpler-way-to-silently-install-visual-studio-2008-express-editions-with-a-caveat/ w_try_cd "$W_TMP"/VCExpress w_try "$WINE" setup.exe $W_UNATTENDED_SLASH_Q } #---------------------------------------------------------------- w_metadata vc2010express apps \ title="MS Visual C++ 2010 Express" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="VS2010Express1.iso" \ installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Visual Studio 10.0/Common7/IDE/VCExpress.exe" load_vc2010express() { # Originally at: https://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso # Mirror list at: http://www.filewatcher.com/_/?q=VS2010Express1.iso # Formerly at: ftp://www.daba.lv/pub/Programmeeshana/VisualStudio/VS2010Express1.iso a9d5dcdf55e539a06547a8ebbc63d55dc167113e09ee9e42096ab9098313039b w_download https://debian.fmi.uni-sofia.bg/~aangelov/VS2010Express1.iso a9d5dcdf55e539a06547a8ebbc63d55dc167113e09ee9e42096ab9098313039b # Unpack ISO w_try_7z "$W_TMP" "$W_CACHE"/vc2010express/VS2010Express1.iso w_try_cd "$W_TMP"/VCExpress # Uninstall wine-mono, installer doesn't attempt to install native .Net if mono is installed, # Then the installer throws an exception and fails # See https://github.com/Winetricks/winetricks/issues/1165 w_call remove_mono # dotnet40 leaves winver at win2k, which causes vc2010 to abort on # start because it looks for c:\users\$LOGNAME\Application Data w_set_winver winxp if w_workaround_wine_bug 12501 "Installing mspatcha to work around bug in SQL Server install"; then w_call mspatcha fi if w_workaround_wine_bug 34627 "Installing Visual C++ 2005 managed runtime to work around bug in SQL Server install"; then w_call vcrun2005 fi w_try $WINE setup.exe $W_UNATTENDED_SLASH_Q } #---------------------------------------------------------------- w_metadata vlc apps \ title="VLC media player 2.2.1" \ publisher="VideoLAN" \ year="2015" \ media="download" \ file1="vlc-2.2.1-win32.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/VideoLAN/VLC/vlc.exe" \ homepage="https://www.videolan.org/vlc/" load_vlc() { w_downloa@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄAk2)‘æo#¹øOáˆ>"¬ °x„©n4ö|¯==¢(#©™¯R£âðt Þ¢ùï7›Á0š\zèk=( æ4Žq^~<w~
    https://whatsonchain.com/tx/0b44d397aa77fb7b63ecde4c95cd89fb7b6a60b2d84ab9ca2f80e8648f5dff51