Author

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

newbie
Activity: 8
Merit: 0
what about a password for the wallet? are you going to reveal it before launch?
legendary
Activity: 3206
Merit: 1069
full member
Activity: 177
Merit: 153
full member
Activity: 154
Merit: 100
can i mine using windows?
legendary
Activity: 1260
Merit: 1009
Can you mine in wallet with setgenerate true?

hero member
Activity: 504
Merit: 500
Bitcoin is getting bigcoin
so altcoincalender is right this time with 57 min , great

i'll be there
full member
Activity: 177
Merit: 153
Gapcoin launching in about 1 hour!
full member
Activity: 177
Merit: 153
Is there GPU miner for that coin .
 quiting from official website
"Gapcoin will only be CPU mined until someone releases an GPU or maybe even an FPGA miner. This site will contain detailed instructions to mine Gapcoin, including descriptions for cloud mining. "

Pls inform if someone got GPU miner for GAP coin

Thanks in advance

No, there are currently no GPU miner for Gapcoin.
member
Activity: 84
Merit: 10
Is there GPU miner for that coin .
 quiting from official website
"Gapcoin will only be CPU mined until someone releases an GPU or maybe even an FPGA miner. This site will contain detailed instructions to mine Gapcoin, including descriptions for cloud mining. "

Pls inform if someone got GPU miner for GAP coin

Thanks in advance
jr. member
Activity: 58
Merit: 10
full member
Activity: 177
Merit: 153
Hi!

I get error while configure:

configure: error: libmpfr headers missing

although libmpfr is installed:

ls -l | grep libmpf
lrwxrwxrwx  1 root root       16 мap 31  2013 libmpfr.so.4 -> libmpfr.so.4.1.1
-rwxr-xr-x  1 root root   377240 янв 25  2013 libmpfr.so.4.1.1

System OpenSuSe 12.3


Mpfr configure error is sometimes based on a incompatible gmp library version.
you could try to compile and install the newest versions from their websites:

https://gmplib.org/
http://www.mpfr.org/


Will i be able to mine this coin from wallet itself or i must use the mining software??

Both are possible.

What is more profitable, solo mining or RPC mining?

It should theoretically be equal, because Gapcoin and GapMinder using the same PoW / mining code base.
At the end it will depend on your system.
member
Activity: 70
Merit: 10
Activity: 350
so those who are able to compile early can mine this coin others have to wait for release??

No, the PoW code isn't pushed. Compile - yes, Mine this coin - no.
legendary
Activity: 1612
Merit: 1001
so those who are able to compile early can mine this coin others have to wait for release??
full member
Activity: 189
Merit: 100
What is more profitable, solo mining or RPC mining?
legendary
Activity: 1288
Merit: 1011
Will i be able to mine this coin from wallet itself or i must use the mining software??
newbie
Activity: 64
Merit: 0
Hi!

I get error while configure:

configure: error: libmpfr headers missing

although libmpfr is installed:

ls -l | grep libmpf
lrwxrwxrwx  1 root root       16 мap 31  2013 libmpfr.so.4 -> libmpfr.so.4.1.1
-rwxr-xr-x  1 root root   377240 янв 25  2013 libmpfr.so.4.1.1

System OpenSuSe 12.3



full member
Activity: 177
Merit: 153

Wat do I do after that?

Counting down to your launch though!

If you compiled everything successfully, that's it for now.
Just wait for the launch.  Wink

Also: "The source code will not contain the neccesary Proof of Work functionality, its only to set up and test compile environment."

-You gonna push this on launch? Or just binaries?


Yes, the entire source code will be published at launch.



Have you contacted pool operators/worked with pool code so that this is a possibility at launch?

Have you worked with GPU miner devs to develop a GPU algo for your PoW code?


This is in progress, but probably we won't have a pool right at the start.

Also Gapcoin is currently CPU only.
member
Activity: 70
Merit: 10
Activity: 350
Code:
sudo apt-get install libgmp-dev libmpfr-dev

That worked great! TY!

I know not wat i do though Sad

Wat do I do after that?

Counting down to your launch though!

Also: "The source code will not contain the neccesary Proof of Work functionality, its only to set up and test compile environment."

-You gonna push this on launch? Or just binaries?

Have you contacted pool operators/worked with pool code so that this is a possibility at launch?

Have you worked with GPU miner devs to develop a GPU algo for your PoW code?

Also, when I'm more sober, gonna check out your website so I can learn wats different from riecoin/primecoin Cheesy
full member
Activity: 177
Merit: 153
after make all:

Code:
g++ -Wall -Wextra -c -Winline -Wformat -Wformat-security -pthread --param max-inline-insns-single=1000 -lm -Wno-write-strings -march=native -O2  src/PoWCore/src/PoW.cpp -o src/PoWCore/src/PoW.o
src/PoWCore/src/PoW.cpp:28:17: fatal error: gmp.h: No such file or directory
 #include
                 ^
compilation terminated.
make: *** [src/PoWCore/src/PoW.o] Error 1

 Huh

You have to install gmp and mpfr libraries:

https://gmplib.org/
http://www.mpfr.org/

on Ubuntu:

Code:
sudo apt-get install libgmp-dev libmpfr-dev
member
Activity: 70
Merit: 10
Activity: 350
after make all:

Code:
g++ -Wall -Wextra -c -Winline -Wformat -Wformat-security -pthread --param max-inline-insns-single=1000 -lm -Wno-write-strings -march=native -O2  src/PoWCore/src/PoW.cpp -o src/PoWCore/src/PoW.o
src/PoWCore/src/PoW.cpp:28:17: fatal error: gmp.h: No such file or directory
 #include
                 ^
compilation terminated.
make: *** [src/PoWCore/src/PoW.o] Error 1

 Huh
Jump to: