Pages:
Author

Topic: [ANN][POW][NG] Ngin : Engine for Future - page 4. (Read 25004 times)

member
Activity: 103
Merit: 10
November 07, 2018, 12:24:19 PM
#33
man, i wish i could mine some coins but actually is impossible. The miner and the guide are incomprehensible for a normal user, like me.
You should semplify.

It is quite simple and actually the difficulty is low now

I am not a pro so lets begin with a windows guide

1- First download the wallet
2- Run the following command in wallet directory
Code:
ngind  --data-dir "<<>>" console 
3- create an account by the following command
Code:
personal.newAccount()
4- After creating the account start mining
Code:
miner.start()

it's done! good luck with mining

you can check your balance by
Code:
ngin.getBalance(ngin.coinbase)
newbie
Activity: 146
Merit: 0
November 07, 2018, 12:16:17 PM
#32
man, i wish i could mine some coins but actually is impossible. The miner and the guide are incomprehensible for a normal user, like me.
You should semplify.
newbie
Activity: 37
Merit: 0
November 07, 2018, 12:04:41 PM
#31
np
member
Activity: 103
Merit: 10
November 07, 2018, 11:19:08 AM
#30

I tried to answer your question...
there are 2 factors in my opinion why your reward is less

point 1, Block reward not again 10 coins because era length its over..
after block reach 100,001 reward decrease 2.5% or 9.75coins per block...

point 2, maybe your block is bad uncle, so reward will be remove but explorer still records it your hit bad uncle block..


Sounds reasonable. Thank you
newbie
Activity: 37
Merit: 0
November 07, 2018, 11:11:28 AM
#29
A stupid question: I mined 7 blocks but my NG balance is 50.22081. Why it is not 70?
https://image.ibb.co/fv4tFA/Capture.png

I tried to answer your question...
there are 2 factors in my opinion why your reward is less

point 1, Block reward not again 10 coins because era length its over..
after block reach 100,001 reward decrease 2.5% or 9.75coins per block...

point 2, maybe your block is bad uncle, so reward will be remove but explorer still records it your hit bad uncle block..
newbie
Activity: 2
Merit: 0
October 31, 2018, 12:42:22 PM
#29
Quote
yes cpu minable..
pool is ready, but called miner software has not been released.
now it can only mine solo with your cpu..

maybe i will try it to mine..
thanks
newbie
Activity: 37
Merit: 0
October 31, 2018, 12:43:21 PM
#28
good luck Smiley
newbie
Activity: 37
Merit: 0
October 31, 2018, 12:36:11 PM
#27
cpu minable  ?
but where a pool ?

yes cpu minable..
pool is ready, but called miner software has not been released.
now it can only mine solo with your cpu..
newbie
Activity: 2
Merit: 0
October 31, 2018, 12:28:49 PM
#27
cpu minable  ?
but where a pool ?
newbie
Activity: 37
Merit: 0
October 31, 2018, 12:03:43 PM
#26
https://wallet.ngin.cash/wallet is running fine...
but first loading is quite long, it looks like the script must be optimized

seems good, i thinks this project have a good future..
good luck dev.
newbie
Activity: 16
Merit: 0
October 29, 2018, 01:58:08 PM
#25
Some matters in Nov

1. Buy Ngin back for market

Who is 0x7425 and what price can you sell some ngin? Plz dm me.
Or any other wanna sell some plz dm me with your price

2. Web Wallet release

3. Some asked about our MN design and threshold frequently

In origin(Lev's) plan, threshold is 1/50 of current total supply and calc the threshold every era (around every week).
And I add that only 20 nodes can be registered into the network.

Our MNs will run part of search engine and related services, so require more disk storage and bandwidth.

All above are just as draft. According to the code realizattion specific decisions.

4. Exchange Soon

M00N S00N  Tongue
newbie
Activity: 16
Merit: 0
October 19, 2018, 01:54:33 PM
#24
How to illustrate the large hashrate in solomining?

1. the data everyone know about hashrate is from https://explorer.ngin.cash/stats/miner_hashrate . Its NOT a result of ONE DEVICE, every block may present a lot of nodes (we totally have around 150 running nodes, thanks community). You can use the same privatekey in 10 machines and you will get 10 times hashrate than one machine hashrate showed in page.

2. As I know, which I think you cpu miners must know more, some asian teams have their cpu mining farm which can reach a great hashrate with some simple commands and mining new coins without cost.

3. To be honest, I really wanna get continuous mining in company...

4. We encourage VPS mining, so M00N algo is optimized for low-end VPS. But we have no method to block high-end machine mining.

Honest is the most important.

Thanks for tolerating our slow progress.
member
Activity: 170
Merit: 10
October 18, 2018, 07:34:14 PM
#23
How many coin's need for MN collateral?  Huh
newbie
Activity: 37
Merit: 0
October 16, 2018, 09:55:32 PM
#22
errrrr, your answers are here, maybe late but we have to illuminate.

1. This project is in premature birth. So it expose lots bugs in this half month. In plan it should be released in Nov. It is a fork of go-ethereum, but be modified among most codes.

2. If anyone need pool software, we can share at first time. HOWEVER IT'S MEANINGLESS. We havent build the mining rig. Nobody can start mining in pool without rigs. But we developers are getting headache on bugfix and having few time for building. If you watch the "github" channel in Discord you will understand. Or as we said in "mining-dev" channel, we are welcome that anyone can build a new miner.

3. We are just taking some small VPS mining for bug reproduce. As for the speed ... you guys can take a look at the time lag between block #1 ~ #10. It's hard to mine a block with low-end machines.

4. Our teammembers are all dev now, so nobody enjoy talking a lot ... Maybe its not a good phenomenon, we will consider employ one to talk and answer.

5. Someone gets error on building the ngind. We have updated the README for you. The simpliest way is git clone and then
Code:
CGO_CFLAGS_ALLOW='.*' go build 
in project folder, the go mod will auto download the dependencies . For windows users, you can follow the steps in appveypr.yml.

That's all.  Cool

reserved
jr. member
Activity: 84
Merit: 2
October 15, 2018, 03:28:18 PM
#21
What other features besides the security and privacy of the search engine will be supported by the Nginx project? Also no word on the team Smiley
member
Activity: 170
Merit: 10
October 15, 2018, 03:07:26 PM
#20
errrrr, your answers are here, maybe late but we have to illuminate.

1. This project is in premature birth. So it expose lots bugs in this half month. In plan it should be released in Nov. It is a fork of go-ethereum, but be modified among most codes.

2. If anyone need pool software, we can share at first time. HOWEVER IT'S MEANINGLESS. We havent build the mining rig. Nobody can start mining in pool without rigs. But we developers are getting headache on bugfix and having few time for building. If you watch the "github" channel in Discord you will understand. Or as we said in "mining-dev" channel, we are welcome that anyone can build a new miner.

3. We are just taking some small VPS mining for bug reproduce. As for the speed ... you guys can take a look at the time lag between block #1 ~ #10. It's hard to mine a block with low-end machines.

4. Our teammembers are all dev now, so nobody enjoy talking a lot ... Maybe its not a good phenomenon, we will consider employ one to talk and answer.

5. Someone gets error on building the ngind. We have updated the README for you. The simpliest way is git clone and then
Code:
CGO_CFLAGS_ALLOW='.*' go build 
in project folder, the go mod will auto download the dependencies . For windows users, you can follow the steps in appveypr.yml.

That's all.  Cool

Good project! Thanks! If  mining pool does not work at now, Who has a big hashrate mining wallet's (on the diagramm)?  Huh
It supercomputer?  Shocked
newbie
Activity: 16
Merit: 0
October 15, 2018, 09:42:00 AM
#19
errrrr, your answers are here, maybe late but we have to illuminate.

1. This project is in premature birth. So it expose lots bugs in this half month. In plan it should be released in Nov. It is a fork of go-ethereum, but be modified among most codes.

2. If anyone need pool software, we can share at first time. HOWEVER IT'S MEANINGLESS. We havent build the mining rig. Nobody can start mining in pool without rigs. But we developers are getting headache on bugfix and having few time for building. If you watch the "github" channel in Discord you will understand. Or as we said in "mining-dev" channel, we are welcome that anyone can build a new miner.

3. We are just taking some small VPS mining for bug reproduce. As for the speed ... you guys can take a look at the time lag between block #1 ~ #10. It's hard to mine a block with low-end machines.

4. Our teammembers are all dev now, so nobody enjoy talking a lot ... Maybe its not a good phenomenon, we will consider employ one to talk and answer.

5. Someone gets error on building the ngind. We have updated the README for you. The simpliest way is git clone and then
Code:
CGO_CFLAGS_ALLOW='.*' go build 
in project folder, the go mod will auto download the dependencies . For windows users, you can follow the steps in appveypr.yml.

That's all.  Cool
member
Activity: 170
Merit: 10
October 11, 2018, 04:58:56 PM
#18
Quote
it hi's secret pool Undecided
you're wrong
no one can mine this with a pool, because this new algo and software like miner not released yet.
so actually it's just a someperson ppl solo mine who uses big cpu , not a secret pool.

so this is a very fair launch because no one like a spam miner who farms this coin can kill this coin from the start
you're wrong
it secret pool of developers
 Undecided
newbie
Activity: 37
Merit: 0
October 10, 2018, 05:16:17 PM
#17
Quote
it hi's secret pool Undecided
you're wrong
no one can mine this with a pool, because this new algo and software like miner not released yet.
so actually it's just a someperson ppl solo mine who uses big cpu , not a secret pool.

so this is a very fair launch because no one like a spam miner who farms this coin can kill this coin from the start
member
Activity: 170
Merit: 10
October 10, 2018, 12:27:41 PM
#16
interested, it looks like this project is very good ..
but where is the pool?
it hi's secret pool Undecided
Pages:
Jump to: