Pages:
Author

Topic: [ANN] (QTUM) - A Scalable Smart Contract Platform w/ Proof of Stake - page 11. (Read 525472 times)

sr. member
Activity: 722
Merit: 259


The Road to Offline Staking — Part 3 — Super Staker Wallet Weight


From the previous blogs in this series, you should be aware that the Super Staker provides Proof of Stake services for delegated addresses and stakes its UTXOs when it wins a block reward for the delegated addresses in Qtum’s Offline Staking protocol.

This means the Super Staker must have its own inventory of UTXOs ready to be staked, and locked in a stake for 500 confirmations (blocks). For a Super Staker managing a large number of delegated UTXOs, how many UTXOs should it hold for staking? If the Super Staker has all its UTXOs committed to stakes it will stop staking and can’t win any block rewards.

TL;DR For Qtum Offline Staking, the Super Staker must have enough UTXOs to stake proportional to the Delegated Weight it is staking. A simulation shows the appropriate Wallet Weight for various Super Stakers, for example, with a Delegate Weight of 5% of Network Weight, the Super Staker should have a Wallet Weight of 15,000 QTUM.

Read more: https://blog.qtum.org/the-road-to-offline-staking-part-3-super-staker-wallet-weight-c5ae6d2c5edd



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum

sr. member
Activity: 722
Merit: 259

Development Updates (June 02 - 08)


Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.

Pull Requests


Pushed Commits

  •     1e42c34 Added tests for offlinestaking protocol; only relay blocks after full block validity has been checked
  •     89a29b1 Merge pull request #840 from qtumproject/djaen/offlinestaking-testing
  •     7707f8e Add delegation tests
  •     6e28e52 replace ceiling with integer division
  •     3ed8190 Merge pull request #841 from qtumproject/xuanyan/fix-ceil


Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using DeltaDB.

  •     Continued work on Neutron ABI for smart contracts
  •     Fix difficult bug involving how neutron-host's "protodb" does committing of checkpoints
  •     Add smart contract storage APIs to neutron-star
  •     Port an allocator (with modifications to become "unlocked") to neutron-star so that dynamic allocations can work properly including vectors etc.
  •     Update x86 documentation on https://x86.qtum.org/


Lightning Network

  •     No update for this period


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products

Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •     No update for this period


Electrum Wallet

  •     No update for this period


Mobile Wallet

  •     Working on iOS & Android versions
  •     Download:
  •     Check the Google Play Store for the "Qtum Wallet" published by the Qtum Foundation
  •     Official website: https://qtumeco.io/wallet


Web Wallet



Qtum Testing

  •     Continued testing for Offline Staking


Documentation

  •     No update for this period




Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum



sr. member
Activity: 722
Merit: 259

Qtum AMA w/ Binance Español (Translated to English)


Miguel Palencia, Qtum’s CIO, answered questions for the Binance AMA.

If you couldn’t attend the AMA that we organized with Binance on their Spanish Telegram channel, don’t worry, here we have a summary of everything that happened during the event. Miguel Palencia, our CIO (Head of Information), participated by answering questions from the community about Qtum.

Read more https://blog.qtum.org/qtum-ama-w-binance-espa%C3%B1ol-translate-to-english-fe0b8315a2fa



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


newbie
Activity: 21
Merit: 0
get peer info please. my wallet 0 connection

Also answering on Telegram

Use addnode with the command:

Code:
addnode qtum5.dynu.net:3888 add

You can also try the addnode command with

Code:
qtum3.dynu.net
qtum6.dynu.net
qtum7.dynu.net

If none of those are connecting, check your network connection with ping:

Code:
ping qtum7.dynu.net
newbie
Activity: 23
Merit: 0
get peer info please. my wallet 0 connection
sr. member
Activity: 722
Merit: 259


Development Updates (May 26 - June 01)


Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.

Pushed Commits

  •     af9264a Fix rpc_psbt test
  •     eb8b91a Merge master into offlinestake-menu
  •     67e96c0 Add Staking, Delegations and Super Staking under one menu
  •     18574c2 Merge pull request #838 from qtumproject/time/offlinestake-menu
  •     6e424a9 Remove open and close db logs from make check


Pull Request #838 Commit Summary

  •     Modal overlay back wallet text appears truncated
  •     Merge pull request #835 from Bushstar/patch-1
  •     Merge master into offlinestake-menu
  •     Add Staking, Delegations and Super Staking under one menu


Pull Request #837 Commit Summary

  •     add PoD test cases


Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using DeltaDB.

  •     Continued working on ABI macro work for Neutron smart contracts
  •     Merged a large overhaul to Neutron Host (Testbench) which introduces a stable infrastructure on which to implement the planned Neutron features
  •     Added documentation to Neutron Host with an explanation of what it is for and example usage
  •     Update x86 documentation on https://x86.qtum.org/


Lightning Network

  •     No update for this period


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products

Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •     No update for this period


Electrum Wallet

  •     No update for this period


Mobile Wallet

  •     No update for this period
  •     Download:
  •     Check the Google Play Store for the "Qtum Wallet" published by the Qtum Foundation
  •     Official website: https://qtumeco.io/wallet


Web Wallet

  •     No update for this period


Qtum Testing

  •     Continued testing for Offline Staking


Documentation





Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum
sr. member
Activity: 722
Merit: 259

Development Updates (May 19 - 25)


Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.



Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using DeltaDB.



Lightning Network

  •    No update for this period


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products

Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •    No update for this period


Electrum Wallet



Mobile Wallet



Web Wallet

  •    No update for this period


Qtum Testing

  •    No update for this period


Documentation

  •    No update for this period



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


legendary
Activity: 1049
Merit: 1001
Very cool program, just setup a node on a vps and realized I am late to the party for the Global Full Nodes Incentive Program. My fault for not looking more closely at the dates

I might as well leave the node up for a month since I set it up

Wishing everyone much luck with this project
hero member
Activity: 952
Merit: 501
One of the few ICO projects developed well.
You can see that I am a really well-made team. They deserve to be in the top 3.
Thanks for your hard work.

most of ICO dead after they raise money.
sr. member
Activity: 722
Merit: 259

Development Updates (May 12 - 18)


Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.



Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using DeltaDB.



Lightning Network

  •    No update for this week.


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products

Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •    No update for this period


Electrum Wallet

  •    No update for this period


Mobile Wallet



Web Wallet

  •    No update for this period


Qtum Testing

  •    No update for this period


Documentation




Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum





newbie
Activity: 182
Merit: 0
One of the few ICO projects developed well.
You can see that I am a really well-made team. They deserve to be in the top 3.
Thanks for your hard work.
newbie
Activity: 35
Merit: 0
We are getting the latest news through Qtum Weekly Update Report.
Continuous technology development is taking place and the transparency of the foundation can be confirmed.
Thanks for the effort
sr. member
Activity: 722
Merit: 259

Development Updates (April 27 - May 11)


Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.

  •    PR 809: Offline staking implementation https://github.com/qtumproject/qtum/pull/809
  •    Added new super staker list and updated the delegate list GUI with staking related data.
  •    Added new dialogs for:
           * Add super staker
           * Split coins for super staker
           * Split coins for delegate
           * Delegations for super staker
           * Super staker configuration
  •    Add offline staking tool tips PR #832: https://github.com/qtumproject/qtum/pull/832


Over 63 commits related to Offline Staking pushed.

  •    fd848cf Add super staker item widget
  •    0b65d16 Add super staker list widget
  •    7c2f8b2 Add gui option for super staking parameter
  •    127ad16 Add add super staker page
  •    23428c8 Add super staker configuration dialog
  •    476b31f Add super staker page
  •    60a6c13 Add super staker page to navbar
  •    13d9f96 Merge master into superstaker-gui
  •    6f971bc Update super staker list css
  •    14f13bc Add dialog to get delegations for super staker
  •    c2d8c84 Add super staker item model
  •    56f9ab5 Add super staker entry
  •    fb3a52d Merge offlinestake into superstaker-gui
  •    4ca4101 Update the enable super staking option
  •    ecb7b10 Add remove super staker
  •    45a4d04 Connect get delegations dialog
  •    b7220ab Check is super staking is enabled
  •    7b6fba9 Add staker delegation view
  •    45eacf0 Nodify for delegations changed
  •    e355380 Add delegations staker item model
  •    c55f90a Update super staker config dialog
  •    5f3b934 Add header data to delegation staker model
  •    8cb8ca9 Update delegation staker model and view
  •    e6dfcaa Add weight to the delegations staker model
  •    a59afee Format delegations staker view fee
  •    53d718b Add amount column in staker delegation view
  •    e7af6a7 Select staker in delegation and config forms
  •    05331af Update validated text edit to remove duplicates
  •    c224e6c Merge offlinestake into superstaker-gui
  •    2ef1ceb Format fee and weight for DelegationStaker
  •    c15e940 Format fee for super staker and delegation
  •    744561b Add method to get the super staker weight
  •    ec8b342 Merge offlinestake into superstaker-gui
  •    3bd65e8 Merge offlinestake into superstaker-gui
  •    beced88 Update super staker info struct
  •    1c7121e Add split utxo page
  •    4d21a60 Move super staker min fee to the config
  •    d599fa4 Get super staker recommended config
  •    85227d8 Add staker name in add delegation page and add super staker page
  •    73270de Merge master superstaker-gui
  •    259912d Merge offlinestake into superstaker-gui
  •    3dba38a Update super staker config dialog
  •    1a22126 Display staker name for super staker
  •    3dea4ad Add split coins for address to super staker and delegation page
  •    1bb5df3 Add copy name in super staker page
  •    4a8424c Add copy staker name in delegation page
  •    d9778a1 Add balance and stake information into delegations and super stakers list
  •    7ee6663 Update split utxo page
  •    580227d Add suport for custom configuration for super staker
  •    9df8e15 Update super staker config dialog
  •    19d8af6 Update staker and delegation widget
  •    69c42c8 Get address balance and stake for delegation and superstaker
  •    eefc3be Check if super staker exist before adding
  •    4f1812c Add clear all in super staker configuration
  •    2a30801 Update of get staker address balance
  •    d4b50e7 Check the balance when set the staking icon for delegation
  •    fdd2d84 Include the blocks with pod only for getting stake for super staker, for the GUI list
  •    4884c4f Add weight to superstaker and delegation model
  •    ccf2f27 Update delegation weight computation
  •    e77bbf0 Merge pull request #830 from qtumproject/time/superstaker-gui
  •    07aa763 Fix delegations staker header name
  •    74842c4 Include configure icon
  •    209cac0 Merge pull request #831 from qtumproject/time/offlinestake-gitian-fix


Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using NeutronDB.



Lightning Network

  •    No update for this week


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products
Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •    No update for this period


