Author

Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark= - page 512. (Read 826757 times)

member
Activity: 81
Merit: 10
Hi,
one question. The mn payments are they from transaction fees or is this stake payment? I dind't find some infos about. Thx.
hero member
Activity: 798
Merit: 1000
trong community , soon 500k satosi , today  up to 400k

It would be very good!  Wink
legendary
Activity: 1162
Merit: 1000
trong community , soon 500k satosi , today  up to 400k
sr. member
Activity: 292
Merit: 250
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes

when i type in chmod craved 777

i get

chmod: invalid mode: `craved'

tried figuring out what to do myself but nothing

did you do this : ?
Download https://mega.nz/#!0Ux2mBgQ!CRHikxDOE6piaHqujYANLMSI6_Zs-O2T4PhpX27ZZzg and move to your VPS root with an sftp program

yeah i downloaded then used WinSCP to transfer to the root directory

i can see the file when i type dir in the putty command

here is another method: http://webmaster.iu.edu/tools-and-guides/maintenance/chmod-ftp.phtml#pc

omg thank you so much!! i finally got it to work! ive been at this all day and kept running into problems but finally i have 1 masternode running!!! Cheesy
full member
Activity: 210
Merit: 100
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes

when i type in chmod craved 777

i get

chmod: invalid mode: `craved'

tried figuring out what to do myself but nothing

did you do this : ?
Download https://mega.nz/#!0Ux2mBgQ!CRHikxDOE6piaHqujYANLMSI6_Zs-O2T4PhpX27ZZzg and move to your VPS root with an sftp program

yeah i downloaded then used WinSCP to transfer to the root directory

i can see the file when i type dir in the putty command

here is another method: http://webmaster.iu.edu/tools-and-guides/maintenance/chmod-ftp.phtml#pc
sr. member
Activity: 292
Merit: 250
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes

when i type in chmod craved 777

i get

chmod: invalid mode: `craved'

tried figuring out what to do myself but nothing

did you do this : ?
Download https://mega.nz/#!0Ux2mBgQ!CRHikxDOE6piaHqujYANLMSI6_Zs-O2T4PhpX27ZZzg and move to your VPS root with an sftp program

yeah i downloaded then used WinSCP to transfer to the root directory

i can see the file when i type dir in the putty command
full member
Activity: 210
Merit: 100
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes

when i type in chmod craved 777

i get

chmod: invalid mode: `craved'

tried figuring out what to do myself but nothing

did you do this : ?
Download https://mega.nz/#!0Ux2mBgQ!CRHikxDOE6piaHqujYANLMSI6_Zs-O2T4PhpX27ZZzg and move to your VPS root with an sftp program
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
I have successfuly started a masternode yesterday and I received 2 payments but in last 8h I didn't received any payment.
Is normal?
How can I check if my masterode is still running?



I think payments will be more frequent  after fork of tomorrow

sr. member
Activity: 292
Merit: 250
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes

when i type in chmod craved 777

i get

chmod: invalid mode: `craved'

tried figuring out what to do myself but nothing
hero member
Activity: 798
Merit: 1000
Hey guys! Tomorrow we will have a hard fork and a new wallet?

Should I shut down my masternode before this and install again?
Your masternode is already on the latest...  You don't have to do anything.

Hey Dev!

Good morning! Any news for today?  Smiley

BTW: I will donate you from my first masternode stakings, waiting for confirmations now...
hero member
Activity: 532
Merit: 500

naw brah im still waiting for you to pump it to 250k like you said my sell walls are up.

You call that sell walls? So many shrimp in this forum acting big.
full member
Activity: 140
Merit: 100
Hey guys! Tomorrow we will have a hard fork and a new wallet?

Should I shut down my masternode before this and install again?
Your masternode is already on the latest...  You don't have to do anything.
hero member
Activity: 798
Merit: 1000
Hey guys! Tomorrow we will have a hard fork and a new wallet?

Should I shut down my masternode before this and install again?
full member
Activity: 210
Merit: 100
full member
Activity: 210
Merit: 100
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes
sr. member
Activity: 292
Merit: 250
"
chmod craved 777
./craved &
"

this part goes where? putty command?
sr. member
Activity: 329
Merit: 250
I have successfuly started a masternode yesterday and I received 2 payments but in last 8h I didn't received any payment.
Is normal?
How can I check if my masterode is still running?
sr. member
Activity: 448
Merit: 250
member
Activity: 117
Merit: 10
masternode staking like a pro  Cool great work dev, wil donate some crave  Smiley

http://www.richlist.eu/crave/stats/CBdZSY7NgYpnvRCE1CQvaUjcgfcMJrB96H

Is this actually practical? It looks like you staked a block, then sent your coins back to yourself a few hours later.
full member
Activity: 210
Merit: 100
to make a cold wallet masternode you need 1 main pc (your personal pc) and as many VPS you want.

on your home pc make a new empty wallet.dat then go to debug > console and type :

masternode genkey , then press enter youll get a long string
getaccountaddress 0 , then press enter youll get an address

copy those string and address to a notepad for later use.

now you can send 500 exactly to that address

1. Rent a VPS from vultr.com and choose the one with 15GB ssd (5$/mo)

2. download putty www.chiark.greenend.org.uk/~sgtatham/putty/download.html

3. connect to your VPS using putty (google how to connect in putty)

if you know how to compile craved skip this if not

4. copy and paste this one line at a time in putty black window :

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
sudo aptitude install libminiupnpc-dev
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
mkdir .crave
nano .crave/crave.conf

NOW paste this to the crave.conf:

Code:
rpcallowip=127.0.0.1
rpcuser=MAKEUPYOUROWNUSERNAME
rpcpassword=MAKEUPYOUROWNPASSWORD
rpcport=8765
server=1
daemon=1
listen=1
staking=0
port=9999
masternodeaddr=YOUR VPS IP:9999
masternode=1
masternodeprivkey=YOUR MASRETNODE KEY THAT YOU SAVED IN NOTEPAD

Download https://mega.nz/#!0Ux2mBgQ!CRHikxDOE6piaHqujYANLMSI6_Zs-O2T4PhpX27ZZzg and move to your VPS root with an sftp program

chmod craved 777
./craved &

now go back to your home pc

make a new crave.conf file and paste this:

Code:
rpcuser=RANDOMSTRINGOFNUMBERSANDLETTERS
rpcpassword=LONGERRANDOMSTRINGOFNUMBERSANDLETTERSHAVEFUN
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
masternode=1
masternodeprivkey=YOUR MASRETNODE KEY THAT YOU SAVED IN NOTEPAD
masternodeaddr=YOUR VPS IP:9999

open crave-qt.exe and you should see it have a 500 coin

now go to debug > console and type : masternode start

and you should get a msg that says successfully started

please let me know if you got any problem

tips: C8vPmVTzUCeDLysdKEsT8wM5vrqbUyuwpu

Which OS on Vultr? Does it matter? And is it possible to create multiple MN's using 1 windows pc with this VPS? How?

Ubuntu 12.04, yes you can make more than one mn using windows as cold wallet:

for me i did this:



every masternode wallet.dat have different config and a .bat file to open it to remotely start the masternode on the vps.

.bat file

Code:
crave-qt.exe -wallet=walletmn1.dat -conf=C:\Users\YOUR USER NAME\AppData\Roaming\Crave\cravemn1.conf

pause

just start and type: masternode start then close and move to next one.

Jump to: