Bitcoin Forum
May 27, 2024, 06:28:27 PM *
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 45 46 47 48 [49]
961  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 05, 2014, 05:11:52 AM
Edit: Thanks someone gave me 10 coins to play.
I'm stubbornly a solo miner, putting 1900KH into it for 2 days and so far no coins to buy a hero with =(
If anyone want to donate a coin or two so I can go try the game I'd gladly pay you back once I hit a block.
This is the only time I've asked for coins, as I simply want to try this game out asap lol.
962  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 04, 2014, 10:21:20 PM
Greetings snailbrain,

Great work on this coin - well done. However, I am having a small problem with the huntercoind crashing every few hours. I have successfully built it on Xubuntu 13.10 with no visible errors encountered, and getinfo shows no errors also. I have added the coin to my merged mining p2pool instance and all seems well with p2pool reporting found merged mining for HUC - but every few hours I notice that the huntercoind has crashed & I have to restart it manually - any ideas? I also have namecoind installed so I know that all dependencies are being met, I compiled it using the following syntax:

make -f Makefile clean; make -f Makefile USE_UPNP=1 huntercoind

Any help would be appreciated my man.......

Peace  Grin

Have had a similar issue, along with the Wallet Protocol not working properly, though wallet version seems to work.
963  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 04, 2014, 12:36:25 PM
Can this be pool mined using cgminer and RPC?
Or only within the client for scrypt?
964  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 03, 2014, 10:03:39 PM
I get this error when I try to compile on Ubuntu 12.04

Haven't had this issue with other scrypt coins.

net.cpp:(.text+0x9fb): warning: Using 'gethostbyname' in statically linked appli       cations requires at runtime the shared libraries from the glibc version used for        linking
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make: *** [huntercoind] Error 1


you have some missing dependencies (i think)  - i don't use linux hardly.. but i compiled huntercoind on 3x 12.04 ubuntus
i also got some errors with it similar, i solved it, then there was something else, then something else, so in the end i just installed all these dependences (you don't need them all but i was in a rush lol) - probably it will solve the problem, or someone who knows what they are talking about may help -- i will find out tomorrow if you haven't solved it

copy/pasted from some forum

Quote
Lorraine -

I finally figured this out. I'm on ubuntu 12.04 I installed libboost-chrono1.48-dev and all of its suggested packages and I was able to compile then. These are the packages:

libboost-chrono1.48-dev libboost1.48-doc libboost-date-time1.48-dev libboost-filesystem1.48-dev libboost-graph-parallel1.48-dev libboost-graph1.48-dev libboost-iostreams1.48-dev libboost-locale1.48-dev libboost-math1.48-dev libboost-mpi1.48-dev libboost-program-options1.48-dev libboost-python1.48-dev libboost-random1.48-dev libboost-regex1.48-dev libboost-serialization1.48-dev libboost-signals1.48-dev libboost-system1.48-dev libboost-test1.48-dev libboost-thread1.48-dev libboost-timer1.48-dev libboost-wave1.48-dev xsltproc doxygen default-jdk

Thanks! You should add HUC to your donation sig =) I'll send some if I get this working.


I already had all of those installed surprisingly, same error on compiling.
Which make commands did you use to compile if you don't mind me asking?


e&)]+0x77): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
obj/net.o: In function `Lookup(char const*, std::vector<CAddress, std::allocator<CAddress> >&, int, int, bool, int, bool)':
net.cpp:(.text+0x9fb): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make: *** [huntercoind] Error 1

using: sudo make -f makefile.mingw USE_UPNP=-

just

make

in the src folder


I found a fix after lots and lots of installs.
sudo apt-get install libglib2.0-dev libglibmm-2.4-dev
965  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 03, 2014, 07:45:21 PM
I get this error when I try to compile on Ubuntu 12.04

Haven't had this issue with other scrypt coins.

net.cpp:(.text+0x9fb): warning: Using 'gethostbyname' in statically linked appli       cations requires at runtime the shared libraries from the glibc version used for        linking
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make: *** [huntercoind] Error 1


you have some missing dependencies (i think)  - i don't use linux hardly.. but i compiled huntercoind on 3x 12.04 ubuntus
i also got some errors with it similar, i solved it, then there was something else, then something else, so in the end i just installed all these dependences (you don't need them all but i was in a rush lol) - probably it will solve the problem, or someone who knows what they are talking about may help -- i will find out tomorrow if you haven't solved it

copy/pasted from some forum

Quote
Lorraine -

I finally figured this out. I'm on ubuntu 12.04 I installed libboost-chrono1.48-dev and all of its suggested packages and I was able to compile then. These are the packages:

libboost-chrono1.48-dev libboost1.48-doc libboost-date-time1.48-dev libboost-filesystem1.48-dev libboost-graph-parallel1.48-dev libboost-graph1.48-dev libboost-iostreams1.48-dev libboost-locale1.48-dev libboost-math1.48-dev libboost-mpi1.48-dev libboost-program-options1.48-dev libboost-python1.48-dev libboost-random1.48-dev libboost-regex1.48-dev libboost-serialization1.48-dev libboost-signals1.48-dev libboost-system1.48-dev libboost-test1.48-dev libboost-thread1.48-dev libboost-timer1.48-dev libboost-wave1.48-dev xsltproc doxygen default-jdk

Thanks! You should add HUC to your donation sig =) I'll send some if I get this working.


I already had all of those installed surprisingly, same error on compiling.
Which make commands did you use to compile if you don't mind me asking?


e&)]+0x77): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
obj/net.o: In function `Lookup(char const*, std::vector<CAddress, std::allocator<CAddress> >&, int, int, bool, int, bool)':
net.cpp:(.text+0x9fb): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make: *** [huntercoind] Error 1

using: sudo make -f makefile.mingw USE_UPNP=-
966  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin -Human Mining + DualAlgo (scrypt/sha256) & MergeMineable on: February 03, 2014, 03:37:56 AM
I get this error when I try to compile on Ubuntu 12.04

Haven't had this issue with other scrypt coins.

net.cpp:(.text+0x9fb): warning: Using 'gethostbyname' in statically linked appli       cations requires at runtime the shared libraries from the glibc version used for        linking
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make: *** [huntercoind] Error 1
967  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TopCoin - Unique coin because of 2 day block halving. on: February 03, 2014, 01:35:25 AM
As a pool runner I can say The only way that happens that i know of  is if the block rewards were set too high and not set automatically adjust. I thought I checked this and it was correct. What was the problem?

I'm using MPOS, how do you set it to auto using PROP?
968  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TopCoin - Unique coin because of 2 day block halving. on: February 02, 2014, 11:24:39 PM
SONAR.Heuristic.120

tnx for virus  .... idiots

I'm no expert, but Heuristic essentially means "it looks like it could be a virus based on patterns, but we haven't seen it before"
More than likely it will show up as "hack tool" aka mining tool like most wallets before vote it as safe.
969  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PHS][PoS] PhilosopherStone | Fast | PoW-PoS | ASIC Resistance | Messages on: February 02, 2014, 02:22:44 PM
I compiled and the wallet is on the current block, but when I try to mine it, it says it is still downloading the blockchain(no CPU use now and been idle for a while).
Maybe something on my side, but haven't had this issue before.
970  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: February 02, 2014, 11:19:06 AM
@PeaMine, you need to install GMP dev package before trying to build. After installing the devel package, it need to be available either in /usr/local/include or /usr/include

I have it installed and also tried compiling in /usr/include/ and had the same issue.
Followed these steps:

http://stackoverflow.com/questions/7251070/gmpxx-h-no-such-file-or-directory
http://ubuntuforums.org/showthread.php?t=1043547

Not related to this thread though really, I need to go to a linux forum Tongue
971  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Catcoin - NEW THREAD - FORK INCOMING AT BLOCK 21346 - Scrypt MEOW! on: February 02, 2014, 02:30:41 AM
What should the RPC port be by default?

./catcoind getaccountaddress ""
error: couldn't connect to server
972  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: February 02, 2014, 12:24:30 AM
I've fixed the build on Windows 7 jrovins, doing some tests now and will report back (and a pull request just in case)

EDIT: Working amazingly well for solo mining (testing on testnet right now), build on Windows 7 64 bits, outputting x64 binaries, using Visual Studio 2013.

Mined 2 22XPM blocks within 2 minutes at testnet diff 6.65094072. Had to fix some Windows specific code, and I hope not to break anything for the linux counterpart Smiley

Quote
New Block: 327721 - Diff: 6.651355 / 6.651355
Total/Valid shares: [ 0 / 0 ]  -  Max diff: 7.586425
 6ch/h:    10.75 - 1 [ 0 / 1 / 0 ]
 7ch/h:    10.75 - 1 [ 1 / 0 / 0 ]
Share Value submitted - Last Block/Total: 0.000000 / 0.000000
Current Primorial Value: 37



EDIT2: Refactored A LOT of code to conform with C99 best practices (code warnings are my pet peeve). Working really fast on both 32 and 64 bits. Still need to finish refactoring the prime.cpp, because there are a lot of doubles being used where should be floats, and vice-versa

EDIT3: On my fork branch from your repo https://github.com/pocesar/jhprimeminer/tree/refactor


Thanks, I'm following the Ubuntu instructions, but it's prompting for a username and password for git clone https://github.com/jrovins/jhPrimeminer.git
From:
https://github.com/pocesar/jhprimeminer/tree/refactor readme


When I try to compile it normally I get:

g++ -c -march=native -mtune=native -Wall -Wextra -std=c++0x -O3  -ggdb -fomit-frame-pointer -I/usr/local/include -I/usr/include -Isrc/primecoinMiner/includes/ src/primecoinMiner/bn2.cpp -o src/primecoinMiner/bn2.o
In file included from src/primecoinMiner/bn2.cpp:1:0:
src/primecoinMiner/global.h:47:19: fatal error: gmpxx.h: No such file or directory
 #include <gmpxx.h>
                   ^
compilation terminated.
make: *** [src/primecoinMiner/bn2.o] Error 1
973  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - RELEASE DATE 1st FEB 2014 7pm GMT on: February 01, 2014, 11:14:03 PM
Anyone compiled the listen server daemon on Linux?
Noticed there was only a makefil.mingw

make -f Makefile (without .unix extension for a change)
won't solve the countless forks though, that's what I used.

I get this error:

main.cpp:68:13: error: operator '-' has no right operand
In file included from headers.h:88:0,
                 from main.cpp:4:
util.h: In function âvoid ExitThread(unsigned int)â:
util.h:742:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
make: *** [obj/main.o] Error 1
974  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - RELEASE DATE 1st FEB 2014 7pm GMT on: February 01, 2014, 11:05:26 PM
Anyone compiled the listen server daemon on Linux?
Noticed there was only a makefil.mingw

make -f Makefile (without .unix extension for a change)
won't solve the countless forks though, that's what I used.

Thanks, trying this out
975  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - RELEASE DATE 1st FEB 2014 7pm GMT on: February 01, 2014, 10:25:25 PM
Anyone compiled the listen server daemon on Linux?
Noticed there was only a makefil.mingw
976  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: January 31, 2014, 04:36:36 PM
Any news on miners with -xpm option for solo on Linux?

Yes, I have a merge of tandyuk's and Ray's -xpm code on github
https://github.com/jrovins/jhprimeminer

You will have to pull it an build it yourself. ( Follow the instructions in the README file)

Several folks have tried it solo, and there are no problems.
I'ts still has some debug enabled, which will be cleaned up as soon as I have some time.

The master branch was more like tandyuk's version, there is a second branch with the tuning threads re-enabled. They both work.

A few weeks ago I was finding blocks about once evety 3 ot 4 days solo, but now since the difficulty increase, I haven't seen a block since 1/24/14 (6+ DAYS)

Thanks, does this allow for mining to a wallet from a remote miner?
977  Alternate cryptocurrencies / Mining (Altcoins) / Re: OK...how has this question NEVER been asked... on: January 22, 2014, 06:26:02 PM
Which version of CPUminer are you using that works with XPM?
I thought only specialized miners worked for that, as it wasn't truly scrypt?
978  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: January 22, 2014, 11:26:36 AM
I've read this thread and http://www.peercointalk.org/index.php?topic=623.0 and still trying to decide if I should switch to private pools.
https://mega.co.nz/#F!SMdjBZjA!ft7TBVIedEg820_3GFzEAQ Rdb's miner is the only one that works for private pools on Windows, correct?
What about options for Linux?
979  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Profit-switching scrypt+ASIC Pool] multipool.us on: January 22, 2014, 01:43:44 AM
I've been using Multipool for a month and have had a good experience with it.
Only a few cases where cgminer couldn't find work the entire time, and each day it looks like I get around 95%+ of what I get locally before rejects, which I think are higher than 5%

I am confused on worker difficulty though.  If I have 2 280X going at 700KH/s each(They run 82c though), what should that difficulty be for that worker if I have totally crap Internet?  What if I split workers so I mine one static one autoswitch?  I'm in it for the long haul so I hear difficulty doesn't matter, but surely it does some what on switching setups?
I ping 30ms to East, should I just use that, or the uspool option that auto switches?

I'm using cgminer 3.7.2, is that a bad choice for multipool? Seems to work fine.

Also about PPLNS, I just think of it as a giant train.  It starts up slow, but even when I have my miners off, I'm still getting coins as it slows down the train.  When I start back up, takes an hour to get it back to full speed, but total pay is the same.  Works for me.

It would be neat if there was a column showing if a miner is set to port 7777 or static.
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 45 46 47 48 [49]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!