Author

Topic: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source - page 137. (Read 415451 times)

full member
Activity: 304
Merit: 100
mine for 3 days,i have to point out the problems.
devs and pool owners should have to check .

1.the RPC solo mining problem, many people tested ,RPC all rejected,no way to solo mining.
2.pool hashrate not correct,i tested many pools with 200M hashpower.
   Coinotron show me very low speed,only 1600k,and give very low profit
   Verters  mine ok,but give me over 1000M speed,that's not true,i PM the owner,but still not fixed,mining ok,but the speed may scare other peoples
  Hashlink mine ok,sometime speed is right,but not filter fake shares ,calculate profit is not true,only get half,if compared to the network hashrate.
  SimpleMulti i tested,speed ok,block ok,but have to wait one day for payout. i give up.

so ,cannot solo mining,and main pool all have problems,some one may have special ways to get cheap coins ,and dump to the floor.
i will change rigs for others coins, good luck verters.

Contact everything_zen directly on Reddit or http://www.reddit.com/r/simplecrypto or email them: [email protected]

The SimpleMulti guys will be more than happy to help with your request.
full member
Activity: 196
Merit: 100
jamesl22, please look for this. How can we fix it?

p2pool dif problem in p2pool-Lyra2RE/p2pool/work.py
We get diff pernament 0.008, in this code
Code:
if desired_pseudoshare_target is None:
            target = bitcoin_data.difficulty_to_target(float(1.0 / self.node.net.PARENT.DUMB_SCRYPT_DIFF))
            local_hash_rate = local_addr_rates.get(pubkey_hash, 0)
            if local_hash_rate > 0.0:
                target = min(target,
                    bitcoin_data.average_attempts_to_target(local_hash_rate * 1)) # limit to 1 share response every second by modulating pseudoshare difficulty
        else:
            target = desired_pseudoshare_target
        target = max(target, share_info['bits'].target)
        for aux_work, index, hashes in mm_later:
            target = max(target, aux_work['target'])
        target = math.clip(target, self.node.net.PARENT.SANE_TARGET_RANGE)

Also if we remove this code and set
Code:
target = 2**235-1
We get diff -> 0.062, so problem in problem in the formulas.

legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Mine for me please, imma buy $7000 worth of VTC monthly
member
Activity: 81
Merit: 1002
It was only the wind.
Am i able to use my old wallets with old coins ? if not this is really shit.

Yes.
sr. member
Activity: 378
Merit: 250
Am i able to use my old wallets with old coins ? if not this is really shit.

Yes.

but you need to upgrade ur wallet
member
Activity: 98
Merit: 10
Am i able to use my old wallets with old coins ? if not this is really shit.

just update your wallet and copy your old data, sync it and enjoy. Nothing is too difficult for You
sr. member
Activity: 378
Merit: 250
there is zerovert and monero merge mining or?
sr. member
Activity: 355
Merit: 250
Am i able to use my old wallets with old coins ? if not this is really shit.
sr. member
Activity: 355
Merit: 250
My wallet stuck on block 208300. I put my old wallet in vertcoin directory. v0.9.0.1-unk-beta
full member
Activity: 192
Merit: 100
good luck to all !
my linux64 system: GPU: R9 280x, 920 kh/s VTC, 1080/1500, TC 8182, g 2; CPU: AMD8Core, 330 h/s XMR (VTC: CPU Miner only 5 kh/s).
member
Activity: 81
Merit: 1002
It was only the wind.
is the vertcoin forked and now changed algo ? Or is only test nets ? Scrypt-N isn't supported no more ? I have old p2pool and mine there with aold algo. So i need to update everything ?

Yes, no, yes, yes.
legendary
Activity: 1292
Merit: 1000
Ditched X11 with my working GPU rig and now have it mining VTC.

I've got a half dozen more 750ti's that have been gathering dust for months... I might rebuild that rig in the coming days, especially if the news is as good as has been reported when I whip out the kill-o-watt meter tomorrow.

Vertcoin always had the best community and ambition.  The last few months have been trying, but with the hard fork to Lyra2RE, we can start getting excited again.

I'll post power numbers here tomorrow.  AM3+ ASRock boards, Sempron procs, one rig with EVGA cards (running), and another with PNY cards.

The EVGA 750ti's are hashing at 720-725 kh/s each, except one that's stuck at 710-715.



EVGA 750Ti's are factory OC'ed, or more? what clocks?
(I have 690kH/s with Palit StormX Dual, "factory OC" only)
hero member
Activity: 609
Merit: 500
DMD,XZC
I've added a Pool too:

https://vtc.suprnova.cc

Its working fine as we've already got a block.

I've msged the Thread Starter for addition to OP, unfortunately nothing happened yet, I'll try again.
good ,i will try

Which sgminer do you use ?

The one from the OP crashes when it compiles the kernel at linux under 14.6 for me :-(
i PM you,i think the pool have the same problem
sr. member
Activity: 355
Merit: 250
is the vertcoin forked and now changed algo ? Or is only test nets ? Scrypt-N isn't supported no more ? I have old p2pool and mine there with aold algo. So i need to update everything ?
legendary
Activity: 2688
Merit: 1240
I've added a Pool too:

https://vtc.suprnova.cc

Its working fine as we've already got a block.

I've msged the Thread Starter for addition to OP, unfortunately nothing happened yet, I'll try again.
good ,i will try

Which sgminer do you use ?

The one from the OP crashes when it compiles the kernel at linux under 14.6 for me :-(
hero member
Activity: 609
Merit: 500
DMD,XZC
I've added a Pool too:

https://vtc.suprnova.cc

Its working fine as we've already got a block.

I've msged the Thread Starter for addition to OP, unfortunately nothing happened yet, I'll try again.
good ,i will try
legendary
Activity: 2688
Merit: 1240
I've added a Pool too:

https://vtc.suprnova.cc

Its working fine as we've already got a block.

I've msged the Thread Starter for addition to OP, unfortunately nothing happened yet, I'll try again.
member
Activity: 72
Merit: 10
legendary
Activity: 1904
Merit: 1003

i can solo mining ,but the wallet have a problem ,reject shares. and some other people proved.


No problems if you will use stratum. Proved. I have no idea why wallet rejects blocks directly submitted to daemon by sgminer, that's sucks indeed.
hero member
Activity: 609
Merit: 500
DMD,XZC
mine for 3 days,i have to point out the problems.
devs and pool owners should have to check .

1.the RPC solo mining problem, many people tested ,RPC all rejected,no way to solo mining.
2.pool hashrate not correct,i tested many pools with 200M hashpower.
   Coinotron show me very low speed,only 1600k,and give very low profit
   Verters  mine ok,but give me over 1000M speed,that's not true,i PM the owner,but still not fixed,mining ok,but the speed may scare other peoples
  Hashlink mine ok,sometime speed is right,but not filter fake shares ,calculate profit is not true,only get half,if compared to the network hashrate.
  SimpleMulti i tested,speed ok,block ok,but have to wait one day for payout. i give up.

so ,cannot solo mining,and main pool all have problems,some one may have special ways to get cheap coins ,and dump to the floor.
i will change rigs for others coins, good luck verters.

In your case you can mine solo, just set up stratum. As I said, I can help you. PM me if you interested.

i can solo mining ,but the wallet have a problem ,reject shares. and some other people proved.
we need a fair public pool,for the health of  VTC,not for me.
i can change rig to other coins,and keep profit.
but if not solve the fair distribute problem,miners will give up,hashrate will drops,more dumps, the coin is in danger.
Jump to: