Search content
Sort by

Showing 20 of 46 results by 1gh
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine
by
1gh
on 02/08/2014, 17:21:32 UTC
Welcome to ...
★★★ CRYPTONITE 1GH POOL ★★★

--> xcn.1gh.com <--
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★
by
1gh
on 02/08/2014, 17:19:38 UTC
Welcome to ...
★★★ CRYPTONITE 1GH POOL ★★★

--> xcn.1gh.com <--
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★
by
1gh
on 18/07/2014, 22:34:34 UTC
Welcome to ...
VIACOIN 1GH POOL

--> via.1gh.com <--

(We already found five blocks  Wink )
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★
by
1gh
on 18/07/2014, 22:33:41 UTC
Welcome to ...
VIACOIN 1GH POOL

http://max.1gh.com/static/images/logo.png

--> via.1gh.com <--

(We already found five blocks  Wink )
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 17/03/2014, 14:35:10 UTC
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 13/03/2014, 13:11:45 UTC
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 13/03/2014, 08:57:09 UTC
I just want to suggest instead
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
use:
Code:
pkg install curl
and the same with git and autotools (libtool will be installed as dependency to this moment)
Ok. Thanks!



HeavyCoin Block Reward is 861 HVC.
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 12/03/2014, 13:23:53 UTC
can minerd for HVC be compilled and work on freebsd?
Yes, of course:
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
cd /usr/ports/devel/git
make install clean BATCH=yes
cd /usr/ports/devel/autotools
make install clean BATCH=yes
cd /usr/ports/devel/libtool
make install clean BATCH=yes

cd ~
git clone https://github.com/1gh/cpuminer-heavycoin 1gh-hvc-cpuminer
cd 1gh-hvc-cpuminer
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make

./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 11/03/2014, 07:18:29 UTC
what's the difference -v 512 and -v 1024?
It's a block reward vote.

 
Quote
How it works

Intially Heavycoin starts with a zero block reward. The very first miners will have the first opportunity to solve blocks and vote on what the first democratically selected block reward should be. The first 100 blocks (3.3 hours) will decide the starting block reward. From then on, block reward voting will continue, but the votes are counted and averaged every 3600 blocks (5 days).

Heavycoin is configured to mine and vote by default, with a default vote of 512 HVC. If you want to change your block reward vote then see How to vote and RPC voting. Otherwise, to disable voting then see How to mine. When mining is enabled, every time you mine a block your wallet will automatically cast a block reward vote. The Heavycoin network automatically averages these votes every 5 days (3600 blocks) and sets the new block reward accordingly. The block reward is the average of all 3600 votes over the previous voting period rounded to the nearest integer.
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 09/03/2014, 13:58:48 UTC
by change from 1024 with the word VOTE i don't receive any warning any more, but there are not accepted blocks, 0/25 (0.00%) 35.10 khash/s (boooo) no (yaaa)

what could be the problem?
 Smiley VOTE is a number (0-1024).

You are using a wrong cpuminer. Delete the directory, redownload the miner from our repository and compile it again:

Code:
sudo apt-get install libcurl4-openssl-dev libtool autoconf build-essential
git clone https://github.com/1gh/cpuminer-heavycoin 1ghminer
cd 1ghminer
./autogen.sh
./configure CFLAGS="-O3"
(or ./configure CFLAGS="-O3 -march=native" for the best performance)
make
./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 09/03/2014, 13:38:25 UTC
Fixed it by adding these 2 lines to configure.ac:
Code:
AC_CHECK_LIB([ssl],[SSL_library_init], [], [AC_MSG_ERROR([OpenSSL library required])])
AC_CHECK_LIB([crypto],[EVP_DigestFinal_ex], [], [AC_MSG_ERROR([OpenSSL library required])])
Thanks!
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 09/03/2014, 13:33:35 UTC
Now it is mining but i have only rejected ones + Warning: Your block reward vote (1024) exceeds the maxvote reported by the pool (0).

Any one with the same problem?
Double-check that:
1. You compiled cpuminer from https://github.com/1gh/cpuminer-heavycoin
2. Connection string is:
Code:
./minerd -a heavy -v VOTE -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 09/03/2014, 09:37:11 UTC
Turns out I downloaded the wrong Minred Smiley
Use only the miner from the pool page, other miners do not work here on the moment.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
1gh
on 09/03/2014, 01:30:35 UTC
HeavyCoin

We are pleased to announce the launch of HeavyCoin 1GH pool:

http://hvc.1gh.com/
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
1gh
on 09/03/2014, 01:27:10 UTC
HeavyCoin

We are pleased to announce the launch of HeavyCoin 1GH pool:

http://hvc.1gh.com/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AUR][MANDATORY UPDATE] Auroracoin - a cryptocurrency for Iceland
by
1gh
on 04/03/2014, 21:26:46 UTC
We are pleased to announce the launch of AuroraCoin 1GH.com pool:

http://aur.1gh.com/

Anonymous, rock-solid, no-bullshit.

Enjoy!
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool ★
by
1gh
on 04/03/2014, 21:16:13 UTC
We are pleased to announce the launch of AuroraCoin 1GH pool:

http://aur.1gh.com/

More info: http://auroracoin.org/

http://i.imgur.com/5iIBY1H.jpg
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool ★
by
1gh
on 16/02/2014, 17:21:27 UTC
We released MaxCoin CPUMiner for Mac OS X 64-bit (10.8, 10.9):
http://maxdl.1gh.com/cpuminer-mac64.zip

Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool
by
1gh
on 12/02/2014, 12:19:55 UTC
To speed up payment tx processing http://max.1gh.com  min immediate autopayment raised to 0.5 MAX

https://twitter.com/1ghcom/status/433570292602904577

 If your balance is less than 0.5 MAX, the payout will be executed within 24-72 hours (minimum 0.01 MAX).
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool
by
1gh
on 09/02/2014, 22:29:38 UTC
    1gh miner conked out again just after I got into work this morning so no coin for me today, wtf! It seems to give me one coin then it crashes, I'm going to have to babysit this mo'fo all night. Spent two days getting the cpu miner to work using instructions Bletchley Park couldn't figure out and then I find people are already GPU mining!
We updated cgminer for Windows today, please redownload it and try again.

Thank you!