Author

Topic: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ - page 149. (Read 398951 times)

sr. member
Activity: 420
Merit: 250
"to endure to achieve"

yeah my miner is still working away, but nothing showing for me in ages... pool sent 13k coins to my wallet over an hour ago, and not a single coin mined by me since???

just so you are aware that that pool is the PND coin and not our coin PANDA..
member
Activity: 83
Merit: 10
*p2pool


Here is a patch to get a public thepandacoin p2pool node,  this patch applies to the original vertcoin p2pool code (git clone git://github.com/donSchoe/p2pool-vtc).

You may setup your own p2pool node. You will get a low latency, low dead on arrival stratum server, and no fees....


p2pool

diff -r -u /dosr/src/p2pool-vtccoins-20140217/p2pool/bitcoin/networks.py p2pool-vtccoins-20140217/p2pool/bitcoin/networks.py
--- /dosr/src/p2pool-vtccoins-20140127/p2pool/bitcoin/networks.py   2014-02-15 15:45:28.000000000 +0100
+++ p2pool-vtccoins-20140127/p2pool/bitcoin/networks.py   2014-02-17 19:02:53.000000000 +0100
@@ -252,6 +252,29 @@
         DUMB_SCRYPT_DIFF=2**16,
         DUST_THRESHOLD=0.03e8,
     ),
+
+    thepandacoin=math.Object(
+        P2P_PREFIX='fabfb5da'.decode('hex'),
+        P2P_PORT=8889,
+        ADDRESS_VERSION=56,
+        RPC_PORT=5888,
+        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
+            'thepandacoinaddress' 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__('vtc_scrypt').getPoWHash(data)),
+        BLOCK_PERIOD=150, # s
+        SYMBOL='PANDA',
+        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Thepandacoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Thepandacoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.thepandacoin'), 'thepandacoin.conf'),
+        BLOCK_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/block/',
+        ADDRESS_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/address/',
+        TX_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/tx/',
+        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
+        DUMB_SCRYPT_DIFF=2**16,
+        DUST_THRESHOLD=0.03e8,
+    ),
+
 )
 for net_name, net in nets.iteritems():
     net.NAME = net_name
diff -r -u /dosr/src/p2pool-vtccoins-20140127/p2pool/networks.py p2pool-vtccoins-20140127/p2pool/networks.py
--- /dosr/src/p2pool-vtccoins-20140127/p2pool/networks.py   2014-02-16 11:28:40.000000000 +0100
+++ p2pool-vtccoins-20140127/p2pool/networks.py   2014-02-17 19:06:12.000000000 +0100
@@ -160,6 +160,26 @@
         ANNOUNCE_CHANNEL='#cachecoin-bots',
         VERSION_CHECK=lambda v: True,
     ),
+
+    thepandacoin=math.Object(
+        PARENT=networks.nets['thepandacoin'],
+        SHARE_PERIOD=15, # seconds
+        CHAIN_LENGTH=1*60*60//10, # shares
+        REAL_CHAIN_LENGTH=1*60*60//10, # shares
+        TARGET_LOOKBEHIND=200, # shares
+        SPREAD=12, # blocks
+        IDENTIFIER='a06a81c827ca8129'.decode('hex'),
+        PREFIX='7c3614a6bcdc4192'.decode('hex'),
+        P2P_PORT=18187,
+        MIN_TARGET=4,
+        MAX_TARGET=2**256//2**20 - 1,
+        PERSIST=False,
+        WORKER_PORT=8169,
+        BOOTSTRAP_ADDRS='rock.awiki.org wolf.awiki.org'.split(' '),
+        ANNOUNCE_CHANNEL='#p2pool-vtc',
+        VERSION_CHECK=lambda v: True,
+    ),
+
 )
 for net_name, net in nets.iteritems():
     net.NAME = net_name
member
Activity: 82
Merit: 10

yeah my miner is still working away, but nothing showing for me in ages... pool sent 13k coins to my wallet over an hour ago, and not a single coin mined by me since???


PND is not PANDA ( www.pandapool.info )

THAT IS NOT PANDA POOL!!!
newbie
Activity: 36
Merit: 0
Why won't it mine, what am i doing wrong?

start /D "C:\Users\admin\Desktop\vertminer" cgminer.exe --scrypt-vert -o stratum+tcp://panda.miningwith.us:4888 -u xxx -p xxx -w 256 -g 2 --lookup-gap 2 -I 13 --thread-concurrency 8192

Is the executable in the vertminer directory cgminer.exe? I am using a forked version of cgminer for vert not the actual vertminer. check the executable name
member
Activity: 60
Merit: 10
Serious question:  What are you trying to accomplish with Panda?  You guys basically just want a doge 2.0, right?  Its a little like seeing the success of facebook, and then you come out and get all excited about myspace 2.0.  How has that worked out?

Wolong pumps this as the "asian dogecoin" but the asians were already in dogecoin and we only got up to 280 satoshis.  Suppose he had success and ALL the asians switched and went to Panda...ok, now you took half the market share from dogecoin.  Congratulations.  Doges price goes down 50%, your price goes up 50%.  But if dogecoin hasnt hit 500 satoshis with its massive community, what makes you think panda can with its tiny community not to mention 4chan trying to take marketshare from panda with pnd?

Best case scenario...lets say your dreams come true and tommorrow you hit 500 satoshi.  Congrats.  Now what?  Now you sell?  Then what?  Start a new coin? and then another coin and then another. Why don't you just stick to 1 coin and ride it all the way through instead of jumping from coin to coin every 30 days?
Do whatever you want, and I'll do the same. Solved.

Pandacoiners.

full member
Activity: 196
Merit: 100
Serious question:  What are you trying to accomplish with Panda?  You guys basically just want a doge 2.0, right?  Its a little like seeing the success of facebook, and then you come out and get all excited about myspace 2.0.  How has that worked out?

Wolong pumps this as the "asian dogecoin" but the asians were already in dogecoin and we only got up to 280 satoshis.  Suppose he had success and ALL the asians switched and went to Panda...ok, now you took half the market share from dogecoin.  Congratulations.  Doges price goes down 50%, your price goes up 50%.  But if dogecoin hasnt hit 500 satoshis with its massive community, what makes you think panda can with its tiny community not to mention 4chan trying to take marketshare from panda with pnd?

Best case scenario...lets say your dreams come true and tommorrow you hit 500 satoshi.  Congrats.  Now what?  Now you sell?  Then what?  Start a new coin? and then another coin and then another. Why don't you just stick to 1 coin and ride it all the way through instead of jumping from coin to coin every 30 days?

are you still trolling our thread? :/

Let me ask YOU a serious question, what objectives do you think other coins that are launching have?

Lets clarify something, again, one more time, as devs and heavyweight IPO investors have stated, they will be holding the VAST MAJORITY of their funds for 6months -> some even wont have access to their wallets until August this year.. so.. from that point of you, our lifespan is guaranteed to be 95% longer than the majority of new alt coin releases, and also survive past current ones which have launched prior to us. The objective with any alternate currency is to provide a fresh take on what that respective dev team deem to be issues which are in need of solving and hopefully innovate new ways in which we can build a larger community (across all crypto , not just coin specific) and all benefit from both the community and the investment in time/money/resource/hardware/etc.

So, I think you sound like an entitled moron saying 'we only got to 280 satoshi' with DOGE.. you do realise that first of all, WOLONG was primarily responsible for DOGE getting out of the funk in the sub 50 satoshi range, and that caused a huge amount of interest from people who are trying to earn a quick buck and see if crypto is profitable.. guess what.. I am not personally in wolongs groups, infact, even though we are on the PANDA team together, we have little interaction as we move separate parts of the machine.


Second, your comments make no sense.. you clearly went in to DOGE for profit, and are mad because you _only_ got to 280 satoshi.. <- "ok" but if someone offers you the next best thing .. whatever it may be, PANDA or otherwise, you are going to criticize it because no one should sell their coins? lol what..

What your dreams may be and our dreams may be are clearly worlds apart. Our objective here is to create a stabilized, recognized and established cryptocurrency that serves a global community with the right people behind it in order to make those things happen.

You are probably one of the guys who got involved with DOGE within the last month because you heard the hype around it and you don't remember / don't know anything to do with what it was like in the early days.. but feel free to prove me wrong Smiley

In all due respect, the facebook and myspace comparison is seriously weak. Crypto in itself encourages its users/adopters to have a broad portfolio of multiple coins and this community is built on choice and diversity. Despite what you think, we are not in competition with eachother in the slightest..facebook and myspace are. Its a moot point and in all honesty, as myself and other people here have said in the thread, if this crypto isn't for you then thats entirely your decision, no one is forcing you to do anything. The name of the game is money at the end of the day and we all want to make money and thats why we are all involved with crypto first and foremost. If we are able to provide a solid opportunity for people to get involved with based on the way we have built the coin, through features and IPO and massive market potential in asia, then its down to those individual users to decide whether or not they want to invest their time and money.. on the flip side.. its not going to be for everyone and we fully respect that Smiley

Sev
full member
Activity: 154
Merit: 100

yeah my miner is still working away, but nothing showing for me in ages... pool sent 13k coins to my wallet over an hour ago, and not a single coin mined by me since???
hero member
Activity: 770
Merit: 500
full member
Activity: 154
Merit: 100
Pool https://panda.suprnova.cc still searching for miners, 0 % fee, Stratum, Vardiff and everything you need..

Jump in

https://panda.suprnova.cc


where is the pool based.... EU?
newbie
Activity: 21
Merit: 0
If you have 280x and 8gigs of system ram just use your core/mem, gpu threads, intensity and TC from cgminer settings, it will provide you with exactly half your scrypt hashing power in vertminer.

if you have 290 and 8 gigs of system ram use the same settings from cgminer EXCEPT TC which needs to be lower unless you have 16gigs ie I use 32768 for cgminer but 22528 for vertminer, it gives me exactly half of the scrypt hashing power.
legendary
Activity: 2688
Merit: 1240
Pool https://panda.suprnova.cc still searching for miners, 0 % fee, Stratum, Vardiff and everything you need..

Jump in

https://panda.suprnova.cc
full member
Activity: 154
Merit: 100
Any one know whats happening to poolerino panda pool - nothing showing as confirmed etc

last block was shown as found 2 hrs ago....

my miner is still chugging away...

im thinking it has been attacked in some way? even the chat not showing anything new for 2 hrs
hero member
Activity: 658
Merit: 534
Serious question:  What are you trying to accomplish with Panda?  You guys basically just want a doge 2.0, right?  Its a little like seeing the success of facebook, and then you come out and get all excited about myspace 2.0.  How has that worked out?

Wolong pumps this as the "asian dogecoin" but the asians were already in dogecoin and we only got up to 280 satoshis.  Suppose he had success and ALL the asians switched and went to Panda...ok, now you took half the market share from dogecoin.  Congratulations.  Doges price goes down 50%, your price goes up 50%.  But if dogecoin hasnt hit 500 satoshis with its massive community, what makes you think panda can with its tiny community not to mention 4chan trying to take marketshare from panda with pnd?

Best case scenario...lets say your dreams come true and tommorrow you hit 500 satoshi.  Congrats.  Now what?  Now you sell?  Then what?  Start a new coin? and then another coin and then another. Why don't you just stick to 1 coin and ride it all the way through instead of jumping from coin to coin every 30 days?
Do whatever you want, and I'll do the same. Solved.
member
Activity: 64
Merit: 10
With my r9 290 I only get 280khash (WU=275) at max. Seen people reaching 350khash with ease.

Who is willing to take a look at my settings and have the golden advice for me?

i = 13 (any higher gives HW errors)
tc = 14208 (any higher gives gpu failure error)
w = 512
core = 1000
mem = 1325 (any higher and my screen turns black)
powertune = +20 (have tried -20 and 0, but does give lower WU)

(cant copy my .bat file, since im not at home at the moment).

Its running on an old Intel C2D E4400 system with 4 gb of ram. Ive seen suggestions that 8gb is much better. But.. if i want to upgrade to 8gb, i must upgrade my cpu and mobo at the same time. Looking at 400 euro's for upgrade. Since btc is so low, i wont withdraw btc to cash to upgrade. If the ram is my problem, at least i know its that.

Is it my ram, or am I missing the special setting? Ive been active in the chatroom, but so busy there my question doenst get noticed that well.

Thank you for your consideration and reply.

I've got 5 machines with anywhere from 2 to 4 R9 290s each in them and from what I am seeing you really need 4GB of system memory PER card installed to get the best hash rates. ie 2 cards you want 8gb, 4 cards you want 16gb, etc...

total BS. I have 4gb of ram and i'm getting 388 off each 7970 at 67 degrees.

i'm dumping this crap. fuck wolong.

That's great but I'm talking about R9 290s
full member
Activity: 168
Merit: 100
With my r9 290 I only get 280khash (WU=275) at max. Seen people reaching 350khash with ease.

Who is willing to take a look at my settings and have the golden advice for me?

i = 13 (any higher gives HW errors)
tc = 14208 (any higher gives gpu failure error)
w = 512
core = 1000
mem = 1325 (any higher and my screen turns black)
powertune = +20 (have tried -20 and 0, but does give lower WU)

(cant copy my .bat file, since im not at home at the moment).

Its running on an old Intel C2D E4400 system with 4 gb of ram. Ive seen suggestions that 8gb is much better. But.. if i want to upgrade to 8gb, i must upgrade my cpu and mobo at the same time. Looking at 400 euro's for upgrade. Since btc is so low, i wont withdraw btc to cash to upgrade. If the ram is my problem, at least i know its that.

Is it my ram, or am I missing the special setting? Ive been active in the chatroom, but so busy there my question doenst get noticed that well.

Thank you for your consideration and reply.

I've got 5 machines with anywhere from 2 to 4 R9 290s each in them and from what I am seeing you really need 4GB of system memory PER card installed to get the best hash rates. ie 2 cards you want 8gb, 4 cards you want 16gb, etc...

total BS. I have 4gb of ram and i'm getting 388 off each 7970 at 67 degrees.

i'm dumping this crap. fuck wolong.
member
Activity: 64
Merit: 10
Gents, I need help from someone who is smarter then me... So that should not be to difficult :-)

How much time is needed to solo mine a pandaCoin block with 2,5MH/s calculating power?

If there is a calculator, i would appreciate a link. If there is a formula, so I can calculate for myself, even better!

Thnx in advance.

I would roughly guess about 2-3 days
newbie
Activity: 2
Merit: 0
Gents, I need help from someone who is smarter then me... So that should not be to difficult :-)

How much time is needed to solo mine a pandaCoin block with 2,5MH/s calculating power?

If there is a calculator, i would appreciate a link. If there is a formula, so I can calculate for myself, even better!

Thnx in advance.
member
Activity: 64
Merit: 10
With my r9 290 I only get 280khash (WU=275) at max. Seen people reaching 350khash with ease.

Who is willing to take a look at my settings and have the golden advice for me?

i = 13 (any higher gives HW errors)
tc = 14208 (any higher gives gpu failure error)
w = 512
core = 1000
mem = 1325 (any higher and my screen turns black)
powertune = +20 (have tried -20 and 0, but does give lower WU)

(cant copy my .bat file, since im not at home at the moment).

Its running on an old Intel C2D E4400 system with 4 gb of ram. Ive seen suggestions that 8gb is much better. But.. if i want to upgrade to 8gb, i must upgrade my cpu and mobo at the same time. Looking at 400 euro's for upgrade. Since btc is so low, i wont withdraw btc to cash to upgrade. If the ram is my problem, at least i know its that.

Is it my ram, or am I missing the special setting? Ive been active in the chatroom, but so busy there my question doenst get noticed that well.

Thank you for your consideration and reply.

I've got 5 machines with anywhere from 2 to 4 R9 290s each in them and from what I am seeing you really need 4GB of system memory PER card installed to get the best hash rates. ie 2 cards you want 8gb, 4 cards you want 16gb, etc...
member
Activity: 60
Merit: 10
Serious question:  What are you trying to accomplish with Panda?  You guys basically just want a doge 2.0, right?  Its a little like seeing the success of facebook, and then you come out and get all excited about myspace 2.0.  How has that worked out?

Wolong pumps this as the "asian dogecoin" but the asians were already in dogecoin and we only got up to 280 satoshis.  Suppose he had success and ALL the asians switched and went to Panda...ok, now you took half the market share from dogecoin.  Congratulations.  Doges price goes down 50%, your price goes up 50%.  But if dogecoin hasnt hit 500 satoshis with its massive community, what makes you think panda can with its tiny community not to mention 4chan trying to take marketshare from panda with pnd?

Best case scenario...lets say your dreams come true and tommorrow you hit 500 satoshi.  Congrats.  Now what?  Now you sell?  Then what?  Start a new coin? and then another coin and then another. Why don't you just stick to 1 coin and ride it all the way through instead of jumping from coin to coin every 30 days?
newbie
Activity: 28
Merit: 0
i ejaculated on a panda today while in the zoo

+10

Let's turn it to 11

We updated the site yesterday, but we are still doing maintenance on the live ticker.

Please check by shortly.
Jump to: