MarryUncle
Member
Offline
Activity: 63
Merit: 10
|
|
May 09, 2014, 10:55:29 PM |
|
you should have I'll be happy to take a look. Post or pm me a link to your stats page
|
|
|
|
|
coa032
|
|
May 09, 2014, 10:56:41 PM |
|
It's weird that we have no exchanges yet
It is weird that devs dont want to ask any exchange to add MON...yup they will say that they asked coinedup...but we need first smaller exchanges then we can go on bigger ones.
|
|
|
|
organizer
|
|
May 09, 2014, 11:51:54 PM |
|
So impatient these days! It took VTC forever to even get noticed and now is beloved... if you have a good coin, good community and active devs, the exchanges will come... same thing happened later with FLT coin... shit, i feel like an old timer when you had to wait, wait, pray, hope the coin you were on was going to get listed...someday.
|
|
|
|
Doom4535
|
|
May 10, 2014, 01:13:04 AM |
|
Is there a monocle p2pool network (not a vertcoin/execoin p2pool that is solo mining monocle on top of the pool coin)? I'd like to add a mon node...
Yes, there is, I run one at mon.coinpools.de:26888Feel free to use it or to connect your own node. But understand that this is more experimental than useful for mining as you "throw away" your possible VTC earnings when directing your miner to a MON only pool. To run your own node use this code in networks.py: monocle=math.Object( PARENT=networks.nets['monocle'], SHARE_PERIOD=15, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=12, # blocks IDENTIFIER='a06a81c827cababc'.decode('hex'), PREFIX='7c3614a6bcdcfabc'.decode('hex'), P2P_PORT=26889, MIN_TARGET=4, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=26888, BOOTSTRAP_ADDRS='mon.coinpools.de'.split(' '), ANNOUNCE_CHANNEL='#p2pool-vtc', VERSION_CHECK=lambda v: True, ),
and in bitcoin/networks.py: monocle=math.Object( P2P_PREFIX='e1d7fcef'.decode('hex'), P2P_PORT=6889, ADDRESS_VERSION=50, RPC_PORT=6888, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'monocleaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 25*100000000, #>> (height + 1)//840000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('vtc_scrypt').getPoWHash(data)), BLOCK_PERIOD=120, # s SYMBOL='MON', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Monocle') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Monocle/') if platform.system() == 'Darwin' else os.path.expanduser('~/.monocle'), 'monocle.conf'), BLOCK_EXPLORER_URL_PREFIX='http://monexplorer.vertcoin.org/block/', ADDRESS_EXPLORER_URL_PREFIX='http://monexplorer.vertcoin.org/address/', TX_EXPLORER_URL_PREFIX='http://monexplorer.vertcoin.org/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.03e8, ),
Is there a way I could have my p2pool node loop back to its self to merge mine using this instead of solo mining?
|
FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY free bitcoin lottery
|
|
|
bengtåke
Sr. Member
Offline
Activity: 309
Merit: 250
confused developer
|
|
May 10, 2014, 02:15:18 AM |
|
Is there a monocle p2pool network (not a vertcoin/execoin p2pool that is solo mining monocle on top of the pool coin)? I'd like to add a mon node...
Yes, there is, I run one at mon.coinpools.de:26888Feel free to use it or to connect your own node. But understand that this is more experimental than useful for mining as you "throw away" your possible VTC earnings when directing your miner to a MON only pool. To run your own node use this code in networks.py: SUBSIDY_FUNC=lambda height: 25*100000000,
That is incorrect. from math import pow ... rest of code here... SUBSIDY_FUNC=lambda h: 100000000 << ((h + 1)//200) if h < 999 else int(25 * pow(0.97044562, ((h+1)//10080)) * 100000000) if h < 1468416 else 0
|
BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
|
|
|
javajeve
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 10, 2014, 05:05:24 AM |
|
New Proxy Pool VTC/MON Merged Node located in France Mining on the first P2Pool network stratum+tcp://p2pool.vertfinder.info:9555 Stats page: http://p2pool.vertfinder.info:8080/proxypool/Currently 0% fee on both proxypool and p2pool node (fee may increase if a server upgrade is needed to handle load) Transactions and paid shares statistics are coming once we reach the first payout. Please message me if you would like others stats or if you encounter any issue. Don't mine at this pool. Doesnt pay out when u quit mining at that pool. I'm still waiting for mine after i change pools its been 20 hours so far and nothing !!!
|
|
|
|
aoprea75
Newbie
Offline
Activity: 53
Merit: 0
|
|
May 10, 2014, 05:19:52 AM |
|
@Boristhespider
would be good to start working on a solution for trully p2pool merged mining ... not that stupid virtualmachine, or p2proxy ...
This must be done before launch of mon/plx
At this rate, In 2-3 weeks, p2pool will disappear, and remain only 4-5 big clasic pool (like simplevert) ... and adio descentralization of mining...
Too bad
|
|
|
|
javajeve
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 10, 2014, 05:36:07 AM |
|
@Boristhespider
would be good to start working on a solution for trully p2pool merged mining ... not that stupid virtualmachine, or p2proxy ...
This must be done before launch of mon/plx
At this rate, In 2-3 weeks, p2pool will disappear, and remain only 4-5 big clasic pool (like simplevert) ... and adio descentralization of mining...
Too bad
I agree with you 100%. Now iam stuck at simplevert pool cause its pays properly everywhere else problems after problems! if theys a 51% attack ....well its only money !!!!
|
|
|
|
ymer
|
|
May 10, 2014, 07:04:56 AM |
|
@Boristhespider
would be good to start working on a solution for trully p2pool merged mining ... not that stupid virtualmachine, or p2proxy ...
This must be done before launch of mon/plx
At this rate, In 2-3 weeks, p2pool will disappear, and remain only 4-5 big clasic pool (like simplevert) ... and adio descentralization of mining...
Too bad
It's not hard at all to set up your own node... and you will know that the node operators will not be robbing you, because well.. you will be the operator.
|
|
|
|
S_tring
Full Member
Offline
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
|
|
May 10, 2014, 07:32:43 AM |
|
@Boristhespider
would be good to start working on a solution for trully p2pool merged mining ... not that stupid virtualmachine, or p2proxy ...
This must be done before launch of mon/plx
At this rate, In 2-3 weeks, p2pool will disappear, and remain only 4-5 big clasic pool (like simplevert) ... and adio descentralization of mining...
Too bad
It's not hard at all to set up your own node... and you will know that the node operators will not be robbing you, because well.. you will be the operator. +1 Stop mining on pools, and put some effort into setting up your own node.
|
|
|
|
javajeve
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 10, 2014, 07:50:36 AM |
|
whats this MON block 6023 that payed out 51.50175198 coins
heres the link cryptexplorer.com/block/95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5
Hash95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5 Previous Block23cd39cf9085b940c3199624802ce708f324bef9b4c7e1b0ee23f8095c342303 Next Blockf576c493a4c5e1f8bf438349000d0fb32bcf2ce72a90c33c1605009e9c6ae69e Height6023 Version65794 Transaction Merkle Root353663a293272c145654f45c1c46e16bc3774cdba6f3e1760b5fabd90056ea1b Time1399705587 (2014-05-10 07:06:27) Difficulty82.397 (Bits: 1c031b5c) Cumulative Difficulty255 103.076 Nonce0 Transactions2 Value out 51.50175198 Transaction Fees0.01 Average Coin Age3.10438 days Coin-days Destroyed4.55539955 Cumulative Coin-days Destroyed10.0486%
|
|
|
|
aoprea75
Newbie
Offline
Activity: 53
Merit: 0
|
|
May 10, 2014, 07:56:08 AM |
|
@S_tring
yes i have my own node on local machine ... but mon and plx are stand-alone mining .... only vtc are pooled mined ... so with only a 1.2 mhs it's hard to solo-mine mon and plx with increased dificulty...
that why it's more important to developers of vtc/mon/plx to work on to develop a p2pool-merged fast.
|
|
|
|
svk31
|
|
May 10, 2014, 08:18:15 AM |
|
whats this MON block 6023 that payed out 51.50175198 coins
heres the link cryptexplorer.com/block/95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5
Hash95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5 Previous Block23cd39cf9085b940c3199624802ce708f324bef9b4c7e1b0ee23f8095c342303 Next Blockf576c493a4c5e1f8bf438349000d0fb32bcf2ce72a90c33c1605009e9c6ae69e Height6023 Version65794 Transaction Merkle Root353663a293272c145654f45c1c46e16bc3774cdba6f3e1760b5fabd90056ea1b Time1399705587 (2014-05-10 07:06:27) Difficulty82.397 (Bits: 1c031b5c) Cumulative Difficulty255 103.076 Nonce0 Transactions2 Value out 51.50175198 Transaction Fees0.01 Average Coin Age3.10438 days Coin-days Destroyed4.55539955 Cumulative Coin-days Destroyed10.0486%
On the block explorer page you linked it's clearly stated that the generation reward for that block is "25+0.01 total fees". The remaining 26 or so vtc are from the transactions included in that block.
|
|
|
|
Lucky_U
|
|
May 10, 2014, 09:40:51 AM |
|
we need more votes!!CoinedUp is a greate exchange!!
|
|
|
|
escalicha
|
|
May 10, 2014, 09:43:26 AM |
|
we need more votes!!CoinedUp is a greate exchange!! goooo
|
|
|
|
javajeve
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 10, 2014, 09:48:26 AM |
|
whats this MON block 6023 that payed out 51.50175198 coins
heres the link cryptexplorer.com/block/95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5
Hash95e05f54022afc1aa7fb129b4af981155d18a254d4ca89a6a8eee23f072927f5 Previous Block23cd39cf9085b940c3199624802ce708f324bef9b4c7e1b0ee23f8095c342303 Next Blockf576c493a4c5e1f8bf438349000d0fb32bcf2ce72a90c33c1605009e9c6ae69e Height6023 Version65794 Transaction Merkle Root353663a293272c145654f45c1c46e16bc3774cdba6f3e1760b5fabd90056ea1b Time1399705587 (2014-05-10 07:06:27) Difficulty82.397 (Bits: 1c031b5c) Cumulative Difficulty255 103.076 Nonce0 Transactions2 Value out 51.50175198 Transaction Fees0.01 Average Coin Age3.10438 days Coin-days Destroyed4.55539955 Cumulative Coin-days Destroyed10.0486%
On the block explorer page you linked it's clearly stated that the generation reward for that block is "25+0.01 total fees". The remaining 26 or so vtc are from the transactions included in that block. thanks for the help i understand now
|
|
|
|
pikuchato
|
|
May 10, 2014, 09:54:34 AM |
|
Simple Vert now supports triple merge mining VTC/MON/PLX. 10% bonus on PLX, 2.5% on MON
Can someone please explain this merge mining? If I mine with 1 Mhash at Simple vert do I get 1Mhash for each coin? VTC/MON/PLX ? So the revenue displayed on coin warz is wrong and should be calculated as: 1Mhash of VTC + 1Mhash of MON + 1Mhash of PLX ?
|
|
|
|
Equate
|
|
May 10, 2014, 10:05:31 AM |
|
Simple Vert now supports triple merge mining VTC/MON/PLX. 10% bonus on PLX, 2.5% on MON
Can someone please explain this merge mining? If I mine with 1 Mhash at Simple vert do I get 1Mhash for each coin? VTC/MON/PLX ? So the revenue displayed on coin warz is wrong and should be calculated as: 1Mhash of VTC + 1Mhash of MON + 1Mhash of PLX ? I also have same doubt , If I mine with 1MH of VTC , how much VTC , MON , PLX will I get ? 2. On which pool can I merge mine these coins ?
|
|
|
|
tng811
|
|
May 10, 2014, 10:13:45 AM |
|
I have some MON for sale, pm me.
|
|
|
|
|