Bitcoin Forum
May 13, 2024, 08:50:17 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 46 47 48 49 50 51 52 53 54 55 56 ... 77 »
  Print  
Author Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N  (Read 145882 times)
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:03:11 PM
 #101

Proxypool software now released to enable adding MON merged mining: https://github.com/erkmos/proxypool/blob/master/HOWTO

Note that individual miners wishing to merge mine MON who have the facility to set up their own p2pool node are strongly advised to do so. The main p2pool software is at https://github.com/donSchoe/p2pool-n - if you install and configure that for VTC, all you need to do to add MON at release is add the monocle daemon to the machine, and run p2pool with the --merged option, eg. python run_p2pool.py --net vertcoin -f 0 --give-author 0 --no-bugreport --merged http://MON-RPCUser:MON-RPCPassword@127.0.0.1:6888 - you'd then be mining VTC in the normal way (with payouts in the generation transaction, fully distributed on p2pool) and solomining MON into the Monocle wallet on the p2pool server.
1715633417
Hero Member
*
Offline Offline

Posts: 1715633417

View Profile Personal Message (Offline)

Ignore
1715633417
Reply with quote  #2

1715633417
Report to moderator
1715633417
Hero Member
*
Offline Offline

Posts: 1715633417

View Profile Personal Message (Offline)

Ignore
1715633417
Reply with quote  #2

1715633417
Report to moderator
1715633417
Hero Member
*
Offline Offline

Posts: 1715633417

View Profile Personal Message (Offline)

Ignore
1715633417
Reply with quote  #2

1715633417
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2014, 12:09:42 PM
 #102

Proxypool software now released to enable adding MON merged mining: https://github.com/erkmos/proxypool/blob/master/HOWTO

Note that individual miners wishing to merge mine MON who have the facility to set up their own p2pool node are strongly advised to do so. The main p2pool software is at https://github.com/donSchoe/p2pool-n - if you install and configure that for VTC, all you need to do to add MON at release is add the monocle daemon to the machine, and run p2pool with the --merged option, eg. python run_p2pool.py --net vertcoin -f 0 --give-author 0 --no-bugreport --merged http://MON-RPCUser:MON-RPCPassword@127.0.0.1:6888 - you'd then be mining VTC in the normal way (with payouts in the generation transaction, fully distributed on p2pool) and solomining MON into the Monocle wallet on the p2pool server.

Paul, email, for some reason has strange links in place of URLs...
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:09:46 PM
 #103

And finally, to reiterate what I've said before, there's nothing different about solomining MON in the wallet/daemon than any other coin - if anyone wants to do that at launch, the configuration will be just like you're used to with any other coin daemon.
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:10:23 PM
 #104

Proxypool software now released to enable adding MON merged mining: https://github.com/erkmos/proxypool/blob/master/HOWTO

Note that individual miners wishing to merge mine MON who have the facility to set up their own p2pool node are strongly advised to do so. The main p2pool software is at https://github.com/donSchoe/p2pool-n - if you install and configure that for VTC, all you need to do to add MON at release is add the monocle daemon to the machine, and run p2pool with the --merged option, eg. python run_p2pool.py --net vertcoin -f 0 --give-author 0 --no-bugreport --merged http://MON-RPCUser:MON-RPCPassword@127.0.0.1:6888 - you'd then be mining VTC in the normal way (with payouts in the generation transaction, fully distributed on p2pool) and solomining MON into the Monocle wallet on the p2pool server.

Paul, email, for some reason has strange links in place of URLs...

Ah OK, sorry about that, a bit late to do anything about that now, hopefully the node operators will just check the thread or email me and I can point them in the right direction.

Caniggia
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 02, 2014, 12:14:24 PM
 #105

what are the plans for future development?
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2014, 12:18:18 PM
 #106

Proxypool software now released to enable adding MON merged mining: https://github.com/erkmos/proxypool/blob/master/HOWTO

Note that individual miners wishing to merge mine MON who have the facility to set up their own p2pool node are strongly advised to do so. The main p2pool software is at https://github.com/donSchoe/p2pool-n - if you install and configure that for VTC, all you need to do to add MON at release is add the monocle daemon to the machine, and run p2pool with the --merged option, eg. python run_p2pool.py --net vertcoin -f 0 --give-author 0 --no-bugreport --merged http://MON-RPCUser:MON-RPCPassword@127.0.0.1:6888 - you'd then be mining VTC in the normal way (with payouts in the generation transaction, fully distributed on p2pool) and solomining MON into the Monocle wallet on the p2pool server.

So, monocle.conf will have standard info, right?

Setup monocle configuration file:
Code:
mkdir ~/.monocle
nano ~/.monocle/monocle.conf

monocle.conf
Code:
server=1
gen=0
rpcport=6888
rpcallowip=127.0.0.1
rpcuser=yourusername
rpcpassword=areallystrongpassword
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:20:54 PM
 #107


So, monocle.conf will have standard info, right?


Yes, completely standard. Config folder is .monocle and filename is monocle.conf
Grifftech
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 02, 2014, 12:29:19 PM
 #108

I can't extract either of the Windows Wallet files, it is giving me an error when trying to do so. It gives me an unspecified error. I am trying to use Windows Explorer to Extract and it won't work. I even tried copying and pasting the fiels and that won't work either
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2014, 12:31:16 PM
 #109

I can't extract either of the Windows Wallet files, it is giving me an error when trying to do so. It gives me an unspecified error. I am trying to use Windows Explorer to Extract and it won't work. I even tried copying and pasting the fiels and that won't work either
5 more hours Wink
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:34:37 PM
 #110

I can't extract either of the Windows Wallet files, it is giving me an error when trying to do so. It gives me an unspecified error. I am trying to use Windows Explorer to Extract and it won't work. I even tried copying and pasting the fiels and that won't work either

They are passworded archives. The password will be released at 18:00 UTC. If you have issues extracting the passworded version, the unencrypted normal release wallets are already at https://github.com/erkmos/monocle/releases and that repo will switch from private to public at release time so you'll be able to download them immediately it's released.

Maestro1
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:38:54 PM
 #111

When using a P2Pool, can we use the same wallet address on multiple machines?

If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.
BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:44:58 PM
 #112

When using a P2Pool, can we use the same wallet address on multiple machines?

Recommended not to (on p2proxy) as it may affect vardiff and result in getting non-optimal sized work. A separate address per rig is advised.
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2014, 12:50:49 PM
 #113

When using a P2Pool, can we use the same wallet address on multiple machines?

Recommended not to (on p2proxy) as it may affect vardiff and result in getting non-optimal sized work. A separate address per rig is advised.

Wow, first time I hear about this Smiley
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2014, 12:53:29 PM
 #114

When using a P2Pool, can we use the same wallet address on multiple machines?

Recommended not to (on p2proxy) as it may affect vardiff and result in getting non-optimal sized work. A separate address per rig is advised.

So, if I have 13 rigs I would be better off with 13 VTC and 13 MON addresses? That will create thousands of transactions in the wallet!
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 12:53:55 PM
 #115


Wow, first time I hear about this Smiley

p2pool does vardiff on a per-ip basis, proxypool may not (I am not personally sure) and may use the username which is why I advise this - I might be wrong though.
gonzzo
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
May 02, 2014, 01:03:43 PM
 #116

ok setting up my miners for monocle; 2 questions:

1.) which network should i use? i have 4 workers. 3 with around 1,1 mh/s each and 1 with 720kh/s and i will use 4 different vtc/monocle adresses
2.) can or should i use the difficulty adjustment on vtc and mon. (vtc_adress+0.00116414 as user and mon_adress+0.00116414 as pw)

I hope I've made ​​myself clear Tongue
thanks
Winky
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500


View Profile
May 02, 2014, 01:05:35 PM
 #117

I have two Rigs, each 1.3 Mh (scrypt-n). On which of the three networks should i mine?
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 02, 2014, 01:06:58 PM
 #118

ok setting up my miners for monocle; 2 questions:

1.) which network should i use? i have 4 workers. 3 with around 1,1 mh/s each and 1 with 720kh/s and i will use 4 different vtc/monocle adresses
2.) can or should i use the difficulty adjustment on vtc and mon. (vtc_adress+0.00116414 as user and mon_adress+0.00116414 as pw)

I hope I've made ​​myself clear Tongue
thanks

1. Depends which p2pool nodes implement the p2proxy solution - if you can find one on your preferred p2pool network for your hashrate, that will be best. As nodes come online, they should post in the thread stating which p2pool network they are proxying.

2. No, per worker difficulty adjustment will not be possible with the launch solution for public nodes, miners should use just their plain unmodified VTC and MON addresses as username and password respectively.
Winky
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500


View Profile
May 02, 2014, 01:07:35 PM
 #119

Great idea, I can´t wait to mine some MON together with my VTC!

I just wrote an article on my german cryptoblog about your project Smiley : http://www.bitcoinalmanach.de/uber-monocle-coin-und-merged-mining/

Very nice german blogpost about MON!
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
May 02, 2014, 01:09:39 PM
 #120

Should perhaps mention (again) that
if you're the only person mining on your node you can completely disregard the proxy solution, you don't need it.

Just adding
Code:
--merged http://monoclerpc:YOURLONGPASSWORDHERE@127.0.0.1:6888
to the p2pool command line is all you need .

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
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 46 47 48 49 50 51 52 53 54 55 56 ... 77 »
  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!