Bitcoin Forum
June 17, 2024, 10:47:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: A Grin GPU miner for AMD/NVIDIA 4G 6G 8G 10G GPU from Minerbabe on: January 18, 2019, 07:32:31 AM
Can this be run in a virtualbox on x64 OS?
Can not.
Need to write image to USB flash and boot from it
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GOSTcoin (GST) (I2P C++) on: November 29, 2018, 01:12:35 AM
GOSTcoin discord https://discord.gg/8ftxHRM
3  Local / Альтернативные криптовалюты / Re: Когда закончится коррекция рынка? on: November 23, 2018, 12:39:48 PM
думаю, что ответ можно будет дать после 12 декабря и то с 50% вероятностью.
50% вероятность - это вероятность выпадения орла или решки  Grin
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MINATO (rework) | FIRST X18 on: November 19, 2018, 08:23:09 AM
blockchain of coin is live?

https://minato-explorer.miningjgpool.ovh
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized AMD GPU Miner for lyra2z and phi2 on: September 18, 2018, 02:48:54 PM
more hashrate with amdgpu-pro or ROCm 1.8 drivers ?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: WildRig Multi: new miner for AMD with multialgo support on: September 11, 2018, 09:19:47 PM
awaiting Linux build under Ubuntu 16/18
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: September 08, 2018, 11:59:38 AM
Now Deposit button is not active on Coinex exchange and delisting on BTC-alpha exchange.
This crypto (ticker CDY) is still alive or not?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining the algo: hmq1725 with newer AMD cards. Possible? on: August 03, 2018, 08:34:55 PM
i try compile under Ubuntu 16.04 from sources (branch master)

https://github.com/CryptoCoderz/sgminer_HMQ1725

but get error  "algorithm.c:775:8: error: ‘ALGO_HMQ1725’ undeclared here (not in a function)"

next, i find solution:

Fix for the error during compilation against current git master:
Code:
diff --git a/algorithm.h b/algorithm.h
index b2527d1..eb9542e 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -21,6 +21,7 @@ typedef enum {
   ALGO_X15,
   ALGO_KECCAK,
   ALGO_QUARK,
+  ALGO_HMQ1725,
   ALGO_TWE,
   ALGO_FUGUE,
   ALGO_NIST,

I fixed algorithm.h but new error occurs :
"sgminer-algorithm.o:(.data+0x750): undefined reference to `hmq1725_regenhash'"
what can I fix  also?

or where i can find another miner soft with algo hmq1725 for AMD GPU?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: August 03, 2018, 07:05:46 AM
https://github.com/CryptoCoderz/sgminer_HMQ1725
Fix for the error during compilation against current git master:
Code:
diff --git a/algorithm.h b/algorithm.h
index b2527d1..eb9542e 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -21,6 +21,7 @@ typedef enum {
   ALGO_X15,
   ALGO_KECCAK,
   ALGO_QUARK,
+  ALGO_HMQ1725,
   ALGO_TWE,
   ALGO_FUGUE,
   ALGO_NIST,

yes I fixed algorithm.h but new error occurs :
"sgminer-algorithm.o:(.data+0x750): undefined reference to `hmq1725_regenhash'"
what can I fix  also?

i try to compile under Ubuntu 16.04 and getting the same error.
how to fix it?
or where i can find another miner soft with algo hmq1725 for AMD GPU?
10  Alternate cryptocurrencies / Mining (Altcoins) / in searching of sgminer 5.6.6 ("sgminer / 5.6.6-l") on: July 16, 2018, 10:04:28 PM
Hello,

on some pools i see in stat miner "sgminer / 5.6.6-l" but cant find it for download.

somebody know how to get it?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer-kl - open source (AMD) miner for x16r/x16s/xevan/x17/phi/tribus on: May 23, 2018, 01:18:53 AM
@KL0nLutiy1

ubuntu 16.04, try to mining X17 algo


kl-1.0.4, ubuntu 16, compile error
Code:
phi.c:(.text+0xd9): undefined reference to `sph_gost512_init'
phi.c:(.text+0xe9): undefined reference to `sph_gost512'
phi.c:(.text+0xfc): undefined reference to `sph_gost512_close'
collect2: error: ld returned 1 exit status
Makefile:873: recipe for target 'sgminer' failed


kl-1.0.0 release binary linux - getting error:
Code:
sgminer-kl-1.0.0-linux# ./run-sgminer.sh                                                         
./run-sgminer.sh: line 10: 20675 Illegal instruction     (core dumped) ./sgminer -k x16r -o stratum+tcp://ravenminer.com:9999 -u
 WALLETHERE -p donate -X 256


kl-1.0.0 and kl-1.0.1 compile is ok,
but not getting good shares to pool


run script:
Code:
#!/bin/sh
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_HEAP_SIZE=100
cd ~/sgminer/sgminer-kl/kl101
./sgminer -c ~/sgminer/sgminer-kl/kl101/sgminer.conf

config:
Code:
{
  "pools": [
   {
      "name":"umine.org",
      "priority": "0",
      "url": "stratum+tcp://s.umine.org:3737",
      "user": "DLnuKsG3bQgvC29nJbGZLk2yXp8DdX7ipY",
      "pass": "c=XVG",
      "profile": "verge"
    }
  ],
  "profiles": [
    {
      "name": "verge",
      "algorithm": "x17",
     "lookup-gap" : "2",
      "intensity": "19",
     "gpu-threads" : "2"
    }
  ],
  "default-profile": "verge",
  "quiet": false,
  "gpu-platform" : "0"
}
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][C11] Kingston - MN | POW+POS | DarkSend | InstantX [NH+ASIC Resistant] on: March 15, 2018, 05:53:52 AM
Which soft me need to use under Linux for mining at AMD GPU ?
and have any pool at test-network for can be prepared for start mining at 18 march?
want to mine for take one MN
13  Local / Альтернативные криптовалюты / Re: Покупка мелких криптовалют on: February 09, 2018, 12:03:05 AM
Что скажете о новой монете TurtleCoin ?

офф-сайт http://turtle.lol
биржа: https://tradeogre.com/exchange/BTC-TRTL

P.S. биржа стремноватая, но работает(тестанул)

можно прикупить за однозначные сатоши, как думает есть ли потенциал роста? монетка новая
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote GPU Miner v9.7 on: July 27, 2017, 08:54:06 PM
where is i can find fresh version of GPU miner for Linux Ubuntu ?
15  Economy / Services / Re: Make real followers for your Steemit account on: July 03, 2017, 12:00:59 PM
really followers, not fake, you can check followers activity and blogs in your followers list.
16  Economy / Services / Re: Make real followers for your Steemit account on: July 02, 2017, 08:40:34 PM
hey man, I want to subscribe onto this, but there is one problem, I sent verification for my steemit acct, and until now, there is no reply from them, Is it still available now to make an steem it acct. or not anymore?
hi. Now some time verification for new accounts take a time around 1-2 days.
17  Economy / Services / Make real followers for your Steemit account on: July 02, 2017, 11:04:24 AM
I will make real followers for your Steemit.com account.
Starting price from 0.18$ per one follower.
Contacts via PM.
18  Economy / Invites & Accounts / Re: sale one Steemit account with more 700 real followers on: July 02, 2017, 08:44:42 AM
discount available Smiley can ask me in PM
19  Economy / Invites & Accounts / sale one Steemit account with 1800+ real followers on: July 01, 2017, 09:13:05 AM
sale one Steemit.com account with more 1800 real followers (can check followers profiles and posts)  - 350$

best way for start blog with followers and earn money

you can buy this steemit account here or contact me via PM

autobuy link and details https://rocketr.net/buy/0bbfe99192ca  
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!