Bitcoin Forum
April 27, 2024, 03:04:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [PreANN][POW][NG]Decentrailized Application Engine based on Blockchain Ecosystem  (Read 3103 times)
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 15, 2020, 01:38:15 PM
Last edit: March 13, 2021, 07:08:19 AM by c0mm4nd
Merited by EuroLine (10)
 #1










Website | Github | Discord | Telegram |  Paper

Specs(11 Nov 2020)

Name: NGIN
Ticker: NG
Consesus Algo: RandomNG(a variant of RandomX, CPU-only, against ASIC)
Block Time: ≈ 10 sec
Total Block Reward: 10 NG
Total Supply: infinitely mined but also infinitely burnt
Reward Era: 1_000_000
Reward Curve: 2 + 8*(0.9)^Era per Block
Port: 52520
Premine: NO
Presale: NO
Predistribution: swap on original chain height 1,000,000 & Next testnet swap
Smart Contract Standards: WebAssembly


REWARDED TESTNET IS ONGOING!


1714230255
Hero Member
*
Offline Offline

Posts: 1714230255

View Profile Personal Message (Offline)

Ignore
1714230255
Reply with quote  #2

1714230255
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 16, 2020, 01:58:09 AM
 #2

Predistribution is updated to "swap on original chain height 1,000,000".
santinb
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 16, 2020, 09:08:03 AM
 #3

where is wallet?how to mine
hsb
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 16, 2020, 09:45:58 AM
 #4

where is wallet?how to mine

PreANN
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 16, 2020, 12:29:59 PM
 #5

where is wallet?how to mine


Mining
Code:
# no binary before release so you have to build by yourself now
git clone https://github.com/ngchain/ngcore
cd ngcore
go build ./cmd/ngcore

# 0 means using all CPU
./ngcore --mining 0


Wallet

First, use
Code:
./ngcore keytools
to output your key and address

1. directly use JSON RPC to handle txs
2. use the simple CLI wallet https://github.com/C0MM4ND/ngwallet-dart to get easier operation
3. wait for ngwallet-go, a more powerful CLI wallet
3. wait for hawkhover, the official GUI wallet
keseoma
Member
**
Offline Offline

Activity: 494
Merit: 15


View Profile
July 17, 2020, 09:45:59 AM
 #6

thanks for this tutorial , is working on my VM now...

EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
July 17, 2020, 02:03:58 PM
 #7

Looks very promising

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 20, 2020, 07:34:59 AM
 #8

watching

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
July 20, 2020, 10:01:19 AM
 #9

interesting project
mgao6767
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 21, 2020, 12:38:42 AM
Last edit: July 21, 2020, 04:52:52 AM by mgao6767
 #10

WASM smart contract is an interesting idea. Is currently testnet running or mainnet?
my dream2021
Member
**
Offline Offline

Activity: 359
Merit: 61

︻┳デ═—


View Profile
July 21, 2020, 05:43:09 AM
 #11

Q: When NGIN starts mainnet?
A: After meeting the following requirements:

- [√] Public Explorer: https://explorer.ngin.sh/
- [√ ] Robust cli wallet (for pool payment)
- [ ] Predistribution for coins and accounts(maybe presale)
- [ ] Simple smart contract system based on WASM(at least support token)
- [ ] Contract examples

Hem still on testnet, be back again when mainet release.

"BTC Bitcoin is a man-made, open-source technology – not a gift handed down from the heavens"
chenyuan07gis
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 21, 2020, 02:07:34 PM
 #12

where is wallet?how to mine


Mining
Code:
# no binary before release so you have to build by yourself now
git clone https://github.com/ngchain/ngcore
cd ngcore
go build ./cmd/ngcore

# 0 means using all CPU
./ngcore --mining 0


Wallet

First, use
Code:
./ngcore keytools
to output your key and address

1. directly use JSON RPC to handle txs
2. use the simple CLI wallet https://github.com/C0MM4ND/ngwallet-dart to get easier operation
3. wait for ngwallet-go, a more powerful CLI wallet
3. wait for hawkhover, the official GUI wallet
will the mined testnet coins swap to mainet?
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 21, 2020, 02:10:09 PM
 #13

where is wallet?how to mine


Mining
Code:
# no binary before release so you have to build by yourself now
git clone https://github.com/ngchain/ngcore
cd ngcore
go build ./cmd/ngcore

# 0 means using all CPU
./ngcore --mining 0


Wallet

First, use
Code:
./ngcore keytools
to output your key and address

1. directly use JSON RPC to handle txs
2. use the simple CLI wallet https://github.com/C0MM4ND/ngwallet-dart to get easier operation
3. wait for ngwallet-go, a more powerful CLI wallet
3. wait for hawkhover, the official GUI wallet
will the mined testnet coins swap to mainet?

Sorry, won't. Swap is for the original mainnet chain only.
HmmMAA
Hero Member
*****
Offline Offline

Activity: 1111
Merit: 584



View Profile
July 21, 2020, 09:56:31 PM
 #14

ANy relationship with the old ngin >? https://bitcointalk.org/index.php?topic=5041386.0

"It is hard to imagine a more stupid or more dangerous way of making decisions than by putting those decisions in the hands of people who pay no price for being wrong." Thomas Sowell
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 22, 2020, 02:11:05 PM
 #15

ANy relationship with the old ngin >? https://bitcointalk.org/index.php?topic=5041386.0


The swap on oiriginal chain means the old NGIN will be converted to the new NGIN.

And the account `Searchain` is also in my hand.

We have take over the project's name and domain from the old team
AmoreJaz
Legendary
*
Offline Offline

Activity: 3080
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
July 22, 2020, 10:25:38 PM
 #16

ANy relationship with the old ngin >? https://bitcointalk.org/index.php?topic=5041386.0


The swap on oiriginal chain means the old NGIN will be converted to the new NGIN.

And the account `Searchain` is also in my hand.

We have take over the project's name and domain from the old team

what would be your new tactic here not to repeat the fate of your old NGIN project? what went wrong back then? why do you think that this time around you can make it in the market?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
c0mm4nd (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 10


View Profile
July 26, 2020, 01:40:20 AM
 #17

ANy relationship with the old ngin >? https://bitcointalk.org/index.php?topic=5041386.0


The swap on oiriginal chain means the old NGIN will be converted to the new NGIN.

And the account `Searchain` is also in my hand.

We have take over the project's name and domain from the old team

what would be your new tactic here not to repeat the fate of your old NGIN project? what went wrong back then? why do you think that this time around you can make it in the market?

Good question!

First, I have to say again, I'm not the dev of the old chain and nor the old team member. I was just a NGIN hodler then. But after they disappeared from discord(they said they were busy and unwilling to maintain the chain), I started inheriting the project name and the community, for rescuing my coins and implementing my paper.

Personally speaking, I think there are two main reasons leading the failure of the old NGIN - lack responsibility and bad blockchain development. lack responsibility is from their anonymous, but I am not and you can get almost all my info from my github and NGIN is just one of my github projects. As for the development, you can also review my code on github and experience the testnet of the latest NGIN which is developed from scratch.

I dont think it is the best time for project to make the market. But as a new blockchain from scratch, we need time to proof the chain robust and trustworthy, so publishing it as soon as we can.
pinball_wizard
Full Member
***
Offline Offline

Activity: 702
Merit: 102

I am the Kung Fury...


View Profile
July 27, 2020, 09:07:21 AM
 #18

Keeping an eye on you!

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
alamin99
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
July 27, 2020, 10:25:21 AM
 #19

Following
andriyana
Full Member
***
Offline Offline

Activity: 842
Merit: 100


View Profile
July 29, 2020, 01:44:30 PM
 #20

where is wallet?how to mine

PreANN
hi sir, You can visit the website https://ngin.sh I see a wallet available there for download
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!