Pages:
Author

Topic: ✅ [ANN] 01 Coin [ZOC] ♦️POW/Masternodes ♦️ (Read 6088 times)

full member
Activity: 419
Merit: 100
This thread has expired. Please see our current bitcointalk thread at https://bitcointalksearch.org/topic/re-ann-01coin-zoc-pow-neoscrypt-masternodes-100-community-governance-3457534. Thanks!
newbie
Activity: 75
Merit: 0
solo mine dont work.

Its very irritating that these guys say that solo mining is available and then u cant bloody get it to work.
where or what are the details for the conf file.... or if it is not listed in general for any coin, how do u discover the details... please let me know.


Bitsend and Solaris dont give a dam, sorry to say.
At least bitsend used to me Solo Mine-able and then the new wallets broke and dont allow it.
I asked this question numerous times and they asked me to mine on a pool while they fix the wallet.... still waiting...its been months.
As for one of the coins , the guy pointed me to a ghost town discord or telegram room, i mean this is ridiculous.

I gave up solo out of 20 coins core qt's only 3 alow me to solo all are solo min-able ,I think it is the gpu miner that is not alowing it .and bsd wallet is dead ,not coin only wallet ???I think pools and the exchange use old wallet and never updated if they did the coin would die in 2 hrz  ,they need to fix bsd core qt ..
full member
Activity: 419
Merit: 100
newbie
Activity: 168
Merit: 0
https://l2rx.com/img_top/masternodes_top_rating.jpg


Add "01coin (ZOC)" to TOP Masternodes (Rating) https://l2rx.com
                                         ---


People, we need to add coin in rating Masternodes.
Our coin: "№ 345 01coin (ZOC)" https://l2rx.com/add.php

https://l2rx.com/img_top/Screenshot_85.png
full member
Activity: 419
Merit: 100
newbie
Activity: 214
Merit: 0
When will this 01 be started? And who are the top engineers who proved this dash-based coin?
copper member
Activity: 266
Merit: 0
https://posq.space
Masternodes.Directory are giving away 5 x free coin listings on Twitter Smiley



Tweet: https://twitter.com/MasternodesDir/status/994363272567644163
Website: https://masternodes.directory/
full member
Activity: 419
Merit: 100
Hey everybody!

If you are a 01coin supporter and you also happen to hold some Alqo... make sure to vote for 01coin in today's governance vote to get it added to Bitfineon!
newbie
Activity: 97
Merit: 0
A new coin looks good Shocked I hope good price this coin for listing in exchanges
copper member
Activity: 23
Merit: 0
         
         

        New wallet has been released
        Update your masternode now, or you may stop receiving rewards very soon!

            https://github.com/zocteam/zeroonecoin/releases/tag/V0.12.1.6



to upgrade your masternode run:
Code:
sudo killall zerooned
sudo wget https://github.com/zocteam/zeroonecoin/releases/download/V0.12.1.6/zeroone-linux.tar.gz
sudo tar -xvzf zeroone-linux.tar.gz
sudo zeroone/zerooned --daemon --reindex
newbie
Activity: 98
Merit: 0
I really like the workings of this project, pretty stunning and like a good idea to join, hopefully run well Cheesy Cheesy
newbie
Activity: 85
Merit: 0
01 Coin added on ALTHASH.RU

http://althash.ru/


Code:
-o stratum+tcp://althash.ru:4233 -u -p c=ZOC
or
Code:
-o stratum+tcp://althash.ru:10036 -u -p c=ZOC

Payments every 2 hours

Low fee, Location: Russia, Moscow.
DDoS Protection

пoлнoцeннaя pyccкaя вepcия пyлa

peers list:

addnode=165.227.218.64:10000
addnode=80.211.168.37:10000
addnode=45.32.253.123:33590
addnode=[2002:acf5:a270::acf5:a270]:10000
addnode=78.46.230.12:10000
addnode=159.65.84.142:39811
addnode=51.15.134.44:50432
addnode=153.126.201.69:10000
addnode=83.222.116.10:39490
addnode=178.62.203.153:10000
addnode=47.254.36.78:10000
addnode=194.182.66.183:10000
newbie
Activity: 22
Merit: 0
helo guys! here the 100% working VPS setup for ZOC masternode!

if you have VPS server(ubuntu 14.04),start PUTTY,login-root password-your server password

first use these commands!!!!!!

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:git-core/ppa

sudo apt-get update
sudo apt-get install git
sudo apt-get install -y pkg-config

sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf automake
sudo apt-get install libssl-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libboost-all-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libevent-dev

Wallet setup!!!

mkdir zeroone

cd zeroone

wget https://github.com/zeroonecoin/zeroonecoin/raw/master/release/zeroone-linux.tar.gz

 
Now un-tar (i.e. unzip) the files by typing
 
tar -xvf zeroone-linux.tar.gz
 
Now remove the download by typing
 
rm zeroone-linux.tar.gz
 
Now create the 01 configuration file by typing
 
cd ..
 
mkdir .zeroonecore && nano .zeroonecore/zeroone.conf

In the file editor put the following into the file replacing the IP address with the one for your VPS and the masternodeprivkey with the private key we generated earlier (copy it from the masternode configuration file). The rpcuser and rpcpassword can be anything you want - don't copy mine! - but they must contain ​no special characters​, only the basic english set or there will be errors thrown and things won’t work properly
 
#mn1
rpcuser=mn1
rpcpassword=pOyOjhgRdghb34rvweFJ6
 
externalip=80.123.123.123:10000
 
masternode=1
masternodeprivkey=7rcm1p3p2JHVMDrKQCK4fadzJUUgcE736eP1j3dTYo3tc2tgfdSc
maxconnections=25
addnode=128.199.62.128
addnode=159.65.24.219
addnode=188.166.91.38
addnode=174.138.10.244
addnode=144.202.16.59
addnode=13.58.42.146
addnode=103.69.195.185
addnode=185.41.187.205
addnode=93.178.245.10
addnode=34.214.78.186

 
Now close and exit by typing ctrl-x then y then enter. Now start 01 by typing

zeroone/zerooned -daemon

Make sure it’s running by typing (you will probably see an error about creating the wallet, thats ok its means its running)
 
zeroone/zeroone-cli getinfo

Now wait until the masternode has synced up fully by typing
 
watch zeroone/zeroone-cli mnsync status
 
This will update every two seconds and you need to wait till this shows 999 under the assetID section. Once it does exit the watch by typing ctrl-c. Now start watching the masternode status by typing
 
watch zeroone/zeroone-cli masternode status
 
This should be something about the masternode not being in the masternode list. Thats all good for the moment, now switch back to the QT wallet. Now check how many confirmations that the transaction that sent the 1000 coins has had by hovering over it with the mouse. If it has 15 or more confirmations then close the 01 QT wallet down, re-open it and wait for it to sync again. Now go to the masternode tab and click on the my masternodes sub tab. You should have a masternode in there that matches the configuration you put in the masternode configuration file, with the word “MISSING” for its status. Now click the “start MISSING” button, say yes you are sure, then type in your password and press enter. If everything has been set up right it will tell you you have successfully started your masternode and on the VPS the masternode will have changed status to “masternode successfully started”. The status in the QT wallet will go to pre-enabled for 10 minutes or so then switch to enabled.

The original 01coin Masternode setup guide not worked me....With these steps working me 1000%!!! i have 5 ZOC masternode.i prefer Vultr VPS,ubunthu 14.04

                                                                                         Just pump UP 01coin price!!
full member
Activity: 419
Merit: 100
Yes, thanks owenray - there is actually a whole lot happening with zoc right now! We will be launching a new ANN thread a day or two before the next wallet release, which will mark an exciting new beginning for the project and the community. So yes, please join us on the new Discord if you want to stay up-to-date with what's going on:

https://discord.gg/PShrdBM
copper member
Activity: 23
Merit: 0
Our apologies we didn't think of the old bitcointalk topic.

The community takeover of ZeroOne Coin has begun! Please join us on our new discord server here: https://discord.gg/PShrdBM

The Mission and Vision of this new iteration of ZeroOne Coin is:

"To create a transparent, community focused coin with an ideological standpoint. There will be no premine and no extra benefits for the original creators."
newbie
Activity: 73
Merit: 0
newbie
Activity: 6
Merit: 0
jr. member
Activity: 280
Merit: 1
01Coin is a dash based coin, ZOc complete code is open to everyone, each user can se  evry byte of his system and total transparency is the naib proof and only proof of 01Coin (ZOC).
newbie
Activity: 42
Merit: 0
Hi guys!

We have just added support for 01 Coin to our Crypto Mining Profitability Calculator: https://crypt0.zone/calculator/!

Feel free to send us some feedback.
We are open for all suggestions

Cool

Seems like the project is dead. no news from dev for a while now
Pages:
Jump to: