Bitcoin Forum
May 25, 2024, 11:16:48 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)
rentodev
Full Member
***
Offline Offline

Activity: 258
Merit: 100


romad.io - community manager


View Profile
December 28, 2014, 10:08:17 PM
 #181

Process:               Unitus-Qt [798]
Path:                  /Applications/Unitus-Qt.app/Contents/MacOS/Unitus-Qt
Identifier:            org.bitcoinfoundation.Unitus-Qt
Version:               0.9.3 (0.9.3)
Code Type:             X86-64 (Native)

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libdb_cxx-4.8.dylib              0x00000001086a8a87 DbEnv::DbEnv(unsigned int) + 45
1   org.bitcoinfoundation.Unitus-Qt   0x0000000107002e87 0x106da5000 + 2481799
2   org.bitcoinfoundation.Unitus-Qt   0x00000001070077cc 0x106da5000 + 2500556
3   dyld                             0x00007fff6e74dceb ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 265
4   dyld                             0x00007fff6e74de78 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
5   dyld                             0x00007fff6e74a871 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 305
6   dyld                             0x00007fff6e74a6f8 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 138
7   dyld                             0x00007fff6e74a969 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 75
8   dyld                             0x00007fff6e73d245 dyld::initializeMainExecutable() + 187
9   dyld                             0x00007fff6e740be1 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2716
10  dyld                             0x00007fff6e73c276 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 512
11  dyld                             0x00007fff6e73c036 _dyld_start + 54


I'm not sure what's causing this issue. Never encountered it before.
Unfortunately, at the moment I don't have solution to it.

Please try this version of the wallet and let me know if you still have any issues - https://github.com/unitusdev/unitus/releases/download/0.9.3.0/Unitus-Qt.v0.9.3.0.dmg
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 28, 2014, 11:22:40 PM
 #182

Please ReTweet to help get the Unitus added to Bittrex.  Reply to the tweet with some clever lol's.  This type of thing has worked in the past for other coins.  Lets make some noise.  Grin Grin

neuroMode (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 29, 2014, 12:18:31 AM
 #183

Block Reward Increase Schedule

Height 1499, Reward = 32
Height 1799, Reward = 64
Height 1999, Reward = 100

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
GreatOrchid
Legendary
*
Offline Offline

Activity: 1092
Merit: 1001



View Profile
December 29, 2014, 12:34:47 AM
 #184

almost 32 whoo hooo Cool

they always tell me to spend the money to get on the exchanges like cex is easy buy in

cryptsy requires innovation and volume

cex votes for next new coins too its free  Cool
kilo17
Legendary
*
Offline Offline

Activity: 980
Merit: 1001

aka "whocares"


View Profile
December 29, 2014, 12:37:38 AM
 #185

Still not working with the Mac, i downloaded one to a Windows machine...thanks for the effort...any word on Blake256 mining pools?

Bitcoin Will Only Succeed If The Community That Supports It Gets Support - Support Home Miners & Mining
IcarusGlider
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
December 29, 2014, 12:39:18 AM
 #186

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.
kilo17
Legendary
*
Offline Offline

Activity: 980
Merit: 1001

aka "whocares"


View Profile
December 29, 2014, 01:14:03 AM
 #187

thanks for the explanation on Solo Mining, i wondered how it was done....cheers

Bitcoin Will Only Succeed If The Community That Supports It Gets Support - Support Home Miners & Mining
bitcoinkkk
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
December 29, 2014, 01:33:49 AM
Last edit: December 29, 2014, 02:34:21 AM by bitcoinkkk
 #188

Please ReTweet to help get the Unitus added to Bittrex.  Reply to the tweet with some clever lol's.  This type of thing has worked in the past for other coins.  Lets make some noise.  Grin Grin


hi,WigitGetIt

How to configure the mining software,
 also UNITS and BSTY mining
vince232
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 29, 2014, 02:32:52 AM
 #189

hi im using windows wallet and i cant sync it. can anyone help me? thanks
WhyMe
Sr. Member
****
Offline Offline

Activity: 661
Merit: 250


View Profile
December 29, 2014, 03:05:22 AM
 #190

anybody to make skein/blake/qubit pool ?  Huh
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 03:18:01 AM
 #191



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
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 03:19:18 AM
 #192

hi im using windows wallet and i cant sync it. can anyone help me? thanks

Did you encounter any errors when running it?  I just downloaded a new wallet in a VM and it synced up fine.
IcarusGlider
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
December 29, 2014, 03:29:13 AM
 #193

anybody to make skein/blake/qubit pool ?  Huh

Please visit unitus.info

Skein & Qubit - myriad.p2pool.geek.nz/merge
-Blueraiven-
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2014, 03:46:17 AM
 #194

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

Activity: 216
Merit: 100


View Profile
December 29, 2014, 03:48:32 AM
 #195



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
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 04:04:15 AM
 #196



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



WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 04:25:20 AM
 #197

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/

bitcoinkkk
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
December 29, 2014, 04:33:30 AM
 #198



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
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
December 29, 2014, 04:35:27 AM
 #199



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

Activity: 196
Merit: 100


View Profile
December 29, 2014, 06:18:05 AM
 #200

it was too hard for find the block with my hashrate up to 200 MH/s
i just found 1 block
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!