Bitcoin Forum
June 16, 2024, 11:21:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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 »
601  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AMP - The Currency That Powers Your Attention On Synereo on: December 01, 2017, 05:33:15 AM
Please refrain from discussing about Bitcoin Cash in this thread. If you want to discuss about BCH, go to the other thread.
I think a bit off-topic from mention the name of BCH or BTC it because of the market it should be tolerated.
602  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 01, 2017, 05:31:29 AM
A lot but I think it not many airdrop and new coin with ANN thread promotion like it used to have before.
603  Alternate cryptocurrencies / Altcoin Discussion / Re: Are you buying altcoins on: December 01, 2017, 05:30:30 AM
Yes as I hold a few BTC so spare in case of altcoin hit low when BTC up, really easy to tell with the trend of BTC.
604  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: December 01, 2017, 05:29:00 AM
I wish i had bought monero when it was at 1$, So stupid. I never imagine how high this coin would be. Of course, Dark Web has a lot to do with monero growth.
Yeah, moreno always have that stigma from Dark Web so it put a lot of users off.
605  Alternate cryptocurrencies / Altcoin Discussion / Re: ICO good or bad? on: December 01, 2017, 05:27:57 AM
Majority of ICO are trash or simply scam but there is still some well honest ICO that really should have some look at it.
606  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BOS] 🔹🔹 BOScoin 🔹🔹 Self-Evolving Cryptocurrency Platform🔹🔹 on: December 01, 2017, 05:26:40 AM
I think it safe as you should only invest in what you willing to part, especially ICO of any coin you don't have much hope.
607  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcoin cash on: December 01, 2017, 05:24:51 AM
I really once hated Bitcoin Cash at one point including Roger Ver and Jihan Wu, and I wanted to get rid of my BCH right away. Good freaking thing I didn't get the wallet thing to work and put it off for several months or else I would've sold the BCH that I had for a really cheap regretful price, now that the price has gone up by a lot, I'm holding my BCH and acquiring some more. It's an awesome coin, feels like a second chance to get Bitcoin for cheap again.
me too
Yes look like many of us are the same, BCH put off a lot of us but after time went by, I think it worth the shot.
608  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] - HIVE PROJECT - World’s first crypto currency invoice financing platform on: December 01, 2017, 05:23:31 AM
Guess I could spare some little of BTC bag to invest in altcoin like HIVE simply because of it cheap.
609  Alternate cryptocurrencies / Altcoin Discussion / Re: How to See the Future of Altcoin? on: December 01, 2017, 05:22:24 AM
I see it still very promising as just like you see ETH, DASH, LTC before it becomes like today.
610  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: December 01, 2017, 05:21:03 AM
I know you guys can find a lot of guides like that on the Internet, but I will describe step-by-step for PNX:
 1 - HOW TO PREPARE THE LINUX ENVIRONMENT
 2 - HOW TO CREATE A WALLET ON LINUX
 3 - HOW TO CREATE A MASTERNODE ON LINUX UBUNTU

1 - HOW TO PREPARE THE LINUX ENVIRONMENT

I'm considering you know the basic linux command lines.
I'm using instances T2.MICRO on AWS (Amazon Web Services) - clear machine with Ubuntu 16.04
Why AWS? Because I never had problems and it always works 24h/7d

By the way...
================ Step 01 // Updates ================
>> updating the system and also the packages installed
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

================ Step 02 // Virtual Memory ================
T2.MICRO has only 1Gb of RAM (on that case is Ok), but let's to increment the memory for swap.
Paging works by creating an area on your hard drive and using it for extra memory, this memory is much slower than normal memory however much more of it is available.
Code:
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo chmod 600 /var/swap.1
sudo /sbin/swapon /var/swap.1

If you need more than 1024 then change that to something higher.
To enable it by default after reboot, add this line to /etc/fstab:

Code:
sudo vi /etc/fstab

On the end of file, add this line:
Code:
/var/swap.1   swap    swap    defaults        0   0

PS if you never has used the VIM Editor:
Quote
Press i to insert using VI. To save it, press ESC, after : + x + ENTER

================ Step 03 // Restarting the OS ================

If all steps are OK, just restart the machine:
Code:
sudo shutdown -r now


================ Step 04 // Blocking attempt of invasion  ================

This topic is small (minimal) of I will show!
On the AWS I recommend you block all ports and install also a firewall with good rules.
Again... this is not too much!

Let's install the DenyHosts
Code:
sudo apt-get install denyhosts

Now, you can configure the DenyHosts as you want (email, iptables, etc):
Code:
sudo vi /etc/denyhosts.conf

Restarting the DenyHosts
Code:
sudo /etc/init.d/denyhosts restart


I recommend you find more detail on the internet about DenyHosts



================ Step 05 // IPTables - small rules  ================
Again, find on the internet how to improve the safety of your VPS on the internet.
I like to use IPTABLES.

Blocking the PING
Code:
iptables -A INPUT -p icmp --icmp-type echo-request -j DROP

Releasing the PNX ports
Code:
# main port
iptables -A INPUT -p tcp --dport 9340 -j ACCEPT
# rpc port
iptables -A INPUT -p tcp --dport 9341 -j ACCEPT

Thanks, your guide is very helpful with step by step for a complete newbie into linux like me.
611  Alternate cryptocurrencies / Altcoin Discussion / Re: Do Altcoins really have a future? on: December 01, 2017, 05:19:44 AM
A lot of coin like ETH, DASH, XMR, LTC and many on started as altcoin. Here we are those coin now become nearly as must have just like BTC.
612  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][PreICO] BOON - First Job MarketPlace WITHOUT CryptoCurrency Fluctuation on: December 01, 2017, 05:18:17 AM
ICO with concept of freelance marketplace is successful idea deserves support. but i have a question: how the project itself can make profits?

Here is our revenue model and this is how we make money.


Okay, this looks nice and clearly better to understand your project.
613  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcore (BTX): Let's vote for our slogan! on: December 01, 2017, 05:16:33 AM
I vote for Bitcore - Bitcore - We don't Fork Around and Bitcore -  The Currency Of The People.
614  Alternate cryptocurrencies / Tokens (Altcoins) / Re: {ANN} Electrum Dark - fully-functional decentralized marketplace ( PRE - ICO ) on: December 01, 2017, 05:14:45 AM
So many new crypto coins try to be the main currency in their own decentralized marketplace.
615  Alternate cryptocurrencies / Altcoin Discussion / Re: Are you picky with ICOs? on: December 01, 2017, 05:13:18 AM
Yes, I hold my ICO very low as I see so many trash or simple scam hide behind the ICO name.
616  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] BITCOIN QUICK ⚡ 10 TIMES FASTER THAN NORMAL BITCOIN 🚀🚀🚀 on: December 01, 2017, 05:12:00 AM
The name is really pinpoint of this cryptocoin. Quick and fast instead of slow and high cost in fee.
617  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO NOW!] 💠 FORTY SEVEN BANK 💠 – Connecting Financial Worlds on: December 01, 2017, 05:10:32 AM
FORTY SEVEN BANK? That is a lot. Finally to see the whole financial world be as in one.
618  Alternate cryptocurrencies / Altcoin Discussion / Re: Which makes sense to buy a bitcoin or to buy a altcoin? on: December 01, 2017, 05:08:44 AM
Altcoins for short-term hold and day trading, BTC or more high profile coin is should behold as long-term.
619  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][PreICO] ARena Space - Worldwide VR parks' chain w/ Blockchain Payment Sys on: December 01, 2017, 04:38:54 AM
VR technology is more and more easy to access for all type of people so I think this project is promising.
620  Alternate cryptocurrencies / Altcoin Discussion / Re: Buy altcoins or not? on: December 01, 2017, 04:37:33 AM
Like a lot of user in this thread has mentioned, buy only good altcoin that has bright future and practical use.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!