Bitcoin Forum
May 11, 2024, 12:33:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: August 02, 2014, 05:21:32 PM
Welcome to ...
★★★ CRYPTONITE 1GH POOL ★★★

--> xcn.1gh.com <--
2  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★ on: August 02, 2014, 05:19:38 PM
Welcome to ...
★★★ CRYPTONITE 1GH POOL ★★★

--> xcn.1gh.com <--
3  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★ on: July 18, 2014, 10:34:34 PM
Welcome to ...
VIACOIN 1GH POOL

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

(We already found five blocks  Wink )
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★ on: July 18, 2014, 10:33:41 PM
Welcome to ...
VIACOIN 1GH POOL



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

(We already found five blocks  Wink )
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 17, 2014, 02:35:10 PM
Thank you!
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 13, 2014, 01:11:45 PM
We've  commited an optimized HeavyCoin cpuminer on https://github.com/1gh/cpuminer-heavycoin , ~20% faster.

Binaries:
http://hvcdl.1gh.com/cpuminer-windows-2014-03-13.zip
http://hvcdl.1gh.com/cpuminer-mac64-2014-03-13.zip

7  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 13, 2014, 08:57:09 AM
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.
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 12, 2014, 01:23:53 PM
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
9  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 11, 2014, 07:18:29 AM
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.
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 09, 2014, 01:58:48 PM
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
11  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 09, 2014, 01:38:25 PM
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!
12  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 09, 2014, 01:33:35 PM
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
13  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 09, 2014, 09:37:11 AM
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.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting on: March 09, 2014, 01:30:35 AM
HeavyCoin

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

http://hvc.1gh.com/
15  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★ on: March 09, 2014, 01:27:10 AM
HeavyCoin

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

http://hvc.1gh.com/
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AUR][MANDATORY UPDATE] Auroracoin - a cryptocurrency for Iceland on: March 04, 2014, 09:26:46 PM
We are pleased to announce the launch of AuroraCoin 1GH.com pool:

http://aur.1gh.com/

Anonymous, rock-solid, no-bullshit.

Enjoy!
17  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool ★ on: March 04, 2014, 09:16:13 PM
We are pleased to announce the launch of AuroraCoin 1GH pool:

http://aur.1gh.com/

More info: http://auroracoin.org/


18  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool ★ on: February 16, 2014, 05:21:27 PM
We released MaxCoin CPUMiner for Mac OS X 64-bit (10.8, 10.9):
http://maxdl.1gh.com/cpuminer-mac64.zip

19  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool on: February 12, 2014, 12:19:55 PM
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).
20  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool on: February 09, 2014, 10:29:38 PM
    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!
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!