Skip to content

Releases: okcashpro/okcash

OK wallet v5.0.0.3-core Bliss

21 Feb 06:02
Compare
Choose a tag to compare

OK Wallets v5.0.0.3 core

"Mandatory upgrade" if running older than v5.0.0.0

Okcash-v5

V5 codename: Bliss

Bliss (/blɪs/) is a state of complete happiness or joy; a superlative state which is far above and beyond happiness.

Change List 19-Feb-2020 - v5.0.0.3-core Bliss

  • Upgraded connections (Network)
  • Upgraded SSL compatibility [1.0-1.1] (Security) *a
  • New dnsseeders (Network)
  • Upgraded for aarch64 (IoT systems)
  • Sync UI upgrade (Design)
  • Better init response (Network)
  • Upgrade DNSseed connection + skip if P2P peers available (Network / more Decentralization)
  • Removed IRC [deprecated] (Security/Network)
  • Sec Checkpoints. (Security/Performance)

Instructions for previous clients:

  • Close your Okcash client, replace it with the v5.0.0.3 , open your client, you are done.

*a - Commits by: Dmitri Bogomolov


OK Binaries (Security Checksums)

Okcash_5003_windows_EasyInstaller.exe

MD5: 9CC058C994EA76905250A3A67F0BD693
SHA-1: 21D5DBA4386BA63F5F45A9566AD8237694ADE35A

Okcash_5003_windows_standalone.zip

MD5: 7C0BEF0675CF58A1CCCA5DA6F72DBC86
SHA-1: FA97127020CCEF8BAD99992B7065A1DD5D6CCEA6

Okcash_5003_mac_EasyInstaller.pkg [mac 10.13-10.14]

MD5: 626C5A39C5F9B85C67ADBFA8E0DE7038
SHA-1: 4F02C295D3ADF73C9EC55CDDEE4BC1253C3D2212

Okcash_5003_mac_standalone.zip [mac 10.13-10.14]

MD5: 584294717BF322BDC024144E23E2F69B
SHA-1: F01DDD797B0749F548F862D840309AFEE3559E65

Okcash_5003_linux64.zip [Ubuntu 18]

Install dependencies before running the okcash client or easy install with the oktools:

git clone https://github.com/okcashpro/oktools

cd oktools/coins/ok

chmod +x *

./installok18-full.sh

or

./installok18-node.sh

MD5: 1112F8E786EA095F2634C385A675E812
SHA-1: 9A61F39E35D818776E80285B56029D453799FE7D

Okcash_5003_ubuntu16.zip

Install dependencies before running the okcash client or easy install with the oktools:

git clone https://github.com/okcashpro/oktools

cd oktools/coins/ok

chmod +x *

./installok16-full.sh

or

./installok16-node.sh

MD5: 08590364FA0F424840777730348FB3BD
SHA-1: 7D670DADD1F9EF82A2104AA75D53F2F4E4568B43

Okcash_5003_debian9.zip [Debian 9]

MD5: 3BB3B839F6401D2E6E010B47C793870A
SHA-1: 255BE7F0745DAEFE15F650E25E1EF2A361CC7823

Okcash_5003_debian8.zip [Debian 8]

MD5: 210EC47CE2B8D45C2784B21D9CC9CA1A
SHA-1: 8ABE74B1DED506D740CF3A67DEA76EE7DF8FC343

Okcash_5003_fedora30.zip [Fedora 30]

MD5: A6A067D40EFEB2996EA8AC7475079764
SHA-1: CA6CDF2FEE6080EF33CCE7A5123E4C37D32BE223

OK wallet v5.0.0.2-core Bliss

26 Jan 07:59
5092a29
Compare
Choose a tag to compare

OK Wallets v5.0.0.2 core

"Mandatory upgrade" if running older than v5.0.0.0

Okcash-v5

V5 codename: Bliss

Bliss (/blɪs/) is a state of complete happiness or joy; a superlative state which is far above and beyond happiness.

Change List 26-Jan-2020 - v5.0.0.2-core Bliss

  • UI sync updt. (Design)
  • New menu to open the config folder. (Design/Ease of Use)

Instructions for previous clients:

  • Close your Okcash client, replace it with the v5.0.0.2 , open your client, you are done.

OK Binaries (Security Checksums)

Okcash_5002_windows_EasyInstaller.exe

MD5: A8F247F24D5159F19940D2A3414D7BBD
SHA-1: 2D75DE779A32DBB1CDE36C1D06C7F0185EBC5E8B

Okcash_5002_windows_standalone.zip

MD5: 9FDECC2A90B3B0E56E6DE853984325C9
SHA-1: 20090BA781C70F9CAF68F0D43F34CC1EA0146E4F

Okcash_5002_mac_EasyInstaller.pkg [mac 10.13-10.14]

MD5: 75C5E85503B2FD2B4D05C2B49537EA30
SHA-1: 8EF059498070ADB2C002F0D2FC22F96425A897E8

Okcash_5002_mac_standalone.zip [mac 10.13-10.14]

MD5: 87385EF28F3DD0FBB8644389709B4BEE
SHA-1: FB8A91B0070BCB9F13F34F3DEEF5C25C30F80F8D

Okcash_5002_linux64.zip [Ubuntu 18]

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install libssl1.0-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: C80006AF106D3F955074B34A62842683
SHA-1: 52872E14E431C15B90491E90CF13831C6F22ADB3

Okcash_5002_ubuntu16.zip

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: A0F6868E32128532514321DEC56B3533
SHA-1: AE4871426CAC11EF654054F69130E3E111DF3D72

OK wallet v5.0.0.1-core Bliss

05 Jan 23:04
0ccb59b
Compare
Choose a tag to compare

OK Wallets v5.0.0.1 core

"Mandatory upgrade"

Okcash-v5

V5 codename: Bliss

Bliss (/blɪs/) is a state of complete happiness or joy; a superlative state which is far above and beyond happiness.

Change List 05-Jan-2020 - v5.0.0.1-core Bliss

  • Protocol Upgrade. (Security)
  • Code cleanup. (Performance/Design)
  • Text / Design upgrades. (Design/Ease of Use)
  • Icons / Logos upgrades. (Design)

Instructions for previous clients:

  • Close your Okcash client, replace it with the v5.0.0.1 , open your client, you are done.

OK Binaries (Security Checksums)

Okcash_5001_windows_EasyInstaller.exe

MD5: 55757D80B22FFD9207FF4BAE4A2204C0
SHA-1: C6C340B2008FBF4D879B887DFE5A317BE9D17606

Okcash_5001_windows_standalone.zip

MD5: 3DEE87C5DCC77869501C7C6708947C4C
SHA-1: FB1F92E2FF29E354FA1BA8FC2141995FDC69EA42

Okcash_5001_mac_EasyInstaller.pkg [mac 10.13-10.14]

MD5: 6F6F428713B46CF5A79CC5CF0150BE57
SHA-1: D8E9C3A7D9846D5FC6FE4506B18F939E2D47552B

Okcash_5001_mac_standalone.zip [mac 10.13-10.14]

MD5: 33C5C309F5395D58A7483E28DECEDE3B
SHA-1: AA1BCFAFBA0C13019FCF9ABC4655F39B0164C740

Okcash_5001_linux64.zip [Ubuntu 18]

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install libssl1.0-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: DE20CC4114CD658A6F2DBE8794206E2F
SHA-1: 090606002F1556C3FCAAED0D2005C624D43C77B4

Okcash_5001_ubuntu16.zip

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: B18666F8672226C54266E8DDF26847C1
SHA-1: 4BFF33D8CAC14ACC4969844F53F8C8414293893F

Okcash_5001_debian8.zip

MD5: D3CE20255E947FD5970855CFF95E50DF
SHA-1: C90DF75558B99B7E7F12960A001E97DE69AB0C9F

Okcash_5001_debian9.zip

MD5: D51A7DFC65D9D8EB96C45127E93C45F1
SHA-1: 9F4C056D9AC2EACEF46790F3888B90CC14052602

Okcash_5001_fedora30.zip

MD5: B3E75000A914295BF3AFE619C7988DA7
SHA-1: CA86477681DB46BAC625AF8ECD07C647F40FC25B

OK wallet v5.0.0.0-core Bliss

31 Dec 10:58
Compare
Choose a tag to compare

OK Wallets v5.0.0.0 core

Mandatory upgrade

Okcash-v5

V5 codename: Bliss

Bliss (/blɪs/) is a state of complete happiness or joy; a superlative state which is far above and beyond happiness.

Happy New Year! Wishing you the best for 2020!

Okcash V5 core Bliss

Change List 31-Dec-2019 - v5.0.0.0-core Bliss

*a - Commits by: Dmitri Bogomolov


Instructions for previous clients:

  • Close your Okcash client, replace it with the v5.0.0.0 , open your client, done.

OK Binaries (Security Checksums)

Okcash_5000_windows_EasyInstaller.exe

MD5: 03CCCAA31B9B2CD39E6EAE02CECC05CE
SHA-1: A9D7234828A9D5EAB1F3D3F45D46DEB632814404

Okcash_5000_windows_standalone.zip

MD5: B42CDE4028D7E10990E7B982EE20499E
SHA-1: 39422AFE8ADA73FC9105A8C58FD13A0599E7177E

Okcash_5000_mac_EasyInstaller.pkg [10.13-10.14]

MD5: A079785D9FE4AB00D52EE01F2483A313
SHA-1: A7C2257F1F12C3E18FEEC8DFBCB40C0EDBFE8A8D

Okcash_5000_linux64.zip [Ubuntu 18]

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install libssl1.0-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: 2B9BFDA50B1D0C87B80461DFD44DC39F
SHA-1: 1858AF2195302A32E41CF0B2F98B595536F63CAA

Okcash_5000_ubuntu16.zip

Install dependencies before running the okcash client:

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev -y

sudo apt-get install qtcreator qt5-default qttools5-dev-tools libqt5webkit5-dev -y

sudo add-apt-repository ppa:bitcoin/bitcoin -y

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

MD5: 42F52D6D56101176132BD822D649DA6C
SHA-1: 21669A34914E1288B44D5619A5C3F3DB541CC323

OK wallet v4.0.0.7-core Utopia

22 May 21:06
Compare
Choose a tag to compare

OK Wallets v4.0.0.7 core

codename: Utopia

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Happy 9th Bitcoin Pizza Day!

Change List 22-May-2019 - v4.0.0.7-core Utopia

  • Improved connectivity.
  • New dns seeders.
  • New hardcoded seeders.
  • maxconnections default: 33.
  • Code cleanup.
  • Documentation updates.
  • Fixed png profiles.
  • Upgraded Pro file for win, linux, mac.
  • Minor UI upgrades.

OK Binaries (Security Checksums)

Okcash_4007_windows_EasyInstaller.exe

MD5: 0D181FF2187E9DB95C20E44D52E82BEB
SHA-1: 1DE84392375A29D4EF28219399533F70C41EFC88

Okcash_4007_windows_standalone.zip

MD5: DA28C50AE5171B9D34A87050EEDBE3F9
SHA-1: 911A0B478A713838FCE4B3D6855299F36944CE70

Okcash_4007_mac_EasyInstaller.pkg [10.13-10.14]

MD5: D92AE9907D836890FC34FCE659E63C75
SHA-1: 0ED1DAC15DC68A074085B3075C9CD9433EFFE0A4

Okcash_4007_linux64.zip [Ubuntu 18]

MD5: B444500AC58FD22CEC1A9DE92F5CC921
SHA-1: 229DD92DAB0BB9A8E5CBBB19584EEF52AC8F59D0

Okcash_4007_ubuntu16.zip

MD5: 601709097CF01A91EA522CCDE8855516
SHA-1: 6D4E00E17445B21E371005273294F84CF20458E0

Okcash_4007_debian9.zip

MD5: 2D966B5B789663422DCEBDFDADF31EAE
SHA-1: 0EDF11E48362A20116BC843B5C81324A8DD54DD0

Okcash_4007_debian8.zip

MD5: DAD07FA42909CD4F81912766D8FBB518
SHA-1: 1674F7406ABBC57FC3C25BD541591D2B9AAFA118

Okcash_4007_fedora30.zip

MD5: A12A7A200A3E2843398D1E88251C5868
SHA-1: 5B68E095D7863AD2F3AAB7709281307291666EDE

OK wallet v4.0.0.6-core Utopia

02 May 03:43
14de819
Compare
Choose a tag to compare

OK Wallets v4.0.0.6 core

codename: Utopia

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Change List 30-April-2019 - v4.0.0.6-core Utopia

  • Sec Checkpoints (Security / Maint)
  • Deps updates across platforms (Performance)
  • Boost libs updt to 1.66 for MacOSX (Performance) *a
  • New DNS seeders/ Updated seeders (Performance / Security)
  • Updated links, typos (Res / Update)
  • Updated License "in Memoriam Guto Schiavon" (Design) *b
  • v4006 img, code cleanup (Design / Imp)
  • OpenSSL updated to latest 1.0.2 (Security)
  • Updated qtools and webkit (Performance / Security)
  • QRC fixes (Design)

*a - Commits by: Garry Passarella
*b - Commits by: Everton Melo


OK Binaries (Security Checksums)

Okcash_4006_windows_EasyInstaller.exe

MD5: 384A47E385D5E61A35DECB8BA5260D3B
SHA-1: F9F043E6780417B4DE0D738792268DC9C814ABEE

Okcash_4006_windows_standalone.zip

MD5: ADA73AA699FF09C08DCDA049BE1B6202
SHA-1: C373EFF3BDAFB887B66380B6C45204E026EDEE6C

Okcash_4006_mac_EasyInstaller.pkg [10.13-10.14]

MD5: FD89E6DE5513D512111E128A1935259B
SHA-1: 56F13343AF6CEF72C91A09778BE30E94333D15CB

Okcash_4006_linux64.zip [Ubuntu 18]

MD5: 85D1ED2BD3F514E26579932494B74CF9
SHA-1: 55787781CFAD4B055A9B4EF2C2321F0E98CB6947

Okcash_4006_ubuntu16.zip

MD5: DBAF1E5FBF1F04F1A1F0A0E7296ADB7E
SHA-1: 8F173F2375502A8455216AC2567057EA77CFC17A

Okcash_4006_debian9.zip

MD5: AAAE6330F60C72BF86091C264A62E812
SHA-1: 774488AFC5E4FDA40AEFD44B9A9871E4A428A5E3

Okcash_4006_debian8.zip

MD5: 0C8D01FF407D4785199D4A358C97711C
SHA-1: D83EDD72FBC8600D5764CF3E02461A8563CA968E

Okcash_4006_fedora30.zip

MD5: B2E888BAC9B28CA36D679442BB42A421
SHA-1: 33F609E410F5E2EF1DD6DCF8C293BEB56EDB4BD1

OK wallet v4.0.0.5-core Utopia

01 Oct 01:21
Compare
Choose a tag to compare

OK Wallets v4.0.0.5 core

Okcash-v4005

codename: Utopia

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Change List 30-September-2017 - v4.0.0.5-core Utopia

  • Sec Checkpoints (Security / Maint)
  • New Logo, v4005 img, cleaner design (Imp / Design)
  • New DNS seeders (Res / Update)
  • Updated links, typos (Res / Update)

** Splash image art created by: Tay (OkxposGFX)


OK wallet v4.0.0.4-core Utopia

13 Apr 10:29
Compare
Choose a tag to compare

OK Wallets v4.0.0.4 core

codename: Utopia

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Change List 13-April-2017 - v4.0.0.4-core Utopia

  • Sec Checkpoints (Security / Maint)
  • Balance on user menu (Imp / Design)
  • Updated OK chain explorer links for txs/addr (Res / Update)
  • Updated links added to About. (Res / Update)
  • New binaries/support included for the Banana Pro IoT devices. (Comp / Platforms)

OK Wallets v4.0.0.3-core v4 Utopia

30 Nov 10:19
Compare
Choose a tag to compare

OK Wallets v4.0.0.3 core

codename: Utopia

non-mandatory

Released: October 30th 2016

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Change List - v4.0.0.3-core v4 Utopia

  • Qset updt (imp / fix)
  • New Linux Easy Installer

OK wallet v4.0.0.2-core v4 Utopia

30 Nov 10:06
Compare
Choose a tag to compare

OK Wallets v4.0.0.2 core

codename: Utopia

non-mandatory - bump

Utopia (/juːˈtoʊpiə/ yoo-TOH-pee-ə) is an imagined ideal community or society that possesses highly desirable or nearly perfect qualities. Utopian ideals often place emphasis on egalitarian principles of equality in economics, government and justice, though by no means exclusively, with the method and structure of proposed implementation varying based on ideology.

Released: October 29th 2016
Change List - v4.0.0.2-core v4 Utopia

  • Linux desktop files (imp / maint)
  • Protocol update (security / maint)