Bitcoin Forum
July 09, 2024, 10:19:55 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 39 40 41 42 43 44 45 »
  Print  
Author Topic: Unitus (UIS) - Superior Blockchain Technology: 1st Multi-Algo Merge-Mined  (Read 68106 times)
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 15, 2016, 09:14:52 AM
 #241

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@ssw0rd123@127.0.0.1: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...
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 15, 2016, 05:17:16 PM
 #242

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:unitusRPCpassword@127.0.0.1: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:unitusRPCpassword@127.0.0.1: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.
jwinterm
Legendary
*
Offline Offline

Activity: 3080
Merit: 1115



View Profile
May 15, 2016, 08:21:47 PM
 #243

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

Activity: 253
Merit: 101


KEK


View Profile
May 15, 2016, 08:39:34 PM
 #244

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

Satochi is dead
jwinterm
Legendary
*
Offline Offline

Activity: 3080
Merit: 1115



View Profile
May 15, 2016, 08:43:56 PM
 #245

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

Activity: 392
Merit: 250


Looking for shmexy coins!


View Profile
May 16, 2016, 10:40:24 AM
 #246

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

Activity: 1050
Merit: 1000



View Profile
May 16, 2016, 10:44:31 AM
 #247

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

Activity: 392
Merit: 250


Looking for shmexy coins!


View Profile
May 16, 2016, 03:16:34 PM
 #248

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

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 16, 2016, 06:59:12 PM
 #249

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.
.cryptic.
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
May 16, 2016, 07:50:23 PM
 #250

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

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 17, 2016, 07:00:36 AM
 #251

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

Activity: 392
Merit: 250


Looking for shmexy coins!


View Profile
May 17, 2016, 11:30:34 AM
 #252

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.

Wouldn't it save a lot of time getting to 500 if we just go to Yobit without waiting?

May be set up a BTC deposit address for Yobit donations. If 10 people donate 0.05 BTC and we are GG.

P.s. Don't set UIS donations, it's pointless at these prices and we will just dump the price.
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 17, 2016, 11:40:49 AM
Last edit: May 18, 2016, 07:27:02 AM by Conqueror
 #253

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.

Wouldn't it save a lot of time getting to 500 if we just go to Yobit without waiting?

May be set up a BTC deposit address for Yobit donations. If 10 people donate 0.05 BTC and we are GG.

P.s. Don't set UIS donations, it's pointless at these prices and we will just dump the price.

Good idea

EDIT: today I filled request for addition on Yobit (free version)
they also offer 0.1BTC variant
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 21, 2016, 09:34:42 AM
 #254

lot of solid development going on in the background

for more info join our slack
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 21, 2016, 04:41:02 PM
 #255

RT please  Wink

https://twitter.com/mirraxFTC/status/734060723077275648
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 22, 2016, 07:02:51 PM
 #256

Want to try unitus wallet for rPI before public release?

Join our Slack!

.cryptic.
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
May 22, 2016, 07:59:36 PM
 #257

Whats the slack url?
jwinterm
Legendary
*
Offline Offline

Activity: 3080
Merit: 1115



View Profile
May 22, 2016, 08:20:09 PM
 #258

Whats the slack url?

https://unitus-official.slack.com

Think you might need an invite tho...
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 23, 2016, 05:36:28 AM
 #259

Whats the slack url?

Hi, just send me your email and i will generate invite link for you Smiley
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
May 25, 2016, 05:18:19 PM
Last edit: May 25, 2016, 08:33:10 PM by Conqueror
 #260

Unitus wallet for Raspbian!


Download:
http://unitus.nutty.one/files/unitus-0.9.6.2-armhf-debian.tar.xz

Instructions:

Install dependances for the daemon and cli tool :
sudo apt-get install libboost-chrono1.55.0 libboost-filesystem1.55.0 libboost-program-options1.55.0 libboost-thread1.55.0 libboost-system1.55.0

Install extra dependances for the QT wallet - requires those for the daemon as well -
sudo apt-get install libqtgui4 libqtcore4 libqtdbus4 qrencode libprotobuf9 libqt4-xml libqt4-network

then extract the files in the archive:
sudo tar xf unitus-0.9.6.2-armhf-debian.tar.xz -C /usr/bin

and you are ready to go!

I personally tested this wallet on rPI3 and works fine. Big thanks to unitus developer nzsquirrell for doing this!

EDIT:
As headless rPI can run comfortably from 5V cell phone charger, it seems to be ideal for staking or running full node 24/7.
Well as unitus is not stakeable (yet?) running full node is great option to support network for very little cost.
p2p port for UIS is 50603
You need to forward this port on your home router(s) to run full node Smiley
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 39 40 41 42 43 44 45 »
  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!