Bitcoin Forum
September 04, 2024, 08:21:39 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 159 »
1141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Squall Coin NO IPO, Made for you! (april give-away bottom of OP) on: May 08, 2015, 02:50:43 PM
anyone has a node they wish to add to OP?

I have lost track of node list, I know a few of you are hosting for me, can you please post here so we can generate an up to date list.

Of if your willing to host a node for a bit, just let me know the IP.

Best.
1142  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 08, 2015, 10:04:09 AM

Squall, what is a little tricky is that the intermediate certificates need to be combined in exactly the right order.  I'm not sure which particular Comodo cert you have, but mine had three intermediates.    Take a look here: https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/643/17/

Yes, I have the same, I managed to compile fine using cat command.



sudo is used to execute commands as another user. It's used on servers where root login is disabled and instead people login as an unprivileged user and use sudo to execute commands as root user.

In your case since you are already logged in as root you can omit the use of sudo.

Commodo has some excellent documentation that you should refer to instead of asking on random forums for help:

https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/637/37/certificate-installation-apache--mod_ssl

If you need someone to install it for you then PM me and I'll do it for a reasonable fee.

Thats a little beyond me, How does that work? As I have root access but still need sudo to run certain commands to get this job done?

whats your idea of a reasonable fee  Grin
1143  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 07, 2015, 06:27:15 PM
Every web dev who wants some sort of SSL has to go through this  Roll Eyes Geeez Louise!

There no easier way?  Tongue

K give me some time, I will do this later when I am set up mentally  Undecided
1144  Economy / Services / Re: Anyone willing to do casual PR for tips? on: May 07, 2015, 04:09:52 PM
PM'd,

 any one else?
1145  Economy / Computer hardware / Re: [WTB] KNC Mercury or the like... UK only on: May 07, 2015, 02:24:39 PM
hiya, sorry for delay, I responded to a few PM's but I have not foind what I am looking for.

I really want to avoid S1's 180GHs for 320W is not what I need. I wanted something under 100W but around or under 1W/Ghz

How low can a S3 be clocked down? Stable?

Am I being too picky?  Roll Eyes
1146  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 07, 2015, 02:13:33 PM
Did you check if there is any typos in site's name in the command?

yes, The ghost file that I found that leads to nowhere did start off 000-www.mysite.conf I tried this aswell but nothing, I cant do anything with this "ghost" file, I cand move/del/edit nothing, I'm stumped.  I use filezilla BTW, so I see it as a windows directory would show it, any I run command with putty.
1147  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 07, 2015, 01:54:15 PM
my site is not in /etc/apache2/sites-enabled/ but there is a folder with the site name on that is a shortcut link to somewhere, but I cant open or goto the link.

I run sudo a2ensite "sitename" but it returns with "sitename" does not exist.


Just so you know, I am following this guide.

https://www.digicert.com/ssl-certificate-installation-ubuntu-server-with-apache2.htm

I am at step 2, I just cant find the file to edit, or create it.
1148  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 07, 2015, 01:47:38 PM
I just installed it so now its:-

Code:
root@Squall:/# whereis sudo
sudo: /usr/bin/sudo /usr/lib/sudo /usr/share/man/man8/sudo.8.gz
root@Squall:/#
1149  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 07, 2015, 01:40:57 PM


RE: sudo not found

Can you post the output of the following?:
Code:
whereis sudo

Code:
root@Squall:~# whereis sudo
sudo:
root@Squall:~#
1150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Squall Coin NO IPO, Made for you! (april give-away bottom of OP) on: May 07, 2015, 11:12:12 AM
Still here slogging away in the back ground, I am chatting to a few people willing to do some PR for my coin and projects.

I have some people in the background tidying up the network nodes peer list and working on their own projects based on squall coin  Grin

all is good, but could be better.
1151  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 06, 2015, 07:00:12 PM
That should get you started

Code:
<VirtualHost 1.2.3.4:80>
ServerName example.net
ServerAlias www.example.net
Redirect permanent / https://www.example.net/
</VirtualHost>
<VirtualHost 1.2.3.4:443>
ServerName example.net
ServerAlias www.example.net
DocumentRoot /var/www/example.net/
SSLEngine On
SSLCertificateFile /etc/httpd/ssl.d/example.net.crt
SSLCertificateKeyFile /etc/httpd/ssl.d/example.net.key
SSLCACertificateFile /etc/httpd/ssl.d/intermediate.crt
</VirtualHost>

too far ahead, I am at this point


Find the Apache config file to edit.

Ubuntu's Apache configuration file for your ssl site is typically found in /etc/apache2/sites-enabled/your_site_name. If it is not found in the 'sites-enabled' folder, you would need to run the command sudo a2ensite your_site_name.

my site is not under the sites-enabled and the sudo command does not work "command not found"
1152  Economy / Services / Anyone help me with SSL (CLOSED) on: May 06, 2015, 04:14:01 PM
Hiya all, Sorry, but this is strictly high trust longstanding members only. It's not much but it's my site, I will reset all passwords after use.

I might consider someone guiding me step by step.

Basically, I am installing an SSL cert on apache2 server, I have generated CSR and received the four comodo files and made the server.crt file, But thats where I am stuck, I dont know where it goes or how to activate it on the VPS.

No I will not use a cloud.

Let me know what your price is.
1153  Economy / Services / Anyone willing to do casual PR for tips? on: May 05, 2015, 09:45:36 PM
I have a few projects on the go, My main one is my alt coin (squallcoin) I need someone willing to do a bit of PR work on my coin.

Firstly, I believe this belongs in the services section as I require a service, even tho it's for my altcoin, But if i am wrong, then please can a mod move it?

Secondly, I have never paid for PR and I have no idea what it would cost, so If this is out of my league, I will say so and apologies  Roll Eyes


you may post here or jut PM me for more details.

As I say toes fresh in this pool so please bare with me.
1154  Economy / Computer hardware / [WTB] KNC Mercury or the like... UK only on: May 03, 2015, 02:38:16 PM
Hiya, I am looking for a small stand alone sha256 mining hardware for a test, I believe the smallest standalone unit was the mercury?

I am not interested in "setups" that Has to be built, I need everything in one unit, I do not consider stackable cards with a R-Pi to be one unit.

Let me know what you got.

UK preferably.


Also might be interested in any standalone Scrypt hardware, Nothing big, I do not need 300MHs! (not sure if they ever made smaller units)

EDIT sorry for the delay (Again lol) this is now closed, i have decided against this line of thought, Thanks to all who responded.

1155  Bitcoin / Mining / Re: Solo mining lottery on: May 03, 2015, 01:33:20 PM
On the lower end of the spectrum, 100GHs on solo mining would be estimated at 64.5 years for a block and cost you $2354.25 to run  Grin

obviously those figures are useless as the last block is due to be mined at 2040 (ish?) also assuming difficulty does not go up. LOL

Personally it's a gamble, I see it as that, I do not expect a return, i like to get the lottery ticket and I also from time to time buy a scratch card, I like a little dabble, I never spend more than I am willing to loose!
1156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Squall Coin NO IPO, Made for you! (april give-away bottom of OP) on: May 01, 2015, 03:13:13 PM
Looking for a PR for the coin, I would like someone that believes in what I am doing, I can pay tips but don't look for some full wage for this, I just cant afford that.

If you have some time and are willing to blog/post and bring awareness to this coin, Let me know.

We are growing, but seam to be catching people who have had enough of being scammed by alts, i want to start catching people before they lose money in alts   Tongue

if anyone can donate some time to helping me, i will be thankful.
1157  Bitcoin / Mining / Solo mining lottery on: April 27, 2015, 10:26:28 PM
As everyone story is different, we all pay differently for out power usage.

I have decided to turn my smaller miners that will never make more than a few satoshies over to solo mining.

I have had a few units over the years on pools hit a block so I thought I would just get some low units on the case, you never know

I'm talking about KNC mercury's and under, These units are not worth seling as the price to ship them is more than the unit is worth.

So I was just wondering what you guys are doing with your units that are not profitable?

One thing I will make clear, I am not solo mining with power hungry 1st gen asics like BFL's, those are off possibly for good  Tongue

anyone else soloing? Are you on a solo pool (one that just takes the mining profits from block and passes the rest to you)

Maybe you are still mining at a loss believing the BTC price will go up again (I also believe this, but it's been months now and I cant wait)

 Cool
1158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Squall Coin NO IPO, Made for you! (april give-away bottom of OP) on: April 26, 2015, 07:29:34 PM
Got the page up with the video on it.

www.squallcoin.com

WARNING, the site is not finished, I have lots to do, I just wanted you guys to see whats been going on in the background  Grin
1159  Economy / Scam Accusations / Re: Paypal chargeback, for the third time on: April 25, 2015, 03:47:27 PM
I had a few hundred BTC <-> PayPal trades without a single dispute, but then they suddenly decided to close my account and told me I'd get my money in 180 days.

Quote
I don't like to jump through all the KYC hoops of other payment methods

Uhm.... most successful PayPal traders require everyone to provide their ID and additional information.

Yes, Normally just confirmation (sending from) of my registered e-mail address with PP is enough.
1160  Economy / Scam Accusations / Re: Paypal chargeback, for the third time on: April 25, 2015, 10:27:25 AM
The moral of the story:

STOP USING FUCKING PAYPAL!


Paypal and e-bay are splitting as independent companies, Not sure how relevant that is, Paypal is having legal disputes as to it's digital commodity use, and how it's implicated in e-bay, so they are separating the two to help resolve this situation.

This effects me, I like to use PP to buy BTC, I don't like to jump through all the KYC hoops of other payment methods, but only people who really trust me will sell me BTC, and even then they like PGP on my btc address to check my account is still owned by me.

It will all work out in the end.
Pages: « 1 ... 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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 159 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!