Pages:
Author

Topic: Unitus (UIS) - Superior Blockchain Technology: 1st Multi-Algo Merge-Mined - page 33. (Read 68127 times)

legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Make sure to buy some cheap coins before the end of May.

Join our Slack to learn more Smiley
(just pm me your email and i will generate invite link for you)
hero member
Activity: 532
Merit: 500
Why was the coin delisted from Poloniex? Lack of volume or technical problems?

It would be close impossible now to get it back on Polo.
Lack of volume as poloniex does periodical cleanups
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Why was the coin delisted from Poloniex? Lack of volume or technical problems?

It would be close impossible now to get it back on Polo.

yeah its impossible to to get back there ... even hard to go to shittrex Cheesy

Well there is always Yobit and their 0.5 BTC add fee. They seam to be getting a lot of volume lately.

I might pay for Yobit addition after we establish new price above 500 sat.
sr. member
Activity: 392
Merit: 250
Looking for shmexy coins!
Why was the coin delisted from Poloniex? Lack of volume or technical problems?

It would be close impossible now to get it back on Polo.

yeah its impossible to to get back there ... even hard to go to shittrex Cheesy

Well there is always Yobit and their 0.5 BTC add fee. They seam to be getting a lot of volume lately.
legendary
Activity: 1050
Merit: 1000
Why was the coin delisted from Poloniex? Lack of volume or technical problems?

It would be close impossible now to get it back on Polo.

yeah its impossible to to get back there ... even hard to go to shittrex Cheesy
sr. member
Activity: 392
Merit: 250
Looking for shmexy coins!
Why was the coin delisted from Poloniex? Lack of volume or technical problems?

It would be close impossible now to get it back on Polo.
legendary
Activity: 3136
Merit: 1116
Hello 
i want to ask something does mining a specific algorithm rise the diff of the another algorithms within the same range of the first one

No each algorithm adjusts its difficulty independently.
full member
Activity: 253
Merit: 101
KEK
Hello 
i want to ask something does mining a specific algorithm rise the diff of the another algorithms within the same range of the first one
legendary
Activity: 3136
Merit: 1116
Messing around with logo:



None of them scale to low res well at all. It's really not easy to make something simple that is attractive that scales well to low-res. Starting to appreciate nzsquirrell's logo much more Smiley
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Apparently jwinterm figured out how to solo mine UIS, so here is his solomining tutorial!


OK. Here goes the shortish version:

1) Sync daemons for both Myriadcoin and Unitus, and set up conf files for both of them specifying rpcuser, rpcpassword, rpcport, algo=qubit, and server=1.


2) Install Python 2.7 and get:
Linux:
Code:
sudo apt-get install python-zope.interface python-twisted python-twisted-web
sudo apt-get install python-argparse # if on Python 2.6

Windows:
Install Python 2.7: http://www.python.org/getit/
Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads


3) Download and unzip this repo somewhere, like /home/youruser/p2pool-myrQubit or c:\p2pool-myrQubit - https://github.com/birdonwheels5/p2pool-myrQubit


4) Build qubit.c hash
Linux:
Go to directory where you unzipped repo and go to qubitcoin-hash subfolder and run:
Code:
sudo python setup.py install

Windows:
Install MinGW.
Create the following file 'C:\Python27\Lib\distutils.cfg' (or wherever you installed python)
Add the following lines to distutils.cfg:
Code:
[build]
compiler=mingw32
Open MinGW and go to the directory where qubitcoin-hash is:
Code:
cd /c/p2pool-myrQubit/qubitcoin-hash
Then run:
Code:
/c/Python27/python.exe setup.py install
(or wherever you installed python)


5) Create a script to launch p2pool
Linux:
Create a file called launch_p2pool.sh or something with contents like:
Code:
python /path/to/p2pool/p2pool-myrQubit-master/run_p2pool.py --net myriadcoin --bitcoind-rpc-port 50554 --merged http://unitusRPCuser:[email protected]:50550 -a YourMyriadcoinAddress myriadRPCuser myriadRPCpassword

Windows:
Create a file called launch_p2pool.bat or something with contents like:
Code:
c:\python27\python.exe c:\path\to\p2pool-myrQubit-master\run_p2pool.py --net myriadcoin --bitcoind-rpc-port 50554 --merged http://unitusRPCuser:[email protected]:50550 -a YourMyriadcoinAddress myriadRPCuser myriadRPCpassword


6) Download sgminer from here if you're on windows: http://cryptomining-blog.com/4819-new-sgminer-with-optimized-quark-and-qubit-kernels/
Otherwise just download latest release from nicehash or build from github. By default you will mine on port 5567, so stratum+tcp://127.0.0.1:5567, and you can set your username to be a myr address (or whatever I think), and don't forget to add "no-extranonce": true in the pool fields.



Let me know if you have any problems or anything.
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
X11, Lyra2re, Skein, Qubit, Yescrypt pool operators can merge mine for UIS.
Here is tutorial how to do it (Lyra2re example):


Quote
Install prerequisites:
sudo apt-get install build-essential git -y
sudo apt-get install python2.7-dev -y
sudo apt-get install python-zope.interface python-twisted python-twisted-web -y

Download & Compile required hash function:
cd ~
git clone https://github.com/metalicjames/lyra2re-hash-python.git
cd ~/lyra2re-hash-python
sudo python setup.py install
cd ~
sudo rm -rf lyra2re-hash-python

Download P2Pool and modern interface:
cd ~
git clone https://github.com/metalicjames/p2pool-Lyra2RE.git
cd ~/p2pool-Lyra2RE
mv web-static{,.old}
git clone https://github.com/justino/p2pool-ui-punchy web-static

Start P2Pool:

First, replace the following with your details -
{unitus-username} = RPC Username set in your unitus.conf file
{unitus-password} = RPC Password set in your unitus.conf file
{ip-address-of-unitus-wallet} = IP address of the computer running the Unitus wallet, or 127.0.0.1 if on same computer as P2Pool
{vertcoin-username} = RPC Username set in your vertcoin.conf file
{vertcoin-password} = RPC Password set in your vertcoin.conf file
{ip-address-of-vertcoin-wallet} = IP address of the computer running the Vertcoin wallet, or 127.0.0.1 if on same computer as P2Pool

If Vertcoin is running on the same machine -
./run_p2pool.py --net vertcoin --merged http://{unitus-username}:{unitus-password}@{ip-address-of-unitus-wallet}:50604 {vertcoin-username} {vertcoin-password}

Otherwise -
./run_p2pool.py --net vertcoin --merged http://{unitus-username}:{unitus-password}@{ip-address-of-unitus-wallet}:50604 --bitcoind-address {ip-address-of-vertcoin-wallet} {vertcoin-username} {vertcoin-password}

As an example:

./run_p2pool.py --net vertcoin --merged http://unitus:P@[email protected]:50604 vertcoin P@ssw0rd123

2016-05-15 20:31:02.723822 p2pool (version 08e9611)
2016-05-15 20:31:02.723919
2016-05-15 20:31:02.724192 Testing bitcoind RPC connection to 'http://127.0.0.1:5888/' with username 'vtcrpc'...
2016-05-15 20:31:02.880724     ...success!
2016-05-15 20:31:02.880887     Current block hash: 3ad00311e5e0d7be2ee81daa93458bca28c7252efef238f6acb638ba80dc688c
2016-05-15 20:31:02.880919     Current block height: 507535
2016-05-15 20:31:02.880940
2016-05-15 20:31:02.880972 Testing bitcoind P2P connection to '127.0.0.1:5889'...
2016-05-15 20:31:02.974208     ...success!
2016-05-15 20:31:02.974316
2016-05-15 20:31:02.974375 Determining payout address...
2016-05-15 20:31:02.974435     Getting payout address from bitcoind...
2016-05-15 20:31:03.687410     ...success! Payout address: Vv3GYJJiUPRe77CsjhrXPRatGhdCZ3JUNj
2016-05-15 20:31:03.687564
2016-05-15 20:31:03.687641 Loading shares...
2016-05-15 20:31:03.687930     ...done loading 0 shares (0 verified)!
2016-05-15 20:31:03.688070
2016-05-15 20:31:03.688168 Initializing work...
2016-05-15 20:31:03.802041     ...success!
2016-05-15 20:31:03.802215
2016-05-15 20:31:03.802290 Joining p2pool network using port 9346...
2016-05-15 20:31:04.592402     ...success!
2016-05-15 20:31:04.592544
2016-05-15 20:31:04.593401 Listening for workers on '' port 9171...
2016-05-15 20:31:04.986243     ...success!
2016-05-15 20:31:04.986405
2016-05-15 20:31:04.986499 Started successfully!
2016-05-15 20:31:04.986579 Go to http://127.0.0.1:9171/ to view graphs and statistics!
2016-05-15 20:31:04.986831 Donating 1.0% of work towards P2Pool's development. Thank you!
2016-05-15 20:31:04.986998 You can increase this amount with --give-author argument! (or decrease it, if you must)
2016-05-15 20:31:04.987112
2016-05-15 20:31:05.232822 Got new merged mining work!
2016-05-15 20:31:05.659301 Outgoing connection to peer 149.202.204.56:9346 established. p2pool version: 1300 '08e9611-dirty'
2016-05-15 20:31:05.873929 Outgoing connection to peer 94.242.222.27:9346 established. p2pool version: 1300 '08e9611-dirty'
2016-05-15 20:31:06.203546 Requesting parent share 33636cc9 from 94.242.222.27:9346
2016-05-15 20:31:07.690374 Processing 361 shares from 94.242.222.27:9346...
hero member
Activity: 532
Merit: 500
Offer escrow, receive negative trust
Cryptopia seems to be the only exchange still trading UIS...why did all the other exchanges take it down?

low volume i guess, this coin was in clinical death
now with great dev (nzsquirrell) and new community grow... all is changing

luckily Cryptopia works well, addition to other is goal to work for

Cool, thanks for the reply.  Looking forward to where this coin goes, now that a new community is being established.
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Cryptopia seems to be the only exchange still trading UIS...why did all the other exchanges take it down?

low volume i guess, this coin was in clinical death
now with great dev (nzsquirrell) and new community grow... all is changing

luckily Cryptopia works well, addition to other is goal to work for
hero member
Activity: 532
Merit: 500
Offer escrow, receive negative trust
Cryptopia seems to be the only exchange still trading UIS...why did all the other exchanges take it down?
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
For anybody interested in joining unitus team slack, please send me your email and i will send you invite link.

For buying unitus i personally tested and can recommend this exchange:
https://www.cryptopia.co.nz/Exchange/?market=UIS_BTC
But i don't hold funds on Cryptopia, feel better in my wallet.
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Block explorer @ http://explorer.unitus.nutty.one/ lives again, now with integrated rich-list

Well done nzsquirrell, well done! Thank you a lot  Wink

Rich list is pretty interesting, basically it shows you can get into
top ten and hold significant share of the coins for fraction of BTC!
I consider this unbelievable opportunity...


yeah it also show the UIS whale Cheesy

well as the no.1 is burn add, the rest seems like oversized dolphins or so Smiley
legendary
Activity: 3136
Merit: 1116
oh, derp, thanks for not being a dick about it or anything Tongue

Just curious, why would you guys pick a normal looking public address for the burn address? How is it proven that the coins were burned? Why not use something like '1CounterpartyXXXXXXXXXXXXXXXUWLpVr' where it's clear that no one is holding that private key? Please give me more lmgtfy links.

Edit: I googled it. Still think it would be cooler if it was 'UburnALLUnitusForBarrXXXXXXXXXXXvdP' or something.
hero member
Activity: 686
Merit: 500
Block explorer @ http://explorer.unitus.nutty.one/ lives again, now with integrated rich-list

Well done nzsquirrell, well done! Thank you a lot  Wink

Rich list is pretty interesting, basically it shows you can get into
top ten and hold significant share of the coins for fraction of BTC!
I consider this unbelievable opportunity...

Agree, thanks nzsquirrell. Who do you think this is:


Rank   Address   Balance   Transactions   Proportion of Supply
1   UMz1xPGbHGWacUUtfXefyXWVoJX9Q2kNtF   17025663.06832745 UIS   25   40.113%

nzsquirrell or cryptopia?



http://lmgtfy.com/?q=UMz1xPGbHGWacUUtfXefyXWVoJX9Q2kNtF


That's the BARR burn address.  


http://unitus.nutty.one/network
legendary
Activity: 1050
Merit: 1000
Block explorer @ http://explorer.unitus.nutty.one/ lives again, now with integrated rich-list

Well done nzsquirrell, well done! Thank you a lot  Wink

Rich list is pretty interesting, basically it shows you can get into
top ten and hold significant share of the coins for fraction of BTC!
I consider this unbelievable opportunity...


yeah it also show the UIS whale Cheesy
legendary
Activity: 3136
Merit: 1116
Block explorer @ http://explorer.unitus.nutty.one/ lives again, now with integrated rich-list

Well done nzsquirrell, well done! Thank you a lot  Wink

Rich list is pretty interesting, basically it shows you can get into
top ten and hold significant share of the coins for fraction of BTC!
I consider this unbelievable opportunity...

Agree, thanks nzsquirrell. Who do you think this is:


Rank   Address   Balance   Transactions   Proportion of Supply
1   UMz1xPGbHGWacUUtfXefyXWVoJX9Q2kNtF   17025663.06832745 UIS   25   40.113%

nzsquirrell or cryptopia?
Pages:
Jump to: