Bitcoin Forum
June 14, 2024, 02:35:43 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
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 »
281  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Crave Adrenaline node setup service on: April 08, 2015, 05:25:39 AM
How many coins per day *average would a masternode pay me?

it depends on luck i think  Grin, here is some of my nodes addresses you can see the timing. some of them are not lucky

http://www.richlist.eu/crave/stats/C2TcLFmh9h7qo87bktE89Qemd4tVW3HDNp
http://www.richlist.eu/crave/stats/CAPU7hWJK6eH4mmowtjqk2S1ParTEz2PmL
http://www.richlist.eu/crave/stats/CBBHj9dRPM35MGsKWPDj8bTZspbuoBSYUj
http://www.richlist.eu/crave/stats/BvusjZ4ycNVsgQpnnnSh9GCRQykZwtEbY2
http://www.richlist.eu/crave/stats/CA4hw5pkRjvUwXzCq7bw3LyUF3HRPJuACz
282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 05:21:52 AM
masternode count: 68 thats 34,000 crave

get your masternode setup

https://bitcointalk.org/index.php?topic=1016963
283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 05:20:18 AM
"
chmod craved 777
./craved &
"

this part goes where? putty command?

yes
284  Alternate cryptocurrencies / Marketplace (Altcoins) / Crave Adrenaline node setup service on: April 08, 2015, 05:08:33 AM
i provide Crave Adrenaline node setup service for noobs & lazy boys

* if you have your VPS : 0.02 per node/VPS (one time payment)
* if you do not have a VPS 10$ in btc per node/VPS ( $10$ usd on first month only and if you want to extend you pay only 6$ for every extra month )

please note that this is a cold wallet system where i will not have access to your 500 coins


This services is provided by me and kimowa https://bitcointalk.org/index.php?action=profile;u=154397

Interested pm

 Grin
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 04:55:19 AM
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.

286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 04:30:57 AM
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
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:09:45 AM
wtf why all my stacks that was 1 now they turn to 0.333333 ?? how come ?

masternode payments are .66666 pos stakers get .33333

yes i know, but my stack was 1 then it turn 0.3333 i mean old stake!
288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 01:55:15 AM
wtf why all my stacks that was 1 now they turn to 0.333333 ?? how come ?
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 08:45:23 PM
Grin 300k tonight i was wrong lol. sell then buy back in. BAM car payment . Thank you Crave!

some times you sell and you can not buy back in lol, be carefull  Grin
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 08:29:20 PM
to get the max profit from your 5$ VPS, make an NHZ hallmark and get some payments Grin

copy below code
on your VPS: nano nhz.py
paste the code and save

run: python nhz.py and wait until it says type your passpharse

tips: C8vPmVTzUCeDLysdKEsT8wM5vrqbUyuwpu

Code:
import os
import sys
import urllib2
import urllib
import json
import time
import re
import getpass

INSTALL_PATH = '/srv/'
CONF_FILE = os.path.join(INSTALL_PATH, "hz-v3.9/conf/nhz-default.properties")
NHZ_PATH = os.path.join(INSTALL_PATH, "hz-v3.9")
SUPERVISOR_CONF = "/etc/supervisor/conf.d/nhz.conf"


def make_get(url):
    response = urllib2.urlopen(url)
    html = response.read()

    return html


def make_post(url, data):
    data = urllib.urlencode(data)
    req = urllib2.Request(url=url,data=data)
    content = urllib2.urlopen(req).read()

    return content


def installed():
    return os.path.exists(CONF_FILE)


def edited(ip):
    return ip in open(CONF_FILE).read()


def get_ip():
    return json.loads(make_get("http://httpbin.org/ip"))["origin"]


def create_hallmark(ip, secret):
    endpoint = 'http://127.0.0.1:7776/nhz'

    content = make_post(endpoint, {
        "requestType": "markHost",
        "host": ip,
        "weight": 100,
        "date": "2013-12-10",
        "secretPhrase": secret,
    })

    return json.loads(content)["hallmark"]


def update_config(ip, hallmark):
    conf_content = open(CONF_FILE).read()

    conf_content = re.sub("nhz.myHallmark=([^\n]*)\n", "nhz.myHallmark={}".format(hallmark), conf_content)
    conf_content = re.sub("nhz.myAddress=([^\n]*)\n", "nhz.myAddress={}".format(ip), conf_content)

    f = open(CONF_FILE, 'w+')
    f.write(conf_content)
    f.close()

    print "config updated with addr: {}, hallmark: {}".format(ip, hallmark)


def write_supervisor_config():
    if not os.path.exists(os.path.dirname(SUPERVISOR_CONF)):
        os.makedirs(os.path.dirname(SUPERVISOR_CONF))

    file_content = """[program:quark]
directory={}
command=/bin/sh run.sh
stdout_logfile=/var/log/nhz.log
stderr_logfile=/var/log/nhz.error.log
autorestart=true""".format(NHZ_PATH)

    f = open(SUPERVISOR_CONF, "w+")
    f.write(file_content)
    f.close()


def main():

    try:
        f = open("/root/sec-test", "w+")
        f.close()
    except IOError:
        print >> sys.stderr, "You need root permissions to run this script."
        sys.exit(1)

    if not installed():
        print "installing dependencies..."
        os.system("apt-get update -y")
        os.system("apt-get install -y screen")
        os.system("apt-get install -y openjdk-7-jre")
        os.system("apt-get install -y unzip")
        os.system("apt-get install -y supervisor")

        os.chdir(INSTALL_PATH)
        os.system("wget https://github.com/NeXTHorizon/hz-source/releases/download/hz-v3.9/hz-v3.9.zip")
        os.system("unzip hz-v3.9.zip")

        # open port
        os.system("iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 7774 -j ACCEPT")

    os.chdir(NHZ_PATH)

    ip = get_ip()

    if not edited(ip):
        os.system("screen -d -m -S hallmark ./run.sh")
        print "waiting 30 seconds for node to set itself up..."
        time.sleep(30)
        try:
            hallmark = create_hallmark(ip, getpass.getpass("enter your secret phrase:\n"))
            update_config(ip, hallmark)
        finally:
            os.system("screen -S hallmark -X quit")

        write_supervisor_config()
        print "starting supervisord"
        os.system("service supervisor stop")
        time.sleep(3)
        os.system("service supervisor start")

        print "-" * 42
        print "success! your hallmark node set on ip: {}".format(ip)
        print "NHZ address for donations: NHZ-MGUU-WTUR-JC6K-DREBV"
        print "thanks!"
        print "-" * 42


if __name__ == '__main__':
    main()
291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASC]DarkScrypt | Masternodes & Darksend on: April 07, 2015, 08:07:26 PM
lol dash & crave wanna be ?
292  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 06:59:35 PM
masternode count : 51, thats 25,500 crave  Grin
293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 06:11:31 PM
./craved masternode list sometimes dont give a full list ? is this problem or normal ?
just stop masternode, stop ./craved, start ./craved, start masternode  Grin it shows afterward.

im making cold wallet setup, some time i can not find my ip in the list.
294  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 06:08:27 PM
Just making a list of Adrenaline Node enhancements for the future based on what everyone seems to be asking for:

* Ability to run on any port
* Run multiple instances on same peer address (IP/onion/etc.)
* Multiple instance addresses in same cold wallet

How about statistics reporting back to the cold wallet?  Maybe a screen in the wallet with some gauges?

great all of this is important to make everything easy, so we can monitor all node/addresses balances from one wallet!

thanks dev
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 06:06:20 PM
./craved masternode list sometimes dont give a full list ? is this problem or normal ?
296  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 05:23:21 PM
now we start waiting for the dark market release,, hope it does not take so long Grin
297  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 05:09:55 PM
Finally i got 4 masternodes up and running, making more 12 now  Grin

successfully started masternode

 Grin Grin Grin

Thanks everyone who helped, any one want some help pm me.

Edit: got first mn payment within 1 hr + 0.66666666  Shocked Shocked
298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 04:38:36 PM
please help me guys, i want to setup more than one node:

1. install craved on all nodes = DONE
2. make new wallet.dat and get mn key and address = DONE
3. send 500 crave to the new address = DONE
4.  Huh Huh Huh
5.  Huh Huh Huh
6.  Huh Huh Huh

lets say i have 4 masternodes (wallet1.dat wallet2.dat wallet3.dat wallet4.dat) should i make also 4 conf files ? should i start 4 wallets at same time ? ot just once time to connect and close it ?


Check here https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

Does craved support "start-many" ?


yes i see this in console
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 04:37:53 PM
please help me guys, i want to setup more than one node:

1. install craved on all nodes = DONE
2. make new wallet.dat and get mn key and address = DONE
3. send 500 crave to the new address = DONE
4.  Huh Huh Huh
5.  Huh Huh Huh
6.  Huh Huh Huh

lets say i have 4 masternodes (wallet1.dat wallet2.dat wallet3.dat wallet4.dat) should i make also 4 conf files ? should i start 4 wallets at same time ? ot just once time to connect and close it ?


Check here https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

fuck that website i can not understand anything  Shocked
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 04:28:50 PM
please help me guys, i want to setup more than one node:

1. install craved on all nodes = DONE
2. make new wallet.dat and get mn key and address = DONE
3. send 500 crave to the new address = DONE
4.  Huh Huh Huh
5.  Huh Huh Huh
6.  Huh Huh Huh

lets say i have 4 masternodes (wallet1.dat wallet2.dat wallet3.dat wallet4.dat) should i make also 4 conf files ? should i start 4 wallets at same time ? ot just once time to connect and close it ?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!