Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

e5c7e107294948b5a0a14d5e5e6609da2067f66bf8e24b8c6a668a57cfd04b81
Timestamp (utc)
2022-01-27 20:51:21
Fee Paid
0.00003915 BSV
(
0.01451652 BSV
-
0.01447737 BSV
)
Fee Rate
600 sat/KB
Version
1
Confirmations
259,368
Size Stats
6,524 B

2 Outputs

Total Output:
0.01447737 BSV
  • j!ëFOQê°Z±zìI œˆâkŸE !b"à¥2&7ÜR=Moftware/flash/about # Verify that the version of Flash shows up and that you're not prompted # to install Flash again # # w_try_cd ~/winetricks/src # rm -rf ~/.wine # sh winetricks -q flash firefox # cd "~/.wine/drive_c/Program Files/Mozilla Firefox" # wine firefox.exe https://www.adobe.com/software/flash/about # Verify that the version of Flash shows up and that you're not prompted # to install Flash again unset _W_ver_major _W_ver_minor _W_ver_rel _W_ver_build _W_dirname _W_archive _W_fileprefix } #---------------------------------------------------------------- # $1 - gallium nine standalone archive name (required) helper_galliumnine() { _W_galliumnine_archive="${1}" _W_galliumnine_tmp="$W_TMP/galliumnine" w_try rm -rf "$_W_galliumnine_tmp" w_try mkdir -p "$_W_galliumnine_tmp" w_try tar -C "$_W_galliumnine_tmp" --strip-components=1 -zxf "$W_CACHE/$W_PACKAGE/$_W_galliumnine_archive" w_try mv "$_W_galliumnine_tmp/lib32/d3d9-nine.dll.so" "$W_SYSTEM32_DLLS/d3d9-nine.dll" w_try mv "$_W_galliumnine_tmp/bin32/ninewinecfg.exe.so" "$W_SYSTEM32_DLLS/ninewinecfg.exe" if test "$W_ARCH" = "win64"; then w_try mv "$_W_galliumnine_tmp/lib64/d3d9-nine.dll.so" "$W_SYSTEM64_DLLS/d3d9-nine.dll" w_try mv "$_W_galliumnine_tmp/bin64/ninewinecfg.exe.so" "$W_SYSTEM64_DLLS/ninewinecfg.exe" fi w_try rm -rf "$_W_galliumnine_tmp" # use ninewinecfg to enable gallium nine WINEDEBUG=-all w_try "$WINE_MULTI" ninewinecfg -e unset _W_galliumnine_tmp _W_galliumnine_archive } w_metadata galliumnine02 dlls \ title="Gallium Nine Standalone (v0.2)" \ publisher="Gallium Nine Team" \ year="2019" \ media="download" \ file1="gallium-nine-standalone-v0.2.tar.gz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9-nine.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/ninewinecfg.exe" \ homepage="https://github.com/iXit/wine-nine-standalone" load_galliumnine02() { w_download "https://github.com/iXit/wine-nine-standalone/releases/download/v0.2/gallium-nine-standalone-v0.2.tar.gz" 6818fe890e343aa32d3d53179bfeb63df40977797bd7b6263e85e2bb57559313 helper_galliumnine "$file1" } w_metadata galliumnine03 dlls \ title="Gallium Nine Standalone (v0.3)" \ publisher="Gallium Nine Team" \ year="2019" \ media="download" \ file1="gallium-nine-standalone-v0.3.tar.gz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9-nine.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/ninewinecfg.exe" \ homepage="https://github.com/iXit/wine-nine-standalone" load_galliumnine03() { w_download "https://github.com/iXit/wine-nine-standalone/releases/download/v0.3/gallium-nine-standalone-v0.3.tar.gz" 8bb564073ab2198e5b9b870f7b8cac8d9bc20bc6accf66c4c798e4b450ec0c91 helper_galliumnine "$file1" } w_metadata galliumnine04 dlls \ title="Gallium Nine Standalone (v0.4)" \ publisher="Gallium Nine Team" \ year="2019" \ media="download" \ file1="gallium-nine-standalone-v0.4.tar.gz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9-nine.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/ninewinecfg.exe" \ homepage="https://github.com/iXit/wine-nine-standalone" load_galliumnine04() { w_download "https://github.com/iXit/wine-nine-standalone/releases/download/v0.4/gallium-nine-standalone-v0.4.tar.gz" 4423c32d46419830c8e68fea86d28e740f17f182c365250c379b5493176e19ab helper_galliumnine "$file1" } w_metadata galliumnine05 dlls \ title="Gallium Nine Standalone (v0.5)" \ publisher="Gallium Nine Team" \ year="2019" \ media="download" \ file1="gallium-nine-standalone-v0.5.tar.gz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9-nine.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/ninewinecfg.exe" \ homepage="https://github.com/iXit/wine-nine-standalone" load_galliumnine05() { w_download "https://github.com/iXit/wine-nine-standalone/releases/download/v0.5/gallium-nine-standalone-v0.5.tar.gz" c46e06b13a3ba0adee75b27a8b54e9d772f83ed29dee5e203364460771fb1bcd helper_galliumnine "$file1" } w_metadata galliumnine dlls \ title="Gallium Nine Standalone (latest)" \ publisher="Gallium Nine Team" \ year="2019" \ media="download" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9-nine.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/ninewinecfg.exe" \ homepage="https://github.com/iXit/wine-nine-standalone" load_galliumnine() { _W_galliumnine_version="$(w_get_github_latest_release iXit wine-nine-standalone)" w_linkcheck_ignore=1 w_download "https://github.com/iXit/wine-nine-standalone/releases/download/${_W_galliumnine_version}/gallium-nine-standalone-${_W_galliumnine_version}.tar.gz" helper_galliumnine "gallium-nine-standalone-${_W_galliumnine_version}.tar.gz" unset _W_galliumnine_version } #---------------------------------------------------------------- w_metadata gdiplus dlls \ title="MS GDI+" \ publisher="Microsoft" \ year="2011" \ media="download" \ file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/gdiplus.dll" load_gdiplus() { # gdiplus has changed in win7. See https://bugs.winehq.org/show_bug.cgi?id=32163#c3 helper_win7sp1 x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80/gdiplus.dll w_try cp "$W_TMP/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80/gdiplus.dll" "$W_SYSTEM32_DLLS/gdiplus.dll" if [ "$W_ARCH" = "win64" ]; then helper_win7sp1_x64 amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a/gdiplus.dll w_try cp "$W_TMP/amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a/gdiplus.dll" "$W_SYSTEM64_DLLS/gdiplus.dll" fi # For some reason, native, builtin isn't good enough...? w_override_dlls native gdiplus } #---------------------------------------------------------------- w_metadata gdiplus_winxp dlls \ title="MS GDI+" \ publisher="Microsoft" \ year="2009" \ media="manual_download" \ @Salted__«[—c6Œ0;î6¦öIøáR›±á1䊘F¬cah˜v•¸GJއ5ièºÚvÒuÄA ƒ¾Œ7}T4‘ZSîljô^Ðe'l⩳qa×VPUI¦™Ä6’ï"«>³­f¬i±r€T\¼Iiþ>„Z~<w~
    https://whatsonchain.com/tx/e5c7e107294948b5a0a14d5e5e6609da2067f66bf8e24b8c6a668a57cfd04b81