Bitcoin Forum
June 25, 2024, 11:09:31 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 34 35 36 37 38 39 40 41 42 43 [44]
861  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 21, 2013, 12:11:52 PM
Strange. This coin still isn't on any exchange ... i don't think this will work. Too bad.

Patience Smiley The coin is barely three weeks old. I have contacted the major exchanges and I'm sure one will pick up Skeincoin in due time.


Hope so. I'm currently mining LTC again, but when this coin will appear on some exchange, i'll be mining this again.
Have >7k SKC right now Smiley
862  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 19, 2013, 09:40:18 PM
Come on dev, respond. Aargh.
LTC it is then. Mining .... now !
863  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 18, 2013, 08:02:50 PM
Strange. This coin still isn't on any exchange ... i don't think this will work. Too bad.
864  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 15, 2013, 07:48:18 AM
CPU mining guide - Digital Ocean

1. Sign up for an account at Digital Ocean
   Consider using this referal code - https://www.digitalocean.com/?refcode=5ab24fa2bd9a
2. Create a droplet
   Enter host name
   A 512 MB/1 CPU droplet works fine
   Select a region
   Choose Ubuntu 13.04 x64 as your operating system
   Choose "Create Droplet"
3. Once completed you will receive your droplet IP and root password via e-mail
4. Use putty or similar ssh client to connect to the IP of your droplet
5. Login as root with password provided
6. Paste the following script in your ssh client

Code:
{
# Make swap space
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

# Install libraries
apt-get install build-essential curl git libboost-all-dev libdb++5.3-dev libdb5.3++-dev libminiupnpc-dev libssl-dev m4 -y

# Install GMP
cd ~/
rm -rf gmp-5.1.2.tar.bz2 gmp-5.1.2
wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.2.tar.bz2
tar xjvf gmp-5.1.2.tar.bz2
cd gmp-5.1.2
./configure --enable-cxx
make
make install
rm -rf gmp-5.1.2.tar.bz2 gmp-5.1.2
cd ~/

# Install Skeincoin
git clone https://github.com/skeincoin/skeincoin.git
cd ~/skeincoin/src
make -f makefile.unix USE_UPNP=- DEBUGFLAGS="" CXXFLAGS=

sudo cp ./skeincoind /usr/local/bin/

mkdir ~/.skeincoin
echo "rpcusername=myskeincoinusername
rpcpassword=$(cat /dev/urandom | tr -cd '[:alnum:]' | head -c32)
listen=1
server=1
maxconnections=200
gen=1
genproclimit=-1" > ~/.skeincoin/skeincoin.conf


skeincoind --daemon

}

7. Monitor your daemon with:

Code:
skeincoind getinfo

8. Send your coins to another wallet with:

Code:
skeincoind sendtoaddress <skeincoinaddress> <amount>


Thank you. Installed it yesterday, but didn't get any balance till now. Is that normal?
Don't know if he's mining or not.
865  Other / Beginners & Help / Re: Newbie starting to mine. on: November 14, 2013, 06:05:41 PM
Thanks for the info! Aaargh, why didn't I get into this earlier...
866  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 14, 2013, 05:52:55 PM
It just irritates me a little bit that the developer doesn't give any feedback on our comments. What does he want with this coin?
The website of Skeincoin isn't updated since november.

Is it worth it to keep mining SKC, or not?

I think the coin is something different than other alt-coins, but without feedback it's just another coin, waiting to fade away.

And Asor: great work. Maybe the coin will finally get the attention it deserves! Mining goes very fast atm with 5 computers (CPU, dual/quadcore). Does it stay that way? Or will it be more difficult just like Litecoin?



It is November.

Got ya...

 Wink
867  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining initially | RELEASED on: November 14, 2013, 05:42:07 PM
It just irritates me a little bit that the developer doesn't give any feedback on our comments. What does he want with this coin?
The website of Skeincoin isn't updated since november.

Is it worth it to keep mining SKC, or not?

I think the coin is something different than other alt-coins, but without feedback it's just another coin, waiting to fade away.

And Asor: great work. Maybe the coin will finally get the attention it deserves! Mining goes very fast atm with 5 computers (CPU, dual/quadcore). Does it stay that way? Or will it be more difficult just like Litecoin?

868  Other / Beginners & Help / Re: When Will Bitcoin Reach $1000?? on: November 14, 2013, 03:07:42 PM
I still hope for a (little) crash, so i can buy a view Bitcoins. Waiting, waiting, ...
You might miss your chance to buy in.

Nobody knows... Smiley
869  Other / Beginners & Help / Newbie starting to mine. on: November 14, 2013, 12:37:06 PM
Hi there,

I'm "into" the whole Bit/altcoin world since a week or so.
Currently mining Skeincoins. @ +/- 16 MH/s @CPU and Litecoins @+/- 100 KH/s. (GPU+CPU). Don't know if it 'll be usefull or not. Time will tell.

Don't know which coin is the beste choice. The maker of Skeincoin doesn't reply at his own topic, so I think that coin will me dead soon, sadly.

What coin is worth my time, electricity and CPU/GPU capicity? I don't know anymore. There is too much choice.
Saw the poll, maybe ZeusCoin? Or should I invest in Ripple? Or, or, or....


Aargh, why is this so difficult? Why are there so many coins?  Huh

Just a newb...

Gunther
870  Other / Beginners & Help / Re: When Will Bitcoin Reach $1000?? on: November 14, 2013, 12:24:46 PM
I still hope for a (little) crash, so i can buy a view Bitcoins. Waiting, waiting, ...
871  Other / Beginners & Help / Re: What do you think bitcoin will be worth in the future? on: November 14, 2013, 12:07:11 PM
No way.
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 34 35 36 37 38 39 40 41 42 43 [44]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!