Bitcoin Forum
June 16, 2024, 02:47:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
Author Topic: CRAVE: Revival  (Read 54972 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
rdivi
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
July 21, 2017, 01:29:09 PM
 #401

Yea!
New release: v2.1.0.0

*Reward system is enabled
Now you can move your masternore reward to another address.
Use it carefully pleeeeease.

Do not forget to make "masternode stop-many" before updating your nodes.

That was fast Smiley
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
July 21, 2017, 02:58:13 PM
 #402

Yea!
New release: v2.1.0.0

*Reward system is enabled
Now you can move your masternore reward to another address.
Use it carefully pleeeeease.

Do not forget to make "masternode stop-many" before updating your nodes.

That was fast Smiley
Always fast with CoolerRSA Cheesy
CooleRRSA (OP)
Member
**
Offline Offline

Activity: 125
Merit: 20


View Profile
July 21, 2017, 06:25:59 PM
 #403

Quote
Now you can move your masternore reward to another address.

spend whole yesterday for setting up my Linux VPS so i think i will keep running 2.0.4

got problems with Ubuntu 17.04 caused by newer "actual libboost_system. is"

Quote
If your masternode appears with active 0 status, it means that your masternode is not reachable from internet. Check your open ports and connection.

damn, opend wrong port on Linux firewall.

after opening port Masternode List still shows "Active=0"

so i disabled my firewall and restart server.

Now "Active=1"

now i am a little afraid because not using a firewall.

Crave Windows Wallet -> Masternodes -> Crave Network is always up to date? can  i refresh it somehow?



List is refreses each 30 seconds, and nodes status each 30 minutes.
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 11:16:26 AM
 #404

Multiple Masternodes setup Guide

Step-by-step guide for starting multiple masternodes (3 masternodes in this example)

Requirements

     - crave wallet running on your local computer with at least 500 cravecoins for every masternode
     - white static IP with open ports for masternodes

STEP 1 : Prepairing masternodes

    1 - Choose the place where you will hold you masternodes dirs (you need 1,5Gb free space for every masternode)
    2 - Create folder "CraveMN1" there
    3 - Copy file "crave-qt.exe" in folder "CraveMN1"
    4 - Create in folder "CraveMN1" new folder "data"
    5 - Copy file "blk0001.dat" and folder "txleveldb" in created folder "data"
    6 - Rename "crave-qt.exe" to the "crave-mn1.exe"
    7 - Press Win+R and type "cmd" and press Enter
    8 - Now type there:

Code:
echo start crave-mn1.exe -datadir=./data > %homepath%/Desktop/startmn1.cmd
   
    9 - Move file "startmn1.cmd" from Desktop to the "CraveMN1" folder
   10 - Repeat the process from step 2 for each masternode you want to created, with changing mn1 to mn2, mn3
   11 - Run startmn1.cmd, startmn2.cmd and startmn3.cmd, wait for complete loading wallets and complete syncing with blockchain
   12 - Now you can exit from each running masternode wallets

STEP 2 : Prepairing controller wallet

    1 - Open your main wallet where you have your coins
    2 - Go to Recieve tab
    3 - Press button "New address" and enter "Masternode 1" in Label (do not check "Stealth address")
    4 - Send to this address exactly 500 CRAVE
    5 - Wait for 1 confirmation of transaction and go to the Debug console
    6 - Run command "masternode genkey" and write down generated key (this is your masternode private key)
    7 - Run command "masternode outputs" and write down hexnumbers (this is your masternode tx) and digit after ":" (this is tx index)
    8 - Go to Masternodes tab and switch to the "My Masternodes"
    9 - Press button "Create"
   10 - Enter "Alias" - "MN1" (do not use spaces and special charatcers)
   11 - Enter "Address" - "YOUREXTERNALIP:PORT" (your external white ip and port for masternode)
   12 - Enter "Privkey" - masternode private key you generated with "masternode genkey"
   13 - Enter "TxHash" - masternode tx from "masternode outputs" command
   14 - Enter "Output Index" - tx index from "masternode outputs" command
   15 - Now you can press "Ok"
   16 - Repeat process from step 2 for MN2 and MN3. With renaming MN1 to MN2 and MN3 and changing port

#################################################################################################################################################

When you get to step 7 "masternode outputs" in second time you will see 2 lines with txhash and index. You must choose the new line with txhash.
When you get to step 7 "masternode outputs" in third time you will see 3 lines with txhash and index. You must choose the new line with txhash.

#################################################################################################################################################

   17 - Press "Update" and you will see all three masternodes in list with status "Not in the masternode list."
   
#################################################################################################################################################

Steps 8-15 creates masternode.conf. You can skip this steps and create it by yourself.
It have format:
Code:
ALIAS IP:PORT PRIVKEY TXHASH OUTPUTINDEX
One line - one masternode config

#################################################################################################################################################

STEP 3 : Configuring masternodes

    1 - Go to "CraveMN1/data" folder
    2 - Open "crave.conf" in Notepad
    3 - Type there:

Code:
port=PORT
masternode=1
masternodeaddr=IP:PORT
masternodeprivkey=PRIVKEY
       
    4 - Replace PORT with port for your Masternode 1, IP:PORT with your external white ip and the same port for you Masternode 1
    5 - Replace PRIVKEY with masternode private key you generated with "masternode genkey" in controller wallet for Masternode 1
    6 - Save it and repeat process for Masternode 2 and Masternode 3.

STEP 4 : Starting masternodes

    1 - Now you can start all your masternodes with "startmn1.cmd", "startmn2.cmd" and "startmn3.cmd"
    2 - Go to controller wallet, check that your coins in Masternode 1, 2 and 3 addresses have at least 15 confirmations.
    3 - Go to Masternodes tab and switch to the "My Masternodes"
    4 - Press "Start All"

Thats all folks. You have created 3 working masternodes.
Don't be afraid to running PoS on controller wallet. It's do not damaged your masternode transactions because all masternode coins will be excluded from PoS.



Can I use this example to create one masternode in windows 10/64?
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
July 23, 2017, 11:19:13 AM
 #405

This is a windows guide.
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 12:16:57 PM
 #406

This is a windows guide.

Thank you sir
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 04:43:02 PM
 #407

is there instruction how to sync the blockchain faster? i'm stuck and the bootstrap i install doesn't have any effect...
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
July 23, 2017, 04:44:34 PM
 #408

is there instruction how to sync the blockchain faster? i'm stuck and the bootstrap i install doesn't have any effect...
Delete txtleveldb folder and blk0001.dat then start your wallet again.
LemonAndFriesOne
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
July 23, 2017, 05:33:29 PM
 #409

Masternode keep shutting down minutes after I start it, goes on list and then goes off.

Time up keeps saying 0, but active=1

I have to restart but it won't stay on.

Ubuntu 14 VPS for MN

Anyone have a fix?
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
July 23, 2017, 06:24:02 PM
 #410

Masternode keep shutting down minutes after I start it, goes on list and then goes off.

Time up keeps saying 0, but active=1

I have to restart but it won't stay on.

Ubuntu 14 VPS for MN

Anyone have a fix?

Make sure your ports are open. Also add firewall rules.
btct22
Hero Member
*****
Offline Offline

Activity: 615
Merit: 502



View Profile
July 23, 2017, 08:06:41 PM
 #411

Masternode keep shutting down minutes after I start it, goes on list and then goes off.

Time up keeps saying 0, but active=1

I have to restart but it won't stay on.

Ubuntu 14 VPS for MN

Anyone have a fix?


Also what version of Crave are you running, the latest version is fine but the symptom you're describing was happening to me two releases ago.  Make sure you have installed 2.1 on the MN as well as the controller wallet. 

If the MN has been started it should say "masternode started remotely" when you run ./craved masternode debug
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 08:23:15 PM
 #412

is there instruction how to sync the blockchain faster? i'm stuck and the bootstrap i install doesn't have any effect...
Delete txtleveldb folder and blk0001.dat then start your wallet again.

thank you sir!
Slothman
Sr. Member
****
Offline Offline

Activity: 332
Merit: 263


Embrace The Darkness.


View Profile WWW
July 23, 2017, 08:32:07 PM
 #413

** 1k Twitter Follower Giveaway! **

Award: 50 CRAVE
Duration: 1 week


To Enter:
Follow @CraveProject
Retweet, and Like the pinned tweet.


Details here: http://craveproject.com/2017/07/twitter-giveaway/index.html
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 08:44:12 PM
 #414

Once I completely sync the blockchain and move to setting up my CRAVE masternode, can anyone tell me which is better or the benefits?

- Multiple Masternodes setup Guide; this runs the MN from your wallet in windows
 or
- setting masternode on vps which I'm not familiar with coding etc...

Thanks

tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
July 23, 2017, 09:21:19 PM
 #415

Once I completely sync the blockchain and move to setting up my CRAVE masternode, can anyone tell me which is better or the benefits?

- Multiple Masternodes setup Guide; this runs the MN from your wallet in windows
 or
- setting masternode on vps which I'm not familiar with coding etc...

Thanks


Use the multiple guide if you are used to Windows but apply it for only 1 MN if you want to run one node only.
junzotojunzo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 23, 2017, 10:10:03 PM
 #416

Once I completely sync the blockchain and move to setting up my CRAVE masternode, can anyone tell me which is better or the benefits?

- Multiple Masternodes setup Guide; this runs the MN from your wallet in windows
 or
- setting masternode on vps which I'm not familiar with coding etc...

Thanks


Use the multiple guide if you are used to Windows but apply it for only 1 MN if you want to run one node only.

Thank you kind sir~!
btct22
Hero Member
*****
Offline Offline

Activity: 615
Merit: 502



View Profile
July 24, 2017, 12:13:33 AM
 #417

The reward payouts to a central address are working well with 2.1! 

Thank you CooleRRSA!!
hepilord
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
July 24, 2017, 10:26:51 AM
 #418

where can i set address for reward auto payout?
btct22
Hero Member
*****
Offline Offline

Activity: 615
Merit: 502



View Profile
July 24, 2017, 10:34:25 AM
 #419

where can i set address for reward auto payout?

Upgrade your nodes and wallet to 2.1, then edit your masternode.conf file and put the reward address and payout percentage on the end of every masternode line.   

If you use the same reward address for all your nodes then the payments are aggregated together so you can't tell which node it came from, but it should make it easier to use the reward amounts because you don't need to select the inputs any more when you want to use them for something.
hepilord
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
July 24, 2017, 10:41:05 AM
 #420

can you please paste example conf file?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!