Pages:
Author

Topic: [NUD ₦ ] New Universal Dollar | Bcrypt | 0% Pre-mine | First Anonymous Crypto - page 38. (Read 127527 times)

full member
Activity: 140
Merit: 100
CPU coin with new algo and wallet qt
im interesting in this  Grin


This coin can be mined with CPU??

Quote
Since NUD is a CPU coin and is very likely to remain so in the foreseeable future your rewards would be large and the potential to earn for your effort maximized. No other mining methods except the official client are available.

i just read from first page
and if it mine with wallet, it supposed to be CPU miner (i think)
legendary
Activity: 1260
Merit: 1000
CPU coin with new algo and wallet qt
im interesting in this  Grin


This coin can be mined with CPU??
sr. member
Activity: 826
Merit: 263
I'll start working on a block explorer.  My cpp is rusty, but my php is solid.  Dev, are there any resources that might help the cause?


Abe block explorer, which is widely used is written in python,
but if you look at the scrypt module
https://github.com/CryptoManiac/bitcoin-abe/tree/master/litecoin_scrypt

you'll find that it has .c and .h files and the the python code
reads the hashes produced by them. I wonder if it would be
feasible to modify the code to use NUD's scrypt.c and scrypt.h
instead.
thanks man, i'll look at it.  never read python before.  no time like the present
legendary
Activity: 996
Merit: 1013
I'll start working on a block explorer.  My cpp is rusty, but my php is solid.  Dev, are there any resources that might help the cause?


Abe block explorer, which is widely used is written in python,
but if you look at the scrypt module
https://github.com/CryptoManiac/bitcoin-abe/tree/master/litecoin_scrypt

you'll find that it has .c and .h files and the the python code
reads the hashes produced by them. I wonder if it would be
feasible to modify the code to use NUD's scrypt.c and scrypt.h
instead.
full member
Activity: 140
Merit: 100
CPU coin with new algo and wallet qt
im interesting in this  Grin
sr. member
Activity: 826
Merit: 263
Is there a block explorer available?

The public key is generated using bcrypt + RTR0 to cut it down into an appropriate length, you can't just hook up nud-qt to a standard blockchain explorer like 99% of other coins. It requires custom work that will take time. Someone needs to come around and translate our custom C++ implementation of bcrypt and RTR0 to PHP first.

RTR0 is significantly stronger than RIPEMD-160 which Bitcoin uses, RIPEMD has already been shown to have many weaknesses. Just to provide an extra security layer over the relatively new RTR0 bcrypt is used as well.

The combination of an old pre-9/11 algorithm with the newest RTR0 lets us enjoy both the benefits of security and minimize the attack vectors. If RTR0 is indeed sabotaged (as many new corporations/algorithms often are as evident by the Snowden revelations.) bcrypt is among the least likely algorithms out there to break.

I'll start working on a block explorer.  My cpp is rusty, but my php is solid.  Dev, are there any resources that might help the cause?

Also, I'd like to place a .1 BTC bounty for an external cpu miner. Sorry it can't be more. Yo soy pobre.
sr. member
Activity: 826
Merit: 263
Is anyone successfully running the linux daemon?  I am a linux newb but trying to learn, good god how the fuck does anyone put up with this nonsense?  I prefer my shit to just work.

Every version of Ubuntu I have tried, I get stuck at something about libboost 1.0.49 or something.  Updating libboost library doesn't help.

On Debian 7.0, I get past the libboost shit, and get stuck at GLIBC_2.15 and GLIBC 2.14 not found.

If you are running the linux daemon, plus let me know your distro and what dependencies were required, because I am lost.

I've mined on Ubuntu 12.04 and 14.04 without any problems.  Admittedly, boost is a pain in the ass if you get the versions messed up, but if you are starting from a clean install, this should work on the distros above:
Code:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git
sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev mysql-server
cd ~
wget http://62.210.217.242/master.zip

from there, install unzip, compile the source, set up your config file and let er rip

Linux doesn't ever *just work*.  Google every error you get for like a month, and you will begin to see how computers work.
sr. member
Activity: 350
Merit: 250
Is anyone successfully running the linux daemon?  I am a linux newb but trying to learn, good god how the fuck does anyone put up with this nonsense?  I prefer my shit to just work.

Every version of Ubuntu I have tried, I get stuck at something about libboost 1.0.49 or something.  Updating libboost library doesn't help.

On Debian 7.0, I get past the libboost shit, and get stuck at GLIBC_2.15 and GLIBC 2.14 not found.

If you are running the linux daemon, plus let me know your distro and what dependencies were required, because I am lost.

Follow https://litecoin.info/Compiling_the_Litecoin_daemon_from_source_on_Debian with the source, if you don't know how to do this you shouldn't be using it so early anyway.
sr. member
Activity: 462
Merit: 250
Is anyone successfully running the linux daemon?  I am a linux newb but trying to learn, good god how the fuck does anyone put up with this nonsense?  I prefer my shit to just work.

Every version of Ubuntu I have tried, I get stuck at something about libboost 1.0.49 or something.  Updating libboost library doesn't help.

On Debian 7.0, I get past the libboost shit, and get stuck at GLIBC_2.15 and GLIBC 2.14 not found.

If you are running the linux daemon, plus let me know your distro and what dependencies were required, because I am lost.
sr. member
Activity: 252
Merit: 250
will it be possible to mine this coin with gpu soon ?
member
Activity: 74
Merit: 10
Thanks for the lengthy reply and explanation.
NUD
member
Activity: 88
Merit: 10
Is there a block explorer available?

The public key is generated using bcrypt + RTR0 to cut it down into an appropriate length, you can't just hook up nud-qt to a standard blockchain explorer like 99% of other coins. It requires custom work that will take time. Someone needs to come around and translate our custom C++ implementation of bcrypt and RTR0 to PHP first.

RTR0 is significantly stronger than RIPEMD-160 which Bitcoin uses, RIPEMD has already been shown to have many weaknesses. Just to provide an extra security layer over the relatively new RTR0 bcrypt is used as well.

The combination of an old pre-9/11 algorithm with the newest RTR0 lets us enjoy both the benefits of security and minimize the attack vectors. If RTR0 is indeed sabotaged (as many new corporations/algorithms often are as evident by the Snowden revelations.) bcrypt is among the least likely algorithms out there to break.
member
Activity: 74
Merit: 10
Is there a block explorer available?
sr. member
Activity: 462
Merit: 250
Is there an IPO of this coin?

Uhhhh....no.  No IPO.  No premine.  No PoS.  Won't be fully mined by next month.  Good old fashioned PoW as the good lord intended.
full member
Activity: 125
Merit: 100
Is there an IPO of this coin?
sr. member
Activity: 462
Merit: 250

Is that pool working? It doesn't appear to be. Anybody willing to build a pool for NUD?  ocminer?

EDIT:  Also, maybe it's time for an exchange?  Dev, what do you think?

Someone needs to create an external bcrypt miner before a pool is even possible.
hero member
Activity: 688
Merit: 500
guys,who want to sell your nud,pls pm me.

and give me a good price ,thanks.

thanks.
sr. member
Activity: 826
Merit: 263

Is that pool working? It doesn't appear to be. Anybody willing to build a pool for NUD?  ocminer?

EDIT:  Also, maybe it's time for an exchange?  Dev, what do you think?
hero member
Activity: 616
Merit: 524
Any pools for me to mine this coin at please?

Thanks

No pools yet, you can only mine directly from the wallet.. help-->debug-->setgenerate true -1

Thanks
Pages:
Jump to: