* New! Latest stable version of OK wallet v7-SpaceMonkey *

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - OKupdates

#61
Wrapped Okcash BSC [OK] — Okcash expands into the DEFI Universe! 

Now You can swap your Okcash back and forth and be able to use it over the Binance Smart Chain.
Enjoy DEFI with Okcash!

https://okcash.news/wrapped-okcash-bsc-okcash-expands-into-the-defi-universe-18bd233f10e9



https://oktoken.cash
https://twitter.com/OkcashCrypto/status/1580912488081940480

#62

New Okcash Logo

To celebrate the upcoming halving and as part of Okcash improvements,
is time to release the new Logo for OK to integrate better with the coming upgrades and the new times!
We hope you like it!
Enjoy.




#63
New Release of the OK client 6.9.0.7 - code name: Aether

Run Okcash everywhere on Windows, Mac OSX, IoT and every Linux distro!


https://github.com/okcashpro/okcash/releases/latest

OK V6.9 codename: Aether

Aether
(/Aithḗr/) is the personification of the "upper sky". He embodies the pure upper air that the gods breathe, as opposed to the normal air (ἀήρ, aer) breathed by mortals.

Change List 22-Feb-2022  - v6.9.0.7-core Aether

  - Security Updates.
  - Latest QT build.
  - Sec Checkpoints.
  - Code improvements.
  - 64bit binaries.
  - Protocol upgrade.


Thanks everyone for your support to the OK network.
If you require further assistance, remember to join: https://discord.gg/grvpc8c [Live chat] where the Okcash community and team members are ready to help.


#65
New Release of the OK client 6.9.0.5 - code name: Aether

"Mandatory upgrade if client is older than v6.9" -> LTSSposv3hybrid system goes live after block number: 3,027,542

Run Okcash everywhere on Windows, Mac OSX, IoT
and every Linux distro with the new AppImage Releases!


https://github.com/okcashpro/okcash/releases/latest
OK V6.9 codename: Aether

Aether
(/Aithḗr/) is the personification of the "upper sky". He embodies the pure upper air that the gods breathe, as opposed to the normal air (ἀήρ, aer) breathed by mortals.

Change List 01-Feb-2021  - v6.9.0.5-core Aether


  - Fix for segmentation fault on new systems.
  - Fix for mac OSX compilations makefile.
  - Removal of okchat GUI (not really been used by the community, we are making space for new features, system still in place, we can bring it back if users request/reach consensus)
  - Code synt improvement.

---
Instructions for previous clients:

From v6 clients

    Close your Okcash client, replace it with the v6.9.0.5 , open your client and you are done.

From old clients (v1-2-3-4-5)

    Close your Okcash client, replace it with the v6.9.0.5 , open your client, let it reindex the chain (one time only, takes 3 hrs aprox. the wallet will close itself when done) check your wallet is closed, open it and you are done.
    (If cant sync or don't want to wait for the reindex you can re-download the latest ok-blockchain)

---
Create and Restore an Okcash HD Wallet
---

When you load the new Okcash HD wallet for the first time, it will create a new HD account for you and set it as default, any new addresses generated will be from the default HD account [unique to you].
However, as this is pre-generated and not easy to remember, we suggest you to proceed to create a new HD account using a mnemonic sentence.

Always backup your wallet.dat first!

              Creating an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Create a new Okcash HD wallet[Account] (OK Tools > Get a new HD Wallet) and give it a name
                    4. Go to "OK Tools > Advanced HD config" and make sure the new HD account
                        you just named is showing as "default"
                    5. Send some Okcash from your old wallet to the new one

              Recovering / Restoring an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Go to "OK Tools > Import an HD Wallet" and complete the steps
                    4. Go to "OK Tools > Debug Console" and type scanforalltxns 1
                    5. You should see your test transaction showing up

            Your new Okcash HD wallet is setup, and the mnemonic sentence + optional password
            is all you need to access all new created addresses.

---
How to run an AppImage on Linux:
---

Before you can run an AppImage, you need to make it executable. This is a Linux security feature. There are three main ways to make an AppImage executable:

1. With the GUI

    Open your file manager and browse to the location of the AppImage
    Right-click on the AppImage and click the 'Properties' entry
    Switch to the Permissions tab and
    Click the 'Allow executing file as program' checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the 'Is executable' checkbox if you are using Dolphin, or change the 'Execute' drop down list to 'Anyone' if you are using PCManFM
    Close the dialog
    Double-click on the AppImage file to run

2. On the command line

chmod a+x Some.AppImage

---

Thanks everyone for your support to the OK network.
If you require further assistance, remember to join: https://discord.gg/grvpc8c [Live chat] or the https://okcashtalk.org [Forums] where the Okcash community and team members are ready to help.

#66
New Release of the OK client 6.9.0.3 - code name: Aether

"Mandatory upgrade if client is older than v6.9" -> LTSSposv3hybrid system goes live after block number: 3,027,542

Run Okcash everywhere on Windows, Mac OSX, IoT
and every Linux distro with the new AppImage Releases!


https://github.com/okcashpro/okcash/releases/latest
OK V6.9 codename: Aether

Aether
(/Aithḗr/) is the personification of the "upper sky". He embodies the pure upper air that the gods breathe, as opposed to the normal air (ἀήρ, aer) breathed by mortals.

Change List 05-Jan-2021  - v6.9.0.3-core Aether

    New commands/rpc calls for information/integration/compatibility with 3rd party apps:

  - getwalletinfo

      Returns an object containing various wallet state info.

      Result:
      {
      "walletversion": xxxxx, (numeric) the wallet version
      "balance": xxxxxxx, (numeric) the total bitcoin balance of the wallet
      "txcount": xxxxxxx, (numeric) the total number of transactions in the wallet
      "keypoololdest": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool
      "keypoolsize": xxxx, (numeric) how many new keys are pre-generated
      "unlocked_until": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked
      }

  - getblockchaininfo

      Returns an object containing various state info regarding block chain processing.

      Result:
      {
      "chain": "xxxx", (string) current chain (main, testnet3, regtest)
      "blocks": xxxxxx, (numeric) the current number of blocks processed in the server
      "headers": xxxxxx, (numeric) the current number of blocks processed in the network
      "bestblockhash": "...", (string) the hash of the currently best block
      "difficulty": xxxxxx, (numeric) the current difficulty
      "verificationprogress": xxxx, (numeric) estimate of verification progress [0..1]
      "chainwork": "xxxx" (string) total amount of work/trust in active chain, in hexadecimal
      }

  - getblock (upgraded, now includes hex-encoded data returns)

  - getblockheader

      If verbose is false, returns a string that is serialized, hex-encoded data for blockheader 'hash'.
      If verbose is true, returns an Object with information about blockheader <hash>.

      Arguments:
      1. "hash" (string, required) The block hash
      2. verbose (boolean, optional, default=true) true for a json object, false for the hex encoded data

      Result (for verbose = true):
      {
      "hash" : "hash", (string) the block hash (same as provided)
      "confirmations" : n, (numeric) The number of confirmations, or -1 if the block is not on the main chain
      "height" : n, (numeric) The block height or index
      "version" : n, (numeric) The block version
      "merkleroot" : "xxxx", (string) The merkle root
      "time" : ttt, (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)
      "nonce" : n, (numeric) The nonce
      "bits" : "1d00ffff", (string) The bits
      "difficulty" : x.xxx, (numeric) The difficulty
      "previousblockhash" : "hash", (string) The hash of the previous block
      "nextblockhash" : "hash" (string) The hash of the next block
      }

  - Bug fixes.

---
Instructions for previous clients:

From v6 clients

    Close your Okcash client, replace it with the v6.9.0.3 , open your client and you are done.

From old clients (v1-2-3-4-5)

    Close your Okcash client, replace it with the v6.9.0.3 , open your client, let it reindex the chain (one time only, takes 3 hrs aprox. the wallet will close itself when done) check your wallet is closed, open it and you are done.
    (If cant sync or don't want to wait for the reindex you can re-download the latest ok-blockchain)

---
Create and Restore an Okcash HD Wallet
---

When you load the new Okcash HD wallet for the first time, it will create a new HD account for you and set it as default, any new addresses generated will be from the default HD account [unique to you].
However, as this is pre-generated and not easy to remember, we suggest you to proceed to create a new HD account using a mnemonic sentence.

Always backup your wallet.dat first!

              Creating an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Create a new Okcash HD wallet[Account] (OK Tools > Get a new HD Wallet) and give it a name
                    4. Go to "OK Tools > Advanced HD config" and make sure the new HD account
                        you just named is showing as "default"
                    5. Send some Okcash from your old wallet to the new one

              Recovering / Restoring an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Go to "OK Tools > Import an HD Wallet" and complete the steps
                    4. Go to "OK Tools > Debug Console" and type scanforalltxns 2730690
                    5. You should see your test transaction showing up

            Your new Okcash HD wallet is setup, and the mnemonic sentence + optional password
            is all you need to access all new created addresses.

---
How to run an AppImage on Linux:
---

Before you can run an AppImage, you need to make it executable. This is a Linux security feature. There are three main ways to make an AppImage executable:

1. With the GUI

    Open your file manager and browse to the location of the AppImage
    Right-click on the AppImage and click the 'Properties' entry
    Switch to the Permissions tab and
    Click the 'Allow executing file as program' checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the 'Is executable' checkbox if you are using Dolphin, or change the 'Execute' drop down list to 'Anyone' if you are using PCManFM
    Close the dialog
    Double-click on the AppImage file to run

2. On the command line

chmod a+x Some.AppImage

---


#68
New Release of the OK client 6.9.0.0 - code name: Aether

"Mandatory upgrade" -> LTSSposv3hybrid system goes live after block number: 3,027,542

Run Okcash everywhere on Windows, Mac OSX, IoT
and every Linux distro with the new AppImage Releases!


https://github.com/okcashpro/okcash/releases/latest
OK V6.9 codename: Aether

Aether
(/Aithḗr/) is the personification of the "upper sky". He embodies the pure upper air that the gods breathe, as opposed to the normal air (ἀήρ, aer) breathed by mortals.

Change List 19-Dec-2020  - v6.9.0.0-core Aether

- Full Revamp of the Okcash Client and GUI.
- OK Client GUI full Redesign for ease of use.
- LTSSposv3hybrid development and implementation done, with this upgrade Okcash will achieve full "predictability" just like Bitcoin but under the unique Okcash Proof of Stake LTSS system by integrating its own implementation of POS v3, increased security of the network among other benefits. [Starts after block 3,027,542]
- Asynchronous Indexing.
- Added BIP44 support.
- Added BIP39 support.
- Integrated CheckLockTimeVerify. [BIP65]
- Massive overhaul regarding the way orphans are dealt with.
- Refactored code. [Way more clean and removed useless bits]
- Added checkbox for unlocking the wallet for OK Chat smsgs only.
- Hierarchical Deterministic wallet - which means you can recover all the keys in a wallet using only the master key.
- New prefix for base58 data.
- BIP32 support.
    - Each extended key can derive 2^31 normal child keys and 2^31 hardened child keys.
    - All new keys are deterministically generated from a master key.
    - The complete wallet state (except key labels) can be recreated from a single master key.
- New rpc function extkey, alias: bip32 (The path is a backslash delimited string of digits. m/3/4h/5) Only backslashes, digits and m, h and ' may occur in the path. The tokens m and 0 can only be first or last in the path.
- Translation strings for the OK Client are now ready to be loaded to Transifex to add more languages support.
- Added Gitian build descriptors.
- OK Chat SMSG ScanBlock harvest public keys from coinstake transactions.
- Added "Txn Type" field to txnreport.
- Added 'env' parameter to getinfo returns more environment specific information.
- Added simple command line interface to okcashd enabled with new parameter "cli" when not started as a daemon.
- Added createmultisig rpc command. (createmultisig does the same as existing command addmultisigaddress except that the resulting address and script are not added to the wallet.
- decoderawtransaction scriptPubKey includes the hex representation hex of a prevout scriptPubKey is required for signrawtransaction.
- signrawtransaction works when private keys are passed in as parameters.
- Micromarkdown formatting.
- New assets path on code with new plugins to expand/integrate more capabilities/features to the OK Client.
- Full upgrade to the OK Chat SMSG system in design and code. [v2]
- New option to disable OK Chat SMSG scanning of incoming blocks. - smsgoptions set scanIncoming false.
- smsgoptions command is now case insensitive.
- smsgoptions list takes a bool parameter to list option descriptions.
- dumpprivkey takes a pubkey as input.
- Improved init messages.
- Improved debug and log feedback messages.
- New oktools folder on code with some scripts for setup/build/sync for developers.
- New .tx folder on code for the translations "Transifex" config.
- Bug fixes.

---
Instructions for previous clients:
---

- Close your Okcash client, replace it with the v6.9.0.0 , open your client, let it reindex the chain (one time only, takes 3 hrs aprox. the wallet will close itself when done) check your wallet is closed, open it and you are done.
(If cant sync or dont want to wait for the reindex you can re-download the latest ok-blockchain)

---
Create and Restore an Okcash HD Wallet
---

When you load the new Okcash HD wallet for the first time, it will create a new HD account for you and set it as default, any new addresses generated will be from the default HD account [unique to you].
However, as this is pre-generated and not easy to remember, we suggest you to proceed to create a new HD account using a mnemonic sentence.

Always backup your wallet.dat first!

              Creating an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Create a new Okcash HD wallet[Account] (OK Tools > Get a new HD Wallet) and give it a name
                    4. Go to "OK Tools > Advanced HD config" and make sure the new HD account
                        you just named is showing as "default"
                    5. Send some Okcash from your old wallet to the new one

              Recovering / Restoring an Okcash HD wallet:

                    1. Turn off the OK Client, save your wallet.dat [Backup] and rename it
                    2. Turn on the latest OK Client
                    3. Go to "OK Tools > Import an HD Wallet" and complete the steps
                    4. Go to "OK Tools > Debug Console" and type scanforalltxns 2730690
                    5. You should see your test transaction showing up

            Your new Okcash HD wallet is setup, and the mnemonic sentence + optional password
            is all you need to access all new created addresses.

---
How to run an AppImage on Linux:
---

Before you can run an AppImage, you need to make it executable. This is a Linux security feature. There are three main ways to make an AppImage executable:

1. With the GUI

    Open your file manager and browse to the location of the AppImage
    Right-click on the AppImage and click the 'Properties' entry
    Switch to the Permissions tab and
    Click the 'Allow executing file as program' checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the 'Is executable' checkbox if you are using Dolphin, or change the 'Execute' drop down list to 'Anyone' if you are using PCManFM
    Close the dialog
    Double-click on the AppImage file to run

2. On the command line

chmod a+x Some.AppImage

---

Merry Christmas! Enjoy and celebrate with your loved ones.
If you require further assistance, remember to join: https://discord.gg/grvpc8c [Live chat] or the https://okcashtalk.org [Forums] where the Okcash community and team members are ready to help.

#69


Okcash is getting integrated in the next weeks in to the TENT Wallet, providing OK users with swaps between currencies and the use of crypto debit cards.

 #OKCash is coming to TENT Wallet (BitFrost) in upcoming release. Users will be able to swap 🔄
 between currencies and use crypto debit cards 💳
 Welcome onboard 🌍♥️🎉✌️
#BUIDL #cryptocurrencies
A Big Thanks to the involved teams and users.

https://twitter.com/kompletit/status/1327940259628380162

#70
New Release of the OK wallet 5.0.0.5!
Run Okcash everywhere on Linux as well with the new AppImage Releases!
Lets celebrate Okcash 6th year on Nov 24th 2020, join Discord on that day for nice rains by the community!



https://github.com/okcashpro/okcash/releases/latest
OK Wallets v5.0.0.5 core - Mandatory Upgrade if running older than v5.0.0.0

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-Nov-2020 - v5.0.0.5-core Bliss

    - Upgraded connections/ connect only to v5 clients (Network)
    - New pnseeds (Network)
    - Sec Checkpoints. (Security/Performance)
    - New appimage release for most linux distros (Archlinux, Centos, Debian, Fedora, OpenSUSE, Red Hat, Ubuntu and more!)
      *: thanks to opensourcer2 for the request/feedback.

Before you can run an AppImage, you need to make it executable. This is a Linux security feature. There are three main ways to make an AppImage executable:

    With the GUI

    Open your file manager and browse to the location of the AppImage
    Right-click on the AppImage and click the 'Properties' entry
    Switch to the Permissions tab and
    Click the 'Allow executing file as program' checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the 'Is executable' checkbox if you are using Dolphin, or change the 'Execute' drop down list to 'Anyone' if you are using PCManFM
    Close the dialog
    Double-click on the AppImage file to run

    On the command line

chmod a+x Some.AppImage

Enjoy.

Instructions for previous clients:

    Close your Okcash client, replace it with the v5.0.0.5 , open your client, you are done.
    (If cant sync, re-download the ok-blockchain)

#73

New Release of the OK wallet 5.0.0.3!



https://github.com/okcashpro/okcash/releases/latest
OK Wallets v5.0.0.3 core - Mandatory Upgrade if running older than v5.0.0.0

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 20-02-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
#74
ROKOS core v10 • Bitcoin Full node OS
Released for Pine64+

Download the Latest ROKOS versions over the website at: rokos.space


ROKOS • Bitcoin Full node OS
For Raspberry Pi, zero, 2, 3, 4, BananaPi PRO, PINE64+, Odroid + more IoT Devices.
Integrated OK and Bitcoin Full nodes, BFG and CGMiners, Dev tools + Cryptocurrencies
Clients/Nodes Support

Just Download and Burn to Start your own OK and Bitcoin Full node


Cryptocurrency and the Internet of Things
Core: Debian based OS with integrated Bitcoin OK Clients, Nodes, Dev tools and Miners ready for use.


-- Latest Release --



Distribution aimed for everyone, from new IoT users to IoT Developers, Ease of use.
Download & Burn, Ready for use Out of the Box.


Requirements:
ROKOS v10 "core":
- Raspberry Pi zero, 2, 3, 4. - ready for download
- Pine64+ - ready for download
- Banana Pi - coming update
- Odroid - coming update

- 16gb SD card.
- External device (usb / hdd / ssd). To sync the BTC chain on the external device instead of the SD card, BTC chain alone is around 280gb.


ROKOS v10 "core" for Pine64+ screen shot



#75
Celebrate with the New Release of the OK wallet 5.0.0.2!



https://github.com/okcashpro/okcash/releases/latest
OK Wallets v5.0.0.2 core - Mandatory Upgrade if running older than v5.0.0.0

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, enjoy.

#76
Integrated Currencies: Bitcoin - Okcash - Litecoin - Bitcoin Cash - Dash - Qtum - Dogecoin - Navcoin - Blackcoin - Einsteinium - Diamond - MonetaryUnit.


ROKOS flavors v10 • Crypto Full node OS
Released (25/01/2020)


Download the Latest ROKOS flavors versions over the website at: rokos-flavors.space



Full Cryptocurrency Clients, miners, nodes and much more; Faster, Easier, Stronger and more Elegant.
ROKOS v10 "Flavors" Crypto Full node OS for Raspberry Pi 2, 3, 4 IoT Devices Released.



ROKOS [Flavors] • Crypto Full node OS
For Raspberry Pi, zero, 2, 3, 4, BananaPi PRO, PINE64+, Odroid + more IoT Devices.
Integrated Cryptocurrencies Full nodes, BFG and CGMiners, Dev tools + Clients/Nodes Support

Just Download and Burn to Start your own Crypto Full node


Cryptocurrency and the Internet of Things
Core: Debian based OS with integrated Cryptocurrencies Clients, Nodes, Dev tools and Miners ready for use.


-- Latest Release --


ROKOS v10 "Flavors"  for Raspberry Pi 2, 3, 4
Full Cryptocurrency Clients, nodes and much more. Faster, Easier, Stronger, more Elegant.

We support the new technology and uses for cryptocurrencies in the Raspberry Pi , Bananapi, Pine64+, odroid and IoT environments, hence we came up with a Free solution for every IoT enthusiast, developer, user, service that want to use their IoT devices with Cryptocurrencies, or that would like to turn their Device into a Hardware wallet, Mining or Staking device.

ROKOS flavors comes with fully functional Cryptocurrencies Full nodes / clients among other goodies and provides the users with the best and easier Out of the Box experience; The favorite toolbox for developers and new users alike.

v10 "Flavors" OS

The First OS image release that merges the full power of Raspberry Pi zero, 2, 3, 4, Banana Pi PRO, Pine64+, odroid & IoT Devices with Cryptocurrencies:
- ROKOS v10 "flavors" comes with integrated Bitcoin, Okcash, Litecoin, Bitcoin Cash, Dash, Dogecoin, Qtum, Navcoin, Blackcoin, Einsteinium, Diamond and Monetary Unit Clients / nodes, Miners, Dev tools, deps, etc.



Distribution aimed for everyone, from new IoT users to IoT Developers, Ease of use.
Download & Burn, Ready for use Out of the Box.


Requirements:
ROKOS v10 "flavors":
- Raspberry Pi zero, 2, 3, 4. - ready for download
- Pine64+ - coming update
- Banana Pi - coming update
- Odroid - coming update

- 16gb SD card.
- External device (usb / hdd / ssd). To sync the different crypto chains on the external device instead of the SD card, BTC chain alone is around 280gb.


Some of the ROKOS flavors v10 features are

- Updated Bitcoin client / node v0.19.0.1 with full functionality.
- Updated Okcash client / node v5.0.0.2 with full functionality.
- Updated Litecoin client / node v0.17.1 with full functionality.
- Updated Bitcoin Cash client v0.20.11 with full functionality.
- Updated Qtum client / node v0.18.3 with full functionality.
- Updated Dash node v0.14.0.5 with full functionality.
- Updated Dogecoin node v1.14.2 with full functionality.
- Updated Navcoin node v4.7.2 with full functionality.
- Updated Blackcoin more client / node v2.13.2.4 with full functionality.
- Updated Einsteinium client / node v0.13.6.0 with full functionality.
- Updated Diamond client / node v3.0.1.3 with full functionality.
- Updated Monetary Unit client / node v2.1.4 with full functionality.
- Full burnable OS Compatible with the Raspberry Pi, Pine64+, Odroid and IoT devices.
- Full System / Programs Upgrade.
- Full Design Upgrade.
- Improved Firefox/Chrome browser. (depends on version)
- Autolog.
- Debian/Xubuntu/Ubuntu/Raspbian/Linux based. (depends on version)
- Dev Tools.
- Easier to Use mod Update.
- Security and Optimization Update.
- CGMiner ready. (3.7.2)
- BFGMiner ready. (5.5.0)
- Includes Qt and complete set of Dev tools [qt4+qt5] (For developers)
- Works with other cryptocurrencies.
- 1024 mb swap mod.
- Custom Login and Wallpapers.
- Cryptocurrencies clients / nodes integrated under /usr/local/bin/
- Easy Clients / Nodes Upgrades.
- Custom OK-Scripts to ease the user experience.
- Direct access to the Clients Via: Task bar and Menu > Blockchain.


ROKOS constantly evolves and releases new Versions based on:
- Security, Chain, Technology and Design updates.
- Ease of access and use for the final users.
- If you are looking for the Bitcoin Full node OS integrated for an Out of the Box experience you can find it in the version called ROKOS CORE.
- More wallets, programs or features, based on users/communities/developers feedback, support and/or cross collaborations.

ROKOS History of previous releases link.


ROKOS v10 "flavors" for Raspberry Pi 2, 3, 4 screen shots





#78

New Okcash.io — Cryptocurrency Resources, Graphics, Prices, Info and more


Check out the new site for Okcash and Crypto resources at: https://okcash.io
and get empowered today!




Okcash.io • Cryptocurrency Resources, Statistics, Graphics, Info, Services, Block explorers and more • Bitcoin Litecoin Okcash Ethereum Dogecoin links and more.


Some of the things you can do over Okcash.io:
Check out the 1h, 24h, 7d changes on some of the best cryptocurrencies





One Click download for your favorite graphics for services / personal use




OK Graphics from: https://github.com/okcashpro/okcash-graphics
[Submit your favorite ones to get added]


Find all the Okcash prices among exchanges in one page




All of the OK wallets out there in one place + instant sync + config file




You can also find the direct links for some of the best cryptocurrency explorers, communities, links, docs and more!


Give it a check over: https://okcash.io


Feel free to share your feedback.
Suggest what else would you like to find in the resources, propose changes or submit new content to the community managers over the OK Bitcoin Discord at: https://discord.gg/grvpc8c


Share and Care, Enjoy!