Title: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 01:45:59 PM QuantumVort (QVORT) Algorithm: SHA-256 PoW/PoS Hybrid Block Time: 30 Seconds Difficulty Retarget: Every Block Total QVORT to ever be Mined/Minted: 5 Billion Premine For Bounties, Giveaways, Development: 322,560 QVORT (120K Development Incentive) PoW Block Reward: 4 QVORT (Until Total Coin Cap then Tx's fees) Yearly Stake Rate: 15% (Which equals 0.041% Interest on staked balances Per Day) Minimum Stake Time: 3 Hours Max Stake Time: Unlimited RPC Port: 84672 P2P Port: 84671 http://lpool.name/explorer/peers?id=1821 QuantumVort.conf addnode=104.214.25.153:40852 addnode=172.220.209.111:50303 addnode=178.15.70.226:19432 addnode=178.15.70.226:47836 addnode=188.102.244.60:56831 addnode=188.193.115.1:19135 addnode=51.15.164.53 addnode=77.81.120.243:60280 addnode=90.254.42.216:8036 addnode=93.115.61.74:54483 QVORT Blockchain Bootstrap 28-01-2018: https://mega.nz/#!Z6oQVDjB!A_mrbcJsGeYwqwrrvCqESgidR2NYb0Ahg-FIEGurFI8 (https://mega.nz/#!Z6oQVDjB!A_mrbcJsGeYwqwrrvCqESgidR2NYb0Ahg-FIEGurFI8) https://github.com/Qvort/QuantumVort Windows Qt Wallet: https://mega.nz/#!0DJXDAzK!L4i6V8uhmuS-qOmKPfgZ7p--sWJvhukApTN-BTIGcvc (https://mega.nz/#!0DJXDAzK!L4i6V8uhmuS-qOmKPfgZ7p--sWJvhukApTN-BTIGcvc) https://lpool.name/pool/QVORT http://lpool.name/explorer/QVORT https://cryptohub.online/market/QVORT Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: MagicOne on April 18, 2017, 01:46:53 PM What is the innovation?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: tiger5056 on April 18, 2017, 01:47:37 PM there are no purpose of this project except trade
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: lizidev on April 18, 2017, 01:47:39 PM Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 01:51:19 PM What is the innovation? there are no purpose of this project except trade It is QuantumVort ! No WalletBuilders or paid to create ! Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Dlugina23 on April 18, 2017, 01:51:56 PM Any pool quantumvort?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Pyramusx on April 18, 2017, 01:54:19 PM So is there like a trojan in the wallet?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: TimC on April 18, 2017, 01:56:19 PM ? { "version" : "v1.3.7.9-g32a928e", "protocolversion" : 60015, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 28.00000000, "stake" : 0.00000000, "blocks" : 87, "timeoffset" : 0, "moneysupply" : 322904.00000000, "connections" : 3, "proxy" : "", "ip" : "75.130.162.248", "difficulty" : { "proof-of-work" : 12.21035900, "proof-of-stake" : 0.00390625 }, "testnet" : false, "keypoololdest" : 1492523696, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "errors" : "" } Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: scorpio18 on April 18, 2017, 01:58:23 PM Dev you forgot to mention the premine 322560
https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 02:00:26 PM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Pyramusx on April 18, 2017, 02:03:12 PM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Edit that into the ANN. Now. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 02:05:05 PM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Edit that into the ANN. Now. Done: Premine For Bounties, Giveaways, Development: 322,560 coins Road map being worked on now. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 02:08:32 PM Pool 1: http://findblocks.com:8080/getting_started
Pool 2: http://minerlab.eu/getting_started Pool 3: http://www.sparkpool.io/getting_started Block Explorer: http://findblocks.com:9007 Twitter: https://twitter.com/QuantumVort Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: synthgauge on April 18, 2017, 02:22:09 PM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Edit that into the ANN. Now. Done: Premine For Bounties, Giveaways, Development: 322,560 coins Road map being worked on now. Wow he commanded u to do something and u did that. Now I see who is who. Pyramusx is ur farther and has power over u, this is why u are alright with him taking a dominant position upon u. That's right, better do what he says u should do, otherwise u will get whipped. It's amazing that u still don't have a roadmap and have no clue where quantum is going. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Nthused on April 18, 2017, 02:35:43 PM Just because it uses bitcoin hardware I'll give it a go, calculations show the premine as 4 weeks worth so I suppose that isn't that much.
At least the coin has staking, also 5 Billion Total Coins, Long Mining I take it ? With that reward and stake rate it will be a long time before that cap is even close to being dented. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: psycox on April 18, 2017, 02:36:35 PM http://minerlab.eu/static/img/minerlab.png (http://minerlab.eu) QuantumVort Added 1% Fee yourminer -a sha256d -o stratum+tcp://minerlab.eu:3060 -u yourwalletaddress -p x port 3015 vardiff 8-512 port 3060 vardiff 512-32768 Happy mining Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: koni38 on April 18, 2017, 02:47:37 PM waiting twitter bounty sir
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: freebtc4e on April 18, 2017, 02:56:42 PM So is there like a trojan in the wallet? I see it clean:https://www.virustotal.com/vi/url/71216ea7e98991af2c7f6226d581d2ba513e14cc585f8e8d0f6cf04bf112f755/analysis/1492527132/ Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: wakier on April 18, 2017, 02:58:15 PM Block reward is only 4, what price to be expected dev and wich exchange?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: elegant_joylin on April 18, 2017, 03:08:49 PM Waiting for the release of roadmap and bounty campaign.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: yogg on April 18, 2017, 05:57:28 PM http://www.sparkpool.io (http://www.sparkpool.io) Hello QuantumVort community !We are proud to offer you a new pool to mine QVORTs :
To start your miner, nothing easier ! Point your hash at >> stratum+tcp://mine.sparkpool.io:3032 <<to start mining with a 256 difficulty. Username : <QVORT address> ; Password : <anything you want> See you around ! :) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on April 18, 2017, 08:32:37 PM Low reward, 3 hours min stake plus 15% yearly interest oh and SHA-256 Algorithm...... dont't mind if I do ;D
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 18, 2017, 11:35:48 PM http://www.sparkpool.io (http://www.sparkpool.io) Hello QuantumVort community !We are proud to offer you a new pool to mine QVORTs :
To start your miner, nothing easier ! Point your hash at >> stratum+tcp://mine.sparkpool.io:3032 <<to start mining with a 256 difficulty. Username : <QVORT address> ; Password : <anything you want> See you around ! :) Thanks, I have added it to the Announcement. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on April 18, 2017, 11:44:23 PM The coin looks good, will mine a bit and hopefully it gets onto YoBit soon enough ;)
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on April 19, 2017, 12:33:43 AM Exchange ?
Yeah I know it's early but who knows ;) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 19, 2017, 08:46:29 AM Exchange ? Yeah I know it's early but who knows ;) Patience the coin just started, make sure to follow on Twitter. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 19, 2017, 11:37:17 PM There is no better time to mine than the current.
Low Diff + Low Reward = smart people. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Sam123 on April 20, 2017, 05:30:12 PM What's new about this coin
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on April 21, 2017, 06:54:27 AM Coin slowly getting there.... any hint on a timeline for exchange listing ?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Pamadar on April 21, 2017, 07:06:59 AM Coin slowly getting there.... any hint on a timeline for exchange listing ? interesting to know when would be the plan adding this to any exchange as the coin really getting enough attentions, more traders will play it outif exchange can be added for sure, waiting for the dev update. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: napoetr15 on April 21, 2017, 07:18:07 AM i just see this ANN thread. it's interest me. i think i'll mine some.
hopefully listed on good exchanger. ;) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: xeqoRameshAxueamExaqana on April 21, 2017, 07:34:45 AM premine only 300k coin
and all premine coin can allocation to bounty, and when open bounty and giveaway open bounty translation or not dev Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 21, 2017, 08:40:25 AM I have updated the Announcement Road map & Bounty Information.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: sarul on April 21, 2017, 09:18:51 AM Joined your airdrop dev, already follow your twitter account and made retweet. Detailed on PM. Btw i love that wallet displays, looks beauty :) Regards,
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: coinsmarkets on April 21, 2017, 04:49:14 PM We just added you coin to our exchange .
https://coinsmarkets.com/trade-DOG-QVORT.htm Also a Node is : coinsmarkets.com:19135 Also our API URL : http://coinsmarkets.com/api-76-QVORT-DOG.png Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Romiraz362 on April 21, 2017, 05:08:23 PM We just added you coin to our exchange . Create QVORT-BTChttps://coinsmarkets.com/trade-DOG-QVORT.htm Also a Node is : coinsmarkets.com:19135 Also our API URL : http://coinsmarkets.com/api-76-QVORT-DOG.png Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: cryptodev2014 on April 21, 2017, 06:18:11 PM QuantumVort (QVORT) Listed in CryptoDAO.com Crypto Trade Platform, Multi Wallet and Crypto Loan Provider(Beta Version) Bounty/Donation: QMByB7gAH6yFFnVqC84fKmakg7Nk1nN2YQ Our Standard Platform: BTC/QVORT:https://cryptodao.com/site/index/QVORT/BTC LTC/QVORT:https://cryptodao.com/site/index/QVORT/LTC USD/QVORT:https://cryptodao.com/site/index/QVORT/USD Our Pro Webtrade Platform BTC/QVORT: https://cryptodao.com/trade2/index?symbol=cryptodaoqvortbtc QVORT Webwallet: https://cryptodao.com/site/register https://cryptodao.com/t2.jpg Social Media Facebook : https://www.facebook.com/cryptodao Twitter: https://twitter.com/cryptodao Bitcointalk: https://bitcointalk.org/index.php?topic=1844290.0 BitcoinGarden: https://bitcoingarden.org/forum/index.php?topic=14134.0 CoinMarketCap(Send request to Add Volume): https://coinmarketcap.com/exchanges/crypto-dao/ Coinhills(Send request to Add Volume): https://www.coinhills.com/market/exchange/crypto-dao/ Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Tilos on April 22, 2017, 10:59:09 AM German Mining Pool for QuantumVort [QVORT] [/b]Server Location: Germany ⤵ http://www.bitcoin-pool.de/ ❗❗❗ example for QVORT ⤵ ✔✔✔ stratum+tcp://81.169.212.185:3109 -u WalletAdress -p x ✔✔✔ Ports:⤵ Gpu / Cpu Port 3108 = Diff 8 Var Diff 3109 = Diff 256 - 1024 3110 = Diff 64536 Fees 1.0% Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on April 23, 2017, 07:40:41 AM Added all relevant information to OP Info.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: xland86 on April 24, 2017, 10:18:58 PM russian translate https://bitcointalk.org/index.php?topic=1880812 send you in PM week ago
QLjqnA3oUnDapj2Vf4Mz8it7fd4iwaQK2M Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: cengsuwuei on April 24, 2017, 10:47:44 PM still open airdroop and twitter campaign dev
how much reward every person ? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: freeapp on April 25, 2017, 04:05:52 PM How to register for airdrop?
My Addr: QStUHLnTXXcFV36znFXxpci2SJ3tFXaoKN regards, freeapp Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on April 27, 2017, 03:29:24 AM Anything happening with this one ? When's the airdrop going to take place and be paid ?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: russokito on April 27, 2017, 09:29:40 AM add trade
https://www.coinexchange.io/support https://yobit.net/en/addcoin/ https://novaexchange.com/addcoin/ Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: xland86 on April 27, 2017, 09:36:15 AM Dev what about pay translation bounty? I'm still get nothing!
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: onemanatatime on April 28, 2017, 08:48:46 AM Cool name...... but i think that's about the most value this project can offer
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Enticed87 on April 30, 2017, 02:06:40 AM Waiting on dev to log in and start distributing bounties, then maybe if the dev is sincere with his time away and handouts it would have a chance on an exchange other than the 2 weird ones listed I would never, ever try in my life.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: eastwind_ja on April 30, 2017, 02:28:56 AM it is crasy , so many quantum coins these days , what is the problem? no new ideas ?
There is a big Qtum project :https://bitcointalk.org/index.php?topic=1720632.0 also a quantumproject: https://bitcointalk.org/index.php?topic=1870606.0 and also this Qutntumvort thread. make ppl mad Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Doppia eSSe on April 30, 2017, 07:27:04 PM I can make the Italian translation 👍
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on May 01, 2017, 01:59:40 AM Giveaways handed out yet or are users still waiting ?
QVORT could be a good thing if it tried. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on May 01, 2017, 02:15:28 AM Working Block Explorer ? Seems down... ATM
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Fweebie5 on May 01, 2017, 02:29:01 AM Where's the airdrop freebies ?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Luzina90 on May 01, 2017, 06:34:07 AM Some one allready get bounty from this dev? looks like scam
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: eastwind_ja on May 01, 2017, 07:03:04 AM there are no purpose of this project except trade seems you are right , this coin has no new feature. I am just looking for good coin with new feature , but so many copy coins make no sense in the crpypt world. just waste ppl time and engergyTitle: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Nthused on May 06, 2017, 04:47:04 AM Nobody has mentioned anything really about this coin, confusion with the other Quantums ?.... Dead ?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: nuhunsewu0 on May 06, 2017, 04:52:26 AM any bounty social media dev?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Enticed87 on May 09, 2017, 01:05:15 PM Nothing to see here ?
Seems like it :-\ Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on May 10, 2017, 12:03:28 AM The network is working and people are either mining or staking moving blocks (Can't see due to the block explorer down)
BE back up then Exchange ? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: TanchikG on May 10, 2017, 12:23:06 PM Can not everything is lost!
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on May 25, 2017, 12:10:38 PM Classified as dead, even the listed exchanges have no volume.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on July 15, 2017, 07:13:10 PM Classified as dead, even the listed exchanges have no volume. Maybe it is, maybe it isn't. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on July 15, 2017, 07:28:34 PM Holy crap it's still alive, I thought this one was a goner for sure.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Fweebie5 on July 24, 2017, 12:13:30 PM Holy crap it's still alive, I thought this one was a goner for sure. There is nodes, there is a network and there is either stakers or miners still supporting the chain & coin, where is an exchange is the question ? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: russokito on July 29, 2017, 01:48:21 PM Great currency, we need to continue the project we need more exchanges a great future for this currency
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on July 30, 2017, 07:15:34 AM Great currency, we need to continue the project we need more exchanges a great future for this currency I'm still here, I come and go but still "here" :) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ex_mac on July 31, 2017, 06:48:00 AM New QuantumVort pool (sha256)
http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on July 31, 2017, 06:59:35 AM New QuantumVort pool (sha256) http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT Wow ! I can't thank you enough as that was very much needed, that you so much :) Added to the OP Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on July 31, 2017, 07:51:27 AM New QuantumVort pool (sha256) http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT Alright baby QVORT is back in business ! ! ! Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on August 03, 2017, 09:53:55 PM New QuantumVort pool (sha256) http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT What happened to lpool ? Seems it's down or gone :-\ Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on August 05, 2017, 05:20:24 PM New QuantumVort pool (sha256) http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT What happened to lpool ? Seems it's down or gone :-\ Yeah the Pool OP has done a runner with everyones coins apparently which is pretty sad since it was a good pool that hosted extras. Here is the Pools OP, lurking is what they seem to be doing ATM ::) https://bitcointalk.org/index.php?action=profile;u=138140 Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on August 11, 2017, 02:05:32 AM Funny how this coin is still alive ::) most blockchains never die :D obviously this coin is lucky to have PoS due to surviving this long without miners.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on August 12, 2017, 08:47:08 AM New QuantumVort pool (sha256) http://lpool.name/ -o stratum+tcp://lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Bounty/Donate: QZ2nXGiCwMpj8UrybsTvMnXFjLAwTPhyM3 (QVORT) Node list: http://lpool.name/explorer/peers?id=1821 Explorer: http://lpool.name/explorer/QVORT What happened to lpool ? Seems it's down or gone :-\ Yeah the Pool OP has done a runner with everyones coins apparently which is pretty sad since it was a good pool that hosted extras. Here is the Pools OP, lurking is what they seem to be doing ATM ::) https://bitcointalk.org/index.php?action=profile;u=138140 I correct myself, the Pool & Block Explorer seem back with no explanation of downtime, be wary ! Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on August 27, 2017, 01:24:12 AM I will get a current node list from my wallet and post it for people who need new ones to sync.
QVORT isn't dead just in suspended animation :-X Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on August 27, 2017, 02:38:48 AM https://cryptodao.com/site/index/QVORT/BTC
https://coinsmarkets.com/trade-BTC-QVORT.htm Nobody wants to trade there lol Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: adsadsx on August 27, 2017, 03:50:05 AM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Edit that into the ANN. Now. this thread should be delete Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on August 27, 2017, 05:50:08 AM Dev you forgot to mention the premine 322560 https://github.com/Qvort/QuantumVort/blob/master/src/main.cpp#L988-L990 Code: { int64_t nSubsidy = 0 * COIN; if(pindexBest->nHeight+1 <= 1) { nSubsidy = 322560 * COIN; } else if(pindexBest->nHeight+1 >= 2) { nSubsidy = 4 * COIN; } Bounties, Road map will show how it will be distributed and what QuantumVort is going to be doing. Edit that into the ANN. Now. this thread should be delete No I don't think so, do some reading first before jumping to conclusions. Current Supply: 863969.65324105 NODES addnode=167.114.103.43 addnode=195.161.114.206 addnode=93.115.61.93 addnode=45.63.53.54 addnode=75.130.162.248 { "version" : "v1.3.7.9-g32a928e", "protocolversion" : 60015, "walletversion" : 60000, "balance" : 168022.71655976, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 267220, "timeoffset" : 0, "moneysupply" : 863969.65324105, "connections" : 5, "proxy" : "", "ip" : " :) ", "difficulty" : { "proof-of-work" : 0.00495186, "proof-of-stake" : 0.00024414 }, "testnet" : false, "keypoololdest" : 1492515284, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "errors" : "" } Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on August 27, 2017, 06:40:00 AM What is QVORT's ambitions & visions ? what can you bring to the table ? is there even a community left ? 4 pages since April... it doesn't look good.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: coolindark on August 29, 2017, 08:57:45 AM 8) Keep Calm and Use CoinMiners! QuantumVort is ready in our pool! 8) CoinMiners.Net 1,5% Fee Register-free Mining & Auto Payments Server located at Europe http://coinminers.net Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: crombiecrunch on October 06, 2017, 03:26:38 AM Come join the fun and get your mine on over at https://thecryptopool.com
Stratum : thecryptopool.com:3332 User : YOUR_QVORT_ADDRESS Password : c=QVORT Difficulty: d= Website : https://thecryptopool.com Payout : Every 2 hours Fee : 0.5 % for the month of October Example command line : -a sha256 -o stratum+tcp://thecryptopool.com:3332 -u <YOUR_QVORT_ADDRESS> -p c=QVORT Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yfarr on October 12, 2017, 09:02:59 PM Added these nodes
addnode=167.114.103.43 addnode=195.161.114.206 addnode=93.115.61.93 addnode=45.63.53.54 addnode=75.130.162.248 no connection. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on October 14, 2017, 11:38:03 PM Added these nodes addnode=167.114.103.43 addnode=195.161.114.206 addnode=93.115.61.93 addnode=45.63.53.54 addnode=75.130.162.248 no connection. I'll turn my wallet on soon and see if I can get any connections, if so I will post the nodes that are online to the wallet here. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yfarr on October 16, 2017, 10:44:37 PM Added these nodes addnode=167.114.103.43 addnode=195.161.114.206 addnode=93.115.61.93 addnode=45.63.53.54 addnode=75.130.162.248 no connection. I'll turn my wallet on soon and see if I can get any connections, if so I will post the nodes that are online to the wallet here. Thanks I still cant connect, can someone upload blocks data Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: DraGonD on November 22, 2017, 03:04:33 AM Is this another dead coin?
No updates?? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AltcoinWhispers on November 28, 2017, 01:29:57 AM This coin looks good for a re-brand or takeover !
Maybe make it into a lending and referral platform coin as it has some pretty good specs that would suit that well and has an active blockchain from way back in April this year than hasn't disappeared. Coin Specs: QuantumVort (QVORT) Algorithm: SHA-256 PoW/PoS Hybrid Block Time: 30 Seconds Difficulty Retarget: Every Block Total QVORT to ever be Mined/Minted: 5 Billion PoW Block Reward: 4 QVORT (Until Total Coin Cap then Tx's fees) PoS Yearly Stake Rate: 15% (Which equals 0.041% Interest on staked balances Per Day) Minimum Stake Time: 3 Hours Max Stake Time: Unlimited RPC Port: 84672 P2P Port: 84671 Source: https://github.com/Qvort/QuantumVort Block Explorer: https://lpool.name/explorer/QVORT Pool: https://lpool.name/pool/QVORT Exchange: https://coinsmarkets.com/trade-BTC-QVORT.htm Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Enticed87 on November 28, 2017, 01:41:27 PM With over 700K blocks this one takes a while to sync, anyone want a bootstrap & nodes ?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on November 30, 2017, 04:57:10 AM I just lost sync, could use some nodes.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Enticed87 on November 30, 2017, 05:58:57 AM I just lost sync, could use some nodes. Here you go friend, .conf, current Nodes and a recent Blockchain database .zip (30-11-2017) addnode=51.15.162.24 addnode=77.81.120.243 addnode=75.130.162.248 addnode=101.165.225.41 QVORT Blockchain Database https://mega.nz/#!MrokEbxb!VWVjYX0Vwjv-v-_nWKqUxwTHwjFXjh6kBkN_0jKqTX0 (https://mega.nz/#!MrokEbxb!VWVjYX0Vwjv-v-_nWKqUxwTHwjFXjh6kBkN_0jKqTX0) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on November 30, 2017, 06:20:28 AM Only getting 1 node lately. I'm throwing hash to keep the blocks moving.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AltcoinWhispers on November 30, 2017, 06:51:57 AM The listed exchange is poo, they trade in an extra decimal of a satoshi so 9 digits after the decimal instead of 8..... what is this ???
https://coinsmarkets.com/trade-BTC-QVORT.htm I think this coin would do well if it was listed on either Yobit, Mercatox or Cryptopia Exchange. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SushiNoTomato on December 04, 2017, 03:21:38 AM Yobit exchange addition ? It won't cost much if so !
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: yogg on December 21, 2017, 05:11:08 PM Yobit exchange addition ? It won't cost much if so ! Yobit is a scam exchanger. People's QVORT and/or BTC will be taken in the end. Why do you want that ? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on January 21, 2018, 12:57:52 PM Yobit exchange addition ? It won't cost much if so ! OK we all try again to get QVORT listed on yobit :D 8) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: DraGonD on January 22, 2018, 10:10:17 PM Welcome back dev. :D
Whats the progress with this coin? You have a perfectly working coin, better than most crap p&d coins out there, but you're not marketing it? Improving it? Put this coin to a good use and improve on it dev, dont let it go to waste. good luck! Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on January 26, 2018, 08:52:17 AM Since the QVORT blockchain is over 1 Million blocks long (1,066,023 Blocks as of this message) :o I will be uploading a bootstrap.dat for quicker synchronization.
Stay Tuned 8) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AltcoinWhispers on January 26, 2018, 09:04:37 AM 4 coins x 2880 blocks per day x 365 days = 4,204,800 QVORT (Not accounting PoS)
5 Billion Total Coin Cap divide by 4,204,800 coins mined per year by PoW = 1189 Years Lifespan !!! :o :o :o Probably a good reason it is called QuantumVort :D Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on January 28, 2018, 05:12:58 AM QuantumVort.conf
addnode=104.214.25.153:40852 addnode=172.220.209.111:50303 addnode=178.15.70.226:19432 addnode=178.15.70.226:47836 addnode=188.102.244.60:56831 addnode=188.193.115.1:19135 addnode=51.15.164.53 addnode=77.81.120.243:60280 addnode=90.254.42.216:8036 addnode=93.115.61.74:54483 QVORT Blockchain Bootstrap 28-01-2018: https://mega.nz/#!Z6oQVDjB!A_mrbcJsGeYwqwrrvCqESgidR2NYb0Ahg-FIEGurFI8 (https://mega.nz/#!Z6oQVDjB!A_mrbcJsGeYwqwrrvCqESgidR2NYb0Ahg-FIEGurFI8) Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: dibba04 on January 29, 2018, 04:15:29 PM do you guys have any discord group? if you do please add the link.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on January 30, 2018, 03:35:47 AM QuantumVort has been added to Cryptohub.online (Exchange)
https://cryptohub.online/market/QVORT Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on January 30, 2018, 01:51:38 PM All pool are dead... There is only 1 Active Mining Pool https://lpool.name/pool/QVORT -o stratum+tcp://sha256.lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: BitcoinGoat on February 09, 2018, 11:43:44 PM I'm sure with the listing at crypto hub this project could get going of the ground nicely. ::) Does crypto hub also offer the mining pool???
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: AlcatelBravo on February 21, 2018, 09:39:09 PM QuantumVort has been added to Cryptohub.online (Exchange) https://cryptohub.online/market/QVORT Congratulations on the exchange listing, pump soon ? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: cryptocoinscity on February 22, 2018, 07:23:25 PM All pool are dead... There is only 1 Active Mining Pool https://lpool.name/pool/QVORT -o stratum+tcp://sha256.lpool.name:3333 -u <WALLET_ADDRESS> -p c=QVORT Hi Yonks1, You seem to be the chief whip of QVORT. What are you going to do with the situation of CoinsMarkets and the QVORT users there ? Any plans ? Good luck, CryptoCoinsCity. Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Vadikys on March 12, 2018, 05:37:31 AM All pool are dead... Im mining from Moscow 2x1TH cryptohub , ipool very nice)Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: shndman on April 07, 2018, 08:44:18 AM Hi!
Are there plans for the next exchange? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: cbjarscoobs on April 24, 2018, 10:30:32 AM Anyone else having trouble with their wallet syncing? I am stuck on a block in the 800,000s
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: SpAcEDeViL on May 04, 2018, 07:57:12 PM ██╗ ███╗ ██╗██╗ █╗█████╗█████╗ █████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██╗ ███╗ ████║ ██║███╗ █║██╔══╝█╔══██╗ ██╔═══╝ ██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗█╔═══█╗██║ █╔████╔██║ ██║█╔██╗ █║████╗ █████╔╝████╗ ██║ ██║ ██║██╔██╗ ██║ ██║ ██████╔╝█║ █║██║ █║╚██╔╝██║ ██║█║╚██╗█║██╔═╝ █╔═██╗╚════╝ ██║ ██║ ██║██║╚██╗██║ ██║ ██╔══██╗█║ █║██║ █║ ╚═╝ ██║ ██║█║ ╚███║█████╗█║ ██║ ╚█████╗ ╚██████╔╝██║ ╚████║ ██║ ██║ ██║╚████╔╝██████╗ ╚╝ ╚═╝ ╚═╝╚╝ ╚══╝╚════╝╚╝ ╚═╝ ╚════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═════╝ °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸°º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸ ############# Mining your fav. Coin! ################################ ## ## NEW COIN: QVORT added! ## ## NOW you can mine QVORT on https://miner-control.de ## ## Port: 3330 ## Algo: sha256 ## Low fee: 1% ## ## Make the network more decentralized! ## Mine here to protect the chain from splits! ## ## Your Fav. Coin is missing? Request it! ## Bootstrap downloads under https://miner-control.de/explorer #################################################################### Code: -o stratum+tcp://miner-control.de:3330 -u <WALLET_ADDRESS> -p c=QVORT °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸°º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸ Feel free to mine here! @ Dev: Can you add my pool to the recommended pool list? THX Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: violetsky901 on May 05, 2018, 05:36:11 AM ██╗ ███╗ ██╗██╗ █╗█████╗█████╗ █████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██╗ ███╗ ████║ ██║███╗ █║██╔══╝█╔══██╗ ██╔═══╝ ██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗█╔═══█╗██║ █╔████╔██║ ██║█╔██╗ █║████╗ █████╔╝████╗ ██║ ██║ ██║██╔██╗ ██║ ██║ ██████╔╝█║ █║██║ █║╚██╔╝██║ ██║█║╚██╗█║██╔═╝ █╔═██╗╚════╝ ██║ ██║ ██║██║╚██╗██║ ██║ ██╔══██╗█║ █║██║ █║ ╚═╝ ██║ ██║█║ ╚███║█████╗█║ ██║ ╚█████╗ ╚██████╔╝██║ ╚████║ ██║ ██║ ██║╚████╔╝██████╗ ╚╝ ╚═╝ ╚═╝╚╝ ╚══╝╚════╝╚╝ ╚═╝ ╚════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═════╝ °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸°º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸ ############# Mining your fav. Coin! ################################ ## ## NEW COIN: QVORT added! ## ## NOW you can mine QVORT on https://miner-control.de ## ## Port: 3330 ## Algo: sha256 ## Low fee: 1% ## ## Make the network more decentralized! ## Mine here to protect the chain from splits! ## ## Your Fav. Coin is missing? Request it! ## Bootstrap downloads under https://miner-control.de/explorer #################################################################### Code: -o stratum+tcp://miner-control.de:3330 -u <WALLET_ADDRESS> -p c=QVORT °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸°º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸ Feel free to mine here! @ Dev: Can you add my pool to the recommended pool list? THX Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: OSMIUMCOIN on May 31, 2018, 09:40:49 AM active nodes please
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Yonks1 on June 04, 2018, 03:49:47 PM active nodes please Here is a List: addnode=101.177.140.36:36712 addnode=176.9.156.236:19135 addnode=178.121.18.201:57080 addnode=188.77.42.247:58168 addnode=45.32.217.180:56338 addnode=47.34.78.43:51088 addnode=5.189.187.23:52636 addnode=51.15.162.15:35940 addnode=51.15.164.53 addnode=62.151.229.144:58399 addnode=71.202.55.153:55931 addnode=80.151.71.120:45469 addnode=84.19.184.96:38408 addnode=90.114.154.45:46326 addnode=97.73.244.98:61727 Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Belligerent Fool on June 04, 2018, 04:41:12 PM 1.6M+ blocks is outrageous, Happy missed 1st Birthday wishes to QVORT :)
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: paulus51 on June 05, 2018, 11:58:06 AM 1.6M+ blocks is outrageous, Happy missed 1st Birthday wishes to QVORT :) From this topic, I just realized that QuantumVort is a worldwide cryptocurrency token and nothing more. I need more information about your projectTitle: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: KuriousCate24 on June 07, 2018, 03:32:23 AM 1.6M+ blocks is outrageous, Happy missed 1st Birthday wishes to QVORT :) From this topic, I just realized that QuantumVort is a worldwide cryptocurrency token and nothing more. I need more information about your projectBitcoin is a worldwide cryptocurrency token and nothing more..... You see what I did there ? :o :D Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on August 08, 2018, 03:36:35 AM I give up, a coin hits two mill and everyone stops mining? Now is the time to step up. :)
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on August 08, 2018, 05:06:24 AM Gonna put an S3 on it to keep the blocks moving...... never think this coin is dead. Ill try to run this till really dead.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on August 08, 2018, 05:22:26 AM coinsmarket messed alot of coin, need some to come back and mine and run their wallets! I will make this run with or without the masses. :)
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: daicabe on August 19, 2018, 10:21:52 AM What makes your project different between other similar projects? I hope this project will be successful. Always keep up the great work!
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Nicolerxj on August 29, 2018, 05:09:09 PM this is great project with wonderful dev team. i think they will reach hard cap in a short while. i'm glad to be part of this ico as an investor.
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: Enticed87 on August 30, 2018, 03:09:31 AM this is great project with wonderful dev team. i think they will reach hard cap in a short while. i'm glad to be part of this ico as an investor. Did you even read the 1st page of the thread ? Qvort never conducted an ico Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: RoomanSr on September 23, 2018, 01:13:21 PM Can't seem to get the wallet to sync ? Stuck with ~120245 remaining. Can anyone help ?
This is my .conf file. addnode=176.9.156.236:19135 addnode=188.79.44.56:54066 addnode=37.45.128.78:51354 addnode=47.34.78.43:52058 addnode=51.15.164.53 addnode=75.89.30.226:60053 addnode=80.151.71.120:45276 addnode=82.45.221.60:50264 addnode=83.33.121.202:50072 addnode=84.19.184.96:59896 addnode=97.73.244.24:48760 addnode=97.73.244.24:49011 addnode=97.73.244.24:48723 addnode=75.91.91.208:50127 addnode=104.214.25.153:40852 addnode=172.220.209.111:50303 addnode=178.15.70.226:19432 addnode=178.15.70.226:47836 addnode=188.102.244.60:56831 addnode=188.193.115.1:19135 addnode=77.81.120.243:60280 addnode=90.254.42.216:8036 addnode=93.115.61.74:54483 addnode=167.114.103.43 addnode=195.161.114.206 addnode=93.115.61.93 addnode=45.63.53.54 addnode=75.130.162.248 addnode=167.114.103.43 addnode=195.161.114.206 addnode=51.15.162.24 addnode=101.165.225.41 addnode=101.177.140.36:36712 addnode=178.121.18.201:57080 addnode=188.77.42.247:58168 addnode=5.189.187.23:52636 addnode=51.15.162.15:35940 addnode=62.151.229.144:58399 addnode=71.202.55.153:55931 addnode=80.151.71.120:45469 addnode=84.19.184.96:38408 addnode=90.114.154.45:46326 addnode=97.73.244.98:61727 Anybody ??????????????????????????????????????????????????? Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: rolandknezko on September 27, 2018, 04:38:22 PM More that 30 addnodes and conect 1 thats is real bad ;D ??? :'(
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: fujin24k on November 27, 2018, 01:30:25 AM This coin is still working, not yet a goner, currently I have 3 connection on its blockchain and mining some coins haha....
hope to see coin in exchanges soon... https://prnt.sc/lne2bx Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: starfish25rus1 on May 09, 2019, 06:16:20 AM Hello dev how are you?
Title: Re: [ANN] QuantumVort [QVORT][Hybrid PoW/PoS][15% Yearly Stake][SHA256 ASIC Secured] Post by: ADW69 on February 05, 2020, 06:18:15 PM Anyone still running? Tried to connect with a no go with current nodes.
|