Bitcoin Forum
June 20, 2024, 11:56:53 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 »
  Print  
Author Topic: [ANN][LPC] 1 Million LeproCoins Mined! New On Comkort!  (Read 51716 times)
Symbiont
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 08, 2014, 06:12:52 PM
 #81

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
Maddin0815
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 08, 2014, 06:20:47 PM
 #82

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


----> a new exchange starts in februar -> http://www.comkort.com  get hottest news and your refferal link right now on bottom of the site. <----
----> http://www.comkort.com will add Leprocoin [LPC] <----
L3pje
Sr. Member
****
Offline Offline

Activity: 283
Merit: 250

www.l3p.nl


View Profile WWW
January 08, 2014, 06:21:10 PM
 #83

I just have to mine this coin just for its name  Grin
greentea
Legendary
*
Offline Offline

Activity: 1418
Merit: 1002



View Profile
January 08, 2014, 06:23:31 PM
 #84

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?


NEM   NanoWallet   SuperNodes   Apostille   Landstead   Catapult   Mijin
▃▃▃▅▅▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▅▅▅▃▃▃
Maddin0815
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 08, 2014, 06:29:12 PM
 #85


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


----> a new exchange starts in februar -> http://www.comkort.com  get hottest news and your refferal link right now on bottom of the site. <----
----> http://www.comkort.com will add Leprocoin [LPC] <----
tarmYg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 08, 2014, 06:38:28 PM
 #86

What's the difference between solo mining and P2P mining?
Maddin0815
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 08, 2014, 07:06:13 PM
 #87

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

----> a new exchange starts in februar -> http://www.comkort.com  get hottest news and your refferal link right now on bottom of the site. <----
----> http://www.comkort.com will add Leprocoin [LPC] <----
blufox
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 08, 2014, 08:06:13 PM
 #88

Diff is really low now: 0.11! Solo-mining an option?
tarmYg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 08, 2014, 08:08:26 PM
 #89

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.
Symbiont
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 08, 2014, 08:13:59 PM
 #90

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
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 08, 2014, 08:18:32 PM
 #91

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?

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 Offline

Activity: 84
Merit: 10


View Profile
January 08, 2014, 08:50:30 PM
 #92

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
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 08, 2014, 09:01:00 PM
 #93

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
Maddin0815
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 08, 2014, 10:09:49 PM
 #94

one more p2pool node:

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

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

Location: USA

 :-)

----> a new exchange starts in februar -> http://www.comkort.com  get hottest news and your refferal link right now on bottom of the site. <----
----> http://www.comkort.com will add Leprocoin [LPC] <----
nervix (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 08, 2014, 10:50:27 PM
 #95


I´m mining Leprocoin [LPC] https://bitcointalk.org/index.php?topic=400393.0 (VFhkf2Jt2AoNAY1mpxpKLbpsJo4sjJSKSS)
dotnetmin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 09, 2014, 06:44:31 AM
 #96



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
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 09, 2014, 08:53:12 AM
 #97

[WTB] - Want some LPC  - have 10,000.0 DOGE

PM me with your offer, Thanks
Maddin0815
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 09, 2014, 10:52:24 AM
 #98



nice....   we need more...  Smiley

----> a new exchange starts in februar -> http://www.comkort.com  get hottest news and your refferal link right now on bottom of the site. <----
----> http://www.comkort.com will add Leprocoin [LPC] <----
poyke
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 09, 2014, 12:57:07 PM
 #99

Lets get LPC voted on CoinedUp !!
http://www.reddit.com/r/coinedup

We need to make a post and just comment on it and thumb up

greentea
Legendary
*
Offline Offline

Activity: 1418
Merit: 1002



View Profile
January 09, 2014, 02:42:51 PM
 #100



great looking coins .... this coin is starting to catch on

NEM   NanoWallet   SuperNodes   Apostille   Landstead   Catapult   Mijin
▃▃▃▅▅▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▅▅▅▃▃▃
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 »
  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!