Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

3c56a7895fda8e54188bd65568d0bf494b874350c684c54b24df892d4d8ded1f
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01455567 BSV
-
0.01451652 BSV
)
Fee Rate
599.9 sat/KB
Version
1
Confirmations
258,556
Size Stats
6,526 B

2 Outputs

Total Output:
0.01451652 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR<M (19.05)" \ publisher="Kron4ek" \ year="2019" \ media="download" \ file1="faudio-19.05.tar.xz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/FAudio.dll" load_faudio1905() { w_download https://github.com/Kron4ek/FAudio-Builds/releases/download/19.05/faudio-19.05.tar.xz 94b44c43c0b2260f8061dd699292c8d58ce56fae330a53314417804df4f5f723 helper_faudio "$file1" } #---------------------------------------------------------------- w_metadata faudio1906 dlls \ title="FAudio (xaudio reimplementation, with xna support) builds for win32 (19.06)" \ publisher="Kron4ek" \ year="2019" \ media="download" \ file1="faudio-19.06.tar.xz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/FAudio.dll" load_faudio1906() { w_download https://github.com/Kron4ek/FAudio-Builds/releases/download/19.06/faudio-19.06.tar.xz 87639e30f9e913685829e05b925809598409e54c4c51e3d74b977cedd658aaf3 helper_faudio "$file1" } #---------------------------------------------------------------- w_metadata faudio190607 dlls \ title="FAudio (xaudio reimplementation, with xna support) builds for win32 (19.06.07)" \ publisher="Kron4ek" \ year="2019" \ media="download" \ file1="faudio-19.06.07.tar.xz" \ installed_file1="$W_SYSTEM64_DLLS_WIN64/FAudio.dll" load_faudio190607() { # Starting in 19.06.07; before that ships them, but they're supposedly broken w_package_unsupported_win32 w_download https://github.com/Kron4ek/FAudio-Builds/releases/download/19.06.07/faudio-19.06.07.tar.xz e17e3a9dadeb1017dc369fe0d46c3d1945ebceadb7ad2f94a3a1448435ab3f6c helper_faudio "$file1" } #---------------------------------------------------------------- w_metadata faudio dlls \ title="FAudio (xaudio reimplementation, with xna support) builds for win32 (latest)" \ publisher="Kron4ek" \ year="2019" \ media="download" \ installed_file1="$W_SYSTEM64_DLLS_WIN64/FAudio.dll" load_faudio() { # Starting in 19.06.07; before that ships them, but they're supposedly broken w_package_unsupported_win32 w_download_to "${W_TMP_EARLY}" "https://raw.githubusercontent.com/Kron4ek/FAudio-Builds/master/LATEST" faudio_version="$(cat "${W_TMP_EARLY}/LATEST")" w_linkcheck_ignore=1 w_download "https://github.com/Kron4ek/FAudio-Builds/releases/download/${faudio_version}/faudio-${faudio_version}.tar.xz" helper_faudio "faudio-${faudio_version}.tar.xz" } #---------------------------------------------------------------- w_metadata filever dlls \ title="Microsoft's filever, for dumping file version info" \ publisher="Microsoft" \ year="20??" \ media="download" \ installed_file1="$W_SYSTEM32_DLLS_WIN/filever.exe" load_filever() { helper_winxpsp2_support_tools filever.exe w_try cp "$W_TMP/filever.exe" "$W_SYSTEM32_DLLS/filever.exe" } #---------------------------------------------------------------- # FIXME: update winetricks_is_installed to look at installed_file2..n # https://github.com/Winetricks/winetricks/issues/988 w_metadata flash dlls \ title="Flash Player 29" \ publisher="Adobe" \ year="2018" \ media="download" \ file1="fp_29.0.0.171_archive.zip" \ installed_file1="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_29_0_0_171_Plugin.exe" \ installed_file2="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_29_0_0_171_ActiveX.exe" \ installed_file3="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/flashplayer29_0r0_171_win_sa.exe" \ homepage="https://www.adobe.com/products/flashplayer/" load_flash() { _W_ver_major=29 _W_ver_minor=0 _W_ver_rel=0 _W_ver_build=171 _W_dirname="${_W_ver_major}_${_W_ver_minor}_r${_W_ver_rel}_${_W_ver_build}" _W_archive="fp_${_W_ver_major}.${_W_ver_minor}.${_W_ver_rel}.${_W_ver_build}_archive.zip" _W_fileprefix="flashplayer${_W_ver_major}_${_W_ver_minor}r${_W_ver_rel}_${_W_ver_build}" # 2013/07/09: Adobe Flash 10 is no longer supported. # 2013/06/24: Adobe Flash 10.3 won't even install for me, it tells you to go get a newer version! # See # https://blogs.adobe.com/psirt/ # https://get.adobe.com/de/flashplayer/otherversions/ # Now, we install older versions by using zipfiles at # https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html # 2018/06/24: d4b6f9a5e42cc9f2c7cbd1fd72059d4c1bead91b076afa2ca042d28f0fd7bedb w_linkcheck_ignore=1 w_download "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/$_W_archive" d4b6f9a5e42cc9f2c7cbd1fd72059d4c1bead91b076afa2ca042d28f0fd7bedb # If OS version is Vista or newer: # 1. NPAPI plugin doesn't work # 2. In win64 prefix, "File not found." dialog appears when installing: # 'wine: cannot find L"C:\\windows\\system32\\Macromed\\Temp\\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}\\InstallFlashPlayer.exe"' w_set_winver winxp # ActiveX plugin # 2014/10/02: 3958827058648cfe05fc6ee510685e8d93f995d3428c3eedbd6814704765672a w_try_unzip "$W_TMP" "$W_CACHE/flash/$_W_archive" "$_W_dirname/${_W_fileprefix}_winax.exe" w_try_cd "$W_TMP/$_W_dirname" w_try "$WINE" "${_W_fileprefix}_winax.exe" ${W_OPT_UNATTENDED:+ /install} # Mozilla / Firefox (NPAPI) plugin # 2014/10/02: 17496fd3c863c180aead953d7d4499dd36f997a9570abc2b92f55e4ea1d55d73 w_try_unzip "$W_TMP" "$W_CACHE/flash/$_W_archive" "$_W_dirname/${_W_fileprefix}_win.exe" w_try "$WINE" "${_W_fileprefix}_win.exe" ${W_OPT_UNATTENDED:+ /install} # Projector (standalone player) # 2015/07/06: 8640c42e73dc44125045e17abd32412c48f3808a8393c94fc8281cf4b0d87bdc w_try_unzip "$W_TMP" "$W_CACHE/flash/$_W_archive" "$_W_dirname/${_W_fileprefix}_win_sa.exe" w_try mv "${_W_fileprefix}_win_sa.exe" "$W_SYSTEM32_DLLS/Macromed/Flash" # After updating the above, you should carry the following steps out by # hand to verify that plugin works. # rm -rf ~/.cache/winetricks/flash # w_try_cd ~/winetricks/src # rm -rf ~/.wine # sh winetricks -q flash ie7 # cd "~/.wine/drive_c/Program Files/Internet Explorer" # wine iexplore.exe https://www.adobe.com/s@Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA j¿*iÔ³w/ ‰lθÎ$ÛýÐ_Qí „½Z‹Tuñ\\7ÿhÁ=2í/7ñ:¬Ù¼¡ bÙ/蝨˜å~<w~
    https://whatsonchain.com/tx/3c56a7895fda8e54188bd65568d0bf494b874350c684c54b24df892d4d8ded1f