Bitcoin Forum
May 04, 2024, 01:03:10 AM *
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 443 »
  Print  
Author Topic: [ANN] [QRK] Quark | Core 0.10 upgrade  (Read 1031111 times)
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
August 28, 2013, 09:50:31 AM
 #901

I can't get mine working properly...   it's getting some error about 'quark-hash' not being found or some such & not loading headers...   just going to take it down instead of leaving that shell up  Grin
I had the same problem until I looked around in Neisklar's Github. Git clone this https://github.com/Neisklar/quarkcoin-hash-python , then python setup.py install, then the pool should work.
Thanks to everyone testing, seems to run good so far, weirdly my yacpool had some hiccups this morning, investigating.

1714784590
Hero Member
*
Offline Offline

Posts: 1714784590

View Profile Personal Message (Offline)

Ignore
1714784590
Reply with quote  #2

1714784590
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714784590
Hero Member
*
Offline Offline

Posts: 1714784590

View Profile Personal Message (Offline)

Ignore
1714784590
Reply with quote  #2

1714784590
Report to moderator
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
August 28, 2013, 10:10:16 AM
 #902

Hello,

I would like to know the block halving history of the coin.

When was the last and when is the next ?

Any thoughts about the price evolution of this coin regarding halving and difficulty increase ?
ciklop1974
Sr. Member
****
Offline Offline

Activity: 276
Merit: 250



View Profile
August 28, 2013, 10:36:58 AM
 #903

Today, what is the problem with translations into Cryptsy. Made several transactions with different purses, and on the balance of an 2 hour is nothing. Whats a problem?
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
August 28, 2013, 10:53:03 AM
 #904

Hello,

I would like to know the block halving history of the coin.

When was the last and when is the next ?

Any thoughts about the price evolution of this coin regarding halving and difficulty increase ?
Every 60,000 blocks, so the next halving is after block 120,000.

Max Guevara
Member
**
Offline Offline

Activity: 106
Merit: 10


Quark developer


View Profile
August 28, 2013, 11:02:43 AM
 #905

Hello,

I would like to know the block halving history of the coin.

When was the last and when is the next ?

Any thoughts about the price evolution of this coin regarding halving and difficulty increase ?
Every 60,000 blocks, so the next halving is after block 120,000.

Currently at block 112,700, so the next halving is about 8,000 blocks from now (about 3 days from now).
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 28, 2013, 11:19:27 AM
 #906

Hello,

I would like to know the block halving history of the coin.

When was the last and when is the next ?

Any thoughts about the price evolution of this coin regarding halving and difficulty increase ?

As the Developer said, the next halving is at 120960, around 3 days time.

As regards price evolution, because nearly all the supply is coming now, I would expect there to be plenty of cheap coin around for a while, until it settles in strong hands. The price is staying very low for now, and will at some stage have the potential for a sharp increase. At that point how high it goes depends on what the community decides to do.

I am looking to buy a substantial stake in around 1-2 months time (when I will have some spare capital).
paymetodostuff
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
August 28, 2013, 12:08:06 PM
Last edit: August 28, 2013, 12:19:06 PM by paymetodostuff
 #907

It looks like the pool has just gone down.  Sad

It's back  Smiley
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
August 28, 2013, 12:11:13 PM
 #908

If I already have poolers cpuminer cant I jsut add the quark support to that? if so, how to I do that from the terminal (Linux). Sorry but when I see the link to github I see a lot of notes on the quark files but there has to be a command I can just type into the terminal to update/install the needed files. Soooo...any help on that, please?

eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
August 28, 2013, 12:17:58 PM
 #909

It looks like the pool has just gone down.  Sad
http://176.221.46.81:8372/static/ is still reachable, which means the p2pool process is still running but encountered some error out of my experience. I bet it'll be up again soon.
Feel free to try out my p2pool node in the meantime (shameless plug): http://qrkpool.tk:8868/static/

Nevermind it's up again.  Cheesy

@ dmatthewstewart:
If you have the source, probably, but i guess a fresh git clone would be easier to work with.

Code:
apt-get install git libcurl-dev libjansson-dev
git clone https://github.com/Neisklar/quarkcoin-cpuminer
./autogen.sh # only needed if building from git repo
./configure CFLAGS="-O3"
make
strip minerd
You must be root for the apt-get command to work, or use sudo.

ZirconiumX
Full Member
***
Offline Offline

Activity: 286
Merit: 100



View Profile
August 28, 2013, 03:51:09 PM
 #910

it's the same, there is a binary posted about 3 pages back that someone was nice enough to make. If you feel adventures the source has been moved to github

I can upload a binary as well if there's interest.

That would be great, I would like to see it tested on something not AMD first. There is a "makeprofile.sh" script. It now has enough warnings that I worry it may have issues if not tested. Looks good right now, but the goal is fast, not necessarily good. Anyway, if the middle two lines match anything else the script prints out, at least two hashes where done correctly....


Oh, and there is a new option.
./configure CFLAGS="-msse2 -O3 -DCHEAT"
needs testing but the idea is that it's faster to just try a new nonce that run groestl twice. Anytime that section is found to be needed ran, it just give up. Half of the hashes end up being garbage. But, it now does more than twice the speed, for a net gain. EXPERIMENTAL, need to be ran to see if actually improves payouts as it may be losing shares. Still runs that section when required, but never twice.

Definitely experimental, considering [2013-08-28 16:48:36] accepted: 0/106 (0.00%), 0.00 khash/s (booooo). I'm switching back to v1.

Matthew:out
Guido
Legendary
*
Offline Offline

Activity: 1061
Merit: 1001


View Profile
August 28, 2013, 04:30:09 PM
 #911

Hello,

I would like to know the block halving history of the coin.

When was the last and when is the next ?

Any thoughts about the price evolution of this coin regarding halving and difficulty increase ?

http://forum.quarkcoin.org/Thread-Difficulty-Coins-over-6-months

full breakdown of how reward halves from quarkcoin launch through 6 months, then coin/block reward after

I am Bonkers BTW
Crypto OG
        +
Digital Artist
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
August 28, 2013, 06:48:11 PM
 #912

Thank you for all your replies.

I wish this coin will to get big with time.
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 28, 2013, 07:37:21 PM
 #913

Thank you for all your replies.

I wish this coin will to get big with time.
Well once the demand grows and let miners dump, it could.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
August 28, 2013, 08:34:23 PM
 #914

Appears down, it is throwing python errors.

And eule's pool should be added to the OP
https://bitcointalk.org/index.php?topic=260031.msg3021876#msg3021876

{ BitSpill }
bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
August 28, 2013, 09:14:41 PM
 #915

Which pool is everyone mining at?
Solo currently, considering giving eule's pool a shot.

Has anyone used eule's pool and willing to offer some feedback?

{ BitSpill }
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
August 28, 2013, 09:55:40 PM
 #916

The pool seems to run fine, I did notice that the payout bar for my address disappeared but still get payouts (just not every found block, only have 200kH), I hope that's also the case for the few other guys whose payout graph shows nothing. Bit weird really.

If you recieve no payouts after >1 hour of mining or notice something odd tell me please.

i3lome
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
August 28, 2013, 10:25:01 PM
 #917

The pool seems to run fine, I did notice that the payout bar for my address disappeared but still get payouts (just not every found block, only have 200kH), I hope that's also the case for the few other guys whose payout graph shows nothing. Bit weird really.

If you recieve no payouts after >1 hour of mining or notice something odd tell me please.

Sorry if I missed the answer, How do I get mining on your pool. IF you could link me to instructions, I just woke up and am kinda foggy today. THanks
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
August 28, 2013, 10:52:53 PM
 #918

The pool seems to run fine, I did notice that the payout bar for my address disappeared but still get payouts (just not every found block, only have 200kH), I hope that's also the case for the few other guys whose payout graph shows nothing. Bit weird really.

If you recieve no payouts after >1 hour of mining or notice something odd tell me please.

Sorry if I missed the answer, How do I get mining on your pool. IF you could link me to instructions, I just woke up and am kinda foggy today. THanks
Sure, if you're on Windows:
Get the quark cpuminer, there are several in this thread, I'd use this one https://bitcointalk.org/index.php?topic=260031.msg3021474#msg3021474 or the one directly under it if it runs on your CPU.
Extract the archive, add a shortcut to minerd.exe
Edit the shortcut target like this: minerd.exe -a quark -o http://qrkpool.tk:8868 -u yourQRKcoinaddress -p x -t 4
-u is your address, don't use exchange addresses. -p is the password (doesn't matter for p2pool), -t is the number of cores/threads to use.
Run the shortcut.

Linux guys should be able to do it on their own.  Grin

bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
August 28, 2013, 11:08:45 PM
 #919

Just switched from solo to your pool so far I've received a few payouts will let it run for a while and see if it continues

{ BitSpill }
bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
August 29, 2013, 02:27:43 AM
 #920

Sadly it has happened again... Successfully earn ~2 QRK per block for an hour then they stop coming hashrate is ~50kh/s


{ BitSpill }
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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 443 »
  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!