Bitcoin Forum
May 11, 2024, 11:16:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
Author Topic: Unitus (UIS): 1st multi-auxPoW - 0.9.3.1 Required Update before Block 25300  (Read 102654 times)
SquidsIn
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
December 29, 2014, 08:21:58 AM
 #201

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

Since getting into Cryptocurrency I've had many bags, all but two have varied over time.  Those are the two I see in the mirror where my eyes once shone.
1715469373
Hero Member
*
Offline Offline

Posts: 1715469373

View Profile Personal Message (Offline)

Ignore
1715469373
Reply with quote  #2

1715469373
Report to moderator
1715469373
Hero Member
*
Offline Offline

Posts: 1715469373

View Profile Personal Message (Offline)

Ignore
1715469373
Reply with quote  #2

1715469373
Report to moderator
1715469373
Hero Member
*
Offline Offline

Posts: 1715469373

View Profile Personal Message (Offline)

Ignore
1715469373
Reply with quote  #2

1715469373
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
-Blueraiven-
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2014, 10:07:34 AM
 #202

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
SquidsIn
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
December 29, 2014, 10:15:56 AM
 #203

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?

Since getting into Cryptocurrency I've had many bags, all but two have varied over time.  Those are the two I see in the mirror where my eyes once shone.
nonce-pool
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
December 29, 2014, 10:23:55 AM
 #204


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.
-Blueraiven-
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2014, 10:24:04 AM
 #205


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
neuroMode (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 29, 2014, 10:25:21 AM
 #206

This is what Blockchain sex looks like.


Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
-Blueraiven-
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2014, 10:31:31 AM
 #207


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
WhyMe
Sr. Member
****
Offline Offline

Activity: 661
Merit: 250


View Profile
December 29, 2014, 02:40:24 PM
 #208

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
rentodev
Full Member
***
Offline Offline

Activity: 258
Merit: 100


romad.io - community manager


View Profile
December 29, 2014, 03:14:34 PM
 #209


Feel free to be generous!  Wink


http://explorer.unitus.info

Block Explorer donations

UIS: UaLnrFfVf41B8hNGAXouGCWUwzVzxm3Svv
BTC: 1KK2tN6SzUasYKKVNMAynEVEVZNWFL4cu4



 
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 03:23:33 PM
 #210

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
vince232
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 29, 2014, 03:48:37 PM
 #211

hey guys can you teach me how to solo mine this using sgminer x11 thanks!
548845
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 29, 2014, 03:59:41 PM
 #212

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
c-cex
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


CryptoCurrency EXchange: https://c-cex.com


View Profile WWW
December 29, 2014, 04:26:26 PM
 #213

Welcome to C-CEX!

https://c-cex.com/?p=uis-btc
https://c-cex.com/?p=uis-usd

CryptoCurrency EXchange: https://c-cex.com
kepo07
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 29, 2014, 04:26:40 PM
 #214

happy to hear that c-cex added unitus coin to their exchange
neuroMode (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 29, 2014, 04:27:00 PM
 #215


Excellent, thank you!

Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
neuroMode (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 29, 2014, 04:29:06 PM
 #216

hey guys can you teach me how to solo mine this using sgminer x11 thanks!

I'm not sure, I don't use X11 and I don't personally solomine. I'll try to find someone for you.

Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
kepo07
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 29, 2014, 04:31:22 PM
 #217

is this coin had a pos ?
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 04:32:56 PM
 #218

is this coin had a pos ?

This coin is not Proof of Stake.
neuroMode (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 29, 2014, 04:33:34 PM
 #219

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

CPU? Try mining with Yescrypt.

The http://myriad.p2pool.geek.nz/merge pool is for Skein and Qubit algos. You would be best served with Qubit if mining with a CPU, but I still ultimately think Yescrypt would be best for CPU mining for you.


Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 04:35:12 PM
 #220


Thank You C-Cex   Grin Grin Grin
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!