Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 3215. (Read 9723849 times)

legendary
Activity: 1281
Merit: 1046
full member
Activity: 210
Merit: 100
Btc @202$ where this will stop?

Based on it going down in steps $15 to $20 every few hours my guess is the market is pessimistically committed to breaking the $200 barrier. And then it's likely to free fall quite badly for a bit and whammo.....a great big bounce that will see it being bought like there's no tomorrow once everyone's convinced the bottom was reached. For some reason I'm guessing that bottom will be around the $140 mark; don't know why but it feels like we have to get into the lower half of the 100s before consensus is reached that it's at its nominal value (which is still just an "agreement" amongst everyone; same as all currencies).


edit: didn't see your post eahmadov until after I'd posted mine. Looks like we might be thinking similarly.


Good Lord, we just broke 200$ barrier!   Grin  Reminds me of good ol Mt.Gox flash crash days.

What is a bit worrying me is that we still havn't seen panic selling or capitulation. If the panic selling starts at sub 100$s then it might be hard to stop the heard from dumping and reaching single digit price. Again this is not a bad thing because one thing is almost absolutely certain: bitcoin is here to stay and the next bubble is almost inevitable. The best strategy probably would be to star buying from 150$ all the way down to single digit (if it falls that far).
hero member
Activity: 658
Merit: 500
$200 just breached on BTC-e! Watch it freefall now....
full member
Activity: 168
Merit: 100
hero member
Activity: 518
Merit: 505
It seems dstorm lost interest in maintaining p2pool-drk.
His repository is not working anymore and no commits since october.

Who has the time to maintain and fix p2pool?

This is the latest codebase: https://github.com/vertoe/p2pool-drk
On a v0.11.0.6 backend it fails to send_work to miners with the following stack:

Code:
2015-01-14 07:19:41.084178 0 tails:
2015-01-14 07:19:41.084315 0 heads. Top 10:
2015-01-14 07:19:41.084491 Desire 0 shares. Cutoff: 1.0 days old diff>0.00
2015-01-14 07:19:45.074739 POLL 8287 START is_long_poll=False user_agent='cpuminer/2.3.2' user='yGYURHHDQG42sJE282TQJMSCLMirzWFff3'
2015-01-14 07:19:45.080601 > Squelched JSON error:
2015-01-14 07:19:45.080739 > Traceback (most recent call last):
2015-01-14 07:19:45.080865 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2015-01-14 07:19:45.081009 >     result = g.send(result)
2015-01-14 07:19:45.081130 >   File "/home/ubuntu/git/p2pool-drk/p2pool/util/jsonrpc.py", line 95, in _handle
2015-01-14 07:19:45.081228 >     result = yield method_meth(*list(preargs) + list(params))
2015-01-14 07:19:45.081328 >   File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 20, in rpc_getwork
2015-01-14 07:19:45.081415 >     return self.parent._getwork(request, data, long_poll=self.long_poll)
2015-01-14 07:19:45.081501 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1237, in unwindGenerator
2015-01-14 07:19:45.081587 >     return _inlineCallbacks(None, gen, Deferred())
2015-01-14 07:19:45.081668 > --- ---
2015-01-14 07:19:45.081761 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2015-01-14 07:19:45.081849 >     result = g.send(result)
2015-01-14 07:19:45.081932 >   File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 84, in _getwork
2015-01-14 07:19:45.082034 >     x, handler = self.worker_bridge.get_work(*self.worker_bridge.preprocess_request(request.getUser() if request.getUser() is not None else ''))
2015-01-14 07:19:45.082126 >   File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-01-14 07:19:45.082212 >     x, handler = self._inner.get_work(*args)
2015-01-14 07:19:45.082297 >   File "/home/ubuntu/git/p2pool-drk/p2pool/work.py", line 296, in get_work
2015-01-14 07:19:45.082395 >     base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['bits'].bits, self.current_work.value['height']),
2015-01-14 07:19:45.082488 >   File "/home/ubuntu/git/p2pool-drk/p2pool/data.py", line 183, in generate_transaction
2015-01-14 07:19:45.082575 >     raise ValueError()
2015-01-14 07:19:45.082669 > exceptions.ValueError:
2015-01-14 07:19:45.174502 > Unhandled Error
2015-01-14 07:19:45.174739 > Traceback (most recent call last):
2015-01-14 07:19:45.174890 >   File "/home/ubuntu/git/p2pool-drk/p2pool/main.py", line 578, in run
2015-01-14 07:19:45.175020 >     reactor.run()
2015-01-14 07:19:45.175154 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
2015-01-14 07:19:45.175288 >     self.mainLoop()
2015-01-14 07:19:45.175416 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
2015-01-14 07:19:45.175566 >     self.runUntilCurrent()
2015-01-14 07:19:45.175655 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
2015-01-14 07:19:45.175755 >     call.func(*call.args, **call.kw)
2015-01-14 07:19:45.175863 > --- ---
2015-01-14 07:19:45.175950 >   File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/stratum.py", line 39, in _send_work
2015-01-14 07:19:45.176058 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-01-14 07:19:45.176251 >   File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-01-14 07:19:45.176359 >     x, handler = self._inner.get_work(*args)
2015-01-14 07:19:45.176458 >   File "/home/ubuntu/git/p2pool-drk/p2pool/work.py", line 296, in get_work
2015-01-14 07:19:45.176558 >     base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['bits'].bits, self.current_work.value['height']),
2015-01-14 07:19:45.176669 >   File "/home/ubuntu/git/p2pool-drk/p2pool/data.py", line 183, in generate_transaction
2015-01-14 07:19:45.176769 >     raise ValueError()
2015-01-14 07:19:45.176880 > exceptions.ValueError:
2015-01-14 07:19:45.900973 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming) FDs: 6 R/0 W
2015-01-14 07:19:45.901214  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-01-14 07:19:46.085049 0 tails:
2015-01-14 07:19:46.086680 0 heads. Top 10:
2015-01-14 07:19:46.086888 Desire 0 shares. Cutoff: 1.0 days old diff>0.00

Testnet p2pool testing: http://54.93.55.12:17903/static/

Or: who is running p2pool currently and which codebase are you using?
hero member
Activity: 588
Merit: 500
Btc @202$ where this will stop?

I am expecting 130$ perhaps even sub100s. If i start buying at 130$, i would still be fine for the next bubble.


My gut feeling.... $50 to $75 each.
hero member
Activity: 658
Merit: 500
Btc @202$ where this will stop?

Based on it going down in steps $15 to $20 every few hours my guess is the market is pessimistically committed to breaking the $200 barrier. And then it's likely to free fall quite badly for a bit and whammo.....a great big bounce that will see it being bought like there's no tomorrow once everyone's convinced the bottom was reached. For some reason I'm guessing that bottom will be around the $140 mark; don't know why but it feels like we have to get into the lower half of the 100s before consensus is reached that it's at its nominal value (which is still just an "agreement" amongst everyone; same as all currencies).


edit: didn't see your post eahmadov until after I'd posted mine. Looks like we might be thinking similarly.
sr. member
Activity: 471
Merit: 250
Hard to believe anyone is still selling at 200. Everyone is hoping to buy lower and just keep selling or wtf? This stinks.
A masternode is worth $1200 Smiley
full member
Activity: 210
Merit: 100
Btc @202$ where this will stop?

I am expecting 130$ perhaps even sub100s. If i start buying at 130$, i would still be fine for the next bubble.
legendary
Activity: 1288
Merit: 1000
Btc @202$ where this will stop?
hero member
Activity: 532
Merit: 500
Hey guys! There's a thread on r/bitcoinmarkets right now with a nice little poll which we could push Darkcoin a bit up in Tongue

http://www.reddit.com/r/BitcoinMarkets/comments/2scsgo/will_bitcoin_stay_strong_or_do_you_think_another/

And the poll itself! http://strawpoll.me/3402004

The perfect e-cash will succeed Smiley

Good one
tx for this
posted it over at DCT

Wow you guys work fast lol. Now second only to bitcoin Tongue
legendary
Activity: 1834
Merit: 1023
anybody can tell Darkcoin when launching ......?

I do not understand ?!
who is launching what ?
 Roll Eyes
full member
Activity: 140
Merit: 100
anybody can tell Darkcoin when launching ......?
legendary
Activity: 1834
Merit: 1023
Hey guys! There's a thread on r/bitcoinmarkets right now with a nice little poll which we could push Darkcoin a bit up in Tongue

http://www.reddit.com/r/BitcoinMarkets/comments/2scsgo/will_bitcoin_stay_strong_or_do_you_think_another/

And the poll itself! http://strawpoll.me/3402004

The perfect e-cash will succeed Smiley

Good one
tx for this
posted it over at DCT
hero member
Activity: 532
Merit: 500
Hey guys! There's a thread on r/bitcoinmarkets right now with a nice little poll which we could push Darkcoin a bit up in Tongue





http://www.reddit.com/r/BitcoinMarkets/comments/2scsgo/will_bitcoin_stay_strong_or_do_you_think_another/

And the poll itself! http://strawpoll.me/3402004

The perfect e-cash will succeed Smiley
sr. member
Activity: 255
Merit: 250
I'm browsing your thread ATM  Grin

https://darkcointalk.org/threads/x11-mining-optimisation-project.2584/

Yeah,ain't lookin good for ATI GPU's,just tryin to find something to mine,ASIC LTC & BTC are out due to power consumption,unless ASIC's get down to .25 watt per GH  Roll Eyes

I'll keep lookin at the other X's too  Wink



Ya I found out large farm owners are buying special miners for $$$ and increasing their advantage over the community.  I wanted to organise a community funded optimisation project to level the playing field however couldn't find a GPU developer willing to commit to it.

It's a shame, I had people messaging me willing to commit serious money for a cause like that, which would have completely dwarfed the chump change these GPU devs were selling their miners for...



This is currently the fastest public Nvidia miner

https://bitcointalksearch.org/topic/ccminersp-mod-modded-nvidia-maxwell-pascal-kernels-826901
sr. member
Activity: 462
Merit: 250
www.dashpay.io
turn off more rigs please, im enjoying the lower difficulty

Good for MN owners too.. Bigger payouts!  500 blocks til my next one.... Payouts working like. Clockwork again.
people don't understand its times like these you have to see it through, you turn your rigs off and you miss out on higher payments due to lower difficulty, the system is self healing.

No that's not it, when it becomes cheaper to buy DRK than to mine it, and it's been this way for about 9 months now, you're essentially mining for love or charity.

Or you are getting free electricity  Tongue
full member
Activity: 280
Merit: 102
turn off more rigs please, im enjoying the lower difficulty

Good for MN owners too.. Bigger payouts!  500 blocks til my next one.... Payouts working like. Clockwork again.
people don't understand its times like these you have to see it through, you turn your rigs off and you miss out on higher payments due to lower difficulty, the system is self healing.
legendary
Activity: 1068
Merit: 1020
turn off more rigs please, im enjoying the lower difficulty

Good for MN owners too.. Bigger payouts!  500 blocks til my next one.... Payouts working like. Clockwork again.
full member
Activity: 280
Merit: 102
turn off more rigs please, im enjoying the lower difficulty
Jump to: