Post
Topic
Board Altcoins (Français)
Re: Ressuscitons le Gapcoin
by
wizz13150
on 26/06/2020, 01:47:23 UTC
Bonjour,
Je viens de commencer à miner celui-ci, vous avez quoi comme hashrate en CPU ?
pour l'instant j'ai 55k pps en (-t 4) sur un ryzen 2600 @4.1Ghz

je n'ai pas trouvé des personnes avec qui comparer.

Hello,

Cool  Cool

Tu mines sur le Pool Suprnova ?!
Le Hashrate des Workers et du Pool sont assez imprecises (voire incorrectes, selon moi). Le pool extrait entre 10% et 25% des blocks, mais ne représente qu'1% du hashrate, ça ne colle pas.
Donc 55K sur Suprnova c'est très bien ! Par contre 55K dans le wallet ne l'est pas.
Un Core I7 6700K stock me sort dans les 500-550K PPS en mineur CLI (-t 7), et dans les 700-750K PPS dans le Wallet (Pour un minage dans le Shift par défaut, à noter 25).
Pour monter dans les Shift supérieurs (non minés encore et encore), il faut basculer sur le mineur CRT (Chinese Reminder Theorem).
En lançant depuis le Wallet (cf. "setgenerate true" ; "getmininginfo"), tu auras la 'vrai' valeur.



A noter que certains se penche sur la question du mineur pour cartes NVidia (CUDA), avec un succès modéré pour le moment. Ca avance bien ! (Plus d'infos sur Discord.

gpu miner support only amd cards ?

That does seem to be the case according to a comment in the source:

https://github.com/gapcoin-project/GapMiner/blob/gpu-miner/gpu/procs.cl#L18

// Generated for AMD OpenCL compiler, do not edit!

Just shows how wrong I am:

./bin/gapminer --help
GapMiner  Copyright (C)  2014  The Gapcoin developers  <info@gapcoin.org>

Required Options:   
  -o  --host              host ip address
  -p  --port              port to connect to
  -u  --user              user for gapcoin rpc authentification
  -x  --pwd               password for gapcoin rpc authentification

Additional Options:

  -q  --quiet             be quiet (only prints shares)
  -e  --extra-verbose     additional verbose output
  -j  --stats-interval    interval (sec) to print mining informations
  -t  --threads           number of mining threads
  -l  --pull-interval     seconds to wait between getwork request
  -m  --timeout           seconds to wait for server to respond
  -c  --stratum           use stratum protocol for connection
  -s  --sieve-size        the prime sieve size
  -i  --sieve-primes      number of primes for sieving
  -f  --shift             the adder shift
  -r  --crt               use the given Chinese Remainder Theorem file
  -d  --fermat-threads    number of fermat threads wen using the crt
  -b  --benchmark         run a gpu benchmark
  -g  --use-gpu           use the gpu for Fermat testing
  -d  --gpu-dev           the gpu device id
  -w  --work-items        gpu work items (default 2048)
  -z  --queue-size        the gpu waiting queue size (memory intensive)
  -a  --platform          opencl platform (amd or nvidia)
  -n  --num-gpu-tests     the number of test per gap per gpu run
  -h  --help              print this information
  -v  --license           show license of this program


My XPS laptop has a built-in NVidia GPU and barrystyle kindly DM'd me a diff for compilation with NVidia. The diff and my reports on progress are in the "mining" channel on the Gapcoin Discord.

Cheers

Graham