Author

Topic: [Ultracoin] [Est. Feb 2014] ~ ASIC Resistant & Ultrafast 6 Second Transactions! - page 159. (Read 381060 times)

hero member
Activity: 812
Merit: 500
For like 2 hours I am trying to setup my 280X to mine UTC and it's a pain in the ass .

I tried all setups possible from Ultraminer or YACMiner

And ALL I GET is HW errors and Error -4: Enqueueing kernel onto command queue.

Quote
-R 1280 -g 1 -w 128 --buffer-size 1295 --lookup-gap 24 --gpu-engine 1200 --gpu-memclock 1500 --temp-cutoff 85 --nfmin 4 --nfmax 30 --starttime 1388361600
- YACMINER CFG 1

Quote
-R 2560 -g 1 -w 128 --buffer-size 2590 --lookup-gap 24 --gpu-engine 1200 --gpu-memclock 1500 --temp-cutoff 85 --nfmin 4 --nfmax 30 --starttime 1388361600
- YAC MINER CFG 2

Quote
--scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --thread-concurrency 8192 -g 2 -I 8 -w 128 --temp-cutoff 90 --temp-overheat 85 --gpu-powertune 20 --gpu-threads 2 --expiry 1 --queue 0 --no-submit-stale
- UltraMiner CFG1

Quote
--scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --worksize 128 -g 2 --lookup-gap 4 --thread-concurrency 16384 -I 10
Ultra Miner CFG 2

Quote
--scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --worksize 256 -g 2 --lookup-gap 8 --thread-concurrency 16384 -I 10
ULTRAMINER CFG 3

I even tried setups from this website : http://cfg.ultracoin.net

AND NOTHING . Is this coin minable ? Or only OP's are knowing how to mine ? :| What is this bs ?!

I don't know how this community expect support when they cannot give support on miners . It sucks .
full member
Activity: 307
Merit: 100
Now is good opportunity buy UTC, price is so undervalued.

Thanks to our dev team UTC will succeed.

We have good community but we all could do more and help UTC.

 Smiley 
full member
Activity: 307
Merit: 100
Only i can say at this stage is that stop get covering your dissability to deliver any development by the fact that every coin is down and so ultracoin also this is not an excuse .Look at darkcoin right now it has so huge potential and is rising because it has huge development also.What about ultracoin?All i can see is DEVS capable to develop dolls and some marketing tricks about android wallets and one click miners?where is the development Steven?Kracko? Does anyne has any answer to this you are promising those stuff that will come out very soon since last 6 months and nothing is on the table now only dust and words on this thread!dont get me wrong with your tricks ,you only lie and make excuse .Put your fucking ass down and start developing smth usefull for this coin get some serious devs with innovative ideas and start working tirelessly like other devs and communities do .You need to deliver your promises and ideas in a matter of time .everything on developing side need to have a small timeframe not taking forever this takes away the attention as it seems you uncapable of doing smth good and usefull for the coin.THIS IS CRYPTO AND EVERYTHING EVOLVES VERY fast its not a restaurant bussines take years to establish .Regards ultradar the voodoo doll.

Why you not help UTC dev team. You are just wasting you energy now by whining. If you have good ideas tell us all and stop this pointless whining or dump you coins and leave, I will buy.  Cheesy
full member
Activity: 137
Merit: 100
full member
Activity: 135
Merit: 100
legendary
Activity: 1590
Merit: 1002
hero member
Activity: 566
Merit: 500
legendary
Activity: 912
Merit: 1000
sr. member
Activity: 456
Merit: 250
Development Update

I'm pleased to announce that we've been making significant progress with the up and coming update, with much of it coming in the last few weeks.  Our wallet is getting a bit of a face-lift.  Note, that this is just my area of responsibility.  Steven has a lot going on in his lane too.


The Wallet

  • The new layout is more Android friendly, with a vertical menu at the left instead of at the top.
  • The startup time has been reduced significantly, especially on the Android platform
  • A "Staking" transaction type has been added and a new icon.  Stakes previously showed as "Generated".
  • Security fixes.
  • Wallet-side support for OneClick has been implemented.  A separate application will be published that will be kicked off by the wallet, with the necessary parameters passed from the wallet that will be used to configure the miners for anonymous mining.
  • A new status bar icon has been added that gives estimated stake info and status messages that let you know that you have mature coin groups ready to stake (or not). Hopefully this will help take some of the mystery out of staking. (Thanks Fluttercoin)
  • A new alert key has been generated and implemented for main-net.  We'll be able to use the alert feature to tell investors to update their wallet to the latest version should an update be necessary at any point in the future.
  • The minimum required protocol has been raised to the current wallet version (70056).
  • All the new updates are currently in the dev branch of the Git repository.  After I'm satisfied with testing, we'll publish new packages for Windows, OSX, Linux and Android.

OneClick

  • Modified NOMP and the wallet to support Ultracoin's signing of submitted blockhashes.  This was necessary to get anonymous mining to work as it isn't supported with any Peercoin-like PoS coin that also signs submitted blockhashes.  The act of signing the block changes it's blockhash and NOMP tries to use the original blockhash to verify the submission, and as several have noticed, it fails.
  • Currently iterates through all NVidia cards installed using the Cuda library.  It will be trivial to start the cards in batches of the same model type, using autotune, and aim them at the anonymous pool.
  • The same algorithm that is at cfg.ultracoin.net has been implemented.  Now what is needed is the ADL calls to iterate through all installed ATI models, and a lookup table of specs (shaders, memory, etc) or to programmatically come up with them for use with the settings generator.

Miscellaneous infrastructure apps

  • Updated ultracoin-seeder with the newest protocol version to be released (70057) and minimum accepted protocol version to the current wallet (70056).  Only those wallets on the latest fork will be considered working.
  • Published Ultracoin ports of bitcoin-seeder and bitcoin-abe to my repository (https://github.com/Kracko).  You too can run your own seeder and block chain explorer.  And seriously, if you want to set up a seeder on a dedicated server and support the coin, let me know and I'll add yours to the list in the wallet.
  • As mentioned above, anonymous mining with NOMP is now possible.  One, or possibly both, of the pools will be transitioned to anonymous mining.  From an operator standpoint, this is much more desirable as there is no balance of coins to protect from hackers as they are immediately issued after the block matures.

Future development plans in consideration

  • Light wallet implementation.  This one is critical as it will greatly speed up synching time as the wallet will only care about transactions relating to it.  This one is huge, and will be my next priority after the OneClick implementation is done
  • iOS wallet.  We have a new dev on the team who will be working on this one.
  • A port of bitcoinj, fully supporting Proof of Stake and scrypt-jane.
  • Identify stake blocks in the block explorer and represent them more clearly
  • A voodoo doll of Ultradar to be passed around for your needling enjoyment.
member
Activity: 81
Merit: 1002
It was only the wind.
I never would have thought I'd be so happy to see 2kh/s out of a 290X lol. Hope it doesn't throw HW errors.


You would find out in less than 5 minutes if that were the case, so you just made me suspect... :/

Not true - I've found I need to wait at least 15min before being sure - and it did throw HW errors. I'm trying different settings with a modified kernel.
sr. member
Activity: 298
Merit: 250
You idiot devs i havent seen more idiots in my entire life than this shit community without devs and without any inovation .Look what you have done to the coin ,Bittrex is delisting it due to low volume  of trading also cryptsy have given some infos that will delist low volume coins mentioned also ultra coin.You only do is say words about one click shit miners .nothing in this community to be done you only did is destroy the coin by delisting it from bittrex and delisted from coinpayments processor .im done with this shit coin .im going to dump 1 milion say goodbye to this joke of cryptos

+1 what a great comments!! Smiley love to see your sell order in the order books of cryptsy! just let me know!!

Regards,
Idiot Dev!
sr. member
Activity: 322
Merit: 250
Thank you ultradar, only a coin without a troll and FuD is a dead coin.
You keep this alive  Tongue

 Cheesy
legendary
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
You idiot devs i havent seen more idiots in my entire life than this shit community without devs and without any inovation .Look what you have done to the coin ,Bittrex is delisting it due to low volume  of trading also cryptsy have given some infos that will delist low volume coins mentioned also ultra coin.You only do is say words about one click shit miners .nothing in this community to be done you only did is destroy the coin by delisting it from bittrex and delisted from coinpayments processor .im done with this shit coin .im going to dump 1 milion say goodbye to this joke of cryptos

Please let me know when you will dump it, I would like to buy a few millions of this coin...
Or anybody else is interested selling their UTC, we can do an escrow, Can we? thanks
member
Activity: 81
Merit: 1002
It was only the wind.
I never would have thought I'd be so happy to see 2kh/s out of a 290X lol. Hope it doesn't throw HW errors.
member
Activity: 81
Merit: 1002
It was only the wind.
i'd like to use cgminer 3.7.2 but look like it isn't support scrypt-jane

It doesn't - YACMiner works well, though.
member
Activity: 554
Merit: 10
You idiot devs i havent seen more idiots in my entire life than this shit community without devs and without any inovation .Look what you have done to the coin ,Bittrex is delisting it due to low volume  of trading also cryptsy have given some infos that will delist low volume coins mentioned also ultra coin.You only do is say words about one click shit miners .nothing in this community to be done you only did is destroy the coin by delisting it from bittrex and delisted from coinpayments processor .im done with this shit coin .im going to dump 1 milion say goodbye to this joke of cryptos

I'm sorry we couldn't support you in your aspirations in making a quick buck. Last time I checked, I wasn't on your payroll. We are not delisted from coinpayments, and I'll take care of negotations with bittrex if I have to. All you do is come here and complain while others are working hard on actually moving us forward. You are not a team player, you are a leech. Have a better day.



Please can i remind the whole management team about the possibility to delete messages of baseless trolles  ;





Please Note :
This thread is self moderated.
Trolling and baseless accusations will be removed without consent.
Please mind your manners and report incidences of malice accordingly.
Thank you and enjoy
!

legendary
Activity: 910
Merit: 1000
You idiot devs i havent seen more idiots in my entire life than this shit community without devs and without any inovation .Look what you have done to the coin ,Bittrex is delisting it due to low volume  of trading also cryptsy have given some infos that will delist low volume coins mentioned also ultra coin.You only do is say words about one click shit miners .nothing in this community to be done you only did is destroy the coin by delisting it from bittrex and delisted from coinpayments processor .im done with this shit coin .im going to dump 1 milion say goodbye to this joke of cryptos
Dear ultraradar, might I suggest that (at the moment) any coin's first priority is survival? Haven't you noticed the falling price of all coins? UTC has both an active community, and a committed development team. This is rare, and ensures UTC's continued existence.
newbie
Activity: 57
Merit: 0
Ultradar, I dare you to list your coins on bittrex and just watch what will happen.
sr. member
Activity: 476
Merit: 250
You idiot devs i havent seen more idiots in my entire life than this shit community without devs and without any inovation .Look what you have done to the coin ,Bittrex is delisting it due to low volume  of trading also cryptsy have given some infos that will delist low volume coins mentioned also ultra coin.You only do is say words about one click shit miners .nothing in this community to be done you only did is destroy the coin by delisting it from bittrex and delisted from coinpayments processor .im done with this shit coin .im going to dump 1 milion say goodbye to this joke of cryptos

I'm sorry we couldn't support you in your aspirations in making a quick buck. Last time I checked, I wasn't on your payroll. We are not delisted from coinpayments, and I'll take care of negotations with bittrex if I have to. All you do is come here and complain while others are working hard on actually moving us forward. You are not a team player, you are a leech. Have a better day.
member
Activity: 81
Merit: 1002
It was only the wind.
by some reason i can't mine this coin with YACminer . Is there another miner to mine this coin ?

It works with YACMiner - I just used it.
Jump to: