Search content
Sort by

Showing 20 of 25 results by Snoopey
Post
Topic
Board Gambling
Re: BITDICE.ME ⭐ NEW EXCLUSIVE GAME "SNATCH!" ⭐ | Wager Competitions | Lottery
by
Snoopey
on 28/04/2021, 12:33:59 UTC
I'm in the same boat as an investor. Very worried about the lack of communication from management to the token holders.
Good things are happening with the site, but there is zero meaningful communications to investors. How is the Casino doing financially, when if-ever will divdends resume.
These tokens provide no ownership of the company, so without dividends they are worthless.
Post
Topic
Board Gambling
Re: bustadice – Next Generation Dice
by
Snoopey
on 24/01/2021, 19:57:10 UTC
Jeez who's the one who invested 600BTC recently!
Way to go diluting my investment  Shocked
Post
Topic
Board Gambling
Re: BITDICE.ME ⭐NEW v5.0⭐ | Daily & Weekly Competitions | Exclusive Games & Lottery
by
Snoopey
on 27/12/2020, 20:10:14 UTC
FINALLY

... the design is looking awesome though!!
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][ICO][BKB] BetKing Bankroll Token - 420 BTC raised in pre-sale!
by
Snoopey
on 10/08/2017, 15:56:45 UTC
I'm an old investor in Betking, certainly loved the old site before it shut down.
Can you give some reasons as to why an ICO is being run instead of the same system of crowd-funded bankroll?

As an investor I loved the freedom to add/remove funds at will and am more hesitant to invest knowing that my funds will be locked behind a coin that could go up/down in price in regards to BTC.
Why should I go with betking over one of your rivals such as crypto-games who run on the same crowd-funded bankroll you used to?

As not all funds are locked in to the bankroll, do you envisage a bigger profit per BTC invested compared to the old model? If so, have you run any numbers you can share?
Post
Topic
Board Altcoin Discussion
Re: [GIVEAWAY] -- 10K DOGE -- GET 50 DOGE FOR EACH POST!
by
Snoopey
on 15/12/2013, 12:56:23 UTC
Such receive

D8VNUXnzVj9tC2KbepNonTaumxTzsEUCuH


                                                 wow
Post
Topic
Board Altcoin Discussion
Re: [XPM] Free PrimeCoin Giveaway for a Limited Time (CTrade Redeemable Code)
by
Snoopey
on 22/07/2013, 10:49:24 UTC
Done

Snoopey Smiley
Post
Topic
Board Archival
Re: Pictures of your mining rigs!
by
Snoopey
on 02/07/2013, 21:41:57 UTC
Not my mining rigs, but very impressive, one of the best mining rigs photo I have seen  Grin

http://img.gawkerassets.com/img/18kpft1xr968djpg/k-bigpic.jpg

Wow! What are all those?
Post
Topic
Board Auctions
Re: ASICMINER direct shares up to 100 @ 2.95
by
Snoopey
on 22/06/2013, 09:41:07 UTC
Payment and PM sent Smiley
Post
Topic
Board Auctions
Re: ASICMINER direct shares up to 100 @ 2.95
by
Snoopey
on 21/06/2013, 21:15:27 UTC
And another 5 @ 3.15, though these would be sent to a separate address.
Post
Topic
Board Auctions
Re: ASICMINER direct shares up to 100 @ 2.95
by
Snoopey
on 21/06/2013, 21:03:57 UTC
Price is now 3.15

Bid at BTCT is now 3.194 BTC.

I will honor 3.15 for 4 more hours.

6@3.15
Post
Topic
Board Auctions
Re: DIRECT ASICMINER shares fixed price: 220 @ 2.99 BTC
by
Snoopey
on 21/06/2013, 19:49:39 UTC
6 @ 2.99 for 17.94 BTC please
Post
Topic
Board Mining software (miners)
Re: Need your help, new Linux mining distro for the Raspberry PI - MinePeon
by
Snoopey
on 23/04/2013, 08:00:34 UTC
Word of warning all!!!

I have been playing with the temperature sensor on the Pi (I intend to graph the temperature of the device)

After a few hours of running CPU mining in a case the temperature slowly raised until it let the blue smoke out.

My other PI that is not in a case has been CPU mining for months now and keeps a steady temperature around 40'c so I blame the poor ventilation of the cheap plastic case.

Neil

Will the Pi CPU mine by default with minepeon? Mine has been sitting in a case mining for the last 3 days, not tinkered with the mining options, any danger there?
Post
Topic
Board Mining software (miners)
Re: Need your help, new Linux mining distro for the Raspberry PI - MinePeon
by
Snoopey
on 22/04/2013, 08:25:34 UTC
I'm thinking of installing hamachi on my pi to access it from anywhere (no static ip), would this cause any problems with cpu usage do you think?

I have been thinking of that too (VPN's in general actually) and it is something I have been meaning to test but just have not got around to it yet.  If you try it can you document it so I can have a play.  I have deffinatly been thinking of including something like that in the future (with web ui links) somehow.

Neil

Took me a bit of time as I'm a newbie to linux, didn't even know the difference between ubuntu and Archlinux Tongue
There's a package available here https://aur.archlinux.org/packages/logmein-hamachi/ though it is not quite ready to install. Needs to be rebuilt with a new PKGBUILD.
Original PKGBUILD: https://aur.archlinux.org/packages/lo/logmein-hamachi/PKGBUILD

My new PKGBUILD (sure you could clean this up a bit more)
Code:
# Maintainer: Xavion
# Contributor: Lauri Niskanen
# Contributor: Andrea Scarpino
# Contributor: metzen

pkgname=logmein-hamachi
pkgver=2.1.0.86
pkgrel=1
pkgdesc="A zero-configuration VPN service"

#included armv6h below
arch=("i686" "x86_64" "arm" "armv6h")

url="https://secure.logmein.com/AU/labs/#HamachiforLinux"
license=("custom")
conflicts=("hamachi")
replaces=("hamachi")
options=("!strip")
[ "${CARCH}" == "i686" ] && filearch=x86 && sha1sums=('76ef3a15503862210eb6f07682cba02c88e68583')
[ "${CARCH}" == "x86_64" ] && filearch=x64 && sha1sums=('87d26165dcf1e695c80fcfae18ddfe1d241da2fe')
[ "${CARCH}" == "arm" ] && filearch=armel && sha1sums=('7eb1605e2f50afbaa9819d20aab02e0da70e1fb0')

# added line below
filearch=armel

source=("https://secure.logmein.com/labs/${pkgname}-${pkgver}-${filearch}.tgz")

package() {
cd "${srcdir}"/${pkgname}-${pkgver}-${filearch}

# Directories
install -d "${pkgdir}"/opt/${pkgname}/bin
install -d "${pkgdir}"/usr/bin "${pkgdir}"/etc/rc.d "${pkgdir}"/usr/lib/systemd/system
install -d "${pkgdir}"/usr/share/licenses/${pkgname}

# Files
install -m 755 hamachid "${pkgdir}"/opt/${pkgname}/bin
install -m 755 dnsup "${pkgdir}"/opt/${pkgname}/bin
install -m 755 dnsdown "${pkgdir}"/opt/${pkgname}/bin
install -m 755 uninstall.sh "${pkgdir}"/opt/${pkgname}
install -m 444 README "${pkgdir}"/opt/${pkgname}
install -m 444 LICENSE "${pkgdir}"/opt/${pkgname}
install -m 444 CHANGES "${pkgdir}"/opt/${pkgname}
ln -sf "/opt/${pkgname}/bin/hamachid" "${pkgdir}"/usr/bin/hamachi
install -m 755 "${startdir}"/sysvinit "${pkgdir}"/etc/rc.d/${pkgname}
install -m 644 "${startdir}"/systemd "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service

# License
ln -sf "/opt/${pkgname}/LICENSE" "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE


I had to add in armv6h as an option or the packager threw out an error. Also added the line fileatch=armel since I was unfamiliar with the syntax above that.

Also a wiki page on the subject here which helped: https://wiki.archlinux.org/index.php/Hamachi

Atm I'm happily SSHing my Pi from work so seems to be going well! No idea about CPU usage, though my 0.13MH rate hasn't changed Tongue
Post
Topic
Board Mining software (miners)
Re: Need your help, new Linux mining distro for the Raspberry PI - MinePeon
by
Snoopey
on 21/04/2013, 10:44:56 UTC
This has been working without hitch on my pi alone for the last 48 hours, very cool tool!
I'm thinking of installing hamachi on my pi to access it from anywhere (no static ip), would this cause any problems with cpu usage do you think?
Post
Topic
Board Currency exchange
Re: WTB Bictoin - about 3000 GBP - bank transfer preferred
by
Snoopey
on 09/04/2013, 21:21:13 UTC
I believe I messaged you back for this, let me know if you still want to do a trade.

Thanks for the offer Xch4ng3 but I've already bought from Mjbmonetarymetals. Will get back to you if I need more Smiley
Post
Topic
Board Currency exchange
Topic OP
WTB Bictoin - about 3000 GBP - bank transfer preferred
by
Snoopey
on 08/04/2013, 08:12:03 UTC
At Mt.Gox rate +5%

I have one confirmed transaction https://bitcointalk.org/index.php?topic=169574.0

Have also bought £500 worth from Mjbmonetarymetals

Smaller transactions very welcome Smiley
Post
Topic
Board Currency exchange
Re: AVAILABLE 6th April - BUY BITCOINS UK - QUICK SAFE HASSLE FREE Only 2.5% fee!!!
by
Snoopey
on 08/04/2013, 08:11:12 UTC
I've bought from Mick. Quick and easy transaction - only wish he had more stock Smiley
Post
Topic
Board Currency exchange
Re: [WTS] 1 BTC for £105 UK Bank Transfer
by
Snoopey
on 08/04/2013, 08:07:21 UTC
Sold the BTC to Snoopey who is a newbie.

Thanks for an easy quick transaction.

Can now post huzzah. Can confirm transaction went through smoothly  Smiley
Post
Topic
Board Currency exchange
Re: Selling 6.9 BTC For PayPal GBP
by
Snoopey
on 07/04/2013, 23:12:35 UTC
Oh well, learned my lesson early.
Post
Topic
Board Currency exchange
Re: Selling 6.9 BTC For PayPal GBP
by
Snoopey
on 07/04/2013, 22:38:41 UTC
He's a scammer guys, walked off and ran with my £30