Pages:
Author

Topic: [ANN] [QRK] Quark | POW/POS | 0.10.6.3 - New Self Moderated Thread - page 13. (Read 63988 times)

jr. member
Activity: 180
Merit: 4
downloaded the zip file but again "no blocks source available".. do i need to enter all the "add nodes" again?
Usually I add it to Quarkcoin.conf
jr. member
Activity: 180
Merit: 4
Quark 0.10.7.4 released
Fix POS bug
Need to be replaced network more than 51% of the wallets to 0.10.7.4 to start agreement
Please change to 0.10.7.4 as soon as possible
Because the code needs to be updated in a few days
I temporarily used the connection of 0.10.7.3
The compiled version is 0.10.7.4
https://github.com/quark-project-evolution/quark/releases/tag/v0.10.7.3

Great !! How this latest release effect on MN's owners ?

Do we need to upgrade MN's wallet 0.10.7.3 to 0.10.7.4 too...

Thanks

 

yes
upgrade to 0.10.7.4
We need enough proportion to start POS

newbie
Activity: 56
Merit: 0
Quark 0.10.7.4 released
Fix POS bug
Need to be replaced network more than 51% of the wallets to 0.10.7.4 to start agreement
Please change to 0.10.7.4 as soon as possible
Because the code needs to be updated in a few days
I temporarily used the connection of 0.10.7.3
The compiled version is 0.10.7.4
https://github.com/quark-project-evolution/quark/releases/tag/v0.10.7.3
Thanks, I like QRK more and more. If now AEX also reactivates trading, everything is perfect. We have changed our MN to 0.10.7.4, everything works perfectly and from the feeling the wallets start faster.
newbie
Activity: 12
Merit: 0
downloaded the zip file but again "no blocks source available".. do i need to enter all the "add nodes" again?
member
Activity: 92
Merit: 12
Happy Mining!
Quark 0.10.7.4 released
Fix POS bug
Need to be replaced network more than 51% of the wallets to 0.10.7.4 to start agreement
Please change to 0.10.7.4 as soon as possible
Because the code needs to be updated in a few days
I temporarily used the connection of 0.10.7.3
The compiled version is 0.10.7.4
https://github.com/quark-project-evolution/quark/releases/tag/v0.10.7.3

Great !! How this latest release effect on MN's owners ?

Do we need to upgrade MN's wallet 0.10.7.3 to 0.10.7.4 too...

Thanks

 
jr. member
Activity: 180
Merit: 4
Quark 0.10.7.4 released
Fix POS bug
Need to be replaced network more than 51% of the wallets to 0.10.7.4 to start agreement
Please change to 0.10.7.4 as soon as possible
Because the code needs to be updated in a few days
I temporarily used the connection of 0.10.7.3
The compiled version is 0.10.7.4
https://github.com/quark-project-evolution/quark/releases/tag/v0.10.7.3
newbie
Activity: 3
Merit: 0
Hi, got a problem in setting up a masternode. Like to do it with nodehub.io.
Did all in a right way (i think/hope) but dont runs. Download newest version (10.7.3)

after download runs full synchron-> changed the masternode.conf (add xxxxxxxxxxxxxxxxxxxxxxxx 00.000.000.00:00000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00
)  -> didnt run (error ) -> add "txindes=1" -> didnt run -> clean masternode.conf -> runs again full synchron

Error is : Enabling Masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex (-reindex in console doesnt help, unknown)

Yes - i have set a passphrase. When i change in the running wallet the msternode.con and write in the console "masternode start-alias "xxxxxxxxxxxxxxxx" walles says "your wallet is locked, passphrase is required (code-1) but cant fill anywhere the passphrase. When i go to masternodes tab and click "start all" or start missing" i will asked for the passphrase and fill in. but wallet cant find any own masternode.

What i do wrong ?

thanks for help

There is no detailed version, this is a simple tutorial, I hope to help you.
If the steps are correct, you must be able to view the master node


1.First quark wallet takes up about 3G memory,So you need to rent a server with at least 4 gigabytes of memory
2.Install Quark wallet on the server,And download the block file and paste it in the Quarkcoin folder
3.Create a new collection address in your wallet and send 10,000 QRK to it
4.Type the command “masternode genkey” and “masternode outputs” ,Save the resulting content
5.open Quarkcoin.conf and input

server=1
listen=1
daemon=1
rpcuser=aaaa
rpcpassword=123456
txindex=1
masternode=1
externalip=Your public IP
masternodeprivkey=“masternode genkey”

6. open masternode.conf and input
name publicIP:13721 masternodegenkey masternodeoutputs
example:
mn1 127.0.0.2:13721 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg  2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
7.Open server port 13721/13721
8.Restart wallet,Will be asked to re-index,When finished, the masternode can be started-

Now is running.
All what you wrote i did.
The Problem was : Error : Enabling Masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex (-reindex in console doesnt help, unknown)
I tryed in wallet console and it doesnt works. After lot time in google, i saw i had to run the command in the cmd - that was the solution

Thanks for comment, happy mining


new masternode 94.130.178.72:13721

addnode=94.130.178.72:13721    /   addnode "94.130.178.72:13721" "add" (for the wallet console)

newbie
Activity: 56
Merit: 0
AEX will reopen for deposit and withdrawal after 0.10.7.4
Great news and great that you inform us now also!
newbie
Activity: 12
Merit: 0
looking forward to 10.7.4,...
my QRK´s r waiting to be get to work Cheesy
jr. member
Activity: 180
Merit: 4


How to install a Install Quark wallet on the Linux server?

I'm so sorry that I only know the contents of the win version at present

I hope someone here can help you
newbie
Activity: 10
Merit: 0
Hi, got a problem in setting up a masternode. Like to do it with nodehub.io.
Did all in a right way (i think/hope) but dont runs. Download newest version (10.7.3)

after download runs full synchron-> changed the masternode.conf (add xxxxxxxxxxxxxxxxxxxxxxxx 00.000.000.00:00000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00
)  -> didnt run (error ) -> add "txindes=1" -> didnt run -> clean masternode.conf -> runs again full synchron

Error is : Enabling Masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex (-reindex in console doesnt help, unknown)

Yes - i have set a passphrase. When i change in the running wallet the msternode.con and write in the console "masternode start-alias "xxxxxxxxxxxxxxxx" walles says "your wallet is locked, passphrase is required (code-1) but cant fill anywhere the passphrase. When i go to masternodes tab and click "start all" or start missing" i will asked for the passphrase and fill in. but wallet cant find any own masternode.

What i do wrong ?

thanks for help

There is no detailed version, this is a simple tutorial, I hope to help you.
If the steps are correct, you must be able to view the master node


1.First quark wallet takes up about 3G memory,So you need to rent a server with at least 4 gigabytes of memory
2.Install Quark wallet on the server,And download the block file and paste it in the Quarkcoin folder
3.Create a new collection address in your wallet and send 10,000 QRK to it
4.Type the command “masternode genkey” and “masternode outputs” ,Save the resulting content
5.open Quarkcoin.conf and input

server=1
listen=1
daemon=1
rpcuser=aaaa
rpcpassword=123456
txindex=1
masternode=1
externalip=Your public IP
masternodeprivkey=“masternode genkey”

6. open masternode.conf and input
name publicIP:13721 masternodegenkey masternodeoutputs
example:
mn1 127.0.0.2:13721 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg  2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
7.Open server port 13721/13721
8.Restart wallet,Will be asked to re-index,When finished, the masternode can be started-

How to install a Install Quark wallet on the Linux server?
jr. member
Activity: 180
Merit: 4
Hi, got a problem in setting up a masternode. Like to do it with nodehub.io.
Did all in a right way (i think/hope) but dont runs. Download newest version (10.7.3)

after download runs full synchron-> changed the masternode.conf (add xxxxxxxxxxxxxxxxxxxxxxxx 00.000.000.00:00000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00
)  -> didnt run (error ) -> add "txindes=1" -> didnt run -> clean masternode.conf -> runs again full synchron

Error is : Enabling Masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex (-reindex in console doesnt help, unknown)

Yes - i have set a passphrase. When i change in the running wallet the msternode.con and write in the console "masternode start-alias "xxxxxxxxxxxxxxxx" walles says "your wallet is locked, passphrase is required (code-1) but cant fill anywhere the passphrase. When i go to masternodes tab and click "start all" or start missing" i will asked for the passphrase and fill in. but wallet cant find any own masternode.

What i do wrong ?

thanks for help

There is no detailed version, this is a simple tutorial, I hope to help you.
If the steps are correct, you must be able to view the master node


1.First quark wallet takes up about 3G memory,So you need to rent a server with at least 4 gigabytes of memory
2.Install Quark wallet on the server,And download the block file and paste it in the Quarkcoin folder
3.Create a new collection address in your wallet and send 10,000 QRK to it
4.Type the command “masternode genkey” and “masternode outputs” ,Save the resulting content
5.open Quarkcoin.conf and input

server=1
listen=1
daemon=1
rpcuser=aaaa
rpcpassword=123456
txindex=1
masternode=1
externalip=Your public IP
masternodeprivkey=“masternode genkey”

6. open masternode.conf and input
name publicIP:13721 masternodegenkey masternodeoutputs
example:
mn1 127.0.0.2:13721 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg  2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
7.Open server port 13721/13721
8.Restart wallet,Will be asked to re-index,When finished, the masternode can be started-
jr. member
Activity: 180
Merit: 4
AEX will reopen for deposit and withdrawal after 0.10.7.4
jr. member
Activity: 180
Merit: 4
strange, i had the error that my wallet was 2 weeks behind,... did the "add nodes" configuration, restarted and now it kinda stucked at 3 weeks now Cheesy

There seems to be a special case that causes the local wallet to stop updating

You may need to remove the blocks folder and reload it

You can download some block data here, which can save a lot of time

https://mega.nz/#!Xy4VCKJR!3VbR-HzV2VDnmNG0tgQTYfa72Gs3EtOsAvugx_e-y5Y
jr. member
Activity: 180
Merit: 4
Many thanks to some recent supporters for their help
Let me feel the community is growing

We will release 0.10.7.4 after 2-3 days
Fix a problem blocking POS

I believe this will complete the upgrade mission

jr. member
Activity: 180
Merit: 4
Maybe someone can tell what the problem is?

2019-09-08 17:19:17 Loaded 352 addresses from peers.dat  43ms
2019-09-08 17:19:17 AddLocal([2602:30a:c0b1:4230:21d7:727b:bb55:a167]:11973,1)




You're using the old version
We have upgraded to MN
You need to use a minimum version of 0.10.7.2 to get back to our main chain

We will release 0.10.7.4 soon
Maybe you can wait another two days
newbie
Activity: 12
Merit: 0
i would love to say the same but i cant get the qt wallet started,...
maybe its me...  Grin
newbie
Activity: 56
Merit: 0
I criticized the Devs a lot before. Meanwhile, as someone who runs several MNs, I have to say that the MNs are stable and profitable. I can't understand the problems described here, only VPS with 4GB have to be used.
newbie
Activity: 12
Merit: 0
strange, i had the error that my wallet was 2 weeks behind,... did the "add nodes" configuration, restarted and now it kinda stucked at 3 weeks now Cheesy
full member
Activity: 229
Merit: 100
@Dev, do you know when AEX opens their wallet?
I'm waiting more than one month. Opend several tickets to get more information.
They always told me "wallet upgrade is in progress". Do you have more details?  Huh
I asked yesterday and am waiting for a reply.
Pages:
Jump to: