Bitcoin Forum
April 26, 2024, 04:39:08 AM *
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 ... 77 »
  Print  
Author Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N  (Read 145880 times)
mega
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
April 30, 2014, 08:51:30 PM
 #81


Unfortunately I'll be missing the launch Sad

Boris
, when will be the passwords released? I'm thinking in pre-configure my miner, so my wife could easy start it at the launch. I'll be ON until tomorrow night (8pm London/Lisbon)

Cheers,
mega

Got my account back! It was hacked. Sorry about it :|
1714106348
Hero Member
*
Offline Offline

Posts: 1714106348

View Profile Personal Message (Offline)

Ignore
1714106348
Reply with quote  #2

1714106348
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714106348
Hero Member
*
Offline Offline

Posts: 1714106348

View Profile Personal Message (Offline)

Ignore
1714106348
Reply with quote  #2

1714106348
Report to moderator
Grumand
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 30, 2014, 08:54:29 PM
 #82

Cool I will try this coin out never merged mined before
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
April 30, 2014, 09:33:12 PM
 #83


Unfortunately I'll be missing the launch Sad

Boris
, when will be the passwords released? I'm thinking in pre-configure my miner, so my wife could easy start it at the launch. I'll be ON until tomorrow night (8pm London/Lisbon)

Cheers,
mega

Brilliant idea, ask Dev to create and address for you and PM you with it and private key, mine p2pool using MON address as a password. Then import private key to your wallet when you came back.  Cool
BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 30, 2014, 11:46:41 PM
 #84

Any hints on what exchanges MON will be traded on?

Haha, sorry, wrong thread - not only do I have no idea what exchanges it will be traded on, I have no idea _if_ any exchanges will trade it! Just like VTC, we won't be bribing anyone to trade it etc. so if people want to trade it and exchanges want to, you know, earn trading fees, they can add it.

mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 01, 2014, 01:02:28 AM
 #85

Sorry, guys, I am still a bit confused here, so please help me out. I am running a private Ubuntu-based p2pool node where I am the only miner.

Here is the step-by-step that I am going to follow:
Code:
cd ~
git clone https://github.com/erkmos/monocle/
cd ~/monocle/src
make -f makefile.unix

### I assume ~/.vertcoin/vertcoin.conf stays the same

cd ~/monocle/src
monocled --server

python run_p2pool.py --net vertcoin --give-author 0 -a VTC_PAYOUTADDRESS --merged http://MONOCLE_PAYOUTADDRESS:X@127.0.0.1:6888 -f 0 -w 9172

Currently, I have encrypted Windows wallet and I pass VTC address as username (-u) in miner configuration. So, now, I have
several options:

a. Use daemon monocle wallet (but it is not encrypted and I never tried that).
b. Use Monocle Windows wallet (encrypt it) and pass monocle address as password (-p) to miner config.

So, what's best to use and what am I doing wrong here?
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
May 01, 2014, 02:43:12 AM
 #86

Sorry, guys, I am still a bit confused here, so please help me out. I am running a private Ubuntu-based p2pool node where I am the only miner.

Here is the step-by-step that I am going to follow:
Code:
cd ~
git clone https://github.com/erkmos/monocle/
cd ~/monocle/src
make -f makefile.unix

### I assume ~/.vertcoin/vertcoin.conf stays the same

cd ~/monocle/src
monocled --server

python run_p2pool.py --net vertcoin --give-author 0 -a VTC_PAYOUTADDRESS --merged http://MONOCLE_PAYOUTADDRESS:X@127.0.0.1:6888 -f 0 -w 9172

Currently, I have encrypted Windows wallet and I pass VTC address as username (-u) in miner configuration. So, now, I have
several options:

a. Use daemon monocle wallet (but it is not encrypted and I never tried that).
b. Use Monocle Windows wallet (encrypt it) and pass monocle address as password (-p) to miner config.

So, what's best to use and what am I doing wrong here?

Specifying a monocle address as password does not work with the solo-mining way, also it should be http://RPCUSER:RPCPASSWORD@127.0.0.1:6888 so if you have
Code:
rpcuser=bing
rpcpassowrd=bong

in your monocle.conf, then you'd connected with --merged http://bing:bong@127.0.0.1:6888

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
May 01, 2014, 09:02:41 AM
 #87

I would like to join as well.
I have not seen when the wallet password gets released and I would like to preconfigure my miner for it.
Has this info been released yet and it is something we can do?

bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
May 01, 2014, 10:32:17 AM
 #88

I would like to join as well.
I have not seen when the wallet password gets released and I would like to preconfigure my miner for it.
Has this info been released yet and it is something we can do?


The wallet password will be released when the coin is launched

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 01, 2014, 11:22:54 AM
 #89

Sorry, guys, I am still a bit confused here, so please help me out. I am running a private Ubuntu-based p2pool node where I am the only miner.

Here is the step-by-step that I am going to follow:
Code:
cd ~
git clone https://github.com/erkmos/monocle/
cd ~/monocle/src
make -f makefile.unix

### I assume ~/.vertcoin/vertcoin.conf stays the same

cd ~/monocle/src
monocled --server

python run_p2pool.py --net vertcoin --give-author 0 -a VTC_PAYOUTADDRESS --merged http://MONOCLE_PAYOUTADDRESS:X@127.0.0.1:6888 -f 0 -w 9172

Currently, I have encrypted Windows wallet and I pass VTC address as username (-u) in miner configuration. So, now, I have
several options:

a. Use daemon monocle wallet (but it is not encrypted and I never tried that).
b. Use Monocle Windows wallet (encrypt it) and pass monocle address as password (-p) to miner config.

So, what's best to use and what am I doing wrong here?

Specifying a monocle address as password does not work with the solo-mining way, also it should be http://RPCUSER:RPCPASSWORD@127.0.0.1:6888 so if you have
Code:
rpcuser=bing
rpcpassowrd=bong

in your monocle.conf, then you'd connected with --merged http://bing:bong@127.0.0.1:6888

Thank you for the answer. I am not solo mining since I am on p2pool #1 network.
So, to specify monocle address I would HAVE TO pass it as password in vertminer configuration?
mega
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
May 01, 2014, 11:25:02 AM
Last edit: May 01, 2014, 11:35:49 AM by mega
 #90


The wallet password will be released when the coin is launched

Hi

Thx, this is pretty much what I was asking.
@sammy007:Not asking for PM, just saying that if passwords would be released until 8pm today would be nice to pre configure my miner.
Didn't get the sarcasm...

Regards,
mega

Got my account back! It was hacked. Sorry about it :|
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
May 01, 2014, 02:38:02 PM
 #91


The wallet password will be released when the coin is launched

Hi

Thx, this is pretty much what I was asking.
@sammy007:Not asking for PM, just saying that if passwords would be released until 8pm today would be nice to pre configure my miner.
Didn't get the sarcasm...

Regards,
mega

It's impossible.
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
May 01, 2014, 02:57:06 PM
 #92

I am definitely lucky bastard, I just found 2 almost sequential VTC blocks solo using my 3 GPU. Will mine Monocle solo at least for a week and I am going to set up p2pool for me and my friends.
mfedorov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 01, 2014, 03:16:54 PM
 #93

I am definitely lucky bastard, I just found 2 almost sequential VTC blocks solo using my 3 GPU. Will mine Monocle solo at least for a week and I am going to set up p2pool for me and my friends.

I am running 16-20Mh vertcoin farm and could only get 1 block per day on average with 200 difficulty. With 200+ difficulty it is much harder but I am wondering if there is an advantage to solo mine now with merged coin to get the most hashes...
layyen
Full Member
***
Offline Offline

Activity: 172
Merit: 100



View Profile
May 01, 2014, 06:43:25 PM
 #94

how long after start will be mon running on OP specified P2Ps, are they pre prepared, and it will be done in a minute, or in some longer time ?
will be there updated ports for connecting too ?
thanks
mmouse
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
May 01, 2014, 10:28:46 PM
 #95

Quote
Ports: Mainnet RPC port 6888, mainnet P2P blockchain sync port 6889. Testnet RPC 16888 and p2p 16889.

By the way, did anyone notice that 6889 is the port of the h2ocoin network? Not a big coin, really, but there are enough other ports, aren't there?
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
May 01, 2014, 10:48:56 PM
 #96

Quote
Ports: Mainnet RPC port 6888, mainnet P2P blockchain sync port 6889. Testnet RPC 16888 and p2p 16889.

By the way, did anyone notice that 6889 is the port of the h2ocoin network? Not a big coin, really, but there are enough other ports, aren't there?


Didn't know that, there are a little too many coins to keep track of what ports they all use. I don't think it will be an issue though.

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
OPTiK
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
May 02, 2014, 01:17:54 AM
 #97

Any chance we could at least get instructions up tonight? I know the source/wallet won't be available till tomorrow, but it would be nice to know what I'll actually have to do in detail a good amount of time beforehand since Ill be updating my personal linux p2pool server.
Coelacanth
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 02, 2014, 05:04:51 AM
 #98

Any chance we could at least get instructions up tonight? I know the source/wallet won't be available till tomorrow, but it would be nice to know what I'll actually have to do in detail a good amount of time beforehand since Ill be updating my personal linux p2pool server.

Yes, Good to know when we are expecting the updates so know the things should be done at launch.
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
May 02, 2014, 06:48:48 AM
 #99

What is data directory and config file name?
Lovok
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
May 02, 2014, 07:52:37 AM
 #100

how long after start will be mon running on OP specified P2Ps, are they pre prepared, and it will be done in a minute, or in some longer time ?
will be there updated ports for connecting too ?
thanks

Hard to say, installing wallet is just a while, but proxy software itself, as almost nothing is known now, is big question. I think that proxy software should be released before wallet to give time for OPs to prepare it, but if I understand information right, it will be released same time as wallet.

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 ... 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!