Pages:
Author

Topic: Unitus (UIS): 1st multi-auxPoW - 0.9.3.1 Required Update before Block 25300 - page 28. (Read 102714 times)

newbie
Activity: 56
Merit: 0
Hi guys, I need some help.

I have installed the walled, synced and called the command: setgenerate true
It seems to be mining but since it is CPU I will obvisously need to mine through a pool (or not at all since it is CPU, my GPU sucks ass).

So is it worth mining with CPU?
If yes, how can I configure it to mine through http://myriad.p2pool.geek.nz/merge ?

Many thanks for your help  Cheesy
sr. member
Activity: 308
Merit: 250
hey guys can you teach me how to solo mine this using sgminer x11 thanks!
legendary
Activity: 952
Merit: 1000
Here is the response via email from Bittrex on on being added.

Thanks for the request. Our policy is to not comment on whether we will launch coins but we mainly add coins due to community demand.

We gauge demand based off of tweets, hash power, length of bitcointalk thread, volume on other exchanges, etc. Follow us on twitter @bittrexexchange and tweet about how much you like this coin and Bittrex. We respond to creative and insightful posts to help market your favorite coins and Bittrex. I'd also consider coming to our irc channel #bittrex on irc.freenode.net and do some guerrilla marketing. The traders there can help you gain exposure for your coin.

Thanks,
Ryan @ Bittrex
Follow us on Twitter: https://twitter.com/BittrexExchange
full member
Activity: 258
Merit: 100
romad.io - community manager

Feel free to be generous!  Wink


http://explorer.unitus.info

Block Explorer donations

UIS: UaLnrFfVf41B8hNGAXouGCWUwzVzxm3Svv
BTC: 1KK2tN6SzUasYKKVNMAynEVEVZNWFL4cu4



 
sr. member
Activity: 661
Merit: 250
anybody to make skein/blake/qubit pool ?  Huh

Please visit unitus.info

Skein & Qubit - myriad.p2pool.geek.nz/merge

I tried each of your qubit url without success
newbie
Activity: 57
Merit: 0

I'm mining with same PC using GPU's.. My config
cgminer.exe -o http://127.0.0.1:50603 -u unitus -p x -w 256 -g 2 --gpu-engine 1150 --gpu-memclock 1500 -I 12

Port is 50604.

already tried Port 50604 still having a pool 0 slow/down or url or credentials invalid error  Huh
sr. member
Activity: 448
Merit: 250
This is what Blockchain sex looks like.

newbie
Activity: 57
Merit: 0

I'm mining with same PC using GPU's.. My config
cgminer.exe -o http://127.0.0.1:50603 -u unitus -p x -w 256 -g 2 --gpu-engine 1150 --gpu-memclock 1500 -I 12

What are the contents (user/password obfuscated) and what's the location of your unitus.conf file?


my unitus.conf

rpcuser=unitus
rpcpassword=x
rpcport=50603
rpcallowip=127.0.0.1
server=1
daemon=1

location: C:\Users\PC\AppData\Roaming\Unitus
full member
Activity: 149
Merit: 100

I'm mining with same PC using GPU's.. My config
cgminer.exe -o http://127.0.0.1:50603 -u unitus -p x -w 256 -g 2 --gpu-engine 1150 --gpu-memclock 1500 -I 12

Port is 50604.
full member
Activity: 236
Merit: 100
PLEASE NOTE:
Blake256 pool at unitus.blake256.com is offline while we work on a block submission issue.
Blake256 merge mining is not running at shares.blake256.com due to the same issue.

** You can still mine this coin solo!!! **

I am mining solo on a single 7970 (2GH/s) and get a block every hour or so.

Create a unitus.conf file in your blockchain directory, and add the following:

Code:
rpcuser=username
rpcpassword=password
rpcport=10000
rpcallowip=127.0.0.1
server=1
daemon=1

Obviously change your user/pass, port does not matter- choose one available on your system.

Save this file, and reopen your wallet. Then setup cgminer to connect to your local machine, address is simply 127.0.0.1:10000 (or whichever port you chose)

At this time, we are not 100% sure why blocks are not confirming when submitted through pool software, be it Eloipool+MMP or NOMP. It seems p2pool development had been in progress but was abandoned.

While mining normally, the following is encountered when a block is submitted:
Code:
ERROR: CheckBlock() : hashMerkleRoot mismatch

When merge mining, the following is encountered when a block is submitted:
Code:
ERROR: Aux POW merkle root incorrect

This may be caused by the Blake256 algorithm pools expect encoding the hash and the block with the PoW algorithm (blake), while Unitus does hashing with PoW (blake) but the block is SHA. However, this is the configuration of X11, and it functions normally.

The Blakecoin/Photoncoin/etc developers have already made it perfectly clear they will not assist in this matter, so myself and the Unitus dev are working on this issue as we can. Community input is welcome.

Can you share your config on solo mining? I'm having a "pool 0 slow/down or url or credentials invalid" problem.. I've followed your guide, I'm using cgminer 3.7.2 with Blake-256 support. TIA

If your miner is on a different physical machine to your wallet you may need to add an additional rpcallowip line for the miner's ip in unitus.conf


I'm mining with same PC using GPU's.. My config
cgminer.exe -o http://127.0.0.1:50603 -u unitus -p x -w 256 -g 2 --gpu-engine 1150 --gpu-memclock 1500 -I 12

What are the contents (user/password obfuscated) and what's the location of your unitus.conf file?
newbie
Activity: 57
Merit: 0
PLEASE NOTE:
Blake256 pool at unitus.blake256.com is offline while we work on a block submission issue.
Blake256 merge mining is not running at shares.blake256.com due to the same issue.

** You can still mine this coin solo!!! **

I am mining solo on a single 7970 (2GH/s) and get a block every hour or so.

Create a unitus.conf file in your blockchain directory, and add the following:

Code:
rpcuser=username
rpcpassword=password
rpcport=10000
rpcallowip=127.0.0.1
server=1
daemon=1

Obviously change your user/pass, port does not matter- choose one available on your system.

Save this file, and reopen your wallet. Then setup cgminer to connect to your local machine, address is simply 127.0.0.1:10000 (or whichever port you chose)

At this time, we are not 100% sure why blocks are not confirming when submitted through pool software, be it Eloipool+MMP or NOMP. It seems p2pool development had been in progress but was abandoned.

While mining normally, the following is encountered when a block is submitted:
Code:
ERROR: CheckBlock() : hashMerkleRoot mismatch

When merge mining, the following is encountered when a block is submitted:
Code:
ERROR: Aux POW merkle root incorrect

This may be caused by the Blake256 algorithm pools expect encoding the hash and the block with the PoW algorithm (blake), while Unitus does hashing with PoW (blake) but the block is SHA. However, this is the configuration of X11, and it functions normally.

The Blakecoin/Photoncoin/etc developers have already made it perfectly clear they will not assist in this matter, so myself and the Unitus dev are working on this issue as we can. Community input is welcome.

Can you share your config on solo mining? I'm having a "pool 0 slow/down or url or credentials invalid" problem.. I've followed your guide, I'm using cgminer 3.7.2 with Blake-256 support. TIA

If your miner is on a different physical machine to your wallet you may need to add an additional rpcallowip line for the miner's ip in unitus.conf


I'm mining with same PC using GPU's.. My config
cgminer.exe -o http://127.0.0.1:50603 -u unitus -p x -w 256 -g 2 --gpu-engine 1150 --gpu-memclock 1500 -I 12
full member
Activity: 236
Merit: 100
PLEASE NOTE:
Blake256 pool at unitus.blake256.com is offline while we work on a block submission issue.
Blake256 merge mining is not running at shares.blake256.com due to the same issue.

** You can still mine this coin solo!!! **

I am mining solo on a single 7970 (2GH/s) and get a block every hour or so.

Create a unitus.conf file in your blockchain directory, and add the following:

Code:
rpcuser=username
rpcpassword=password
rpcport=10000
rpcallowip=127.0.0.1
server=1
daemon=1

Obviously change your user/pass, port does not matter- choose one available on your system.

Save this file, and reopen your wallet. Then setup cgminer to connect to your local machine, address is simply 127.0.0.1:10000 (or whichever port you chose)

At this time, we are not 100% sure why blocks are not confirming when submitted through pool software, be it Eloipool+MMP or NOMP. It seems p2pool development had been in progress but was abandoned.

While mining normally, the following is encountered when a block is submitted:
Code:
ERROR: CheckBlock() : hashMerkleRoot mismatch

When merge mining, the following is encountered when a block is submitted:
Code:
ERROR: Aux POW merkle root incorrect

This may be caused by the Blake256 algorithm pools expect encoding the hash and the block with the PoW algorithm (blake), while Unitus does hashing with PoW (blake) but the block is SHA. However, this is the configuration of X11, and it functions normally.

The Blakecoin/Photoncoin/etc developers have already made it perfectly clear they will not assist in this matter, so myself and the Unitus dev are working on this issue as we can. Community input is welcome.

Can you share your config on solo mining? I'm having a "pool 0 slow/down or url or credentials invalid" problem.. I've followed your guide, I'm using cgminer 3.7.2 with Blake-256 support. TIA

If your miner is on a different physical machine to your wallet you may need to add an additional rpcallowip line for the miner's ip in unitus.conf
full member
Activity: 196
Merit: 100
it was too hard for find the block with my hashrate up to 200 MH/s
i just found 1 block
legendary
Activity: 952
Merit: 1000


hi,WigitGetIt

How to configure the mining software,
 also UNITS and BSTY mining

Give me some details so I can help diagnose the issue you are having.   Grin

Now, I'm mining BSTY, I how to configure the current mining software can also mining UNITS

You can use this config for the minerd that you need.

minerd.exe -a yescrypt -o stratum+tcp://yourpoolURL:#### -u user.worker -p Password

Newer Intel CPU's https://drive.google.com/open?id=0ByiYcl9VZS0EeWxEMDlMb1podlk&authuser=0

This is for older AMD's https://drive.google.com/open?id=0ByiYcl9VZS0Ec3NxVDczaGc2T3M&authuser=0

This is for Intel SSE2 Only https://drive.google.com/open?id=0ByiYcl9VZS0EOWpjR2pTQTV6T2s&authuser=0





The above mining software, only mining UNITS, whether can you mining BSTY can get UNITS
 like LTC and DOC coin,Combined mining

They cannot be merged mined.
full member
Activity: 216
Merit: 100


hi,WigitGetIt

How to configure the mining software,
 also UNITS and BSTY mining

Give me some details so I can help diagnose the issue you are having.   Grin

Now, I'm mining BSTY, I how to configure the current mining software can also mining UNITS

You can use this config for the minerd that you need.

minerd.exe -a yescrypt -o stratum+tcp://yourpoolURL:#### -u user.worker -p Password

Newer Intel CPU's https://drive.google.com/open?id=0ByiYcl9VZS0EeWxEMDlMb1podlk&authuser=0

This is for older AMD's https://drive.google.com/open?id=0ByiYcl9VZS0Ec3NxVDczaGc2T3M&authuser=0

This is for Intel SSE2 Only https://drive.google.com/open?id=0ByiYcl9VZS0EOWpjR2pTQTV6T2s&authuser=0





The above mining software, only mining UNITS, whether can you mining BSTY can get UNITS
 like LTC and DOC coin,Combined mining
legendary
Activity: 952
Merit: 1000
You can view the Unitus Network Status at the link below.  All the algo's difficulty and hash rate and much more.   Grin

http://unitus.info/network

Block Explorer Here

http://explorer.unitus.info:1200/

legendary
Activity: 952
Merit: 1000


hi,WigitGetIt

How to configure the mining software,
 also UNITS and BSTY mining

Give me some details so I can help diagnose the issue you are having.   Grin

Now, I'm mining BSTY, I how to configure the current mining software can also mining UNITS

You can use this config for the minerd that you need.

minerd.exe -a yescrypt -o stratum+tcp://yourpoolURL:#### -u user.worker -p Password

Newer Intel CPU's https://drive.google.com/open?id=0ByiYcl9VZS0EeWxEMDlMb1podlk&authuser=0

This is for older AMD's https://drive.google.com/open?id=0ByiYcl9VZS0Ec3NxVDczaGc2T3M&authuser=0

This is for Intel SSE2 Only https://drive.google.com/open?id=0ByiYcl9VZS0EOWpjR2pTQTV6T2s&authuser=0



full member
Activity: 216
Merit: 100


hi,WigitGetIt

How to configure the mining software,
 also UNITS and BSTY mining

Give me some details so I can help diagnose the issue you are having.   Grin

Now, I'm mining BSTY, I how to configure the current mining software can also mining UNITS
newbie
Activity: 57
Merit: 0
PLEASE NOTE:
Blake256 pool at unitus.blake256.com is offline while we work on a block submission issue.
Blake256 merge mining is not running at shares.blake256.com due to the same issue.

** You can still mine this coin solo!!! **

I am mining solo on a single 7970 (2GH/s) and get a block every hour or so.

Create a unitus.conf file in your blockchain directory, and add the following:

Code:
rpcuser=username
rpcpassword=password
rpcport=10000
rpcallowip=127.0.0.1
server=1
daemon=1

Obviously change your user/pass, port does not matter- choose one available on your system.

Save this file, and reopen your wallet. Then setup cgminer to connect to your local machine, address is simply 127.0.0.1:10000 (or whichever port you chose)

At this time, we are not 100% sure why blocks are not confirming when submitted through pool software, be it Eloipool+MMP or NOMP. It seems p2pool development had been in progress but was abandoned.

While mining normally, the following is encountered when a block is submitted:
Code:
ERROR: CheckBlock() : hashMerkleRoot mismatch

When merge mining, the following is encountered when a block is submitted:
Code:
ERROR: Aux POW merkle root incorrect

This may be caused by the Blake256 algorithm pools expect encoding the hash and the block with the PoW algorithm (blake), while Unitus does hashing with PoW (blake) but the block is SHA. However, this is the configuration of X11, and it functions normally.

The Blakecoin/Photoncoin/etc developers have already made it perfectly clear they will not assist in this matter, so myself and the Unitus dev are working on this issue as we can. Community input is welcome.

Can you share your config on solo mining? I'm having a "pool 0 slow/down or url or credentials invalid" problem.. I've followed your guide, I'm using cgminer 3.7.2 with Blake-256 support. TIA
newbie
Activity: 16
Merit: 0
anybody to make skein/blake/qubit pool ?  Huh

Please visit unitus.info

Skein & Qubit - myriad.p2pool.geek.nz/merge
Pages:
Jump to: