Pages:
Author

Topic: Project Nemesis - Alt-coin project (Read 12595 times)

hero member
Activity: 546
Merit: 501
Cypherpunk and full-time CryptoAnarchist
July 14, 2014, 08:14:21 AM
Has this project Nemesis been merged with Deva's AditiCoin or it is coming out with some other coin ?

It has  been put on hold  for the  time  till  proper  restructuring of  the  project has been made .

Deva has parted ways for now.

No this is not the Same  Project as the  Nemesis Open Source Intellectual Property System,

Would like  some  help will  pm you with the details soon.
legendary
Activity: 2282
Merit: 1204
The revolution will be digital
July 14, 2014, 07:14:36 AM
Has this project Nemesis been merged with Deva's AditiCoin or it is coming out with some other coin ?
sr. member
Activity: 490
Merit: 250
July 12, 2014, 02:03:59 AM
What is the state and purpose of this project?

Is it related to Nemesis Open Source Intellectual Property System?

I can help. 
hero member
Activity: 546
Merit: 501
Cypherpunk and full-time CryptoAnarchist
April 17, 2014, 04:17:18 AM
Thanks  will start  testing it right now.
newbie
Activity: 39
Merit: 0
April 16, 2014, 05:06:05 PM
Deva inviting all to testout new build. Still under development.

Ported to Scrypt-Jane ( ChaCha20/8, Keccak512).
updated nFactor change code.
built with latest openssl to avoid heartbleed bug.

default port: 9999
RPC port : 9998
nFactor=4

Windows 32bit binary
abcdcoin-0.9.0-win32-setup.exe 10.6 MB
https://mega.co.nz/#!KQBBBDBJ!cx4IeUItmvgCJuOhKA_p25w2Sj1vP6uYxi_TYd1BFm0

Windows 64bit binary
abcdcoin-0.9.0-win64-setup.exe 10.6 MB
https://mega.co.nz/#!jJwxAaKa!Ip72nLUy61DgYD8Dwwl6V0diAyG4XZTEEVTi70q0EKM

Linux 64bit binary built on ubuntu 13.10
abcdcoin-64.tar.gz 4.4 MB
https://mega.co.nz/#!qcAQyZTC!JTMRwuo2ab270740oPJQUHGQww2rdypx1Qv_0MErZtU

you can use Yacminer to mine this coin.
https://bitcointalksearch.org/topic/annyac-yacminer-gpu-miner-for-yacoin-247782

at present Yacminer has hardcoded nFactor =14. so please use flag --nfMax=4 to mine on this coin.
Code:
yacminer --scrypt-chacha --nfmax 4 -o 127.0.0.1:9998 -u abc -p xyz123123

Last but not least: this coin not going on any exchange. pure testing purpose only.

if found any bugs report to Deva or Subvolatil

--Deva

newbie
Activity: 15
Merit: 0
April 16, 2014, 03:58:43 PM
where is this project now?
full member
Activity: 145
Merit: 100
April 06, 2014, 02:14:54 PM
#99
will N factor be added..if yes then i m in for testing if any..have 1 Mh/s of power for N factor
sr. member
Activity: 300
Merit: 253
Ok Check!
April 01, 2014, 09:03:57 PM
#98
here is already a coin for South Asia... RupayaCoin.

https://bitcointalk.org/index.php?topic=521251.0;topicseen
newbie
Activity: 39
Merit: 0
March 28, 2014, 06:35:33 PM
#97
Check PM for new source file

--Deva
hero member
Activity: 546
Merit: 501
Cypherpunk and full-time CryptoAnarchist
March 28, 2014, 05:07:08 PM
#96
This worked for me compiling bitcoin 0.9.0

-apt-get install build-essential libboost-all-dev automake libtool autoconf
-sudo apt-get install libdb5.1++-dev
-sudo apt-get install libboost-all-dev
-sudo apt-get install pkg-config

-cd bitcoin
-git clone -b 0.9.0 https://github.com/bitcoin/bitcoin
-./autogen.sh && ./configure --with-incompatible-bdb

-make
-make install

but with abcdcoin i am getting a folder error.
newbie
Activity: 39
Merit: 0
March 28, 2014, 03:54:46 PM
#95
Deva suggest 1st try and compile bitcoin 0.9.0 if it success then only move to abcdcoin.
Deva used following steps to compile bitcoin 0.9.0 from sourcecode.

######### STEPS ##################

Clean Install of ubuntu 13.10 on Vbox
remove if present:
libdb5.1-dev and libdb5.1++-dev
libboost1.54-all-dev

install if not present:
apt-get install zlib1g-dev
---------------
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf

sudo apt-get install libssl-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

sudo apt-get install libboost-all-dev

sudo apt-get install libminiupnpc-dev

sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev

sudo apt-get install libqrencode-dev

download bitcoin0.9.0.tar.gz from github

./autogen.sh

./configure \
--disable-tests \
--with-gui=qt5

make

strip src/bitcoind
strip src/bitcoin-cli
strip src/qt/bitcoin-qt
------------
in terminal window type " ./bitcoin-qt & " and enter
or put the bitcoin-qt in /usr/bin and run
(need to workarround this )

###############################

will try to compile abcdcoin tomarrow and if successful will give you binaries.

also check following thread : https://bitcointalk.org/index.php?topic=522014.80

--Deva
legendary
Activity: 1890
Merit: 1000
Landscaping Bitcoin for India!
March 28, 2014, 08:46:14 AM
#94
Unable to compile for Debian.

Whats the error msg?

- in function '_start'
- undefined reference to 'main' (.text+0x20)
- collect2: Id returned 1 exit status
hero member
Activity: 784
Merit: 504
March 28, 2014, 08:23:29 AM
#93
Unable to compile for Debian.

Whats the error msg?
legendary
Activity: 1890
Merit: 1000
Landscaping Bitcoin for India!
March 28, 2014, 03:28:44 AM
#92
Having the same problem with ubuntu too ..
But the same problem with the bitcoin 0.9.0

dont know what that is happening i have compiled bitcoin qt about a few months back on a vps but now it does not  compile at all. i am doing some thing wrong.

I have not compiled 0.9.0, but have never had problems with other coins or other versions.
hero member
Activity: 546
Merit: 501
Cypherpunk and full-time CryptoAnarchist
March 28, 2014, 03:26:38 AM
#91
Having the same problem with ubuntu too ..
But the same problem with the bitcoin 0.9.0

dont know what that is happening i have compiled bitcoin qt about a few months back on a vps but now it does not  compile at all. i am doing some thing wrong.
legendary
Activity: 1890
Merit: 1000
Landscaping Bitcoin for India!
March 28, 2014, 03:21:30 AM
#90
Unable to compile for Debian.
legendary
Activity: 1258
Merit: 1001
March 27, 2014, 11:07:14 PM
#89
what about having POS algo....that way there is no pump and dump ...also it will encourage users to keep the coins instead of selling them.
Um, i am personally against such algo. If we restrict economics then the project could fail in short period.

Restrict in terms you mean the no of coins in circulation,if thats what you meant ....it can be done away with interest rate on coin ...and if we think bitcoin or litecoin from a out of box thinking...they need intensive mining ....its just waste of precious energy....

i am not saying they are not useful but there should be someway to avoid using energy for that...like pos does?
Also i am only aware of benefit of POS ,,,what are the down side of it i am not aware of that..
Pump and dump is a part of life cycle for a crypto. every crypto goes through this phase at one or the other point of time i believe. this also helps to distribute the coins than just let it accumulate in powerful hands. i know it is not so good for economy but i think it is needed.

from what i see, this coin is more meant to be for the commerce and not like you hold it as an asset. so discouraging people to sell and transact using this coin will prolong the timeline before it reaches maturity.
full member
Activity: 145
Merit: 100
March 27, 2014, 01:36:02 PM
#88
what about having POS algo....that way there is no pump and dump ...also it will encourage users to keep the coins instead of selling them.
Um, i am personally against such algo. If we restrict economics then the project could fail in short period.

Restrict in terms you mean the no of coins in circulation,if thats what you meant ....it can be done away with interest rate on coin ...and if we think bitcoin or litecoin from a out of box thinking...they need intensive mining ....its just waste of precious energy....

i am not saying they are not useful but there should be someway to avoid using energy for that...like pos does?
Also i am only aware of benefit of POS ,,,what are the down side of it i am not aware of that..
legendary
Activity: 1258
Merit: 1001
March 26, 2014, 12:32:46 AM
#87
what about having POS algo....that way there is no pump and dump ...also it will encourage users to keep the coins instead of selling them.
Um, i am personally against such algo. If we restrict economics then the project could fail in short period.
full member
Activity: 145
Merit: 100
March 26, 2014, 12:26:54 AM
#86
what about having POS algo....that way there is no pump and dump ...also it will encourage users to keep the coins instead of selling them.
Pages:
Jump to: