YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 28, 2018, 08:12:30 PM |
|
|
|
|
|
YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 29, 2018, 03:56:09 AM |
|
is there a more detailed or basic guide? that one confuses me....im new to vs
|
|
|
|
ilcapitano
Member
Offline
Activity: 462
Merit: 14
|
|
June 29, 2018, 04:00:15 AM |
|
I think you should make a clarification here because I guess something wrong. Node or masternode? I have not ever heard about plans to integrate and activate masternode in Qwertycoin network. Therefore, I guess what you implied in your thread is Node, not Masternode, but the guy asked for information on Qwertycoin masternode.
|
|
|
|
|
|
carrotbanhkook
Jr. Member
Offline
Activity: 96
Merit: 1
|
|
June 29, 2018, 05:43:30 PM |
|
guys please fix one thing on your website...Qwerty coin was created IN (not ON) 2017 unles it's 2017 pillars...or bricks or blocks, then it is correct but needs explaining that...
|
|
|
|
YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 29, 2018, 10:42:12 PM |
|
Well the guide does say masternode lol...its missing a few steps I assume...I cant get thru the whole guide...or maybe im just missing something. I think you should make a clarification here because I guess something wrong. Node or masternode? I have not ever heard about plans to integrate and activate masternode in Qwertycoin network. Therefore, I guess what you implied in your thread is Node, not Masternode, but the guy asked for information on Qwertycoin masternode.
|
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
June 30, 2018, 12:07:48 AM |
|
guys please fix one thing on your website...Qwerty coin was created IN (not ON) 2017 unles it's 2017 pillars...or bricks or blocks, then it is correct but needs explaining that... Thanks! We've changed this typo Thank you
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 30, 2018, 03:08:51 AM |
|
Windows 10 Prerequisites Install Visual Studio 2017 Community Edition When installing Visual Studio, it is required that you install Desktop development with C++ and the VC++ v140 toolchain when selecting features. The option to install the v140 toolchain can be found by expanding the “Desktop development with C++” node on the right. You will need this for the project to build correctly. Install Boost 1.59.0, ensuring you download the installer for MSVC 14. Building
From the start menu, open ‘x64 Native Tools Command Prompt for vs2017’. cd mkdir build cd build
Set the PATH variable for cmake: ie. set PATH="C:\ProgramFiles (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin";%PATH%
cmake -G "Visual Studio 15 2017 Win64" .. -DBOOST_ROOT=C:/Boost/boost_1_59_0 (Or your boost installed dir.) MSBuild Qwertycoin.sln /p:Configuration=Release /m
If all went well, it will complete successfully, and you will find all your binaries in the ‘..\build\src\Release’ directory. Additionally, a .sln file will have been created in the build directory. If you wish to open the project in Visual Studio with this, you can.
In regards to the masternode instructions i pasted above...the cmake command ( line in red) is where it fails. I get the cmakelists.txt not found error...any ideas?
|
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
June 30, 2018, 08:40:19 AM |
|
In regards to the masternode instructions i pasted above...the cmake command ( line in red) is where it fails. I get the cmakelists.txt not found error...any ideas?
Did you clone this repo: https://github.com/qwertycoin-org/qwertycoin ?
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 30, 2018, 08:46:13 AM |
|
Nope...Well it wasnt in the directions lol...I'm new to visual studio...I'll try again when i get home from work...after downloading that from github...Thank you for the info, it is greatly appreciated! In regards to the masternode instructions i pasted above...the cmake command ( line in red) is where it fails. I get the cmakelists.txt not found error...any ideas?
Did you clone this repo: https://github.com/qwertycoin-org/qwertycoin ?
|
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
June 30, 2018, 09:02:02 AM |
|
Nope...Well it wasnt in the directions lol...I'm new to visual studio...I'll try again when i get home from work...after downloading that from github...Thank you for the info, it is greatly appreciated!
It's in the first sentence:
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
YuSoDum
Member
Offline
Activity: 164
Merit: 13
|
|
June 30, 2018, 09:17:20 AM |
|
I stand corrected. My apologies. I didnt pay that much attention since it says ubuntu and macOS. I assumed it wasnt part of the windows installation process. Nope...Well it wasnt in the directions lol...I'm new to visual studio...I'll try again when i get home from work...after downloading that from github...Thank you for the info, it is greatly appreciated!
It's in the first sentence:
|
|
|
|
|
kickstarter
|
|
July 03, 2018, 04:14:20 PM |
|
The only question I have is the following Sometimes it takes a long time for me to actually receive the transaction. Is there anything I can do about this? Should I try resetting my wallet or something along those lines?
|
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
July 03, 2018, 08:56:10 PM |
|
The only question I have is the following Sometimes it takes a long time for me to actually receive the transaction. Is there anything I can do about this? Should I try resetting my wallet or something along those lines?
Every new, pending transaction needs a new Block for confirmation. A Miner must invest computing time to find a new Block for your Transaction. If there are many other pending transactions your transaction need more time than usually for confirmating. You can only wait, or start mining for (maybe) faster confirmation time.
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
July 06, 2018, 02:50:09 PM Last edit: July 06, 2018, 03:01:24 PM by Qwertycoin_QWC |
|
Release Notes 4.0.0 Qwertycoin plan his second stage for the upcoming hard fork to heavy algorithm - New network identifiers to ensure that every single Users, Poolowner, Exchange update their Qwertycoin Software - Upgrade the core to Cryptonight-Heavy / ASIC Resistant - Switch to newest Zawy LWMA-2 Difficulty algorithm - Upgrade Blocksize for creating larger Blocks and Transactions - Increase Syncperformance - Load Checkpoints from CSV file (CLI Only) - Better Rpc error code handling - Unmixable dust update - Fix Debug for win32 systems - Check for fee address - Masternode optional check for fee in relayed transaction - Checked double bug. ok. this make 2nd key track - Added RPC method validateaddress - New branding
Please dont transfer Qwertycoin within the next 48 hours. We will do this hard fork within 48 hours from now.
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
drngocct
Newbie
Offline
Activity: 168
Merit: 0
|
|
July 06, 2018, 03:10:13 PM |
|
Release Notes 4.0.0 Qwertycoin plan his second stage for the upcoming hard fork to heavy algorithm - New network identifiers to ensure that every single Users, Poolowner, Exchange update their Qwertycoin Software - Upgrade the core to Cryptonight-Heavy / ASIC Resistant - Switch to newest Zawy LWMA-2 Difficulty algorithm - Upgrade Blocksize for creating larger Blocks and Transactions - Increase Syncperformance - Load Checkpoints from CSV file (CLI Only) - Better Rpc error code handling - Unmixable dust update - Fix Debug for win32 systems - Check for fee address - Masternode optional check for fee in relayed transaction - Checked double bug. ok. this make 2nd key track - Added RPC method validateaddress - New branding
Please dont transfer Qwertycoin within the next 48 hours. We will do this hard fork within 48 hours from now.
Nice movements, Qwertycoin team. All of you have made great works to keep Qwertycoin project moving forwards. Your thread also shows that there are lots of important changes with the Upgrade.
|
|
|
|
Qwertycoin_QWC (OP)
Jr. Member
Offline
Activity: 301
Merit: 1
|
|
July 07, 2018, 05:17:11 PM |
|
There was a mandatory Update! Please update your Nodes, Daemons, Wallets and other Qwertycoin related Software. Clone this Repo: https://github.com/qwertycoin-org/qwertycoin or pick a precompiled Wallet: https://qwertycoin.org/wallet/ (MacOS Wallet will be released in a few hours from now) And last but not least: We need Hashrate to the following pools: qwertycoin.site pool.qwertycoin.org superblockchain.con-ip.com The other Pools did not update to the newest chain yet. Please mine in one of these Pools. You can see the other Pools here: https://explorer.qwertycoin.org/#pools mine in a pool which is on the same height as pool.qwertycoin.org!
|
Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
|
|
|
dandelionflourish
Newbie
Offline
Activity: 30
Merit: 0
|
|
July 09, 2018, 01:44:52 PM |
|
There was a mandatory Update! Please update your Nodes, Daemons, Wallets and other Qwertycoin related Software. Clone this Repo: https://github.com/qwertycoin-org/qwertycoin or pick a precompiled Wallet: https://qwertycoin.org/wallet/ (MacOS Wallet will be released in a few hours from now) And last but not least: We need Hashrate to the following pools: qwertycoin.site pool.qwertycoin.org superblockchain.con-ip.com The other Pools did not update to the newest chain yet. Please mine in one of these Pools. You can see the other Pools here: https://explorer.qwertycoin.org/#pools mine in a pool which is on the same height as pool.qwertycoin.org! Spreading hashrates to different pools are very important to maintain healthy condition of network, in general. It also helps to prevent replay attacks, and unexpected double spends from greedy hackers.
|
|
|
|
|