Bitcoin Forum
May 13, 2024, 11:50:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 »
5221  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 03:23:09 PM
Not fud here, seriously asking... What happened to the TOR integration that was in your ANN title previously? Are you guys going a different route now?

ello mr sdc, u had a good week didnt you...welcome back, the dev or someone will guide you lost friend Cheesy
5222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 03:15:26 PM
Bobsurplus behind the coin....just like stealth, librex, swift, key the PnD list goes on and on..Good profits to be had just dont be around when they said the thrusters to BUTTHURT

Edit: all thats missing is emilioman.... o wait hes in this coin

he doesnt have the brain for this,lol hes to busy making fudcoin into darkcoin,lolim surprised it took you so long coming here, u usually alot quicker Wink
anyway im about to....

5223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:41:09 PM
I created the page

http://digitalcurrencyinvestors.com/2015/04/crave-coin-3/

i have forwarded dev the password so he can edit it. You can also chat live with other investors.

thanks  Smiley
5224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:39:46 PM
guys walls moving up, get in fast .....
5225  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:26:07 PM
All my steps from everything I've read,  feel free to correct or comment on any errors.


1. Set up Masternode computer Note: if using TOR, might not have to expose ports!
#Set up portforwarding on router to computer/ip port 9999

Code:
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
sudo apt-get install ufw
ufw allow ssh/tcp
ufw limit ssh/tcp #this command limits SSH connections to 6 every 30 seconds for greater security---
ufw allow 9999/tcp
ufw logging on
ufw enable


2. Install Tor & Configure torrc on Masternode computer

Code:
sudo apt-get install tor
sudo /etc/init.d/tor start

#Check that the Tor service is running on port 9050:
Code:
ss -aln | grep 9050

#Make directory that is readable/writeable by the user that will be running Tor.
Code:
mkdir /home/username/hidden_service/

#Configure torrc, usually found in /etc/tor
Code:
nano /etc/tor/torrc
#add the following & save:

    HiddenServiceDir /home/username/hidden_service/
    HiddenServicePort 9999 127.0.0.1:9999

#Restart Tor
Code:
sudo /etc/init.d/tor stop
sudo /etc/init.d/tor start

#Make note of created *hiddenservicename*.onion in:
Code:
/var/lib/tor/YOURHIDDENSERVICENAME/hostname


3. Configure Local/Cold wallet & Generate masternodeprivkey

#Go to Debug window > Console

Code:
masternode genkey
getaccountaddress 0


#Make note of masternode key and accountaddress
#Send 500 crave to the accountaddress

Code:
nano ~/.crave/crave.conf

#Paste the following:

Code:
rpcuser=MAKEUPNAME
rpcpassword=MAKEUPPASSWORD
rpcallowip=127.0.0.1
rpcport=USEDIFFERENTPORTNUMFOREACHCLIENT
listen=0
server=1
daemon=1
logtimestamps=1
masternode=1
masternodeprivkey=MASTERNODEKEYFROMCONSOLE
masternodeaddr=HIDDENSERVICENAME.ONION:9999

# Save / Write out the file


4. Configure the Masternode computer "craved daemon"

#First build secp256ki
Code:
git clone https://github.com/bitcoin/secp256k1.git
./autogen.sh
./configure
make
./tests  #optional
sudo make install 
ldconfig

#Get the crave daemon:
Code:
git clone https://github.com/industrialcoinmagic/crave.git

#Take the following steps to build daemon (no UPnP support):
Code:
cd ~/crave/src
make -f makefile.unix USE_UPNP=
strip craved

#Run ./craved and let it sync:
Code:
./craved
./craved getinfo | grep blocks #to find current block number & compare to blockexplorer

Code:
nano ~/.crave/crave.conf

#Paste the following:

Code:
rpcallowip=127.0.0.1
rpcuser=MAKEUPYOUROWNUSERNAME
rpcpassword=MAKEUPYOUROWNPASSWORD
rpcport=MAKEUPYOUROWNPORT
server=1
daemon=1
listen=1
staking=0
port=9999
masternodeaddr=HIDDENSERVICENAME.ONION:9999
masternode=1
masternodeprivkey=MASTERNODEKEYFROMCONSOLE

# Save / Write out the file


5. Last step

#Start the masternode daemon
Code:
./craved -conf=~/.crave/crave.conf

#Then start the local/cold wallet with tor option
Code:
./crave-qt -tor=127.0.0.1:9050

#Start masternode go to Debug > console
Code:
masternode start

#Check if the masternode is running correctly:
Code:
./craved  masternode list | grep YOUR-IP

#If working:
Code:
YOURIPSERVICENAME:1



if someone will verify this is correct ill go ahead and make a page

excellent...sologap can you check pleeeeeeease  Smiley
5226  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:13:50 PM
Quote

Ya very nice!  And I'm assuming that's on 5 different machines sitting behind different IP addresses?  Dev hasn't added functionality to run multiple multinodes on one machine all sitting behind one IP correct?

Hm. If the wallet somehow gets compromised, in this setup all would be lost.
i havent tested this but do check it out
thanks to rocoro


Run each client instance with a different rpcport and in the hidden service config each serive as 9999 -> 127.0.0.1:actualport. set listen=0 so they don't try to clash on the same port. Specify port 9999 in the masternodeaddr. If doing a hot/cold you need to add tor=127.0.0.1:9050 to the cold wallet's config and it needs tor installed also. I've tested this and gotten it working in 2 vms on one machine (1 vm for hot, 1 for cold) and set up 2mn then shut down the cold vm and got payments for both.

With the default tor config(as a client, not a relay) tor makes outgoing connections only, so you don't even need any exposed ports for that setup, and can block all incoming traffic with iptables
5227  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:09:50 PM
can someone help make a page somewhere that has all the mn setup info, reward and costs etc ... maybe add it on crave fb...so when anyone asks we can easily point them there Smiley
5228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 01:13:42 PM
Shake that branch hard!

noob shake,lol luv it Cheesy
5229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK on: April 08, 2015, 12:53:47 PM




you did not listen to me


now they boast and brag on us how much money they make from this one, so buy asap or cry  Cool

welcome, you doing a great job,lol
5230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 12:51:04 PM
Is 8 hours without an adrenaline node payment normal variance? Seems like with only 60 or so adrenaline nodes out there I should be getting a payment every hour or so.
Adrenaline nodes don't need to 'stake' 8 hours first to start getting payments, do they?

It's relative to the whole network. Right now I have one masternode and get a payment once every 140 blocks or so. 72 MN so far and counting.

What the hell???!!?  You have 72 MN?  So I have to ask... How much are you making per MN right now?  As in how many coins?

72 total mn in network, not all his,lol
5231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 12:38:31 PM


 Cheesy
5232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 12:35:55 PM
Is masternodeprivkey somehow linked to your wallet private key?  

I don't really feel safe putting masternode key on a VPS ....  


im not sure if this is any use to you but you should check it out,


   
   
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
Today at 09:08:35 AM
   
Reply with quote  #3846
Quote from: o48o on Today at 08:59:51 AM
Quote from: ocminer on Today at 08:58:08 AM
Can somebody name some cheap VPS providers ? What do we have, DigitalOcean, Vultr.. what else ?
This ^
Also, if they accept bitcoin, it would be a big plus Wink
You don't need any vpses if you run them as tor hidden services.

Run each client instance with a different rpcport and in the hidden service config each serive as 9999 -> 127.0.0.1:actualport. set listen=0 so they don't try to clash on the same port. Specify port 9999 in the masternodeaddr. If doing a hot/cold you need to add tor=127.0.0.1:9050 to the cold wallet's config and it needs tor installed also. I've tested this and gotten it working in 2 vms on one machine (1 vm for hot, 1 for cold) and set up 2mn then shut down the cold vm and got payments for both.

With the default tor config(as a client, not a relay) tor makes outgoing connections only, so you don't even need any exposed ports for that setup, and can block all incoming traffic with iptables
5233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 12:17:26 PM
pressure now building up on the shorters and new buyers,lol they expecting a big dump..lol not at this price, its way to cheap for a soon to be +million$$$ coin. Today we get another ATH...FACT
5234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 08:12:26 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
Smiley
5235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 04:07:48 AM
im in no hurry...r u,lol i just woke up

thats all good brah, Only hitting the strip club on the weekend so i got lotz of time.

gd boy,  Cheesy
5236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 04:01:12 AM
im in no hurry...r u,lol i just woke up
5237  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 03:57:15 AM
Someone predict the price 24 hours from now.

350,000 and up. It is far more likely to go up from here than down.

i agree Grin
more like 150k brah.
guess you shorted...i warned you,lol in fact now walls will go up,lol no strip clubs for you...stay home and watch south park..brah,lol
5238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 03:53:46 AM
Someone predict the price 24 hours from now.

350,000 and up. It is far more likely to go up from here than down.

i agree Grin
5239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 03:27:30 AM

Cheesy Cheesy
5240  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 08, 2015, 02:42:09 AM
nice and calm...not for long,lol....im thinkin, push up the walls 250k Shocked

please do it more strip club money to be made.

lol...ok , but watchout oneday you will lose out if you keep shorting..gdluck
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!