Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Randy pNut on January 27, 2014, 06:45:14 PM



Title: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on January 27, 2014, 06:45:14 PM
pNut --> 8


https://i.imgur.com/owZ2nVs.png

pNut, a small coin for small people.


Live stats: -- rebuilding, not available yet --
https://i.imgur.com/TVMJi4g.png

http://www.e-token.org/gfx/externals/023.png wut ?

pNut is one of the rares coin based on Primecoin (XPM). The XPM particularity is to have a no hashcash Proof-of-work system.
You don't mine this coin by hashes, but through a scientist algorithm about resolving Cunningham chains. The mining is from your CPU.
At the moment no ASIC/GPU/ect can mine pNut.


http://www.e-token.org/gfx/externals/029.pngnPut is for small peoples !

You can mine it with your desktop, from a VPS, or a laptop, ... and still compete.
Of course you produce more, if your CPU is powerful, or if you have many VPS running.

For more detail about the pNut algorithm, please read the magnificent Primecoin paper.
http://primecoin.org/static/primecoin-paper.pdf (http://primecoin.org/static/primecoin-paper.pdf)

The coin is premined about 1000 on block 1, just for the work I did and I will do. The mining start right now from block 2 !

pNut is rare,
pNut is fast,
pNut is for all,
pNut is ecologist,
pNut is wonderful,
that's crazy.



http://www.e-token.org/gfx/externals/011.pngpNut zBloks

Block target is 30 seconds.
Difficulty retarget every blocks.
Algorithm is Proof-of-work, Cunningham chain.
Block reward max depend of the network (chainrate, difficulty, ect...).
Coin limit: infinity yey.
Transaction confirmation: 24 blocks -> 12 minutes.
Mining confirmation: 500 blocks -> 4 hours.



http://www.e-token.org/gfx/externals/019.pngJoin the party, download the wallet !

Github: https://github.com/pnut-coin/pnut (https://github.com/pnut-coin/pnut)
(direct sources download: https://mega.co.nz/#!Q8MCyIbR!O2GmwW3koxQ5ok8j-aHCZagOntnbeMc5lJ7beQEG2YY (https://mega.co.nz/#!Q8MCyIbR!O2GmwW3koxQ5ok8j-aHCZagOntnbeMc5lJ7beQEG2YY))

Windows: http://downloads.e-token.org/pnut-qt-windows.zip (http://downloads.e-token.org/pnut-qt-windows.zip)

MacOSX Wallet: http://downloads.e-token.org/pnut-qt-macosx.zip
(mirror: http://s000.tinyupload.com/?file_id=49955648662857149205)


http://www.e-token.org/gfx/externals/024.png Useful links:

How to setup, for cheap, multiple VPS for mining pNuts:
http://www.gaznox.com/2013/12/mining-primecoins-on-digitalocean.html (http://www.gaznox.com/2013/12/mining-primecoins-on-digitalocean.html)
http://www.davidedicillo.com/developing/how-to-mine-primecoin-xpm-on-the-cloud/ (http://www.davidedicillo.com/developing/how-to-mine-primecoin-xpm-on-the-cloud/)

Understand nPut by understanding Primecoin:
http://en.wikipedia.org/wiki/Primecoin (http://en.wikipedia.org/wiki/Primecoin)

Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip (http://downloads.e-token.org/jhPrimeminer-aero-windows.zip)
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/ (https://github.com/clintar/jhPrimeminer-Aero/)


http://www.e-token.org/gfx/externals/025.png Install:

Clone from Github
Code:
sudo apt-get update && sudo apt-get upgrade
cd ~
sudo apt-get install git
git clone https://github.com/pnut-coin/pnut.git

Install dependencies
Code:
sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev
sudo apt-get install libglib2.0-dev libglibmm-2.4-dev
sudo apt-get install libboost-all-dev libdb-dev libdb++-dev libminiupnpc-dev libwxgtk2.8-dev

Only if you have an issue with libboost, try
Code:
sudo apt-get install libboost1.46-dev
sudo apt-get install libboost-all-dev

Only if you have an issue with miniupnp, try
Code:
wget http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.8.tar.gz && tar -zxf download.php\?file\=miniupnpc-1.8.tar.gz && cd miniupnpc-1.8/
make
make install
cd ..
rm -rf miniupnpc-1.8 download.php\?file\=miniupnpc-1.8.tar.gz

Compil daemon
Code:
cd ./pnut/src/
make - makefile.linux

Compil Qt
Code:
cd ..
qmake pnut-qt.pro
make -f Makefile


http://www.e-token.org/gfx/externals/020.png Config:

Ports: 25884 (rpc), 25884 (p2p) 35885 (testrpc) 35884 (testp2p)

pNut API looks like bitcoin/litecoin API
https://litecoin.info/Litecoin_API (https://litecoin.info/Litecoin_API)

pnut.conf for mining:
Quote
rpcuser=root
rpcpassword=YOU_NUT_PASSWORD
rpcallowip=localhost
server=1
gen=1
addnode=176.31.160.138
addnode=176.31.160.141


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: zsnorbi on January 27, 2014, 06:51:54 PM
It would be so hard to release a coin when you are having windows wallet?


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: singula on January 27, 2014, 06:52:36 PM
No block source available.
addnodes?


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: refer_2_me on January 27, 2014, 06:53:19 PM
How is this different then primecoin?


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Philll90 on January 27, 2014, 06:53:49 PM
I'm out. Bye..


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 27, 2014, 06:54:11 PM
No block source available.
addnodes?

He should connect to hardcore node after 2mins


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: gargouri2001 on January 27, 2014, 06:55:07 PM
another no windows wallet coin  ???


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: bit0x on January 27, 2014, 06:57:05 PM
INSTAMINE
No wallet!
How many coins per block?


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: badam on January 27, 2014, 06:58:18 PM
You say small peoples coin...then WHERE IS THE WINDOWS WALLET...small people are using windows not linux.
Get lost.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: chip99 on January 27, 2014, 07:01:11 PM
no windows wallet. fuck this


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: MisO69 on January 27, 2014, 07:02:09 PM
Without a windows wallet the linux server farms will have a hayday with this. Good luck, i'm out.



Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Moebius327 on January 27, 2014, 07:03:16 PM
How is this coin better then Primecoin? Could you disclose what's your bonus.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: bit0x on January 27, 2014, 07:14:32 PM
First block 100000000 coins, second and next 1 coin, I think


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Snard on January 27, 2014, 07:19:41 PM
No block source available.
addnodes?

He should connect to hardcore node after 2mins

That's not working. Please post nodes.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: bit0x on January 27, 2014, 07:34:38 PM
NOT FAIR PREMINE


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: singula on January 27, 2014, 07:39:53 PM
Coin dead. Move along.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 27, 2014, 07:44:35 PM
INSTAMINE
No wallet!
How many coins per block?

It's around 10 at the moment.

Quote
How is this coin better then Primecoin? Could you disclose what's your bonus.

My bonus is about 1000. Nothing really, we are already on 2.7k coin generated.
pNut isn't better than Primecoin. XPM is the master not expecting to going over.

Most of altcoin are scrypts and can be mined with hashcash. I hope promoting more this algorithm with pNut.

edit:

try
addnode=176.31.160.138


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Imperative on January 27, 2014, 08:10:16 PM
INSTAMINE
No wallet!
How many coins per block?

It's around 10 at the moment.

Quote
How is this coin better then Primecoin? Could you disclose what's your bonus.

My bonus is about 1000. Nothing really, we are already on 2.7k coin generated.
pNut isn't better than Primecoin. XPM is the master not expecting to going over.

Most of altcoin are scrypts and can be mined with hashcash. I hope promoting more this algorithm with pNut.

edit:

try
addnode=176.31.160.138
Seems to work just fine now.
Not even sure why I'm mining this coin but oh well.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Snard on January 27, 2014, 08:11:24 PM
Quote
How is this coin better then Primecoin? Could you disclose what's your bonus.

My bonus is about 1000. Nothing really, we are already on 2.7k coin generated.

I am confused. You say in the first post that there is no premine, yet the first block has a reward of 1000 that you said went to yourself.

That means it is premined.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: CSM00 on January 27, 2014, 08:28:14 PM
Quote
How is this coin better then Primecoin? Could you disclose what's your bonus.

My bonus is about 1000. Nothing really, we are already on 2.7k coin generated.

I am confused. You say in the first post that there is no premine, yet the first block has a reward of 1000 that you said went to yourself.

That means it is premined.

This.

But, as premines go, its not an unreasonable one - just change your ANN post to mention it clearly.

Surprisingly, there arent many XPM clones out there


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: cayem on January 27, 2014, 08:36:06 PM

Total supply seems to be 2 billion?
static const int64 MAX_MONEY = 2000000000u * COIN;

1000 is a gigantic premine then... 0.00005% !!!


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 27, 2014, 08:37:32 PM
Quote
How is this coin better then Primecoin? Could you disclose what's your bonus.

My bonus is about 1000. Nothing really, we are already on 2.7k coin generated.

I am confused. You say in the first post that there is no premine, yet the first block has a reward of 1000 that you said went to yourself.

That means it is premined.

This.

But, as premines go, its not an unreasonable one - just change your ANN post to mention it clearly.

Surprisingly, there arent many XPM clones out there


Right,
I understand and I think you're right. It's confusing and I'm going to update the front-page.
It's a very small quantity, I just don't want people think I'm hiding something even that small amount.

edit:

not so many XPM clone because it's not easy to understand as litecoin.
Also, only few peoples notice how make the genesis block.
pNut include a small addon to make your genesis (congif.h SEARCH_GENESIS_DUDE).


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: bit0x on January 27, 2014, 08:38:08 PM
OK. No windows wallet, thats bad :(


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Snard on January 27, 2014, 09:11:07 PM
Right,
I understand and I think you're right. It's confusing and I'm going to update the front-page.
It's a very small quantity, I just don't want people think I'm hiding something even that small amount.

I agree 1000 is not alot, but people will cry foul if its not disclosed up front.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: sugarkey on January 28, 2014, 03:37:23 AM
no windos wallet?
damn shit


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 06:17:08 AM
i hope you all did good mining ;)

we are on 30k coin available now, the block target is increasing slowly,

i'm sorry no windows wallet at the moment. i still fail in compiling... tried thousands ways.

i'll do a bounty of 1000 pNut for a compiler ;)

I'm working on a small marketplace that should include pNut and some other coins. I'll keep pNut alive here until release.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: sugarkey on January 28, 2014, 06:28:20 AM
i hope you all did good mining ;)

we are on 30k coin available now, the block target is increasing slowly,

i'm sorry no windows wallet at the moment. i still fail in compiling... tried thousands ways.

i'll do a bounty of 1000 pNut for a compiler ;)

I'm working on a small marketplace that should include pNut and some other coins. I'll keep pNut alive here until release.

https://bitcointalk.org/index.php?topic=149479.0

try this, I can't understand that, maybe you can.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 06:37:16 AM
i hope you all did good mining ;)

we are on 30k coin available now, the block target is increasing slowly,

i'm sorry no windows wallet at the moment. i still fail in compiling... tried thousands ways.

i'll do a bounty of 1000 pNut for a compiler ;)

I'm working on a small marketplace that should include pNut and some other coins. I'll keep pNut alive here until release.

https://bitcointalk.org/index.php?topic=149479.0

try this, I can't understand that, maybe you can.

this one i did,
all the ones i did are fails. i don't understand how some peoples success in this =)

But I found a new guide about cross-compiling, will try it today. I hope i will success or someone will compil for us ;)


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: dE_logics on January 28, 2014, 11:07:35 AM
You say small peoples coin...then WHERE IS THE WINDOWS WALLET...small people are using windows not linux.
Get lost.

I'm small, I dont use software worth $0 that costs $400.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: dE_logics on January 28, 2014, 11:08:36 AM
INSTAMINE
No wallet!
How many coins per block?

No Windows wallet. Use Windows, and you'll fail yet again.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: PokerDoberman on January 28, 2014, 12:03:51 PM
Unix wallet still working good with solo mine :)


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 12:46:40 PM
Unix wallet still working good with solo mine :)

the pNut can be mine only by desktops, laptops, vps or so.
No hashcash computer, asic or other can mine it because it's not hashes you have to resolve.

the gap between a normal desktop and hashcash stuff is to high. You can't expect to resolve any block if you mine any 'normal' altcoin with your desktop.
with pNut: no hashcash computer allowed. so solo mining should work nice during such time.

some peoples rent lots of cheap vps to mine primecoin, it's something you can do with pNut. edit: also mean, if you have mining stuff, you can still mine your favourite coin, and mine pnut in the same time.

Quote
   Number of supplies: unlimited.
    Last block found: 11125
    Actual supplies: 81186.07 pNut
    Actual difficulty: 6.51831663
    Last block reward: 5.86 pNut
    Avg reward for the last 100 blocks: 5.86 pNut
    Avg time to mine a block (last 100): 8 sec / block


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: PokerDoberman on January 28, 2014, 01:07:07 PM
edit: also mean, if you have mining stuff, you can still mine your favourite coin, and mine pnut in the same time.

Yes I can, but processor resources will be divided between two coin miners.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: dE_logics on January 28, 2014, 03:24:59 PM
Quote
No hashcash computer, asic or other can mine it because it's not hashes you have to resolve.

If you Google, you'll see various circuits (ASIC) which's intended to generate prime number, and that's only for practice.

Implementing an ASIC for Cunningham chain is actually easier than sha256.


Title: Re: [ANN] < -- pNut-- > primecoin base, no hashcash < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 03:56:39 PM
Quote
No hashcash computer, asic or other can mine it because it's not hashes you have to resolve.

If you Google, you'll see various circuits (ASIC) which's intended to generate prime number, and that's only for practice.

Implementing an ASIC for Cunningham chain is actually easier than sha256.

http://www.reddit.com/r/primecoin/comments/1uuvoi/is_it_still_worth_cpu_mining_xpm/

asic + primecoin on google, article less than 2months or so

the kooooj comment very nice.
http://www.reddit.com/r/primecoin/comments/1ra887/good_news_for_primecoin_one_such_coin_that_exists/

this one is nice as well
http://www.reddit.com/r/primecoin/comments/1smm6n/asic_resistance_through_minting_rate_the/

http://www.cryptocoinsnews.com/2013/11/22/alpha-technologies-offer-scrypt-mining-asics/

gpu + primecoin on google last 2 months:

This article is 5 months but he explain well why even if you port to gpu it will be bottleneck:
http://www.cryptocoinsnews.com/2013/08/22/xpm-so-why-is-porting-primecoin-mining-to-the-gpu-so-difficult/

no gpu miner out
http://www.reddit.com/r/primecoin/comments/1rquhx/is_there_a_gpu_miner_out/

the only one here never really worked
https://bitcointalk.org/index.php?topic=273637.0

primecoin cpu/gpu sourceforge, last update 01 january they explain that no gpu miner is available:
http://sourceforge.net/projects/primecoincpugpuminers/

i stop here,
but the actual state is clear: no asic, no gpu. even if you can, it's not profitable. Only CPU can mine Primecoin so nPut.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dE_logics on January 28, 2014, 05:32:43 PM
Very well then, good for pnut and primecoin.

Anyone got this working with Xolominer? I get

connecting to [::1]:9024
connecting to [::1]:9024
connecting to [::1]:9024
...


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 06:58:21 PM
Very well then, good for pnut and primecoin.

Anyone got this working with Xolominer? I get

connecting to [::1]:9024
connecting to [::1]:9024
connecting to [::1]:9024
...

try again with the port 25885 or 25884 !


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Randy pNut on January 28, 2014, 09:51:44 PM
Released live stats here: http://176.31.160.138/ (http://176.31.160.138/)

https://i.imgur.com/TVMJi4g.png


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: zakorus on January 28, 2014, 11:23:49 PM
must... have... windows wallet.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dE_logics on January 29, 2014, 02:44:44 AM
Very well then, good for pnut and primecoin.

Anyone got this working with Xolominer? I get

connecting to [::1]:9024
connecting to [::1]:9024
connecting to [::1]:9024
...

try again with the port 25885 or 25884 !

I changed the default.

Code:
netstat -tulpn | grep pnut-qt
tcp        0      0 0.0.0.0:25884           0.0.0.0:*               LISTEN      23082/./pnut-qt     
tcp        0      0 127.0.0.1:9024          0.0.0.0:*               LISTEN      23082/./pnut-qt     
tcp6       0      0 :::25884                :::*                    LISTEN      23082/./pnut-qt     
tcp6       0      0 ::1:9024


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: erazor2k on January 29, 2014, 08:26:34 PM
pnutd working perfectly under linux and is mining!

Do you want to set a bounty (int btc)
for porting client to windows? (i can do)


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Randy pNut on January 30, 2014, 07:41:40 AM
Yes I'm doing a 1k bounty (edit: in pNut [or with eToken], not BTC huh ^^) for a windows wallet atm ;)

I'm working on the pNut website atm ;)


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dE_logics on January 30, 2014, 02:32:04 PM
Pnut is MUCH better than etoken.  :D

These coins have practically identical specifications (confirmations times too slow (>5 minutes), difficulty retarget too slow (>3 hours), mining process too slow (takes 4+ years) and relies on transaction fee in the future --

eToken
MARIOBROSCOIN
feathercoin
Litecoin
Love
Skycoin
RoyalCoin
Applecoin
Chicoin
EXILECOIN
Hotcoin
HAYEKCOIN
Dubstepcoin
Bitcoin Scrypt
Communitycoin
Unitecoin
RONPAULCOIN
Monacoin
Giftcoin
Mediacoin
Reserved
Freedomcoin
rarecoin
Lennycoin
Paypalcoin
Turbocoin
Astrocoin
GALTCOIN
Stockcoin
Machinecoin
Tittiecoin
Bellacoin


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 01:13:09 AM
This is actually a nice CPU coin and easy to solo mine at the moment.

The premine of 1k coins is minimal and the dev is willing to donate it to whoever releases a windows wallet.

I'll also donate 1k to whoever releases a windows wallet  ;)


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 01:35:24 AM
This is actually a nice CPU coin and easy to solo mine at the moment.

The premine of 1k coins is minimal and the dev is willing to donate it to whoever releases a windows wallet.

I'll also donate 1k to whoever releases a windows wallet  ;)

I will try.

Windows wallet is ready and fully working.

Download here: http://s000.tinyupload.com/index.php?file_id=64532443714325673514

My pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Coinscious on January 31, 2014, 01:37:56 AM
I'm trying to compile it. It's already done. If there are no errors, I could post it in about 10-15 minutes.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 01:39:54 AM
I'm trying to compile it. It's already done. If there are no errors, I could post it in about 10-15 minutes.

Cool! Make sure you iron out any bugs before launching  ;)


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 01:42:11 AM
I'm trying to compile it. It's already done. If there are no errors, I could post it in about 10-15 minutes.

I might post first...

Any other wallets needed?


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 01:43:16 AM
I'm trying to compile it. It's already done. If there are no errors, I could post it in about 10-15 minutes.

I might post first...

Any other wallets needed?

I will give another 1k pNut for a mac wallet


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 01:52:45 AM
I'll do that too.


Any add nodes?  I can't connect.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 02:02:19 AM
Nice one!

Code:
78.30.234.229:25884
117.214.168.101:25884
134.119.3.19:25884
188.138.109.174:25884
192.81.217.82:25884


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Randy pNut on January 31, 2014, 02:03:03 AM
I'm rebuilding the natural nodes, you'll able to connect on them very soon ;)

edit: aaah thanks for the nodes ;)
and I'm doing a 1k bounty for the windows wallet btw.
So it's 2k me + dipsy ;)

redit:

Hardcored 176.31.160.138 is back and running 500% power :D, the 2nd coming soon.

Quote
addnode=176.31.160.138
addnode=176.31.160.141


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 02:14:04 AM
I'm rebuilding the natural nodes, you'll able to connect on them very soon ;)

edit: aaah thanks for the nodes ;)

No probs.

Gotta head off now. Whoever posts the Windows & Mac wallets, post a pNut address & I will give the donation tomorrow  ;)


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 02:14:47 AM
Windows wallet is ready and fully working.

Download here: http://s000.tinyupload.com/index.php?file_id=64532443714325673514

My pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Coinscious on January 31, 2014, 02:16:13 AM
Windows build is ready and fully working.

Download here: http://s000.tinyupload.com/index.php?file_id=64532443714325673514

My pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt

So fast. I'm at some resources errors.
Good job.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 02:17:44 AM
Windows build is ready and fully working.

Download here: http://s000.tinyupload.com/index.php?file_id=64532443714325673514

My pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt

So fast. I'm at some resources errors.
Good job.

Thanks.


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 02:49:58 AM
Mac OSX wallet is ready and fully working.

Download here: http://s000.tinyupload.com/?file_id=49955648662857149205

Again, my pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: sugarkey on January 31, 2014, 03:16:59 AM
Windows wallet is ready and fully working.

Download here: http://s000.tinyupload.com/index.php?file_id=64532443714325673514

My pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt

can you upload windows wallet somewhere else, this website doesn't work for me here. THX@


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: Randy pNut on January 31, 2014, 03:26:48 AM
Windows wallet mirror: http://downloads.e-token.org/pnut-qt-windows.zip
MacOSX wallet mirror: http://downloads.e-token.org/pnut-qt-macosx.zip

Good job ! Updating the front page and sending the bounty soonish !

edit:
front updated + payment done here: 4de31ca57281237cf940ae7484c47eccd5d26d89b86abaf4478a6216a55133fa


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on January 31, 2014, 04:15:27 AM
I cann't connect any node.
My addrress
Nn5o5jwaHEmNBQj6jHBbcWxRuWsAMPECRM


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on January 31, 2014, 05:14:06 AM
I cann't connect any node.
My addrress
Nn5o5jwaHEmNBQj6jHBbcWxRuWsAMPECRM

In console run --

addnode 176.31.160.138 add


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dxas1 on January 31, 2014, 05:57:29 AM
need a pool...


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 07:56:31 AM
Windows wallet mirror: http://downloads.e-token.org/pnut-qt-windows.zip
MacOSX wallet mirror: http://downloads.e-token.org/pnut-qt-macosx.zip

Good job ! Updating the front page and sending the bounty soonish !

edit:
front updated + payment done here: 4de31ca57281237cf940ae7484c47eccd5d26d89b86abaf4478a6216a55133fa

Thanks!  I've only received 1000.  I guess dipsy has not sent the mac bounty yet.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: miramare on January 31, 2014, 08:20:08 AM
So now we can only solo mining, right?


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: dipsy on January 31, 2014, 11:34:01 AM
Mac OSX wallet is ready and fully working.

Download here: http://s000.tinyupload.com/?file_id=49955648662857149205

Again, my pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt

Nice work, 1000 pNut sent:

ac7596d834a56e8e61fa4e102774994d1b4b9f98befabce4f37c8a4dd6cf4e63

I'm not sure about the mac wallet, but the windows wallet has problems connecting. Would you mind rebuilding them with the seed nodes?

Code:
addnode=78.30.234.229:25884
addnode=117.214.168.101:25884
addnode=134.119.3.19:25884
addnode=188.138.109.174:25884
addnode=192.81.217.82:25884
addnode=176.31.160.138
addnode=176.31.160.141

Once it connects nicely, I will gladly send the other 1000 for the windows wallet.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dipsy on January 31, 2014, 11:51:49 AM
So now we can only solo mining, right?

Yep, this is solo mining only at the moment, but you should hopefully be able to find a few blocks per day at the moment.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: getmining.info on January 31, 2014, 11:59:09 AM
Miners for pNut:
Jh Prime Miner - http://xpmwiki.com/index.php?title=Jhprimeminer (http://xpmwiki.com/index.php?title=Jhprimeminer)
Xolominer - http://xpmwiki.com/index.php?title=Xolominer (http://xpmwiki.com/index.php?title=Xolominer)

Hello! Does anyone have a working download link to the Jhprimeminer? Links from the wiki are dead  :(


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: 360998186 on January 31, 2014, 12:23:27 PM
Miners for pNut:
Jh Prime Miner - http://xpmwiki.com/index.php?title=Jhprimeminer (http://xpmwiki.com/index.php?title=Jhprimeminer)
Xolominer - http://xpmwiki.com/index.php?title=Xolominer (http://xpmwiki.com/index.php?title=Xolominer)
you are
Miners for pNut:
Jh Prime Miner - http://xpmwiki.com/index.php?title=Jhprimeminer (http://xpmwiki.com/index.php?title=Jhprimeminer)
Xolominer - http://xpmwiki.com/index.php?title=Xolominer (http://xpmwiki.com/index.php?title=Xolominer)

Hello! Does anyone have a working download link to the Jhprimeminer? Links from the wiki are dead  :(
Hello! Does anyone have a working download link to the Jhprimeminer? Links from the wiki are dead  :(

you are right,I can't download jhprimeminer.lol~


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on January 31, 2014, 01:20:12 PM
Miners for pNut:
Jh Prime Miner - http://xpmwiki.com/index.php?title=Jhprimeminer (http://xpmwiki.com/index.php?title=Jhprimeminer)
Xolominer - http://xpmwiki.com/index.php?title=Xolominer (http://xpmwiki.com/index.php?title=Xolominer)
you are
Miners for pNut:
Jh Prime Miner - http://xpmwiki.com/index.php?title=Jhprimeminer (http://xpmwiki.com/index.php?title=Jhprimeminer)
Xolominer - http://xpmwiki.com/index.php?title=Xolominer (http://xpmwiki.com/index.php?title=Xolominer)

Hello! Does anyone have a working download link to the Jhprimeminer? Links from the wiki are dead  :(
Hello! Does anyone have a working download link to the Jhprimeminer? Links from the wiki are dead  :(

you are right,I can't download jhprimeminer.lol~

Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip (http://downloads.e-token.org/jhPrimeminer-aero-windows.zip)
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/ (https://github.com/clintar/jhPrimeminer-Aero/)

enjoy ;)


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dxas1 on January 31, 2014, 01:34:03 PM


Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip (http://downloads.e-token.org/jhPrimeminer-aero-windows.zip)
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/ (https://github.com/clintar/jhPrimeminer-Aero/)

enjoy ;)
[/quote]


How to use this?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Matt9301 on January 31, 2014, 01:45:05 PM


Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip (http://downloads.e-token.org/jhPrimeminer-aero-windows.zip)
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/ (https://github.com/clintar/jhPrimeminer-Aero/)

enjoy ;)


How to use this?
[/quote]
I would to know so..


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: miramare on January 31, 2014, 03:33:51 PM


Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip (http://downloads.e-token.org/jhPrimeminer-aero-windows.zip)
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/ (https://github.com/clintar/jhPrimeminer-Aero/)

enjoy ;)


How to use this?
[/quote]

No pool and solo mining is inefficient.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on January 31, 2014, 06:27:20 PM
In case you were wondering, Jh Prime Miner segfaults.

Can the developer make some pools? Or with the help of some bounty?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: imdabest239 on January 31, 2014, 07:38:47 PM
can someone set up the way solo mining comand should look this pos keep connecting to y pool


Title: Re: [ANN] < -- pNut-- > primecoin base, CPU mining < the small peoples rare coin
Post by: xibeijan on January 31, 2014, 07:45:45 PM
Mac OSX wallet is ready and fully working.

Download here: http://s000.tinyupload.com/?file_id=49955648662857149205

Again, my pnut address for payment: NwK8KD4vK6vPa8b2aTQzs2GV3Y4BfNvAjt

Nice work, 1000 pNut sent:

ac7596d834a56e8e61fa4e102774994d1b4b9f98befabce4f37c8a4dd6cf4e63

I'm not sure about the mac wallet, but the windows wallet has problems connecting. Would you mind rebuilding them with the seed nodes?

Code:
addnode=78.30.234.229:25884
addnode=117.214.168.101:25884
addnode=134.119.3.19:25884
addnode=188.138.109.174:25884
addnode=192.81.217.82:25884
addnode=176.31.160.138
addnode=176.31.160.141

Once it connects nicely, I will gladly send the other 1000 for the windows wallet.

Thanks.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: xibeijan on January 31, 2014, 07:49:32 PM
When you say "punt is rare" what do you mean?

The supply is essentially unbounded.  So, how ill it be rare?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zxs6099 on February 01, 2014, 02:07:17 AM
no  pool ???


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 01, 2014, 04:36:36 AM
When you say "punt is rare" what do you mean?

The supply is essentially unbounded.  So, how ill it be rare?

It's block rewards are 1/4th XPM's


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 01, 2014, 07:46:02 AM
Difficulty has skyrocketed.

We need an exchange.

Quick.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on February 02, 2014, 05:37:02 AM
When you say "punt is rare" what do you mean?

The supply is essentially unbounded.  So, how ill it be rare?

It's block rewards are 1/4th XPM's

^

The block reward is really low, but the blocks resolution is faster.

If we compare to Primecoin, it's 1/2.

Also the difficulty not reacting like Primecoin diff. pNut diff is more dynamic.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 02, 2014, 03:15:40 PM
This's faster than Prime, so it scores better.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 03, 2014, 04:39:51 AM
Vote for pNut on cryptsy

https://cryptsy.freshdesk.com/support/discussions/topics/75137


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dxas1 on February 03, 2014, 04:58:06 AM
Vote for pNut on cryptsy

https://cryptsy.freshdesk.com/support/tickets/85506

good work


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: xibeijan on February 03, 2014, 07:34:00 AM
So, what's new with pnut lately?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 03, 2014, 09:40:42 AM
Difficulty is pretty high.

Heavy mining going on, being distributed well.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 03, 2014, 02:59:32 PM
Sorry, last time I put a ticket.

https://cryptsy.freshdesk.com/support/discussions/topics/75137


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: PokerDoberman on February 03, 2014, 03:11:14 PM
Don't download Windows Wallet! It has botnet trojans inside!

Windows wallet VirusTotal report:

AegisLab    W32.W.Koobface    20140203
Bkav    HW32.Laneul.auwu    20140125

Quote
W32.Koobface builds a peer-to-peer botnet and it is used to install additional pay-per-install malware on the compromised computer as well as hijack search queries to display advertisements. Compromised computers contact other compromised computers to receive commands in a peer-to-peer fashion.

Explain this.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on February 03, 2014, 05:32:52 PM
Can you send the report link ? :/


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: bit0x on February 03, 2014, 05:53:12 PM
Don't download Windows Wallet! It has botnet trojans inside!

Windows wallet VirusTotal report:

AegisLab    W32.W.Koobface    20140203
Bkav    HW32.Laneul.auwu    20140125

Quote
W32.Koobface builds a peer-to-peer botnet and it is used to install additional pay-per-install malware on the compromised computer as well as hijack search queries to display advertisements. Compromised computers contact other compromised computers to receive commands in a peer-to-peer fashion.

Explain this.

Virustotal link please.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: PokerDoberman on February 03, 2014, 05:55:29 PM
https://www.virustotal.com/en/file/22fe8f0082f3bec2cb3046b5900d9cc8c70c24ad8e382652d1210ae3a4c12be3/analysis/1391450045/

Analysed once again, but this time found only 1/50


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: PokerDoberman on February 03, 2014, 05:56:48 PM
Here is previous link with 2 trojans
https://www.virustotal.com/en/file/22fe8f0082f3bec2cb3046b5900d9cc8c70c24ad8e382652d1210ae3a4c12be3/analysis/1391440025/


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: bit0x on February 03, 2014, 06:00:54 PM
May be false positive, may be not.
If you don't like to risk compile from sources.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: xibeijan on February 03, 2014, 07:42:01 PM
Here is previous link with 2 trojans
https://www.virustotal.com/en/file/22fe8f0082f3bec2cb3046b5900d9cc8c70c24ad8e382652d1210ae3a4c12be3/analysis/1391440025/

Just to put your mind at ease.  These are highly likely to be false positives.

I downloaded the official bitcoin wallet -- Windows (zip) -- from

https://bitcoin.org/en/download

Then uploaded them to virustotal.com

It claims there are two viruses in the official bitcoin wallet!

https://www.virustotal.com/en/file/be2e92b6cabd6444f752da73c70cb189823ee5b8b04ac1949d08f2b020138c3d/analysis/

Virus.Win32.Xpaj.1!O
W32.HfsAutoA.3709

I think it's more like virustotalcrap.com


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: PokerDoberman on February 03, 2014, 11:52:01 PM
Maybe. Just installed windows wallet. It seems all is ok.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: raspcoin on February 04, 2014, 12:29:00 AM
Nice to see a Cunningham coin with a different block generation time. It will be interesting to see how this will affect the coin's record primes. I believe it is be more difficult to sustain a faster coin, but we will see...


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: UrsaMajorisBeta on February 04, 2014, 12:47:21 AM
to the dev
didn't you even bother to copy a name and improve it?
NUT coin exists already!!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on February 04, 2014, 06:46:48 AM
Hello ;)

I'm sorry about this story around windows wallet :/

I did not compile but the compiler is honest guy I think.
It's may false positive but I'm not sure. Only virus-total detect trojan, I have 3 malwares soft on my computer and none them detect anything, even in deep cleaning
Because of doubt, I remove the windows wallet from the front page, just the time to investigate.
But I really think they are only false positive... as xibeijan  told, even bitcoin wallet is detected with viruses.

Quote
didn't you even bother to copy a name and improve it?
NUT coin exists already!!

Hi,

nut != peanut

Not the same word, only 1 letter change, it's like comparing
cry and dry.

edit: i would add pNut is only pNut, Nut is Nutcoin ;)


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 04, 2014, 02:25:11 PM
@Randy pNut

Can you please put this link in the description --

https://cryptsy.freshdesk.com/support/discussions/topics/75137


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Coinscious on February 04, 2014, 03:29:22 PM
Come on, guys... ESET, Symantec, Kaspersky and all known AV says it's clean, and you think it has a virus because of "bkav"/"CMC" report?
CMC has Vietnamese website only and bkav can't even keep his site online. I don't think these are the most trusted AV in the market. Be serious.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 04, 2014, 06:06:37 PM
Really difficult to mine.

With infinite supply of pnut how much would be valued each coin for you ?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: alphaHome on February 04, 2014, 06:23:04 PM
Is there a way to solo mining pNuts on windows? The jhprimeminer is only for pool-mining. Does somebody knows something about it? Or could somebody please build a pool for pNuts, so we could use jhprimeminer?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Matt9301 on February 04, 2014, 08:30:25 PM
Why no pool??


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Randy pNut on February 04, 2014, 09:45:07 PM
Is there a way to solo mining pNuts on windows? The jhprimeminer is only for pool-mining. Does somebody knows something about it? Or could somebody please build a pool for pNuts, so we could use jhprimeminer?

You can set
gen=1
in your config file to solo mine.

jhprimeminer is for pool mining yes.
pNut will have difficulty to get a pool as it's not a common pool you need.

I'm working on new smart stats/graphs for pNuts ;) i'll keep you updated.

edit:
btw, it's indeed false positives on windows wallet, i set back the link.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Coinscious on February 05, 2014, 06:53:59 AM
Or write "setgenerate true" in the wallet console.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: alphaHome on February 05, 2014, 08:33:20 AM
Thanks for the replies. I did not realize that solo mining is possible in the wallet program.
And go on working on smart things for pNuts :).
Has anyone had any experience, how much pNUTS could me mined at the Core i7 processor at 1 day (24h)?
Thank you.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: raspcoin on February 05, 2014, 11:24:32 PM
Really difficult to mine.

With infinite supply of pnut how much would be valued each coin for you ?

The number of coins will converge to a certain value if the difficulty doubles in accordance with Moore's law (bold assumption, also requires constant interest). Since it is very difficult to estimate how popular this coin will be, it is almost impossible to determine that value at this time.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: mohammedfaiz143 on February 06, 2014, 10:39:00 PM
Is there a standalone miner for mine pnuts??


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 07, 2014, 06:07:13 AM
Is there a standalone miner for mine pnuts??

The wallet.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: davey5 on February 07, 2014, 09:15:41 AM
Difficulty is slowly slowly rising


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 07, 2014, 05:13:47 PM
For some reason the dev does not want this great coin on Cryptsy.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: mohammedfaiz143 on February 07, 2014, 08:35:54 PM
Try getting on an exchange like c-cex , poloinex etc.. if the dev doesn't like Cryptsy...


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 08, 2014, 02:43:52 AM
Try getting on an exchange like c-cex , poloinex etc.. if the dev doesn't like Cryptsy...

Yes.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 08, 2014, 02:46:01 AM
The developer is busy promoting e-token; which's has has 36 clones and is almost identical to litecoin. Needless to say this coin is 100x better. It ranks 4th in my list of alts, but the dev doesn't care.

I suggest this coin be abandoned.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 08, 2014, 08:57:16 AM
Please ask for pNut (for new exchange).

https://bitcointalk.org/index.php?topic=453177.0


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 08, 2014, 04:06:35 PM
The developer is busy promoting e-token; which's has has 36 clones and is almost identical to litecoin. Needless to say this coin is 100x better. It ranks 4th in my list of alts, but the dev doesn't care.

I suggest this coin be abandoned.

Sorry, 3rd in my list of alts if I remove Unioncoin (there's no dev, the coin is unstable and has a broken wallet, I couldn't mine a single coin).


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Patejl on February 08, 2014, 05:06:56 PM
Another clone?  :-\ This is insane.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: davey5 on February 08, 2014, 10:08:51 PM
Well, it has happened before that dev leaves the project and community takes over. I think some adjustment of the logo, slogan etc. could increase the interest in the coin...


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: raspcoin on February 09, 2014, 02:10:56 AM
Another clone?  :-\ This is insane.

Well, there are not that many Primecoin forks (pNut is the fifth). Maybe this is about to change, but remember that there are more than 200 Litecoin clones.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 09, 2014, 04:03:51 AM
Ok, now it's official. The dev is gone.

I don't know why the do effort in the 1st place.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 09, 2014, 04:18:08 AM
Please ask for pNut (for new exchange).

https://bitcointalk.org/index.php?topic=453177.0

Some more votes please.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: mohammedfaiz143 on February 09, 2014, 08:01:00 PM
Ok, now it's official. The dev is gone.

I don't know why the do effort in the 1st place.

he was active today but didn't come over to this post...

Does this mean he abandoned this coin...?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: davey5 on February 10, 2014, 01:08:04 PM
If you want higher chainrate you can use mikaelh's HP-miner...


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 10, 2014, 02:36:00 PM
If you want higher chainrate you can use mikaelh's HP-miner...

That's for primecoin only. It only works on the Primecoin block chain.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: pembo210 on February 10, 2014, 09:12:49 PM
I'm having some luck using the wallet.  ;D Any word on stats?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 11, 2014, 05:40:45 AM
I'm having some luck using the wallet.  ;D Any word on stats?

Difficulty dieing.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 11, 2014, 02:45:55 PM
Interesting coin but without a dev not with a great future


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: pembo210 on February 11, 2014, 10:27:09 PM
that's unfortunate. I like the idea of science based mining.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 12, 2014, 05:31:17 PM
its still alive...
we have the sources...we can continue with the coin....

btw: anyone want to buy 2000 pNUT???


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: sugarkey on February 12, 2014, 05:36:10 PM
WTS 27,135 pNut

PM your offer plz.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 14, 2014, 07:45:45 AM
Coin dead without dev.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 14, 2014, 08:05:32 AM
This coin had great potential. But it was never realized cause of inactive dev.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 14, 2014, 08:52:58 AM
I tried to contact dev via PM but no answer till now.

We already see this kind coin, great potential great idea but without a dev no active promotion equal to no community equal to death.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 14, 2014, 11:31:05 AM
I tried to contact dev via PM but no answer till now.

We already see this kind coin, great potential great idea but without a dev no active promotion equal to no community equal to death.

He left the coin for a worthless litecoin clone etoken, and now it's dev.

https://bitcointalk.org/index.php?topic=436750.0

So he has left.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 14, 2014, 11:46:10 AM
I tried to contact dev via PM but no answer till now.

We already see this kind coin, great potential great idea but without a dev no active promotion equal to no community equal to death.

He left the coin for a worthless litecoin clone etoken, and now it's dev.

https://bitcointalk.org/index.php?topic=436750.0

So he has left.

No hope that someone take the project coming?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 14, 2014, 03:17:01 PM
I tried to contact dev via PM but no answer till now.

We already see this kind coin, great potential great idea but without a dev no active promotion equal to no community equal to death.

He left the coin for a worthless litecoin clone etoken, and now it's dev.

https://bitcointalk.org/index.php?topic=436750.0

So he has left.

No hope that someone take the project coming?


They guy was skilled. I heard XPM codebase is hard.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 15, 2014, 10:37:52 AM
I tried to contact dev via PM but no answer till now.

We already see this kind coin, great potential great idea but without a dev no active promotion equal to no community equal to death.

He left the coin for a worthless litecoin clone etoken, and now it's dev.

https://bitcointalk.org/index.php?topic=436750.0

So he has left.

No hope that someone take the project coming?


They guy was skilled. I heard XPM codebase is hard.

I don't know if mine or not this one, for no regret in future I put sometimes my cpu on this.

Who knows what could happen :)


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: mohammedfaiz143 on February 16, 2014, 08:45:05 PM
Request pNut here...if u want to get it on exchange...https://bitcointalk.org/index.php?topic=468617.0 (https://bitcointalk.org/index.php?topic=468617.0)


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 17, 2014, 03:30:27 AM
Request pNut here...if u want to get it on exchange...https://bitcointalk.org/index.php?topic=468617.0 (https://bitcointalk.org/index.php?topic=468617.0)

Done that.

But dev is missing completely.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 17, 2014, 07:40:13 AM
the coin is working...we have the source...

if there are bugs we can fix them on our own.....



Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dxas1 on February 18, 2014, 05:24:21 AM
Exchange????


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 18, 2014, 08:24:59 AM
there is still no exchange...we could start trading with a google spreadsheet???


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: shanent on February 18, 2014, 08:39:47 AM
there is still no exchange...we could start trading with a google spreadsheet???

Yes, or a post in marketplace but the issue now is that pnut is unknown by many crypto fan and maybe the sell could be difficult.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 18, 2014, 11:27:46 AM
there is still no exchange...we could start trading with a google spreadsheet???

Yes, or a post in marketplace but the issue now is that pnut is unknown by many crypto fan and maybe the sell could be difficult.

No fans of a coin who's dev has abandoned it.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dxas1 on February 18, 2014, 12:27:00 PM
Exchange??


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on February 18, 2014, 12:40:33 PM
Pools?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 18, 2014, 04:00:44 PM
Pools?

No software support it.

Solo mining only.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 19, 2014, 07:50:14 AM
at the moment solomining still very easy...

we should try to find someone get a pool up and running
and we could start a giveaway.....!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: pembo210 on February 19, 2014, 09:43:29 AM
We might be able to get ypool to add it. They already have XPM experience.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 20, 2014, 07:25:06 AM
perfect... try to ask them....

perhaps we could try to get c-cex.com to add us!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on February 20, 2014, 07:36:22 AM
New information

{
"version" : "v0.1.2.1-unk-beta",
"protocolversion" : 75001,
"walletversion" : 60000,
"balance" : 7197.81000000,
"blocks" : 77996,
"moneysupply" : 410942.46000000,
"timeoffset" : -11,
"connections" : 3,
"proxy" : "",
"testnet" : false,
"keypoololdest" : 1392881724,
"keypoolsize" : 0,
"paytxfee" : 0.00000000,
"unlocked_until" : 0,
"errors" : ""
}


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 20, 2014, 03:14:39 PM
Man, you guys need to wait.

Maybe the dev will come back after the etoken hype is over. Actually there is no hype. Only 20 people voted for it in Cryptsy.

Pnut has a MUCH bigger crowd I bet.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 20, 2014, 03:26:46 PM
Man, you guys need to wait.

Maybe the dev will come back after the etoken hype is over. Actually there is no hype. Only 20 people voted for it in Cryptsy.

Pnut has a MUCH bigger crowd I bet.

This comment had an affect on the difficulty.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 21, 2014, 09:24:01 AM
  "version" : "v0.1.2.1-unk-beta",
    "protocolversion" : 75001,
    "walletversion" : 60000,
    "blocks" : 81488,
    "moneysupply" : 429518.57000000,
    "timeoffset" : -294,
    "connections" : 38,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1392857721,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on February 21, 2014, 04:48:33 PM
This is a fair coin witch no professional miner mining it!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on February 24, 2014, 03:13:30 PM


{
"version" : "v0.1.2.1-unk-beta",
"protocolversion" : 75001,
"walletversion" : 60000,
"balance" : 9542.65000000,
"blocks" : 89962,
"moneysupply" : 474737.53000000,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"testnet" : false,
"keypoololdest" : 1393254767,
"keypoolsize" : 0,
"paytxfee" : 0.00000000,
"unlocked_until" : 0,
"errors" : ""
}


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: AndBerg on February 24, 2014, 04:52:39 PM

Maybe the dev will come back after the etoken hype is over. Actually there is no hype. Only 20 people voted for it in Cryptsy.


If the dev left the coin is lost.
Why would he left if it would have a chance?
The rats are leaving deserting the sinking ship.
Peanut butter has much more value than pNut.
I'm out.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on February 26, 2014, 01:46:30 PM
still alive!!

still stable!!


invest!!!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: leandrocaju on February 27, 2014, 01:43:06 PM
Nodes??


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on February 27, 2014, 02:36:38 PM
Nodes??

None.

Dev's official nodes don't work. He has shutdown his wallet.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: pembo210 on February 28, 2014, 08:58:05 PM
Code:
addnode=176.31.160.138
addnode=176.31.160.141
addnode=78.30.234.229:25884
addnode=117.214.168.101:25884
addnode=134.119.3.19:25884
addnode=188.138.109.174:25884
addnode=192.81.217.82:25884
addnode=176.31.160.138
addnode=176.31.160.141

These work


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: zzhangq on March 03, 2014, 03:04:21 PM
Code:
addnode=176.31.160.138
addnode=176.31.160.141
addnode=78.30.234.229:25884
addnode=117.214.168.101:25884
addnode=134.119.3.19:25884
addnode=188.138.109.174:25884
addnode=192.81.217.82:25884
addnode=176.31.160.138
addnode=176.31.160.141

These work

mining
thanks


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: rorbit on March 11, 2014, 11:38:47 AM
Is this coin dead?

The windows wallet won't synch.  It says no block source available.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: GordonSSS on March 11, 2014, 01:44:55 PM
pNut --> 8

pNut is rare,
pNut is fast,
pNut is for all,
pNut is ecologist,
pNut is wonderful,
that's crazy.


...
pNut is no different from PrimeCoin,
pNut is absolutely fucking pointless,
etc.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on March 11, 2014, 02:22:10 PM
pnut up and working!

why not use a working altcoin!!


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: niothor on March 17, 2014, 12:09:23 AM
Shopping for coins , and looking for coins that have stayed below radar but still active as a dev and community , is there still something going on?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: niothor on March 17, 2014, 09:30:21 PM
I'm checking all the forum for coins , with low activity , but not already dead.  Too bad 4 this one.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: erazor2k on March 18, 2014, 09:31:50 AM
I'm checking all the forum for coins , with low activity , but not already dead.  Too bad 4 this one.

Quote
{
    "version" : "v0.1.2.1-unk-beta",
    "protocolversion" : 75001,
    "walletversion" : 60000,
    "blocks" : 152054,
    "moneysupply" : 814662.81000000,
    "timeoffset" : -305,
    "connections" : 18,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1395045704,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


coin still alive and very stable...we need an exchange...sources also available so we can continue development
by ourself is neccesary


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: annpaol on March 18, 2014, 09:35:59 AM
The dev go away for eToken and now also this one is not properly alive. This is an interesting coin but there is need of more people interested in.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: dE_logics on March 24, 2014, 08:04:24 AM
pNut --> 8

pNut is rare,
pNut is fast,
pNut is for all,
pNut is ecologist,
pNut is wonderful,
that's crazy.


...
pNut is no different from PrimeCoin,
pNut is absolutely fucking pointless,
etc.


And how's DOGE different than litecoin?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: AndBerg on March 31, 2014, 09:46:10 AM
Existing blockchain explorer or coin dead now?


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: pembo210 on April 11, 2014, 01:33:15 PM
...don't know. I was hoping for more prime based coins.
edit: words..     I had high hopes for this one


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: jparsley on April 11, 2014, 02:34:12 PM
Will try to mine this coin


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: biteboy on April 16, 2014, 09:48:39 AM
I am confused. You say in the first post that there is no premine, yet the first block has a reward of 1000 that you said went to yourself.

That means it is premined.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: alphaHome on June 07, 2014, 05:08:10 PM
pity that pNut is now dead.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: gjhiggins on June 07, 2014, 05:55:09 PM
pity that pNut is now dead.

Whaddya mean by "dead"?

Code:
getpeerinfo
[
{
"addr" : "5.9.56.229:25884",
"services" : "00000001",
"lastsend" : 1402163113,
"lastrecv" : 1402163115,
"bytessent" : 63791,
"bytesrecv" : 727007,
"conntime" : 1402144816,
"version" : 75001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 383651,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "31.6.70.196:25884",
"services" : "00000001",
"lastsend" : 1402163115,
"lastrecv" : 1402163115,
"bytessent" : 220829,
"bytesrecv" : 268338,
"conntime" : 1402144828,
"version" : 75001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 383652,
"banscore" : 0
},
{
"addr" : "144.76.57.52:25884",
"services" : "00000001",
"lastsend" : 1402163115,
"lastrecv" : 1402163115,
"bytessent" : 315946,
"bytesrecv" : 241934,
"conntime" : 1402144840,
"version" : 75001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 383652,
"banscore" : 0
},
{
"addr" : "78.46.200.118:25884",
"services" : "00000001",
"lastsend" : 1402163115,
"lastrecv" : 1402163115,
"bytessent" : 249478,
"bytesrecv" : 430667,
"conntime" : 1402144840,
"version" : 75001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 383652,
"banscore" : 0
}
]


Code:
getmininginfo
{
"blocks" : 384279,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"primespersec" : 308,
"chainsperday" : 170.12825865,
"pooledtx" : 0,
"testnet" : false
}

Does that fall within the scope of your definition?

Cheers,

Graham



Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: Coinscious on June 16, 2014, 08:28:17 AM
pity that pNut is now dead.

Whaddya mean by "dead"?

Code:
...

Does that fall within the scope of your definition?

Cheers,

Graham


No exchanges, no attention, no support, no block explorer, no dev, 0 value... Yes, it's dead.


Title: Re: [ANN] < pNut > XPM base, CPU mining ONLY < Windows & MacOSX Wallet Released !
Post by: gjhiggins on June 16, 2014, 10:01:45 AM
No exchanges, no attention, no support, no block explorer, no dev, 0 value... Yes, it's dead.

Sincere thanks for taking the trouble to contribute to a potential definition of "dead". I'm hoping to develop further my understanding of the mental models that people construct and it's a reasonably reliable phenomenon that definitions nearly always raise interesting and useful questions, the answers to which often shed light on the underlying assumptions and semantic associations.

From your post, I receive confirmation of my otherwise tentative conclusion that a characterisation of exchanges is required; any old exchange won't necessarily be acceptable so clearly there are further details to be elicited.

Pretty much the same goes for "attention" and "support"; both are quite widely-used terms but there is no corresponding widely-agreed consensus of what they actually mean (at least in terms of motivating the generation of an answer specific to pNut).

Thanks to your post, I'm now prompted to go away and consider "attention from whom" and "what kind of attention". Generating useful definitions of "support" and "dev" that will be comprehensible to the technically uninformed presents a tough challenge and neither have a trivial solution.

As for "value", I'm going to treat that as a user-supplied function for which the parameters and contextual attributes are beyond characterisation.

Thanks again.

Cheers

Graham