zvs
Legendary
Offline
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
|
 |
August 28, 2013, 03:50:13 AM |
|
我挖了三天一个都没挖到,I5 3210
I did not dig dug three days one, I5 3210 --- Google translate -- assuming his i5 had not mined a single block in 3 days. Correct! I mined (excavated/dug) three days and never got one ("one never hit"), I5 3210. http://nogleg.com:8372/static/*boggle*
|
|
|
|
|
|
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
Palmdetroit
Legendary
Offline
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
|
 |
August 28, 2013, 03:56:11 AM |
|
我挖了三天一个都没挖到,I5 3210
I did not dig dug three days one, I5 3210 --- Google translate -- assuming his i5 had not mined a single block in 3 days. damn good game
|
|
|
|
CoinBusiness
Newbie
Offline
Activity: 11
Merit: 0
|
 |
August 28, 2013, 04:22:33 AM |
|
Is there something wrong with the pool at http://176.221.46.81:8372?I added 3 servers with around 1,000 kh/s total, the miner was running properly, getting shares and everything, but I got no payment and nothing in the Block explorer after several hours, even after double checking that I put the proper address in the miner. 
|
|
|
|
|
zvs
Legendary
Offline
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
|
 |
August 28, 2013, 05:02:06 AM |
|
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 
|
|
|
|
bitspill
Legendary
Offline
Activity: 2016
Merit: 1014
|
 |
August 28, 2013, 05:43:43 AM |
|
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  Bummer, I think we need to have multiple pools running to help with the whole decentralization thing this community seems to live by
|
|
|
|
eule
|
 |
August 28, 2013, 09:50:31 AM |
|
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  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.
|
|
|
|
superresistant
Legendary
Offline
Activity: 2086
Merit: 1104
|
 |
August 28, 2013, 10:10:16 AM |
|
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
|
 |
August 28, 2013, 10:36:58 AM |
|
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
|
 |
August 28, 2013, 10:53:03 AM |
|
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
Activity: 106
Merit: 10
Quark developer
|
 |
August 28, 2013, 11:02:43 AM |
|
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
Activity: 2450
Merit: 1115
|
 |
August 28, 2013, 11:19:27 AM |
|
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
Activity: 88
Merit: 10
|
 |
August 28, 2013, 12:08:06 PM Last edit: August 28, 2013, 12:19:06 PM by paymetodostuff |
|
It looks like the pool has just gone down.  It's back 
|
|
|
|
dmatthewstewart
|
 |
August 28, 2013, 12:11:13 PM |
|
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
|
 |
August 28, 2013, 12:17:58 PM |
|
It looks like the pool has just gone down.  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.  @ dmatthewstewart: If you have the source, probably, but i guess a fresh git clone would be easier to work with. 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
|
 |
August 28, 2013, 03:51:09 PM |
|
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
Activity: 1061
Merit: 1001
|
 |
August 28, 2013, 04:30:09 PM |
|
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-monthsfull 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
Activity: 2086
Merit: 1104
|
 |
August 28, 2013, 06:48:11 PM |
|
Thank you for all your replies.
I wish this coin will to get big with time.
|
|
|
|
Lauda
Legendary
Offline
Activity: 2674
Merit: 2877
Terminated.
|
 |
August 28, 2013, 07:37:21 PM |
|
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)
|
|
|
|
|