Pages:
Author

Topic: [ANN][LPC] 1 Million LeproCoins Mined! New On Comkort! - page 40. (Read 51752 times)

newbie
Activity: 16
Merit: 0
What's the difference between solo mining and P2P mining?

p2pool is a mining pool, but the coin are directly mined to your own wallet address, so no Coins on the server. And you can encrypt your wallet to be secure. If the diff is high, then you can't mine solo anymore, so you need a pool, and p2pool is the nearest to solomining...    here you find infos about p2pool https://en.bitcoin.it/wiki/P2Pool


Thank you, much appreciated.
member
Activity: 84
Merit: 10
Diff is really low now: 0.11! Solo-mining an option?
full member
Activity: 126
Merit: 100
What's the difference between solo mining and P2P mining?

p2pool is a mining pool, but the coin are directly mined to your own wallet address, so no Coins on the server. And you can encrypt your wallet to be secure. If the diff is high, then you can't mine solo anymore, so you need a pool, and p2pool is the nearest to solomining...    here you find infos about p2pool https://en.bitcoin.it/wiki/P2Pool
newbie
Activity: 16
Merit: 0
What's the difference between solo mining and P2P mining?
full member
Activity: 126
Merit: 100

How do you solo mine on linux... is it possible if their is no *nix wallet?



on linux you can compile a wallet simple with the source...  

Code:
$ sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git-core qt-sdk libminiupnpc-dev 
$ git clone https://github.com/deemkeen/leprocoin.git
$ cd leprocoin/src
$ make -f makefile.unix

and to start: $ ./leprocoin

the $ is the promt on commandline, thats all....

legendary
Activity: 1418
Merit: 1002
Solo mining is working very well. Fun to have a coin to mine solo, it´s like btc in 2009. Who will send me a pizza for my lpc?

Diff is still very low. Just try it. There is alway gold at the end of the rainbow Wink

How do you solo mine on linux... is it possible if their is no *nix wallet?

sr. member
Activity: 283
Merit: 250
www.l3p.nl
I just have to mine this coin just for its name  Grin
full member
Activity: 126
Merit: 100
we need more p2pool nodes, so here are what you have to edit to run https://github.com/forrestv/p2pool for LeproCoin


insert this in p2pool/networks.py
Code:
leprocoin=math.Object(
        PARENT=networks.nets['leprocoin'],
        SHARE_PERIOD=3, # seconds
        CHAIN_LENGTH=24*60*60//3, # shares
        REAL_CHAIN_LENGTH=24*60*60/3, # shares
        TARGET_LOOKBEHIND=100, # shares
        SPREAD=120, # blocks
        IDENTIFIER='e037d5b8c6995610'.decode('hex'),
        PREFIX='7208c1a53efe74b0'.decode('hex'),
        P2P_PORT=9131,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=9130,
        BOOTSTRAP_ADDRS='213.239.215.146'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
        VERSION_WARNING=lambda v: 'Upgrade Leprocoin to >=0.6.3.0!' if v < 60300 else None,
    ),

add this in p2pool/bitcoin/networks.py
Code:
 
leprocoin=math.Object(
        P2P_PREFIX='fcd9b7dd'.decode('hex'),
        P2P_PORT=9030,
        ADDRESS_VERSION=70,
        RPC_PORT=9031,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'leprocoin address' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//840000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=15, # s
        SYMBOL='LPC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Leprocoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Leprocoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.leprocoin'), 'leprocoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://lpc.cryptochain.net/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://lpc.cryptochain.net/address/',
        TX_EXPLORER_URL_PREFIX='http://lpc.cryptochain.net/tx/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=0.03e8,
    ),

then you can start the pool with:

nohup python run_p2pool.py --net leprocoin --address yourwalletadress --give-author 0 -f 1 walletRPCuser walletRPCpassword &


Donations: 
LPC: VZt3ChHCz7y682cGBy5M2LxnJuzD7ucCG6     LTC:  LaUvf6tierSXnDdPbP1p2DTyDXAr1MdJ9m      BTC:  1BdE6KiiaGJwaghEc4Em5t5izHEJngphWq

full member
Activity: 210
Merit: 100
Solo mining is working very well. Fun to have a coin to mine solo, it´s like btc in 2009. Who will send me a pizza for my lpc?

Diff is still very low. Just try it. There is alway gold at the end of the rainbow Wink
full member
Activity: 126
Merit: 100
LeproCoin [LPC] p2pool  http://lpc.cryptominingpool.net:9130

no registration, just mining

cgminer --scrypt -o stratum+tcp://lpc.cryptominingpool.net:9130 -u yourWalletAdress -p x

secure, mining direct into your own wallet, no Coins on the server, the best way to mine with an encrypted wallet

Location: Germany

Fee 1%

:-)


one more p2pool node:

http://leprocoin.org:9130/static/

cgminer --scrypt -o stratum+tcp://leprocoin.org:9130 -u yourWalletAdress -p x

Location: USA
sr. member
Activity: 518
Merit: 251
Cool!  A coin to honor leprosy--leprocoin. Roll Eyes
newbie
Activity: 56
Merit: 0
So, who is like this coin?
newbie
Activity: 56
Merit: 0
soon will be p2pool
hero member
Activity: 756
Merit: 500
Diffi drops down. Estimated is always higher amd diffi is falling Huh
Is it a bug or a feature Huh
newbie
Activity: 9
Merit: 0
It could be great coin, since community is massive, and a lot of intelegent people there. I'm mining LPC solo atm.
full member
Activity: 126
Merit: 100
whats wrong at the moment.
so low diffi and not much coins Huh
all big pools do not get much

The diff was since launch ok for solomining, so many User mining solo...  and that is good!
hero member
Activity: 756
Merit: 500
whats wrong at the moment.
so low diffi and not much coins Huh
all big pools do not get much
sr. member
Activity: 308
Merit: 250
Registrations are closed for now. Pls join other pools. thank you !

poolerino over 50%
full member
Activity: 322
Merit: 100
poolerino over 50%
newbie
Activity: 46
Merit: 0
wow....   there are allready many transactions with LPC....  

I can see the russian community at leprosorium getting behind this coin, kind of like linden dollars.
It's a sub 10,000alexa ranked website.

This coin may make it somewhere!

Anyone want to trade Mooncoin for Leprocoins?

Exactly this. Am back mining now - love this coin!
Pages:
Jump to: