Bitcoin Forum
May 27, 2024, 09:57:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Announcing ZiftrCOIN Release  (Read 106635 times)
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
June 13, 2015, 07:39:38 PM
 #921

Thanks! Can you tell me how large is the blockchain as size in Mb? And how do I mine with the wallet? With my cpu? Automatic? Or account on a pool etc..?
Thank you again for the feed-back.

Blockchain is currently under 100MB.

To mine with the wallet, you simply select the mining tab, move the slider around to how much of your CPU you want to dedicate to hashing, and hit Start Mining... Doesn't get any simpler than that.

To mine with a pool (recommended, unless you are a big hasher), check instructions here:
http://ziftrpool.io/getting_started

Happy Mining!

DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 13, 2015, 08:08:11 PM
Last edit: June 13, 2015, 08:44:46 PM by DragoStefan
 #922

Thanks man, Apreciated! And sorry but another question... can I also gpu mine or not yet?
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 13, 2015, 11:39:11 PM
 #923

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 14, 2015, 02:46:58 PM
 #924

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
https://github.com/ZiftrCOIN/sgminer
I have a 7850 which is only showin HW error can you please help me fix this I have tried a lot of combinations but still not even 1 accepted.
Thanks!
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 02:51:18 PM
 #925

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
https://github.com/ZiftrCOIN/sgminer
I have a 7850 which is only showin HW error can you please help me fix this I have tried a lot of combinations but still not even 1 accepted.
Thanks!

miner is ok, there is np with it.

What is ur intensivity (-I) ?

can you show me the .conf or .bat what u use for mining? because there should be the problem.

i'm using this miner:
https://s3.amazonaws.com/downloads.ziftrpool.io/SGMiner-Win64.zip

the .bat file from me is: sgminer.exe --config sgminer.conf
then i created a sgminer.conf file in the same mining folder with the next text inside:
{
"pools" : [
   {
      "url" : "stratum+tcp://zrc-stratum.suprnova.cc:2257",
      "user" : "minerjoen.gpu",
      "pass" : "1"
   }
]
,
"intensity" : "18",
"vector" : "2",
"worksize" : "256",
"kernel" : "zr5",
"thread-concurrency" : "13578",
"lookup-gap" : "2",
"gpu-threads" : "4"
}


This should work

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 14, 2015, 02:56:09 PM
 #926

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
https://github.com/ZiftrCOIN/sgminer
I have a 7850 which is only showin HW error can you please help me fix this I have tried a lot of combinations but still not even 1 accepted.
Thanks!

miner is ok, there is np with it.

What is ur intensivity (-I) ?

can you show me the .conf or .bat what u use for mining? because there should be the problem.
color 02
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k ZR5 -o stratum+tcp://ziftrpool.io:3032 -u ZFPLKXJW3V6Ao6Jebp36FgmUm5ksgYYhAT -p TO --worksize 256 -X 1024 --gpu-engine 1050 --gpu-memclock 1371 --lookup-gap 2 -Q 0
GPU0: invalid nonce count - hw error
THANKS!
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 02:57:40 PM
 #927

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
https://github.com/ZiftrCOIN/sgminer
I have a 7850 which is only showin HW error can you please help me fix this I have tried a lot of combinations but still not even 1 accepted.
Thanks!

miner is ok, there is np with it.

What is ur intensivity (-I) ?

can you show me the .conf or .bat what u use for mining? because there should be the problem.
color 02
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k ZR5 -o stratum+tcp://ziftrpool.io:3032 -u ZFPLKXJW3V6Ao6Jebp36FgmUm5ksgYYhAT -p TO --worksize 256 -X 1024 --gpu-engine 1050 --gpu-memclock 1371 --lookup-gap 2 -Q 0

i edited my post, check it out / test it. i see in ur .bat: -X 1024, can u remove that? i never used -X 1024...

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 14, 2015, 03:01:57 PM
 #928

I've seen that in the wallet but the speed of gpu is very low comparing to simple cpu.
https://github.com/ZiftrCOIN/sgminer
I have a 7850 which is only showin HW error can you please help me fix this I have tried a lot of combinations but still not even 1 accepted.
Thanks!

miner is ok, there is np with it.

What is ur intensivity (-I) ?

can you show me the .conf or .bat what u use for mining? because there should be the problem.

i'm using this miner:
https://s3.amazonaws.com/downloads.ziftrpool.io/SGMiner-Win64.zip

the .bat file from me is: sgminer.exe --config sgminer.conf
then i created a sgminer.conf file in the same mining folder with the next text inside:
{
"pools" : [
   {
      "url" : "stratum+tcp://zrc-stratum.suprnova.cc:2257",
      "user" : "minerjoen.gpu",
      "pass" : "1"
   }
]
,
"intensity" : "18",
"vector" : "2",
"worksize" : "256",
"kernel" : "zr5",
"thread-concurrency" : "13578",
"lookup-gap" : "2",
"gpu-threads" : "4"
}


This should work

it just flashes and closing insantly.
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 03:08:20 PM
 #929

i made a rar from my miners cpu and gpu. both are working perfect ( testing it on an 7870 tahiti cpu is i7 with 8 thread)

https://mega.co.nz/#!7ItBhIZZ!8uU_Y98s_ofZ4e24_Z6uQ1fWArp2gZoa9WDzhXZN240

just edit the username/pass.. or run it and donate me some Cheesy and maybe the threads from the cpu miner if u have a i3/i5 or something similar

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 14, 2015, 03:23:10 PM
 #930

Now it's working Thanks!
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 03:24:22 PM
 #931

Now it's working Thanks!

1. No problem
2. Welcome
3. try to support to buy on bittrex also Cheesy

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
DragoStefan
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
June 14, 2015, 03:33:22 PM
 #932

Now it's working Thanks!

1. No problem
2. Welcome
3. try to support to buy on bittrex also Cheesy
at 3. allready did that yesterday Cheesy
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 03:54:43 PM
 #933

Now it's working Thanks!

1. No problem
2. Welcome
3. try to support to buy on bittrex also Cheesy
at 3. allready did that yesterday Cheesy

yeah i just bought some at 18k to bring the price in a positive flow again

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
baristor
Sr. Member
****
Offline Offline

Activity: 636
Merit: 262


View Profile
June 14, 2015, 05:35:48 PM
 #934

can some 1 pls explain me how to mine this ? I currently downloaded the windows wallet and sgminer ,


What do I need to enter to get it to gpu mine ?

Thanks for any help!
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 14, 2015, 05:52:48 PM
 #935

can some 1 pls explain me how to mine this ? I currently downloaded the windows wallet and sgminer ,


What do I need to enter to get it to gpu mine ?

Thanks for any help!

just like all other coins. (if u downloaded the link i posted above) u need to enter the pool in the .bat of .conf file where u got ur workers, and change username.worker and the password to ur own what u created on the pool?

in the windows wallet u can also mine just go to the tab: mining ?

Is this ur first day at mining? if it is, i would suggest to use google.


Pool: http://zrc-stratum.suprnova.cc/ create account there and use the info at the getting started page

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
baristor
Sr. Member
****
Offline Offline

Activity: 636
Merit: 262


View Profile
June 14, 2015, 06:02:35 PM
 #936

can some 1 pls explain me how to mine this ? I currently downloaded the windows wallet and sgminer ,


What do I need to enter to get it to gpu mine ?

Thanks for any help!

just like all other coins. (if u downloaded the link i posted above) u need to enter the pool in the .bat of .conf file where u got ur workers, and change username.worker and the password to ur own what u created on the pool?

in the windows wallet u can also mine just go to the tab: mining ?

Is this ur first day at mining? if it is, i would suggest to use google.


Pool: http://zrc-stratum.suprnova.cc/ create account there and use the info at the getting started page

Thanks im not really that new done a bit of bitcoin n darkcoin mining in past,

jus forgot how everythin worked Cheesy

Also the miner didnt have mining page jus saw it after updating,

I am geting some crapy 75 kH/s is this normal on a gpu ? gota gtx 670

Thx again guys
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
June 18, 2015, 07:38:25 PM
 #937

The block explorer listed on the ANN appears to be down.  Undecided (http://zrcbex.lbtcoin.org/)
Anyone knows of an alternative?

Thanks!

th3.r00t
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250



View Profile WWW
June 18, 2015, 08:02:30 PM
 #938

The block explorer listed on the ANN appears to be down.  Undecided (http://zrcbex.lbtcoin.org/)
Anyone knows of an alternative?

Thanks!

There is "lite" alternative - http://explorer.myziftr.com/

BitSend ◢◤Clients | Source
www.bitsend.info
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












Your Digital Network | 10MB Blocks
Algo: XEVAN | DK3 | Masternodes
Bitcore - BTX/BTC -Project












BSD -USDT | Bittrex | C.Gather | S.Exchange
Cryptopia | NovaExchange | Livecoin
CoinPayments | Faucet | Bitsend Airdrop













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
Cobra
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250



View Profile
June 18, 2015, 09:40:10 PM
 #939

can some 1 pls explain me how to mine this ? I currently downloaded the windows wallet and sgminer ,


What do I need to enter to get it to gpu mine ?

Thanks for any help!

just like all other coins. (if u downloaded the link i posted above) u need to enter the pool in the .bat of .conf file where u got ur workers, and change username.worker and the password to ur own what u created on the pool?

in the windows wallet u can also mine just go to the tab: mining ?

Is this ur first day at mining? if it is, i would suggest to use google.


Pool: http://zrc-stratum.suprnova.cc/ create account there and use the info at the getting started page

Thanks im not really that new done a bit of bitcoin n darkcoin mining in past,

jus forgot how everythin worked Cheesy

Also the miner didnt have mining page jus saw it after updating,

I am geting some crapy 75 kH/s is this normal on a gpu ? gota gtx 670

Thx again guys

If you've got an Nvidia card, look for a release of ccminer supporting ZR5, preferably an older one, because they likely dropped support for something that old.

Thanks Wolf. Confirmed ccminer 1.6 with (2) GTX 970's getting about 4900 kh/s.
jerowacik
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000



View Profile
June 19, 2015, 04:06:53 PM
 #940

basically this coin good feature and good design , any some part people behind this .. but any some problem make this coin have low value on market , i dont know what happeded .. but dev you should hard work for find this
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 »
  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!