Bitcoin Forum
May 11, 2024, 05:30:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Digital goods / Buying Keybase Invite on: November 18, 2015, 06:38:31 PM
Looking for an invite to Keybase.
PM or post here a price or you can give one to me for free.
2  Economy / Digital goods / Selling Amazon Giftcard $50 on: November 18, 2015, 05:10:15 PM
I have a $50 giftcard purchased from gyft.com that I don't need anymore and want to sell it.

Price: $35 Bitcoin
3  Alternate cryptocurrencies / Altcoin Discussion / [TUT] Script - Get an e-mail when a block is found + updown checker (XPM) on: July 25, 2013, 08:25:26 AM
Ok well, as many others I am mining from different machines, and well, checking all of them for found blocks is very hard, also I am not using the same wallet for all of them so basically I prefer the machines to e-mail me when they find a block.

Also the script checks if primecoind is still running, and if it's not it tries to start it again.

1. Install a mail server (if you don't have one) so that you can receive e-mails

On Debian/Ubuntu you should install exim4 in order to get your e-mail working.
Code:
apt-get update
apt-get upgrade
apt-get install exim4-daemon-light mailutils
dpkg-reconfigure exim4-config

On CentOS/Slackware/Arch/Gentoo I am sure you will find many tutorials of doing this.

2. Save this script in a file and make it executable (chmod +x filename)

Code:
#!/bin/bash

primecoind=`which primecoind`

#we check if primecoind is running and if not we start it again
if ! pgrep -f $primecoind >/dev/null 2>&1; then
$primecoind --daemon
sleep 10
fi

#we check if a block was found or not
generated=`cat $HOME/.primecoin/debug.log | grep generated | grep -v prime | sed 's/generated //g'`

if [ -z "$generated" ] ; then
exit
fi

#we found a block
ip=`hostname -I`
$primecoind listtransactions | /usr/bin/mail -s "I found one! $generated XPM $ip" -r primecoind@$ip  your@email.com

#clean up and server restart
$primecoind stop
sleep 10
rm -rf $HOME/.primecoin/debug.log
$primecoind --daemon

3. Add this to your cron daemon

Code:
crontab -e

And add the following:

For 15 minutes checks:

Code:
0,15,30,45 * * * * /path/to/yourscript

For hourly checks:

Code:
0 */2 * * *  /path/to/yourscript

Save and close.

To check that it was added:

Code:
crontab -l

Regards

P.S. This script can be easily modified to work with any daemon by fiddling with 'which primecoind' maybe replacing it with 'which bitcoind', not just the primecoin one, because I think they all work the same way.
4  Economy / Currency exchange / Selling UKASH and PaySafeCard Vouchers on: June 04, 2012, 05:50:03 AM
Selling GERMAN Ukash and PaySafeCard 10 EUR Vouchers.


10 EUR Ukash Voucher           == 2.3 BTC

10 EUR PaySafeCard Voucher == 2.1 BTC


Rates are subject to change. Discounts for big quantities.
5  Bitcoin / Bitcoin Technical Support / WHMCS Hacked, Client data leaked online on: May 24, 2012, 09:03:05 AM
It seems someone pulled a bitcoinicon on WHMCS recently.


Quote
It is rumoured and believed that Matt’s email account was hacked and hence the hackers gained access to the server details and the Twitter account at the same time. Nothing has been done so far to get the twitter account back, although WHMCS is back online after being hacked and defaced with a DDoS attack.

Quote
It is advised that all companies using WHMCS installations should either bring it offline or protect their /admin/ folder by configuring IPs (this MAY save your WHMCS installation IF it there is still a vulnerability in WHMCS as the hackers stated earlier)


Quote
WHMCS is a popular billing software used by most of the small to medium scale hosting companies. The intruder gained access to the servers using “social engineering attack”. There are approx half a million (500,000) user records with Credit Card info leaked online.

“Following an initial investigation I can report that what occurred today was the result of a social engineering attack. The person was able to impersonate myself with our web hosting company, and provide correct answers to their verification questions, And thereby gain access to our client account with the host, and ultimately change the email and then request a mailing of the access details. This means that there was no actual hacking of our server. They were ultimately given the access details.” Matt Pugh explained.

It is also worth mentioning that the WHMCS twitter account was also taken over by the hackers.

It is rumoured and believed that Matt’s email account was hacked and hence the hackers gained access to the server details and the Twitter account at the same time. Nothing has been done so far to get the twitter account back, although WHMCS is back online after being hacked and defaced with a DDoS attack.

Hackers told Softpedia that they can easily decrypt password and they gained access to the servers using “social engineering and injections”.

It is advised that all companies using WHMCS installations should either bring it offline or protect their /admin/ folder by configuring IPs (this MAY save your WHMCS installation IF it there is still a vulnerability in WHMCS as the hackers stated earlier)
6  Economy / Currency exchange / [WTS] 10 EUR PaysafeCards on: May 04, 2012, 05:43:57 AM

[WTS]

10 EURO PaySafeCard Cards -------------> 2.3 BTC / card

Note: I do not have any other values, but you can combine up to 10 cards (100 EUR) when paying with PSC.
I will go first with reputable members.

7  Economy / Currency exchange / [SOLD]UKASH for BTC (3 x 20 EUR at 5 BTC/card & 5 x 10 EUR at 2.5 BTC/card) on: April 25, 2012, 10:43:39 AM
SOLD
8  Economy / Currency exchange / [OUT OF STOCK] Virtual VISA Reloadable Cards $5, $10, $20, $50 on: April 19, 2012, 07:36:46 AM
OUT OUT STOCK


Hello,

I am selling Virtual VISA Credit Cards

$5 USD VCC - 1 BTC
$10 USD VCC - 2 BTC
$20 USD VCC - 4 BTC
$50 USD VCC - 9 BTC

I can create a card with specific amount (e.g. 18.43). Also, the cards can be reloaded.

I am not providing online banking for the cards, but I can give you transaction codes and such.

Cards work with PayPal for verification, and 99% merchants.

I am willing to go first with established forum users with good reputation.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!