Electrum Wallet

  •    Adding support for QRC20 batch transactions (#109)


Mobile Wallet



Web Wallet

  •    No update for this period


Qtum Testing

  •    No update for this period


Documentation

  •    No update for this period


sr. member
Activity: 722
Merit: 259

Neutron for the Non-Technical


You might have heard — Qtum is developing Neutron — a middleware technology to allow multiple virtual machines to run on Qtum and other blockchains.

Sounds cool, if you can grasp all those technical terms. So here it is, simply explained.

Read more https://blog.qtum.org/neutron-for-the-non-technical-c08e596d91b



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


sr. member
Activity: 1020
Merit: 391
Analyzing the history of Qtum what can we expect for posterity? Leaving aside the financial interests, what can Qtum leave for humanity? These are questions that can influence your interest in Qtum.

Thinking helps to elevate our concepts...
hero member
Activity: 952
Merit: 501
still see a lot of updates from Qtum..
sr. member
Activity: 722
Merit: 259

What is a Blockchain Halving: Bitcoin & More

The bitcoin halving is upon us, and at block 630,000 (approximately May 12, 2020) the bitcoin “subsidy” or “reward” for verifying transactions with newly created coins will drop from 12.5 BTC to 6.25 BTC per block. In this blog, we review the bitcoin halving, how it works, and how halving works for Qtum.

First though, why is there a halving? Miner incentives and token economics are beyond the scope of this article, but we can surmise that Satoshi wanted to give higher block rewards to attract early miners (now everyone would mine bitcoin if they could) and did not want to create an inflationary asset with a supply that grows forever.

Read more https://blog.qtum.org/what-is-a-blockchain-halving-bitcoin-more-a6cfa9427df8



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum



sr. member
Activity: 722
Merit: 259

How Does Blockchain Technology Protect Privacy?
An interview with Qtum’s Yi Zheng

Recently, the Chinese government State Council added a regulation to reform the market for providing data as part of the production process. Data must be used as a production input to strengthen the entire market, changing from old analog ways to move to the new digital economy. There must be a right to confirm data, with data only sold if it can be verified.

Over the past decade, big data has gradually permeated people’s daily lives, but it still faces many problems, the most important of which is data privacy. On April 14, 2020, Yi Zheng, lead developer (China) and co-creator of the Qtum Phantom privacy protocol, was interviewed by Guosheng Blockchain. The discussion focused on privacy protection and the development of privacy technology, including privacy technology implementation for big data and use cases to solve industry pain points.

Read more https://blog.qtum.org/how-does-blockchain-technology-protect-privacy-57ca2cc80524



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


sr. member
Activity: 722
Merit: 259

Neutron: Middleware for Blockchain Virtual Machines


Qtum is developing Neutron — a key innovation to allow multiple virtual machines to run on Qtum and other blockchains. Neutron represents a holistic solution for integrating virtual machines and is a major rearchitecting from the initial more “hardwired” approach for the x86 virtual machine. Neutron is under active development for deployment this year and is now ready for its close up.

Read more https://blog.qtum.org/neutron-middleware-for-blockchain-virtual-machines-fe267353dfb2



Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


sr. member
Activity: 722
Merit: 259

Development Updates (April 20 - 26)

Qtum Core

Qtum core updates normally consist of Qtum Improvement Proposals. These QIPs are generated by both our developers and the community and in some cases requests from enterprise users. Our developers evaluate the impact of each QIP and work on high priority QIPs. All bug fixes and feature enhancements that have been issued to the core project will be listed here.



Qtum Neutron & x86 Virtual Machine

Qtum Neutron is the infrastructure to support new virtual machines and the first will be the x86 virtual machine allowing smart contract development in C, Rust and other languages. The EVM will continue, but the x86 VM will allow easy creation of smart contracts using safe, well-known, mature languages and tools, and also provide a new state memory model using DeltaDB.



Lightning Network

  •    No update for this week


Qtum SDK

QtumJ is BitcoinJ ported to the Qtum blockchain protocol. The BitcoinJ library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it.



Qtum Explorer & Wallets

The Qtum Explorer is our blockchain explorer that is used for viewing transaction details on the Qtum blockchain. The primary blockchain explorer site is qtum.info. We frequently release updates to both explorer and the web wallet sites. Additionally, you’ll find information regarding the official Qtum Electrum wallet and support/feature updates to hardware wallets or other interesting services/products

Qtum.info Explorer

Qtum.Info, as the official blockchain browser of Qtum, mainly provides information such as network status, transaction records, data indicators of blockchain and visual charts. Qtum users, exchanges, wallets, mining pools, and other commonly used data service tools.

  •    No update for this week


Electrum Wallet

  •    No update for this week


Mobile Wallet



Web Wallet

  •    No update for this week


Qtum Testing

  •    No update for this week


Documentation

  •    No update for this week




Qtum Telegram Channel: https://t.me/qtumofficial
Qtum Twitter: https://twitter.com/Qtum
Qtum Facebook: https://www.facebook.com/QtumOfficial
Qtum Reddit: https://www.reddit.com/r/Qtum


Pages:
Jump to: