Bitcoin Forum
May 10, 2024, 10:36:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Will you move your trading over to BOST from INFchain ?
Yes - 11 (68.8%)
No - 5 (31.3%)
Total Voters: 16

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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 ... 193 »
  Print  
Author Topic: █=█ BoostCoin █=█ New team, new plans  (Read 299622 times)
alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 12:47:36 PM
 #581

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

this with a bat file?

And, thx to talk about the bat Wink

edit : and after launching a first time with a simple bat file, that's works with cgwatcher too
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715337370
Hero Member
*
Offline Offline

Posts: 1715337370

View Profile Personal Message (Offline)

Ignore
1715337370
Reply with quote  #2

1715337370
Report to moderator
1715337370
Hero Member
*
Offline Offline

Posts: 1715337370

View Profile Personal Message (Offline)

Ignore
1715337370
Reply with quote  #2

1715337370
Report to moderator
1715337370
Hero Member
*
Offline Offline

Posts: 1715337370

View Profile Personal Message (Offline)

Ignore
1715337370
Reply with quote  #2

1715337370
Report to moderator
mammix2 (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004



View Profile
May 27, 2014, 12:48:28 PM
 #582

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

Which AMD card are you running?
I have the same with my XFX Radeon 7850 card

1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2014, 12:49:46 PM
 #583

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

this with a bat file?

Nop i pass through cgwatcher, no problem with other algo, just this one.

laucnh correctly but after 1 minutes and displaying marucoin is experimental, closed.

I try with just a bat file, and that works now, certainly cgwatcher won't accept this one

try to launch it with bat first and then use your regular way, i think there is a bug in the old miner that force you to create a bat file first
alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 12:50:40 PM
 #584

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

Which AMD card are you running?
I have the same with my XFX Radeon 7850 card

R9 280x, 7850, 7870, R9 290X

But Amph as the correct answer
alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 12:51:11 PM
 #585

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

this with a bat file?

Nop i pass through cgwatcher, no problem with other algo, just this one.

laucnh correctly but after 1 minutes and displaying marucoin is experimental, closed.

I try with just a bat file, and that works now, certainly cgwatcher won't accept this one

try to launch it with bat first and then use your regular way, i think there is a bug in the old miner that force you to create a bat file first

Yep you're right, that works now, thx Amph Wink
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2014, 12:52:16 PM
 #586

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

this with a bat file?

And, thx to talk about the bat Wink

edit : and after launching a first time with a simple bat file, that's works with cgwatcher too

i know that, there is a part of the code that isn't working right, here the sentence

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.
alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 12:55:41 PM
 #587

I have a problem to mine this one, i try sph-miner, but each time only displaying marucoin is esperimental and after 1 minutes it closed.

sgminer -k marucoin

Don't know why.

Perhaps catalyst version?

this with a bat file?

And, thx to talk about the bat Wink

edit : and after launching a first time with a simple bat file, that's works with cgwatcher too

i know that, there is a part of the code that isn't working right, here the sentence

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.

Good to know, first time i need to do that, i remember that for an other time
mammix2 (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004



View Profile
May 27, 2014, 12:56:13 PM
 #588

We need more public pools!

While boost.suprnova.cc is doing a great job, the network hash rate is getting very high, so we still need more pools to come online for X13 !

1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
mammix2 (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004



View Profile
May 27, 2014, 01:15:09 PM
 #589

just hit 16GH/s network hash rate!!  Grin

1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 01:16:31 PM
 #590

640mhs for some, that's massive!
sony87
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 27, 2014, 01:23:35 PM
 #591

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2014, 01:25:19 PM
 #592

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

1800 seems bad, my 280x toxic work at 1.6MH/s with default setting(1100core/1500mem)
sony87
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 27, 2014, 01:28:58 PM
 #593

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

1800 seems bad, my 280x toxic work at 1.6MH/s with default setting(1100core/1500mem)

what miner exactly do you use ? I downloaded the last from the Darkcoin which support this algo ? What is your config ?

guanchayuan
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
May 27, 2014, 02:09:09 PM
 #594

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

1800 seems bad, my 280x toxic work at 1.6MH/s with default setting(1100core/1500mem)

what miner exactly do you use ? I downloaded the last from the Darkcoin which support this algo ? What is your config ?
X11 DRK  NO mining X13 BOOST
 
mammix2 (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004



View Profile
May 27, 2014, 02:15:35 PM
 #595

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

1800 seems bad, my 280x toxic work at 1.6MH/s with default setting(1100core/1500mem)

what miner exactly do you use ? I downloaded the last from the Darkcoin which support this algo ? What is your config ?
X11 DRK  NO mining X13 BOOST
 
make sure you are using this modified miner for the x13 algo
https://bitcointalk.org/index.php?topic=475795.0

1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
sony87
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 27, 2014, 02:20:37 PM
 #596

Hi, anyone have problems with R9 290 ? Mine are working on 1.8MH and after 10min of run they suddenly drop to 1.2mh, continue to generating shares but refuse to get normal speed except after reboot ?!

1800 seems bad, my 280x toxic work at 1.6MH/s with default setting(1100core/1500mem)

what miner exactly do you use ? I downloaded the last from the Darkcoin which support this algo ? What is your config ?
X11 DRK  NO mining X13 BOOST
 
make sure you are using this modified miner for the x13 algo
https://bitcointalk.org/index.php?topic=475795.0

I'm using exactly this miner and based on the thread they list 1.8MH for 290 so i'm OK, except that my hash is dropping to 1.2MH for reasons out of my knowledge Sad

alphateam
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 531


View Profile
May 27, 2014, 02:21:02 PM
 #597

Try restarting your computer too
sony87
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 27, 2014, 02:24:54 PM
 #598

Try restarting your computer too

Already listed that if i restart my computer speed is back to normal at the beginning and 10min later drop to 1.2MH.

teamcryptonator
Hero Member
*****
Offline Offline

Activity: 749
Merit: 503

Blockchain Just Entered The Real World


View Profile
May 27, 2014, 02:38:59 PM
 #599

hey guys!

We have just added BoostCoin on https://www.cryptonator.com, so now you can easily convert BOST to any other crypto/fiat or vice versa

Also we have free fully customizable price widgets for websites https://www.cryptonator.com/widget which also supports BoostCoin

~cheers~

      ███████████████████████
     ███▄ ▄▄▄▄   ▄▄▄█▀▀  █████
    ███  █▀  ▀█▀▀▀       ▐█ ███
   ███  ▄██▄▄█▀▄▄▄        █▌ ███
  ███ ▄█▀  █     ▀█▄▄     ▐█  ▐██
 ███▄█▀    █        ▀█▄▄  ▄▄▄ ██
████▀      █           ▀██▀   ▀█ ██
 ██▀█▄     █          ▄█▀▀█▄▄▄█▀██
  ██ ▀█▄   █      ▄▄█▀▀    ▐█  ██
   ██  ▀█▄█▀▀█▄▄█▀▀        █▌ ██
    ███  █▄  ▄█▀█▄▄▄      █▌███
     ███  ▀▀▀▀     ▀▀▀█▄▄▐████
      ███████████████████████

 ▄▄       ▄▄▄        ▄▄   ▄▄▄▄▄ 
  ▀█▄   ▄█▀ ▀█▄    ▄█▀ ▄█▀▀   ▀▀█▄
    ▀█▄█▀     ▀█▄▄█▀  ▐█         █▌
    ▄█▀█▄      ▄█▀    ▐█         █▌
  ▄█▀   ▀█▄  ▄█▀       █▄       ▄█
▄█▀       ▀██▀          ▀▀█▄▄▄█▀▀


Network
BLOCKCHAIN JUST ENTERED THE REAL WORLD
..Decentralized Crypto-Location Oracle Network.
.........GET WHITELISTED FOR TOKEN SALE ( Limited )..........

.WHITE PAPER.  ││  ANN Thread  Telegram   Medium   Twitter   Reddit
63296310
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250


Changing avatars is currently not possible.


View Profile
May 27, 2014, 02:40:57 PM
 #600

hey guys!

We have just added BoostCoin on https://www.cryptonator.com, so now you can easily convert BOST to any other crypto/fiat or vice versa

Also we have free fully customizable price widgets for websites https://www.cryptonator.com/widget which also supports BoostCoin

~cheers~

  Beautiful

Dsb6Mc9TgGV1i3rzcbQeuWMni6Ve2sbXP2G
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 ... 193 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!