Bitcoin Forum
May 06, 2024, 09:17:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: May 31, 2021, 08:21:00 AM
Hello, just wanted to let ask you guys to please use only our links and not the links of scammers, KONJ is a blockchain, meaning that if a scammer were to convince a majority of the network to use their wallet, they can effectively control the network, setting awards to whatever they please and sending them to wherever they please.

Please trust only our links, posted here in https://github.com/Konjungate/Konjungate-Core

There will be an update on the new release of KONJ within 24 - 48 hours. This release is designed to resolve all the issues everyone is experiencing, and those with a wallet please take screenshots of your balance, so that we may compensate you for the negative PoS rewards.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: May 14, 2021, 10:47:36 AM
We are pleased to announce that we can offer the first official prize for philanthropic projects dealing with blockchain technology as part of the Austrian Blockchain Awards.

This prize is awarded to outstanding blockchain projects that stand out due to their sustainable business model, practicality and disruptive application possibilities.

With the “Smart Philanthropy” prize, special attention is paid to projects that use blockchain technology to cope with societal challenges.

The future viability of our society depends largely on the extent to which technological change can be integrated in a beneficial way for the common good.

Seldom before has philanthropy been able to position itself better for the future with a technological advantage in order to bring added value to society.

The invitation to submit is aimed at outstanding projects and initiatives from sustainability, climate, education, culture and art, which courageously dedicate themselves to the focal points of sustainable and future-oriented change with decentralized technologies.

The special price is provided by Caliber Consult GmbH, partner of KONJUNGATE - the art based blockchain and wendy.network. The award is endowed with 2,750,000 KONJ. That corresponds to a masternode from KONJUNGATE and at the time of sending a sum of 6,500 euros.

Submissions by May 28, 2021 at www.blockchainaward.at

Press Text (in german) : https://www.ots.at/presseaussendung/OTS_20210514_OTS0017/austrian-blockchain-award-erstmals-sonderpreis-smart-philanthropy
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: May 14, 2021, 09:54:49 AM
Just a quick update on what's going on in development ...
We are doing final tests today and are expecting the new wallet shortly afterwards.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: May 08, 2021, 03:38:43 AM
We thought it'd be a good idea to do an announcement on:
-Where we are in development
-What needs to be done
-Beta-Testing
-Set Backs, and how we plan to deal with them

First, is "Where we are in development"; as you all know, we are currently fixing a rewards issue, where PoS blocks are paying miners -217.37745097 KONJ, and as a result the check defined in main.cpp, which reads as follows:

       
Code:
 int64_t nCalculatedStakeReward = GetProofOfStakeReward(pindex->pprev, nCoinAge, nFees);
        if (nStakeReward > nCalculatedStakeReward){
                return DoS(100, error("ConnectBlock() : coinstake pays too much(actual=%d vs calculated=%d)", nStakeReward, nCalculatedStakeReward));
        }


It's a check that pretty much means "If the PoS reward wasn't what I was expecting, I'll record the fact that it didn't meet those expectations, but as a result I won't permit anyone to sync to these blocks, now will I allow miners to move a Proof of Work block". This check has been taken into account for the sake of beta testing.
So, in short PoS rewards are negative, and people can't move a PoW block. Not exactly a position that people would find favorable, as a result we've put all development of features on halt to focus on restoring the "health" of the chain. As a result of this, as well as the realization of the consumption of Power from miners, PoW rewards will cease on block 700,000. This is to make the chain more green. There will also be an announced fork time where all the rewards will fix itself. On top of this, there will be a feature implemented as to where the winners of the blocks with negative PoS values will be credited the coins they should have gotten. If this approach doesn't work, there is the contingency of simply paying everyone the amount they have lost from the DevOps wallet. On top of this, we've also found out that the DevOps address in chainparams.cpp isn't the real one, so we've fixed that. Now, on to the next topic.
There are a few things left to be done, as we've pretty much covered a majority of it to date, thanks to @pepsinside who wrote the functions in blockparams.cpp to change the blockrewards appropriately, to the following:



The code should be applied after nPaymentUpdate4, which will be defined in fork.h, which will be announced before the final release of the patched wallet. On top of this, there is the matter of the large CPU resources required for the wallet, we will clean up the source at a later date, as right now we're pretty much in a state of emergency to get this fix out. Be on the lookout for programming streams where we'll be addressing the CPU issues and some other issues live. Now for Beta-testing, set backs, and how we've been dealing with them.

Right now, the majority of the required code has been finished, it's just getting the wallet to not crash, which for some reason has begun happening after compilation of newer clients. We've been talking to some other developers on why it might be happening, so we'll definitely get that sorted within 24 or 48 hours of this announcement. So, expect to see a few beta releases on the https://github.com/Konjungate/Konjungate-Core GitHub. If you'd like to help us beta test these wallets, please let us know, we will be more than happy to role you. We'll need all the help we can get. Don't worry, we'll get everyone rolling


25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: May 04, 2021, 06:29:42 AM
There are no blocks on the network for 2 days.
What happened?

... last block generated 1min before...
https://chainz.cryptoid.info/konj/

We are nearly finished with the new release and will announce in here a.s.a.p.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: April 28, 2021, 08:53:15 AM
Hello! Progress update on the PoS fix, we have found some issues within blockparams.cpp, where the rewards are generated. For starters, dont work tired, or else  you'll think x / 17 is the same as (x * 17) / 100. So we have incorporated a patch for that and we'll have or toggle on an ntimestamp generated from fork.h.

Some of you who look at the Github will have noticed the 800+ files changed, we decided to use the best of this situation and push what we were saving for a future fork to now to try and give you guys some of the features we've been talking about, BVAC codes, new GUIs, encryption algorithms, obfuscation algorithms, etc. We've been very busy to say the least.

Finally, I would like to tell everyone that we are working on this PoS issue and that a resolution to the issue will be found soon, we've made the changes I mentioned above for blockparams.cpp for some testing which will either confirm our suspicions, or tell us to approach the issue from another angle (Tis' Nothing but some Development).

Thank you all for being so patient and understanding about the background process!
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: April 27, 2021, 06:28:23 AM
looks like there is an issue with the dynamic reward structure. coins will be payed back of course and get stored on our address..
DEV is working on a fix already!
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: April 19, 2021, 03:44:19 PM
Just uploaded MAC OSX release of our new wallet:
https://github.com/Konjungate/Konjungate-Core/releases/download/1.0.3.6/Konjungate-Qt_macOS_v1.0.3.6.dmg
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: April 19, 2021, 07:10:21 AM
We are happy to announce a new wallet release...

KONJUNGATE v1.0.3.6
https://github.com/Konjungate/Konjungate-Core/releases/tag/1.0.3.6


-Improves network
-Versioning
-Added Checkpoints & peers
-Some preparations for including the decentralized side chain system

You can also download a snapshot there for faster syncing.
https://github.com/Konjungate/Konjungate-Core/releases/download/1.0.3.6/Konjungate_SnapShot.zip

Mac Wallet will come soon as always...
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: April 12, 2021, 09:07:40 AM
As you got notice, our dynamic rewards have been started!  Smiley
What does this means for our investors?

Masternode holders will profit most of the KONJUNGATE project on the long run.
To run a Masternode you need 2750000 KONJ.

Actual reward is 153.75 KONJ.
The Masternode rewards will  increasing 17% every 6 month.

Let your KONJ stake for you!
You can start staking any amount of KONJ by unlock your wallet and check the box “for staking only”.
The more coins you hold in your wallet, the faster you get a reward.
Actual POS reward is: 43.75 KONJ decreasing 15% every 6 month

So on the long run, it’s best to hold a KONJUNGATE Masternode to profit most out of it!

Thats not an investment advice! Just an information about our reward structure.
And as always: make your own research before investing in a project!
and do not let large amounts of KONJ on the exchanges… not your keys ---> not your money!


-----

Why Masternode holders profit most of the KONJUNGATE project...

As you may know, we are working on a decentralized Side Chain Solution for the KONJ ecosystem.
Hence, after finishing the development of that, Masternodes will store the data of our side chains.
For that service they will get more rewards each 6 month.

The Side Chain System will allow users to create there own smart contracts on the KONJ blockchain. Like on ETH - only much better!  Smiley
It will also allow us to start our own extended NFT section on https://wendy.network/.
Beside that, it will enable the possibilities to create Web3 content and any kind of smart contracts.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: March 27, 2021, 05:41:08 AM
We are migrating https://explore.konjungate.net/ to a new server.
Please use meanwhile the following ones:

https://chainz.cryptoid.info/konj/
https://openchains.info/coin/konjungate/blocks

32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 24, 2021, 05:08:15 AM
EXHIBITION is open and you can enter it here:


https://www.cryptovoxels.com/play?coords=N@72E,378S
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 22, 2021, 12:35:33 PM
Please join us on Zoom for wendy.network's first virtual gallery opening of 'Hivemind' tonight at 7pm GMT/ 8pm CET! Grab your fav drink and catch up with the wendy.network team and artists! We'll talk about the space and artists and have a tour around cryptovoxels and the wendy.network gallery. Let's celebrate our amazing community and the power of art!
The Zoom link:
wendy.network is inviting you to a scheduled Zoom meeting.

Topic: wendy.network's virtual gallery opening night!
Time: Feb 22, 2021 07:00 PM London

Join Zoom Meeting
https://us02web.zoom.us/j/81567458564?pwd=NzZFRUJ5dUhGcEtIcHRFRFVtSll3QT09

Meeting ID: 815 6745 8564
Passcode: 147807
One tap mobile
+16699006833,,81567458564#,,,,*147807# US (San Jose)
+19292056099,,81567458564#,,,,*147807# US (New York)

Dial by your location
+1 669 900 6833 US (San Jose)
+1 929 205 6099 US (New York)
+1 253 215 8782 US (Tacoma)
+1 301 715 8592 US (Washington DC)
+1 312 626 6799 US (Chicago)
+1 346 248 7799 US (Houston)
Meeting ID: 815 6745 8564
Passcode: 147807
Find your local number: https://us02web.zoom.us/u/keiTzjXcH

Presenting: Liyu Xue, Jean-Michel Rolland, and Franziska Ostermann, the winners of the 'Hivemind' open call in January 2021.

To read more about the artists, check out Gil Monteverde's article https://wendy.network/hivemind-artists-and-their-work/

You can also read Molly Bruce's interviews with the artists https://wendy.network/interviews-with-hivemind-artists/

And for a sneak peak of the gallery, Kotryna Tribusinaite's article's got you covered!
https://wendy.network/virtual-exhibition-hivemind-opening-on-february-22nd/

And of course a big thank you to CryptoWiener for the space and helping with the set-up, and especially Nissla for all their individual assistance.

We thank you for being part of the wendy.network and hope to see you on Zoom later!

Cheers!
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 16, 2021, 08:09:29 AM
We are happy to announce our NEW LISTING on

DEX-TRADE !
https://dex-trade.com/

Markets are open now!

KONJ/BTC: https://dex-trade.com/spot/trading/KONJBTC
KONJ/ETH:  https://dex-trade.com/spot/trading/KONJETH
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 14, 2021, 06:29:41 AM
Michael Mastrototaro will start a room on clubhouse under the club The Art Gallery with the topic

wendy.network --> the future of blockchain based art markets

Today at 8am CET.
Would be nice to see some of you guys there!
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 12, 2021, 05:49:41 PM
Check out the new article about KONJUNGATE on masternode.buzz!

https://masternode.buzz/premium-update-konjungate-announces-hivemind-art-winners/
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 08, 2021, 11:23:15 AM
Another Explorer is online now!
We are listed on:

https://chainz.cryptoid.info/konj/
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 02, 2021, 01:09:45 PM
We are happy to present KONJUNGATE and the MACHFELD-Foundation on

Resources Digithon mobilization | The largest online conference in the world!


RMD2021 is the manifestation of a reserved and unyielding engagement of the CFW in defending and supporting its cause in mobilizing resources for the Arts and culture sector around the globe. It comes in continuity with the previous RM days of 2017, 2018, and 2019. The RMD stems from the urgent need of connecting Cc actors and investors, to join efforts in leading more transparent, sustainable, and responsible art funding.

http://rmdigithon.com/
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: February 01, 2021, 04:00:48 PM
We are happy to announce our 2nd Block Explorer is online now!


Big Thanks to Open Cains!
https://openchains.info/coin/konjungate/blocks

You can still use our official one too... !
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KONJUNGATE (KONJ) Official Thread on: January 30, 2021, 08:22:55 AM
...and a new day is dawning, which is used to take KONJ to the next level.
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!