Pages:
Author

Topic: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine - page 81. (Read 287695 times)

full member
Activity: 352
Merit: 100
again Difficulty complexity 24.24
member
Activity: 92
Merit: 10
I'm looking to buy some GAP, at least 5K, up to 20K. PM me your rate!
full member
Activity: 177
Merit: 154

We have a new header Smiley, thanks to crz (donation address GdjcBC9vdDrx4bRZRzXaMdSMnuQrghPmC9)
member
Activity: 72
Merit: 10
I'm sorry if I missed something but where is the referral link to the free $5 worth of cloud mining?

"3. Create an account with VULTR cloud server network using our affiliate link and get 5 dollars FREE. - See more at: http://gapcoin.grn.cc/#sthash.9Sy8NfrX.dpuf"

(oh I'm thinking you still want a deposit before we receive the free $5 easier to stop cheaters?)
member
Activity: 114
Merit: 10
hi i got this error when try to mining, like this picture :



and i've follow all all step from here
Quote

specification :
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"



Which version of mpfr has been installed?  It looks like MPFR_RNDD came into existence MPFR 3.0 and ubuntu 10.04 ships with mpfr 2.4.2

Considered upgrading ubuntu so something newer?  Otherwise compile your own libraries from source.

Regards,

--
bsunau7
hero member
Activity: 938
Merit: 1000
hi i got this error when try to mining, like this picture :



and i've follow all all step from here
Quote

specification :
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"

member
Activity: 114
Merit: 10
Random luck, I have an I3 that found more blocks over the weekend than my 4xI7s combined. Haha.

Found 3 blocks on friday with i7. 0 blocks for 3 days now..  Cry

edit: Still no block... Diff is toooooooooooo high...?...

Did anybody find the block with 700,000pps or less today?

And this is why I didn't feel a hard fork was in the best interest of this coin (and I did vote for status quo).  Difficulty and rewards are totally different for this coin than most (all?) other coins.

Regards,

--
bsunau7
full member
Activity: 134
Merit: 100
Random luck, I have an I3 that found more blocks over the weekend than my 4xI7s combined. Haha.

Found 3 blocks on friday with i7. 0 blocks for 3 days now..  Cry

edit: Still no block... Diff is toooooooooooo high...?...

Did anybody find the block with 700,000pps or less today?
newbie
Activity: 30
Merit: 0
Random luck, I have an I3 that found more blocks over the weekend than my 4xI7s combined. Haha.
full member
Activity: 352
Merit: 100
http://coinia.net/gapcoin/stat.php
network primespersec: ~250,000,000 pps !

excellent

looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts...

Mining Darkcoin in 6.3 Mh and change in Gapcoin=22 Gapcoin per day.

now that is smart  Cool and you also value GAP over Dark, and Dark is very very good (dev team/infra/concepts..)

With a slow CPU but with good VGA is not possible to mining a lot of GapCoin. However, this is a variant of production of other coins of exchanging them for Gapcoin  Smiley
legendary
Activity: 1792
Merit: 1010
http://coinia.net/gapcoin/stat.php
network primespersec: ~250,000,000 pps !

excellent

looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts...

Mining Darkcoin in 6.3 Mh and change in Gapcoin=22 Gapcoin per day.

now that is smart  Cool and you also value GAP over Dark, and Dark is very very good (dev team/infra/concepts..)
full member
Activity: 352
Merit: 100
http://coinia.net/gapcoin/stat.php
network primespersec: ~250,000,000 pps !

excellent

looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts...

Mining Darkcoin in 6.3 Mh and change in Gapcoin=22 Gapcoin per day.
sr. member
Activity: 392
Merit: 250
Thank you all who helped. My trouble is solved.
The problem were simple:
at the system was an old version (1.46) of the package libboost-all-dev, but needed a 1.48

What is about second pool? Is it needed? I can setup it for community.

The more pools the better IMHO.  Glad that you finally got this working!
sr. member
Activity: 245
Merit: 256
Thank you all who helped. My trouble is solved.
The problem were simple:
at the system was an old version (1.46) of the package libboost-all-dev, but needed a 1.48

What is about second pool? Is it needed? I can setup it for community.
legendary
Activity: 1792
Merit: 1010
http://coinia.net/gapcoin/stat.php
network primespersec: ~250,000,000 pps !

excellent

looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts...

charts as expected, public/media is largely unaware, they have little clue what is going on in general  Cool

anyone that has status on progress on nvidia GPU miner that has right OpenCL sieve code please let know.. if accomplished it will x4 current global PPS rate and produce record results one after another

btw posting ubuntu apt-get install in case this helps someone

full sequence that worked for me on AWS, you still have time

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install git
sudo apt-get install autoconf
sudo apt-get install libdb++-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost1.54-all-dev
sudo apt-get install pkg-config
sudo apt-get install libssl-dev
sudo apt-get install libgmp-dev
sudo apt-get install libmpfr-dev
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libjansson-dev
sudo apt-get install htop

git clone https://github.com/gapcoin/GapMiner.git
cd GapMiner/src
git clone https://github.com/gapcoin/Gapcoin-PoWCore.git PoWCore
cd ../
hero member
Activity: 910
Merit: 1000
sr. member
Activity: 245
Merit: 256
libboost-iostreams-dev is already installed
sr. member
Activity: 280
Merit: 250
You could try this:
apt-get install libboost-all-dev

Code:
libboost-all-dev is already the newest version.

I usually get this error if libboost-iostreams-dev is missing, but it should be included in the -all-package.
sr. member
Activity: 245
Merit: 256
You could try this:
apt-get install libboost-all-dev

Code:
libboost-all-dev is already the newest version.
Pages:
Jump to: