Author

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

legendary
Activity: 912
Merit: 1000
Easiest way to test your hardware/software is to mine on a pool rather than solo mine. 

Solo mining adds a few extra layers of things that can be not functioning just right.  Test your settings on a pool and within 30 seconds you know if you are getting accepted shares or not, no waiting to hit a block.

Once you are confident your settings work on a pool, then go back to solo mining if you so desire.
newbie
Activity: 28
Merit: 0
You should use YACminer (latest by Thirtybird).  There is a specific YACminer thread that would be the best place to get help.

Okay.  I've got that one.  yacminer-3.5.0-yac2-x86

I got it from https://github.com/Thirtybird/YACMiner/releases

I'll try it again with the above settings.

Yeah same problem.  Much higher hash rates but it doesn't matter much when all the blocks are tossed out.

I'll try to find that yacminer thread.  Thanks for everybody's help so far and feel free to jump in here if you have any ideas.

 yacminer version 3.5.0-yac2 - Started: [2015-01-13 14:45:06]
--------------------------------------------------------------------------------
 (5s):594.5K (avg):592.3Kh/s | A:0  R:2  HW:0  U:0.00/m  WU:661.90/m  FB:0
 ST: 4  SS: 0  NB: 6  LW: 0  GF: 0  RF: 0
 Connected to 127.0.0.1 diff 8.85K without LP as user seijirou
 Block: 35f6a45168d09c80...  Diff:8.85K  Started: [14:52:55]  Best share: 48.9K
--------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  86.0C 3771RPM | 593.8K/591.1Kh/s | A:0 R:2 HW:0 U:0.00/m T:1 xI: 96
 
--------------------------------------------------------------------------------

 [2015-01-13 14:51:50] Network diff set to 8.85K
 [2015-01-13 14:51:50] New block detected on network
 [2015-01-13 14:52:55] New block detected on network
 [2015-01-13 14:55:26] Rejected 00015754 Diff 48.9K/8854 BLOCK! GPU 0

You know what, I think this other executable needs that --scrypt-chacha argument.  I did find the yacminer thread and noticed my hashes were way higher than others.  Now that I'm running this executable with --scrypt-chacha mine are more in line so I think I'm on the right track.  Now just need to wait and see what happens when I pop a block.
newbie
Activity: 28
Merit: 0
You should use YACminer (latest by Thirtybird).  There is a specific YACminer thread that would be the best place to get help.

Okay.  I've got that one.  yacminer-3.5.0-yac2-x86

I got it from https://github.com/Thirtybird/YACMiner/releases

I'll try it again with the above settings.

Yeah same problem.  Much higher hash rates but it doesn't matter much when all the blocks are tossed out.

I'll try to find that yacminer thread.  Thanks for everybody's help so far and feel free to jump in here if you have any ideas.

 yacminer version 3.5.0-yac2 - Started: [2015-01-13 14:45:06]
--------------------------------------------------------------------------------
 (5s):594.5K (avg):592.3Kh/s | A:0  R:2  HW:0  U:0.00/m  WU:661.90/m  FB:0
 ST: 4  SS: 0  NB: 6  LW: 0  GF: 0  RF: 0
 Connected to 127.0.0.1 diff 8.85K without LP as user seijirou
 Block: 35f6a45168d09c80...  Diff:8.85K  Started: [14:52:55]  Best share: 48.9K
--------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  86.0C 3771RPM | 593.8K/591.1Kh/s | A:0 R:2 HW:0 U:0.00/m T:1 xI: 96
 
--------------------------------------------------------------------------------

 [2015-01-13 14:51:50] Network diff set to 8.85K
 [2015-01-13 14:51:50] New block detected on network
 [2015-01-13 14:52:55] New block detected on network
 [2015-01-13 14:55:26] Rejected 00015754 Diff 48.9K/8854 BLOCK! GPU 0
newbie
Activity: 28
Merit: 0
You should use YACminer (latest by Thirtybird).  There is a specific YACminer thread that would be the best place to get help.

Okay.  I've got that one.  yacminer-3.5.0-yac2-x86

I got it from https://github.com/Thirtybird/YACMiner/releases

I'll try it again with the above settings.
legendary
Activity: 912
Merit: 1000
You should use YACminer (latest by Thirtybird).  There is a specific YACminer thread that would be the best place to get help.
newbie
Activity: 28
Merit: 0
What GPUs do you have ATI or Nvidia?

ATI  280x

you need to give us some more info. how much RAM?

Sorry I'm not sure what all info I need to give.

The rig has 16g of ram.  280x has 3g of ram.  I also have a 7950 with 3g of ram but I don't have it in right now to keep things as simple as possible.

I'm using the YACminer download from the OP, which has cgminer inside the zip.

This is what I see in the console of cgminer.
[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163


Your bat file should look like this "yacminer --scrypt-chacha --worksize 128 -g 1 --lookup-gap 8 --buffer-size 2590 -R 5120 -o http://127.0.0.1:5555 -u user -p pass --nfmin 4 --nfmax 30 --starttime 1388361600"

and ur conf file should look like this

rpcuser=user
rpcpassword=pass
rpcallowip=*
rpcport=5555
listen=1
daemon=1
server=1
addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163

Thanks.  I will try this.  I believe the miner I downloaded don't accept the --scrypt-chacha argument as it's a "modified" cgminer and does this by default perhaps.  If this doesn't work, where can I get a compiled version of the correct "yacminer" windows binary?

I'll report back shortly.

Well I still get rejected blocks.  I was getting abysmal hashes so I did have to make some changes.

[2015-01-13 14:28:14] API running in IP access mode on port 4028 (30268)
[2015-01-13 14:28:49] Rejected 0002a202 Diff 24.9K/2562 BLOCK! GPU 0
[2015-01-13 14:29:45] Rejected 000899f2 Diff 7.62K/2562 BLOCK! GPU 0

Here is what I'm currently running

"cgminer --worksize 128 -g 1 --lookup-gap 2 --buffer-size 2590 -X 112 -o http://127.0.0.1:5555 -u user -p pass --nfmin 4 --nfmax 30 --starttime 1388361600"
newbie
Activity: 28
Merit: 0
What GPUs do you have ATI or Nvidia?

ATI  280x

you need to give us some more info. how much RAM?

Sorry I'm not sure what all info I need to give.

The rig has 16g of ram.  280x has 3g of ram.  I also have a 7950 with 3g of ram but I don't have it in right now to keep things as simple as possible.

I'm using the YACminer download from the OP, which has cgminer inside the zip.

This is what I see in the console of cgminer.
[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163


Your bat file should look like this "yacminer --scrypt-chacha --worksize 128 -g 1 --lookup-gap 8 --buffer-size 2590 -R 5120 -o http://127.0.0.1:5555 -u user -p pass --nfmin 4 --nfmax 30 --starttime 1388361600"

and ur conf file should look like this

rpcuser=user
rpcpassword=pass
rpcallowip=*
rpcport=5555
listen=1
daemon=1
server=1
addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163

Thanks.  I will try this.  I believe the miner I downloaded don't accept the --scrypt-chacha argument as it's a "modified" cgminer and does this by default perhaps.  If this doesn't work, where can I get a compiled version of the correct "yacminer" windows binary?

I'll report back shortly.
sr. member
Activity: 519
Merit: 250
What GPUs do you have ATI or Nvidia?

ATI  280x

you need to give us some more info. how much RAM?

Sorry I'm not sure what all info I need to give.

The rig has 16g of ram.  280x has 3g of ram.  I also have a 7950 with 3g of ram but I don't have it in right now to keep things as simple as possible.

I'm using the YACminer download from the OP, which has cgminer inside the zip.

This is what I see in the console of cgminer.
[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163


Your bat file should look like this "yacminer --scrypt-chacha --worksize 128 -g 1 --lookup-gap 8 --buffer-size 2590 -R 5120 -o http://127.0.0.1:5555 -u user -p pass --nfmin 4 --nfmax 30 --starttime 1388361600"

and ur conf file should look like this

rpcuser=user
rpcpassword=pass
rpcallowip=*
rpcport=5555
listen=1
daemon=1
server=1
addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163
newbie
Activity: 28
Merit: 0
What GPUs do you have ATI or Nvidia?

ATI  280x

you need to give us some more info. how much RAM?

Sorry I'm not sure what all info I need to give.

The rig has 16g of ram.  280x has 3g of ram.  I also have a 7950 with 3g of ram but I don't have it in right now to keep things as simple as possible.

I'm using the YACminer download from the OP, which has cgminer inside the zip.

This is what I see in the console of cgminer.
[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163
hero member
Activity: 505
Merit: 500
What GPUs do you have ATI or Nvidia?

ATI  280x

you need to give us some more info. how much RAM?
newbie
Activity: 28
Merit: 0
newbie
Activity: 57
Merit: 0
What GPUs do you have ATI or Nvidia?
newbie
Activity: 28
Merit: 0
I can't mine this coin for the life of me.

I pulled down various cgminers, ultracoinminer, and yacminer.  At best I can get rejected blocks.  What's the crap am I doing wrong?

I'd like to mine to a pool but I'm mining locally until I can figure it out because I was just spamming the pool with rejected blocks with difficulty too low.

Right now I'm trying to run "YACminer" from the OP of this thread.

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163



Help?   Huh

CPU or GPU?

GPU

Here's my latest reject.

[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1

Any ideas?  Thank for looking.
member
Activity: 554
Merit: 10
sr. member
Activity: 320
Merit: 250

Dear community members, dear guy's and girls,

Please allow me to tell you this ;

Wannabe's, whiners and complainers:
Unfortunately there are many “Wannabe's”, or people who do not understand how it really works in the real world of financial institutions, the real world of stocks and the real world of crypto money and crypto stocks.
It is just like the Wild West World !

Many people invest more than they actually can safely miss and bring thus, by “gambling” , themselves or their families in danger.
They do this on their own, out of stupidity or greed.

Then, if the gamble or investment is turned out disappointing, they go cry and whine and try to kick everybody and everywhere.
They believe it is always the fault of someone else and never of themselves.
I have no sympathy for these people.
For years and in all media around the world everyone is warned to be careful, use common sense and to think it three times over before to invest private money.
So no pity for them if they can only whine after.
Be a real man or a real investor, wait for better times or take your loss.
Otherwise just shut up or sell your UTC and leave UTC alone because, as said before; "we cant or want to have dead weight anyway" !

About the UTC team:
I want to back up Steven, Kracko and Fabietech (because they are for 99% the UTC-Team).
These men have invested so much free time without getting paid, they invested so much private time at the expense of their private life and families, purely out of loyalty and faith in UTC.
I will not speak here about their private investment's to pay bills for UTC or for developments for UTC, just out their own pockets. But believe me please, it is not about a view pennies.
Without these men UTC was (probably) no longer present.
Yes you read it right: Without these man the coin was (probably) really dead !

I wish that everyone understands and respects this in the right way and appreciates their hard work they do, day after day and totally for free.
Believe me, if these guys get only shit from (some of the) the community they can easily say one day goodbye to UTC.

Positive outlook and developments for UTC:
But for now, there are many positive developments and chances waiting for UTC  Smiley Wink

Let us focus up to that positive outlook and let us help UTC with whatever we can do.

Take a look back at this post from Steven on behalf of the UTC team, it explains all the positive developments  :

https://bitcointalksearch.org/topic/m.10006452





this coin is dead im so stupid i didnt sold when it was 0.0001...i just thought that the devs were serious and i was decevied from fabietech who told that the price will rise to 0.0003 ..i was so idiot for believing to such words..i hope to god for this coin to rise over 0.0001 again and i will unload my bag like there is not tommorow

I'm pretty sure I can speak on the behalf of the rest of the team when I say this, when I see posts like yours after working so hard and so long, it starts to upset me, but then I realized it was never people like you who actually helped us get anywhere. It's easy for you to complain and moan without ever having to lift a finger, or invest hundreds of hours or thousands of dollars into developing, nurturing and working on this coin. All I can say is, good riddance, you are dead weight anyway, especially with that loser attitude. Dump your coins, and leave the hard work to the rest of us. Btw, you are not the first one to say this coins dead, yet we're still here. Heck, we're above Vertcoin and they have been popular in the scene for a long time, making us the biggest adaptive N-Factor coin that I know of (correct me if I'm wrong). Plus we are going to be attending The North American Bitcoin Conference next week, the most esteemed cryptocurrency conference in North America and possibly even the world; how many other altcoins can say that?
newbie
Activity: 28
Merit: 0
I can't mine this coin for the life of me.

I pulled down various cgminers, ultracoinminer, and yacminer.  At best I can get rejected blocks.  What's the crap am I doing wrong?

I'd like to mine to a pool but I'm mining locally until I can figure it out because I was just spamming the pool with rejected blocks with difficulty too low.

Right now I'm trying to run "YACminer" from the OP of this thread.

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163



Help?   Huh

CPU or GPU?

GPU

Here's my latest reject.

[2015-01-12 13:52:37] New block detected on network
[2015-01-12 13:53:22] Rejected 0002ca13 Diff 23.5K/5361 BLOCK! GPU 1
newbie
Activity: 28
Merit: 0
I can't mine this coin for the life of me.

I pulled down various cgminers, ultracoinminer, and yacminer.  At best I can get rejected blocks.  What's the crap am I doing wrong?

I'd like to mine to a pool but I'm mining locally until I can figure it out because I was just spamming the pool with rejected blocks with difficulty too low.

Right now I'm trying to run "YACminer" from the OP of this thread.

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163



Help?   Huh

CPU or GPU?

GPU
hero member
Activity: 505
Merit: 500
I can't mine this coin for the life of me.

I pulled down various cgminers, ultracoinminer, and yacminer.  At best I can get rejected blocks.  What's the crap am I doing wrong?

I'd like to mine to a pool but I'm mining locally until I can figure it out because I was just spamming the pool with rejected blocks with difficulty too low.

Right now I'm trying to run "YACminer" from the OP of this thread.

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163



Help?   Huh

CPU or GPU?
newbie
Activity: 28
Merit: 0
I can't mine this coin for the life of me.

I pulled down various cgminers, ultracoinminer, and yacminer.  At best I can get rejected blocks.  What's the crap am I doing wrong?

I'd like to mine to a pool but I'm mining locally until I can figure it out because I was just spamming the pool with rejected blocks with difficulty too low.

Right now I'm trying to run "YACminer" from the OP of this thread.

My simple .bat for right now is cgminer -o 127.0.0.1:17773 -u user -p pass

my ultracoin.conf is:

server=1
daemon=1
listen=1

rpcuser=user
rpcpassword=pass

rpcconnect=127.0.0.1
rpcport=17773

addnode=31.220.0.203
addnode=192.99.8.7
addnode=198.27.82.163



Help?   Huh
full member
Activity: 307
Merit: 100
this coin is dead im so stupid i didnt sold when it was 0.0001...i just thought that the devs were serious and i was decevied from fabietech who told that the price will rise to 0.0003 ..i was so idiot for believing to such words..i hope to god for this coin to rise over 0.0001 again and i will unload my bag like there is not tommorow

I'm pretty sure I can speak on the behalf of the rest of the team when I say this, when I see posts like yours after working so hard and so long, it starts to upset me, but then I realized it was never people like you who actually helped us get anywhere. It's easy for you to complain and moan without ever having to lift a finger, or invest hundreds of hours or thousands of dollars into developing, nurturing and working on this coin. All I can say is, good riddance, you are dead weight anyway, especially with that loser attitude. Dump your coins, and leave the hard work to the rest of us. Btw, you are not the first one to say this coins dead, yet we're still here. Heck, we're above Vertcoin and they have been popular in the scene for a long time, making us the biggest adaptive N-Factor coin that I know of (correct me if I'm wrong). Plus we are going to be attending The North American Bitcoin Conference next week, the most esteemed cryptocurrency conference in North America and possibly even the world; how many other altcoins can say that?


This are words of madness ,look out there even useless coins like coinomat ,coinusd ,pangea poker and other ponzi schemes have more marketcap tha ours !!!whats wrong with ultracoin only 200k $ marketcap?? Are you serious ??this is nothing !!its only dust .Even a ferrari costs more than the whole ultracoin !as for the time and money investment i ve done more and invested more than you are doing 6 months for ultracoin! This is unacceptable , im done with this coin once and forever as soon as the price doubles i will dump to you all get ready for some distruction.you never deliver on time anything of what you say and even worse the 30 second transaction has gone to 60 seconds so we cannot rely anymore to our speed


Dump dump I will buy  Grin
Jump to: