Author

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

sr. member
Activity: 364
Merit: 250
Spectiv VR Crowdsale: 12/08/17
Qtum Development Updates:


Development Updates
Bugs fixed:

[RPC] Fixed a bug where `getaccountinfo` would return a backward hex address
[Consensus/MPoS] Fixed a consensus bug with MPoS where rewards were calculated to include contract refunds, causing a pre-release version of testnet-2 to become stuck
[Consensus/AAL] Fixed a consensus bug where a malicious staker could bypass the AAL and spend funds that belong to contracts. This was the reason for the v1.1 release of testnet-2. The cause was that OP_SPEND was not actually mandatory, and furthermore by not including OP_SPEND in vin[0].scriptSig, a bypass in AAL consensus rules was possible.
[Staker] Fixed a bug where the staker could behave improperly sometimes when reverting contract state, resulting in the chain becoming stuck

Work completed:
[GUI] Added a very early UI for smart contracts, allowing you to use smart contracts within the Qtum-Qt; also reworked the layout of the GUI
[Tests] Added several RPC tests for DGP
[Tests] Added an RPC test to validate PoS segwit blocks
[Tests] Fixed some failing tests
[Tests] Added RPC tests to ensure contracts can be created within contracts, but also that contracts created with an initial endowment results in an error
[Misc] Fixed `-testnet` mode to properly function with adjusting PoS difficulty, similar to mainnet mode
[Staker] Optimized the staker by caching stake information instead of pulling it from disk every time, resulting in a significant increase in performance, especially when the wallet contains a large number of UTXOs


Great job, I have never see an ICO project announced their development progress with so much detail information, which makes me so optimistic for this project.
full member
Activity: 132
Merit: 100
-->BUY-->HODL-->SELL-->REPEAT-->
QTUM is flying today!! glad to see this coin moving. Great tech.


Quick question does anyone know how to run the PoS for QTUM?

This is a Quickstart on GitHub: https://github.com/qtumproject/qtum


thanks!
legendary
Activity: 1722
Merit: 1000
QTUM is flying today!! glad to see this coin moving. Great tech.


Quick question does anyone know how to run the PoS for QTUM?

This is a Quickstart on GitHub: https://github.com/qtumproject/qtum
full member
Activity: 196
Merit: 100
nice to see there are some ICO project that will build on Qtum platform:

Energo
Inkchain
Vevue
Bodhi

Some of them have even done a crowdsale. There are about 10 projects in total that we are aware of, most of them originating in China. And I have joined in the Energo, Bodhi crowdsale,and it seems to be very hot.

They announced in slack that there are 17 projects total so far and some are waiting to announce i guess.  I'm just wondering what happened with Qtum and Tron? First it was rumored that Tron was building on Qtum, and then they were partners, and now it's unclear if there is any involvement?

Ufff really good news Smiley Qtum should doubled in September... Big news and chart is looking really good... Could go 600k + Wink
full member
Activity: 132
Merit: 100
-->BUY-->HODL-->SELL-->REPEAT-->
QTUM is flying today!! glad to see this coin moving. Great tech.


Quick question does anyone know how to run the PoS for QTUM?
newbie
Activity: 27
Merit: 0
Jake posted this awesome Qtum analysis in slack, I thought I would share..



https://youtu.be/TnWH_57LjXo
sr. member
Activity: 392
Merit: 250
can someone explain to me the PoS consensus protocol didnt find much info on it, thanks!
sr. member
Activity: 336
Merit: 250
Do the thing and you'll have the power.
Qtum. And other cryptos are gearing up for some price movement. Hopefully in the upward direction
sr. member
Activity: 434
Merit: 251
nice to see there are some ICO project that will build on Qtum platform:

Energo
Inkchain
Vevue
Bodhi

Some of them have even done a crowdsale. There are about 10 projects in total that we are aware of, most of them originating in China. And I have joined in the Energo, Bodhi crowdsale,and it seems to be very hot.

They announced in slack that there are 17 projects total so far and some are waiting to announce i guess.  I'm just wondering what happened with Qtum and Tron? First it was rumored that Tron was building on Qtum, and then they were partners, and now it's unclear if there is any involvement?
legendary
Activity: 1722
Merit: 1000
Qtum Development Updates:


Development Updates
Bugs fixed:

[RPC] Fixed a bug where `getaccountinfo` would return a backward hex address
[Consensus/MPoS] Fixed a consensus bug with MPoS where rewards were calculated to include contract refunds, causing a pre-release version of testnet-2 to become stuck
[Consensus/AAL] Fixed a consensus bug where a malicious staker could bypass the AAL and spend funds that belong to contracts. This was the reason for the v1.1 release of testnet-2. The cause was that OP_SPEND was not actually mandatory, and furthermore by not including OP_SPEND in vin[0].scriptSig, a bypass in AAL consensus rules was possible.
[Staker] Fixed a bug where the staker could behave improperly sometimes when reverting contract state, resulting in the chain becoming stuck

Work completed:
[GUI] Added a very early UI for smart contracts, allowing you to use smart contracts within the Qtum-Qt; also reworked the layout of the GUI
[Tests] Added several RPC tests for DGP
[Tests] Added an RPC test to validate PoS segwit blocks
[Tests] Fixed some failing tests
[Tests] Added RPC tests to ensure contracts can be created within contracts, but also that contracts created with an initial endowment results in an error
[Misc] Fixed `-testnet` mode to properly function with adjusting PoS difficulty, similar to mainnet mode
[Staker] Optimized the staker by caching stake information instead of pulling it from disk every time, resulting in a significant increase in performance, especially when the wallet contains a large number of UTXOs


Thanks for the timely updates, shows progress and that the team is committed.
Looking forward to September's launch!
legendary
Activity: 1696
Merit: 1016
full member
Activity: 238
Merit: 100
Co founder & CMO SocialX
sr. member
Activity: 534
Merit: 250
The Protocol for the Audience Economy
Qtum Development Updates:


Development Updates
Bugs fixed:

[RPC] Fixed a bug where `getaccountinfo` would return a backward hex address
[Consensus/MPoS] Fixed a consensus bug with MPoS where rewards were calculated to include contract refunds, causing a pre-release version of testnet-2 to become stuck
[Consensus/AAL] Fixed a consensus bug where a malicious staker could bypass the AAL and spend funds that belong to contracts. This was the reason for the v1.1 release of testnet-2. The cause was that OP_SPEND was not actually mandatory, and furthermore by not including OP_SPEND in vin[0].scriptSig, a bypass in AAL consensus rules was possible.
[Staker] Fixed a bug where the staker could behave improperly sometimes when reverting contract state, resulting in the chain becoming stuck

Work completed:
[GUI] Added a very early UI for smart contracts, allowing you to use smart contracts within the Qtum-Qt; also reworked the layout of the GUI
[Tests] Added several RPC tests for DGP
[Tests] Added an RPC test to validate PoS segwit blocks
[Tests] Fixed some failing tests
[Tests] Added RPC tests to ensure contracts can be created within contracts, but also that contracts created with an initial endowment results in an error
[Misc] Fixed `-testnet` mode to properly function with adjusting PoS difficulty, similar to mainnet mode
[Staker] Optimized the staker by caching stake information instead of pulling it from disk every time, resulting in a significant increase in performance, especially when the wallet contains a large number of UTXOs

Great work! Thank you for the update Smiley
newbie
Activity: 42
Merit: 0
Thanks for the updates! Only one month to go now... Arrgh
sr. member
Activity: 722
Merit: 259
Qtum Development Updates:


Development Updates
Bugs fixed:

[RPC] Fixed a bug where `getaccountinfo` would return a backward hex address
[Consensus/MPoS] Fixed a consensus bug with MPoS where rewards were calculated to include contract refunds, causing a pre-release version of testnet-2 to become stuck
[Consensus/AAL] Fixed a consensus bug where a malicious staker could bypass the AAL and spend funds that belong to contracts. This was the reason for the v1.1 release of testnet-2. The cause was that OP_SPEND was not actually mandatory, and furthermore by not including OP_SPEND in vin[0].scriptSig, a bypass in AAL consensus rules was possible.
[Staker] Fixed a bug where the staker could behave improperly sometimes when reverting contract state, resulting in the chain becoming stuck

Work completed:
[GUI] Added a very early UI for smart contracts, allowing you to use smart contracts within the Qtum-Qt; also reworked the layout of the GUI
[Tests] Added several RPC tests for DGP
[Tests] Added an RPC test to validate PoS segwit blocks
[Tests] Fixed some failing tests
[Tests] Added RPC tests to ensure contracts can be created within contracts, but also that contracts created with an initial endowment results in an error
[Misc] Fixed `-testnet` mode to properly function with adjusting PoS difficulty, similar to mainnet mode
[Staker] Optimized the staker by caching stake information instead of pulling it from disk every time, resulting in a significant increase in performance, especially when the wallet contains a large number of UTXOs





full member
Activity: 138
Merit: 100

Heard from a close friend wrking in coinone....Qtum about to be listed anytime nw!!!

Accumulate as mch as you can before its too late!


coinone is kinda small exchange, so it will be a small pump.  Undecided
sr. member
Activity: 364
Merit: 250
Spectiv VR Crowdsale: 12/08/17

Nice to see so many latest updates from the dev team, including some cooperation with other famous team, the team is working hard and keeping in touch with the investors, really good.
hero member
Activity: 770
Merit: 500
nice to see there are some ICO project that will build on Qtum platform:

Energo
Inkchain
Vevue
Bodhi

Some of them have even done a crowdsale. There are about 10 projects in total that we are aware of, most of them originating in China. And I have joined in the Energo, Bodhi crowdsale,and it seems to be very hot.


I am also a qutm supporter and I treat it as a long term investment because I can see the dev team is very active, also, I put some investment in the Energo and Bodhi.
hero member
Activity: 742
Merit: 500
nice to see there are some ICO project that will build on Qtum platform:

Energo
Inkchain
Vevue
Bodhi

Some of them have even done a crowdsale. There are about 10 projects in total that we are aware of, most of them originating in China. And I have joined in the Energo, Bodhi crowdsale,and it seems to be very hot.
full member
Activity: 196
Merit: 100

Heard from a close friend wrking in coinone....Qtum about to be listed anytime nw!!!

Accumulate as mch as you can before its too late!


Why are you spreading false news? You already said that about Coinbase and Qtum just negated you... You want to pump price with that? You shouldn't worry about the price... Future of this project is bright and you don't need to do things like this...
Jump to: