niobdev (OP)
Newbie
Offline
Activity: 55
Merit: 0
|
|
October 17, 2017, 07:42:12 PM Last edit: November 12, 2018, 07:53:23 PM by niobdev |
|
We're pleased to announce the Niobium coin. NB New Site by tondalink DUTCH translate: Ready, will be posted soon. GERMAN translate: Reserved, waiting. PORTUGUESE translate: waiting a translator. A rare coin with all implements;
Symbol: NB Algorithm: X11 Proof of Work: YES Proof of Stake: YES Master Nodes: YES Anonymous Send: YES Instant Send: YES Block Weight: Adaptive Block Size (ABS) Block Time: 120 secs Block Maturity: 7 Confirmations Send Confirmations: 10 Confirmations Coin Supply: 10,000,000 NB PoW Block Reward: 0.01 NB (standard block) 0.10 NB (super block) PoS Profit: 33% per year (standard block) / 35% (super block) Masternode Requirements: 1,500 NB Masternode Reward: 50% from POS Mined Pre-Mine: 1% (build 10 Masternodes to start PoS network, pay dev team, exchanges and bounties/airdrop) POS only works with 10 or more active masternodes, this is the reason for the creation of the 10 masternodes. Default port: 55550 and 55551 rpc We're unique, like you. daemon=1 listen=1 server=1 maxconnections=500 rpcuser=username rpcpassword=password port=55550 rpcport=55551 rpcconnect=127.0.0.1 rpcallowip=127.0.0.1 addnode=seed.niobiumcoin.org addnode=seed1.niobiumcoin.org addnode=seed2.niobiumcoin.org updated version: v1.0.0.1-Nb 92.906 We're in touch with some exchanges to get in ASAP. For Nicehash -a x11 -o stratum+tcp://beardedpool.fr:3534 -u YOUR_WALLET -p c=NB newcoin.SOpool.us -a x11 -o stratum+tcp://newcoin.sopool.us:3533 -u YOUR_WALLET -p c=NB
http://godserver.ddns.net:8080/tbshttps://i.imgur.com/C1b5kyP.pngWe'll pay to anyone who’ll help us with: Development:MAC OS/IOS Wallet: 500 NBANDROID Wallet: 1,500 NB BLOCK EXPLORER: 1500 NB (Paid every 6 months. We'll pay after 1 month of service start)Translate this announcement:Chinese - 50 NBDutch - 50 NBFrench - 50 NBGerman - 50 NB Portuguese - 50 NB Russian - 50 NB SEND TO ME IN PRIVATE the screenshot of your retweet and your Niobiumcoin wallet address. You'll receive 100 NB.Paid: http://niobiumcoin.org/be/index.php?transaction=fac48cbe0dd8ba805abc6afc7de8e891676850f8a7701dadc9cd95b25dbd3ea8trgnn NbGAqtH87a3H5NNeJDnwHgZy2d2tiVAkPJ Goldenbeaver NheDTUAuz4bgWLFSaTXCTiLiCK3zr2aMnw TanchikG NMSSp2fFZGWZSWcbWg49KXGFp4H5DLrfAw arekwetan NXWWWpJCrmiP6A3Km2843f5bLpJx1A5yJb Dies Irae NT4ao9GKgm22u1QcE6oS1ukAtE2WdnSZn5 ldcomp NfavZgvyXy4qRqvvksuokEg7E3UbCoxjnh Manhcoin86 NPHLVcYwttFMPtFPUiKmeEQfkncVWnkufp orcvoin NUK3BZk5V1DEter1foxSKMvaYfWdy3mmR4 MadStuntman NLnmnbVTryAtc5QM2jgbcwZXswBoqsFFw4 zhq123456 NceRFzk8zSLCgDpZSBxGweWTJkRG8MHFEW duongtien86 NR7MRK2Khbhr8ATW17h94r3ARshanAkzyT splacent Nh6jyVZJTW5wBZoaVE48X8mx45sXouKarX AND We've paid more than a half of people that retweeted our post.
All information here: https://document.li/uTB0 (pdf online)
We'll pay more bounties in the course of the week, stay tuned. F.A.Q.: How can I buy Niobium coin?- We're working into this. We ask for your patience on this. How can I mine this coin?- With any X11 miner. Open local wallet and set this in your miner: -a x11 -o localhost:55551 -u youruser -p yourpassword or pick a pool and set: -a x11 -o stratum+tpc://poolAddress:port -yourwallet -p c=NB POW is too low, only 0.01 per block, impossible to get 1 MN?- No is not. POS pay 33% yearly. Buy some coins, hold in POS and build your MN. "Rare like you", we never said it would be easy. My antivirus accused the Windows wallet file as a virus, should I worry?- We know this problem and we can guarantee that it is only a false positive. We're trying to fix it in source code. How can I set a masternode?You'll need: 1,500 NB, a fixed IP link (we recommend a VPS service) and allow TCP 55550 port. Tested at Linux Ubuntu 16.04 x641 - First of all, compile your Niobium wallet, tutorial here: http://niobiumcoin.org/configuration.html2 - Allow wallet to run in background: and add this: ex.: daemon=1 listen=1 server=1 maxconnections=500 rpcuser=username rpcpassword=password port=55550 rpcport=55551 rpcconnect=127.0.0.1 rpcallowip=127.0.0.1 addnode=seed.niobiumcoin.org addnode=seed1.niobiumcoin.org addnode=seed2.niobiumcoin.org 3 - Goto folder SRC: 4 - Start and wait wallet sync.:You can see the status with tail -f: tail -f /home/youruser/.Nb/debug.log 5 - Get the new address for masternode: ./Niobiumd getaccountaddress MN return ex.: NfKNAQLFoCWfsSwr4NSHYJ6rm6Rm3GzWUd6 - Get the masternode key: ./Niobiumd masternode genkey return ex.: 76jKRf5ccyNDZrzvT882zxPrQf9RbuLg726so9iinqcLbfwsTWN7 - Send 1,500 NB to your MN address and wait 1 confirmation.8 - Get the masternodes outputs: ./Niobiumd masternode outputs return ex.: "r347k05381e053c10030895h992159e7i5e235162a99b997781d27087f2dc1o8" : "1"9 - Be patient and wait 16 confirmations, do not skip this part.10 - With =>16 confirmations, stop the wallet: 11 - Open the file "Niobium.conf" (/home/youruser/.Nb/Niobium.conf) and add this:
masternode=1 masternodeaddr=FixedIP:55550 masternodeprivkey=MNkey externalip=FixedIP nlogtimestamps=1 txindex=1 mnconflock=1 stake=0 staking=0 and comment 2 lines:#rpcconnect=127.0.0.1 #rpcallowip=127.0.0.1 then your Niobium.conf file will appears like this:masternode=1 masternodeaddr=46.101.56.93:55550 masternodeprivkey=76jKRf5ccyNDZrzvT882zxPrQf9RbuLg726so9iinqcLbfwsTWN externalip=46.101.56.93 nlogtimestamps=1 txindex=1 mnconflock=1 stake=0 staking=0 daemon=1 listen=1 server=1 maxconnections=500 rpcuser=username rpcpassword=password port=55550 rpcport=55551 #rpcconnect=127.0.0.1 #rpcallowip=127.0.0.1 addnode=seed.niobiumcoin.org addnode=seed1.niobiumcoin.org addnode=seed2.niobiumcoin.org
Save, close. 12 - Start the wallet again:13 - Check the current status of your new masternode:./Niobiumd masternode status return ex.: { "vin" : "CTxIn(COutPoint(af5a1c238b, 1), scriptSig=)", "service" : "46.101.56.93:55550", "pubkey" : "NfKNAQLFoCWfsSwr4NSHYJ6rm6Rm3GzWUd", "status" : 1 }
STATUS 1 = OK STATUS 2 = WRONG CONFIG
|
|
|
|
Dawson
Jr. Member
Offline
Activity: 55
Merit: 10
|
|
October 17, 2017, 07:45:03 PM |
|
Premine only 1%. Sounds good.
|
|
|
|
Manhcoin86
|
|
October 17, 2017, 07:47:14 PM |
|
download windows wallet, virus warning?
|
|
|
|
|
|
niobdev (OP)
Newbie
Offline
Activity: 55
Merit: 0
|
|
October 17, 2017, 07:49:33 PM |
|
download windows wallet, virus warning?
in which antivirus? can you send a printscreen?
|
|
|
|
anarchyx914
|
|
October 17, 2017, 07:51:05 PM |
|
Reposted for Images. We're pleased to announce the Niobium coin.www.niobiumcoin.orgA rare coin with all implements; Algorithm: X11 Proof of Work: YES Proof of Stake: YES Master Nodes: YES Anonymous Send: YES Instant Send: YES Block Weight: Adaptive Block Size (ABS) Block Time: 120 secs Block Maturity: 7 Confirmations Send Confirmations: 10 Confirmations Coin Supply: 10,000,000 NB PoW Block Reward: 0.01 NB (standard block) 0.10 NB (super block) PoS Profit: 33% per year (standard block) / 35% (super block) Masternode Requirements: 1,500 NB Masternode Reward: 50% from POS Mined Pre-Mine: 1% (to create 10 Masternodes, pay dev team, exchanges and bounties) Default port: 55550 and 55551 rpc We're unique, like you.Some info: Total PoW block per day 720 Super block chance: 8% Total possible coins by PoW per day: 12.38400000 NB Niobium.conf data: daemon=1 listen=1 server=1 maxconnections=500 rpcuser=username rpcpassword=password port=55550 rpcport=55551 rpcconnect=127.0.0.1 rpcallowip=127.0.0.1 addnode=seed.niobiumcoin.org addnode=seed1.niobiumcoin.org addnode=seed2.niobiumcoin.org Wallet Download:Linux: http://www.niobiumcoin.org/configuration.htmlWindows: ]http[Suspicious link removed]Windows Daemon: ]http[Suspicious link removed]MAC OS/IOS: Coming soon... Android: Coming soon... Exchanges:We're in touch with some exchanges to get in ASAP. Mining Pools:We're in touch with some pools too, coming soon. Bounties:We'll pay to anyone who help us with develop: MAC OS/IOS Wallet: 500 NB ANDROID Wallet: 1,500 NB F.A.Q.:How can i buy Niobium coin?- We're working into this. Just wait please. How can i mine this coin?- With any X11 miner. Open local wallet and set this in your miner: -a x11 -o localhost:55551 -u youruser -p yourpassword I'm getting 'nooooo' in PoW mining, what's this?- When network reaches the maximum blocks in a day, you can't mine until another day. How can i set a masternode?You'll need: 1,500 NB, a fixed IP link (we recommend a VPS service) and set this into ~/.Nb/Niobium.conf (Linux) or C:\Users\youruser\AppData\Roaming\Nb\Niobium.conf (Windows) masternode=1 masternodeaddr=FixedIP:55550 masternodeprivkey=MNkey externalip=FixedIP nlogtimestamps=1 txindex=1 mnconflock=1 stake=0 staking=0 and comment 2 lines: #rpcconnect=127.0.0.1 #rpcallowip=127.0.0.1
than your Niobium.conf file will appears like this: masternode=1 masternodeaddr=FixedIP:55550 masternodeprivkey=MNkey externalip=FixedIP nlogtimestamps=1 txindex=1 mnconflock=1 stake=0 staking=0 daemon=1 listen=1 server=1 maxconnections=500 rpcuser=username rpcpassword=password port=55550 rpcport=55551 #rpcconnect=127.0.0.1 #rpcallowip=127.0.0.1 addnode=seed.niobiumcoin.org addnode=seed1.niobiumcoin.org addnode=seed2.niobiumcoin.org Official site: www.niobiumcoin.orgTwitter: https://twitter.com/niobiumcoinEmail: dev@niobiumcoin.org | support@niobiumcoin.orgGithub: https://github.com/niobiumcoin/niobiumcoin
|
|
|
|
ostrogoto2012
|
|
October 17, 2017, 07:52:59 PM |
|
sometime could be false positive virus allert, i will suggest yuo all the time before you donwload a wallet from a new project to check with sandbox or just to install the wallet in a different pc
|
|
|
|
Manhcoin86
|
|
October 17, 2017, 07:53:41 PM |
|
sometime could be false positive virus allert, i will suggest yuo all the time before you donwload a wallet from a new project to check with sandbox or just to install the wallet in a different pc
thank
|
|
|
|
igotek
|
|
October 17, 2017, 07:54:07 PM |
|
Could you help me to mine this coin in local with Baikal miner ?
|
I cannot live, I cannot die, trapped in myself. Hold my breath as I wish for death. Oh please god, help me !
|
|
|
Manhcoin86
|
|
October 17, 2017, 07:56:54 PM |
|
download windows wallet, virus warning?
in which antivirus? can you send a printscreen? AhnLab-V3 Malware/Gen.Generic.C2074532 eGambit malicious_confidence_59%
|
|
|
|
manfromafar
|
|
October 17, 2017, 07:57:26 PM |
|
A 1% premine when the block rewards are only .01
|
|
|
|
beybietron
Full Member
Offline
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
|
|
October 17, 2017, 07:57:43 PM |
|
PoW block reward 0.01??? Isn't that way too low?
|
|
|
|
anarchyx914
|
|
October 17, 2017, 08:01:42 PM |
|
so to have a masternode you would need to mine this straight for 125 days, and get 100% of the daily block rewards.. interesting lol
|
|
|
|
LycheeBit
|
|
October 17, 2017, 08:04:31 PM |
|
Hello Niobium is now available on LycheeBit mining pool. It's based on YiiMP, no registration is needed : - Stratum : lycheebit.com:3533
- User : YOUR_NB_ADDRESS
- Password : c=NB
Example of CCMiner command line : ccminer.exe -a x11 -o stratum+tcp://lycheebit.com:3533 -u NhFuJSAKg2deuymfe1YMfD7w8rasnbq5M4 -p c=NB Happy mining
|
|
|
|
TorisZA
Member
Offline
Activity: 64
Merit: 10
|
|
October 17, 2017, 08:06:49 PM |
|
so to have a masternode you would need to mine this straight for 125 days, and get 100% of the daily block rewards.. interesting lol
Well it will certainly be rare
|
|
|
|
LycheeBit
|
|
October 17, 2017, 08:09:33 PM |
|
It would seem that there is no more POW blocks today !
|
|
|
|
manfromafar
|
|
October 17, 2017, 08:09:38 PM |
|
so to have a masternode you would need to mine this straight for 125 days, and get 100% of the daily block rewards.. interesting lol
Well it will certainly be rare only rare to non devs who already have a 100,000 coins which will take use about 13,000 days to mine
|
|
|
|
beybietron
Full Member
Offline
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
|
|
October 17, 2017, 08:11:40 PM |
|
I'm seriously wondering how this kind of joke coin is being posted in the first place. The dev should have realized people are not that stupid... well hopefully.
|
|
|
|
didouminou
Newbie
Offline
Activity: 32
Merit: 0
|
|
October 17, 2017, 08:13:40 PM |
|
how to mine it the pool ?
|
|
|
|
|