Mrpumperitis
Legendary
Offline
Activity: 2828
Merit: 1075
|
|
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
|
Bitcoin - Blockchain 1.0 (2009) Ethereum - Blockchain 2.0 (2015) Partisia - Blockchain 3.0 (2021)
|
|
|
bitliterippeernxtdogedark
Member
Offline
Activity: 105
Merit: 10
|
|
April 08, 2015, 03:54:33 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 more like 150k brah.
|
|
|
|
Mrpumperitis
Legendary
Offline
Activity: 2828
Merit: 1075
|
|
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 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
|
Bitcoin - Blockchain 1.0 (2009) Ethereum - Blockchain 2.0 (2015) Partisia - Blockchain 3.0 (2021)
|
|
|
bitliterippeernxtdogedark
Member
Offline
Activity: 105
Merit: 10
|
|
April 08, 2015, 04:00:29 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 more like 150k brah. guess you shorted...i warned you,lol naw brah im still waiting for you to pump it to 250k like you said my sell walls are up.
|
|
|
|
Mrpumperitis
Legendary
Offline
Activity: 2828
Merit: 1075
|
|
April 08, 2015, 04:01:12 AM |
|
im in no hurry...r u,lol i just woke up
|
Bitcoin - Blockchain 1.0 (2009) Ethereum - Blockchain 2.0 (2015) Partisia - Blockchain 3.0 (2021)
|
|
|
BigDaddySherman
Newbie
Offline
Activity: 56
Merit: 0
|
|
April 08, 2015, 04:03:00 AM |
|
im in no hurry...r u,lol i just woke up
We have all the time in the world - the coin is dirt cheap and the market will react accordingly. The longer it stays relatively stable the more anxious people become to buy back in before the buy walls go up and it starts to pump again.
|
|
|
|
bitliterippeernxtdogedark
Member
Offline
Activity: 105
Merit: 10
|
|
April 08, 2015, 04:03:24 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.
|
|
|
|
Mrpumperitis
Legendary
Offline
Activity: 2828
Merit: 1075
|
|
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,
|
Bitcoin - Blockchain 1.0 (2009) Ethereum - Blockchain 2.0 (2015) Partisia - Blockchain 3.0 (2021)
|
|
|
webprods
Sr. Member
Offline
Activity: 308
Merit: 250
Millionaires Club 47
|
|
April 08, 2015, 04:13:49 AM |
|
I prefer women dancing.. instead of guys lol Gentelmans may I ask you?? I think that finally I set up masternode .How long I have to wait to see some coins coming to my wallet And where I can check out if my masternode is listed Thank you for your patience Here is my console
|
Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
|
|
|
Jesse Livermore
|
|
April 08, 2015, 04:25:46 AM |
|
not capable masternode: Could not connect to 174.XX.XXX.XX:9999
That's the message that I get everytime I try to masternode start.
I need help,pls.
Crap, I keep getting this too. Help, folks.
|
I own a DASH Masternode.... And you should too.
|
|
|
sologap
|
|
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.html3. 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 : 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: 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: 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
|
◥◣◥◣◥◣ ☠ CRAVE ☠ Embraces the privacy movement ☠ ◥◣◥◣◥◣◥◣◥◣◥◣ Your Market. Your Blockchain Business. Your Profit. ◥◣◥◣◥◣
|
|
|
webprods
Sr. Member
Offline
Activity: 308
Merit: 250
Millionaires Club 47
|
|
April 08, 2015, 04:34:31 AM |
|
not capable masternode: Could not connect to 174.XX.XXX.XX:9999
That's the message that I get everytime I try to masternode start.
I need help,pls.
Crap, I keep getting this too. Help, folks. I got that before. You have to ( start ,run, cmd,ipconfig ) check out your IP copy ,close wallet , run %AppData% paste to crave configuration IP from command prompt. Save .Open wallet and viola
|
Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
|
|
|
Jesse Livermore
|
|
April 08, 2015, 04:39:08 AM |
|
not capable masternode: Could not connect to 174.XX.XXX.XX:9999
That's the message that I get everytime I try to masternode start.
I need help,pls.
Crap, I keep getting this too. Help, folks. I got that before. You have to ( start ,run, cmd,ipconfig ) check out your IP copy ,close wallet , run %AppData% paste to crave configuration IP from command prompt. Save .Open wallet and viola voila! Apparently had the wrong IP in there. you sir, rock.
|
I own a DASH Masternode.... And you should too.
|
|
|
webprods
Sr. Member
Offline
Activity: 308
Merit: 250
Millionaires Club 47
|
|
April 08, 2015, 04:40:53 AM |
|
not capable masternode: Could not connect to 174.XX.XXX.XX:9999
That's the message that I get everytime I try to masternode start.
I need help,pls.
Crap, I keep getting this too. Help, folks. This is mistake .Wrong IP 174.XX.XXX.XX:9999
|
Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
|
|
|
webprods
Sr. Member
Offline
Activity: 308
Merit: 250
Millionaires Club 47
|
|
April 08, 2015, 04:42:31 AM |
|
not capable masternode: Could not connect to 174.XX.XXX.XX:9999
That's the message that I get everytime I try to masternode start.
I need help,pls.
Crap, I keep getting this too. Help, folks. I got that before. You have to ( start ,run, cmd,ipconfig ) check out your IP copy ,close wallet , run %AppData% paste to crave configuration IP from command prompt. Save .Open wallet and viola voila! Apparently had the wrong IP in there. you sir, rock.
|
Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
|
|
|
Jesse Livermore
|
|
April 08, 2015, 04:46:06 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.html3. 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 : 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: 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: 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?
|
I own a DASH Masternode.... And you should too.
|
|
|
Kimowa
|
|
April 08, 2015, 04:51:07 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.html3. 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 : 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: 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: 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? Pm me I can take your order, sologap and me will create masternodes for a fee and give you details if people are confused
|
|
|
|
sologap
|
|
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.html3. 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 : 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: 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: 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 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.
|
◥◣◥◣◥◣ ☠ CRAVE ☠ Embraces the privacy movement ☠ ◥◣◥◣◥◣◥◣◥◣◥◣ Your Market. Your Blockchain Business. Your Profit. ◥◣◥◣◥◣
|
|
|
fusecavator
Member
Offline
Activity: 117
Merit: 10
|
|
April 08, 2015, 05:04:19 AM |
|
Is this actually practical? It looks like you staked a block, then sent your coins back to yourself a few hours later.
|
|
|
|
|
|