Symbiont
|
|
January 08, 2014, 06:12:52 PM |
|
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
|
|
|
|
Maddin0815
|
|
January 08, 2014, 06:20:47 PM |
|
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 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 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
|
|
|
|
L3pje
|
|
January 08, 2014, 06:21:10 PM |
|
I just have to mine this coin just for its name
|
|
|
|
greentea
Legendary
Offline
Activity: 1418
Merit: 1002
|
|
January 08, 2014, 06:23:31 PM |
|
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 How do you solo mine on linux... is it possible if their is no *nix wallet?
|
|
|
|
Maddin0815
|
|
January 08, 2014, 06:29:12 PM |
|
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... $ 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....
|
|
|
|
tarmYg
Newbie
Offline
Activity: 16
Merit: 0
|
|
January 08, 2014, 06:38:28 PM |
|
What's the difference between solo mining and P2P mining?
|
|
|
|
Maddin0815
|
|
January 08, 2014, 07:06:13 PM |
|
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
|
|
|
|
blufox
Member
Offline
Activity: 84
Merit: 10
|
|
January 08, 2014, 08:06:13 PM |
|
Diff is really low now: 0.11! Solo-mining an option?
|
|
|
|
tarmYg
Newbie
Offline
Activity: 16
Merit: 0
|
|
January 08, 2014, 08:08:26 PM |
|
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/P2PoolThank you, much appreciated.
|
|
|
|
Symbiont
|
|
January 08, 2014, 08:13:59 PM |
|
Solo mining is working with encrypted wallet as well. I´m mining with GUIminer Scrypt Alpha.
Solo mining is still working with this diff. I even did it with diff 0.85 for a while.
|
|
|
|
Calhil
|
|
January 08, 2014, 08:18:32 PM |
|
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 How do you solo mine on linux... is it possible if their is no *nix wallet? Why are you saying there is no wallet for linux? Did you check the sources? I was solo mining from day 1 on ubuntu with no problems. Every linux distro also guarantees you no orphan blocks, something everyone should take into account.
|
BLC & SKC node: addnode=192.3.171.213 BLC: BcaLHiLk74XXSZdebHQY8b3CaoEBLaPtoV
|
|
|
blufox
Member
Offline
Activity: 84
Merit: 10
|
|
January 08, 2014, 08:50:30 PM |
|
Solo mining is working with encrypted wallet as well. I´m mining with GUIminer Scrypt Alpha.
Solo mining is still working with this diff. I even did it with diff 0.85 for a while.
With what hashrate? I ran it for a while with 1,4 mh/s but got nothing.
|
|
|
|
Symbiont
|
|
January 08, 2014, 09:01:00 PM |
|
Solo mining is working with encrypted wallet as well. I´m mining with GUIminer Scrypt Alpha.
Solo mining is still working with this diff. I even did it with diff 0.85 for a while.
With what hashrate? I ran it for a while with 1,4 mh/s but got nothing. I´ve 3 rigs with 2,1 / 1.8 / 1,4 MHs... it´s working
|
|
|
|
|
nervix (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
January 08, 2014, 10:50:27 PM |
|
|
|
|
|
dotnetmin
|
|
January 09, 2014, 06:44:31 AM |
|
Nice work. Any news that makes us belive mining this coin maks sense Yersterday diffi jumps were amazing and as i would say not really comprehensible Makes it hard now stay mining this coin.
|
|
|
|
dotnetmin
|
|
January 09, 2014, 08:53:12 AM |
|
[WTB] - Want some LPC - have 10,000.0 DOGE
PM me with your offer, Thanks
|
|
|
|
Maddin0815
|
|
January 09, 2014, 10:52:24 AM |
|
nice.... we need more...
|
|
|
|
|
greentea
Legendary
Offline
Activity: 1418
Merit: 1002
|
|
January 09, 2014, 02:42:51 PM |
|
great looking coins .... this coin is starting to catch on
|
|
|
|
|