Pages:
Author

Topic: ANN [NETKO][NETKO] PoW/PoS | NO PREMINE | BLAKE2S | 8.MARCH 2017 - page 53. (Read 86125 times)

legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
By the way Wolf0 made a AMD miner before for this algo. If you want it released you can contact him.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency

Just remember, if you are renting hash rate form some remote person that you do not trust 100% this is not the best idea (to trust them the rpc login).

They can mine directly to your wallet yes. But they could also make transactions, or dump your wallets private keys.

If you do not trust this person completely, better pay the 1% pool fee and keep control over your coins.

Or set up your own pool. I made a prototype blake2s pool for nevacoin, did not manage to complete it yet, the worker hash rates are not reported on the webgui, but otherwise it works: https://github.com/krilson/node-open-mining-portal

But the most elegant and safest solution would be if your hash provider would use mining software that has the --coinbase argument enabled. In that case he could solo mine directly to a address that is on a separate wallet that only you control the private keys to. But as far as I am aware ccminer does not have that option.

Dear @krile what did i tell you 3 hours ago  Huh . Its Neva and NevaCoins birthday, you are not permited do use the console today  Wink and your only task for today is celebrate and make Neva feel special (and i dont mean mining some Nevacoins  Cheesy )

You are officially busted  Cool. We will settle this disobediance later Grin
legendary
Activity: 2688
Merit: 1240
You can also rent rigs fine through www.miningrigrentals.com - just no one has put up his rigs there yet
hero member
Activity: 746
Merit: 500
I was asked to take this to public.

hey there

Im looking to solo mine NETKO but not sure how to do so because i dont have mining equipment.

What i want to do is install wallet in my machine (or vps)  then buy hashing power. Would that work or would it slow me down ? Should work the same was a a pool right ?

You cant really buy hashin power as noone rents gear for blake2s.

Solo on VPS forget about it, CPuU mining will be pointless sincer .

And plese take this discussion to the ANN. I cant really go one on one with the community for stuff like this, hope you can understand that.

Tnx.

Dont worrie about me not knowing where or how to buy blake2s.

What i am asking is how would i solo mine IF

a) My wallet runs on a VPS
b) I use bought hashing power.



Tnx for the public post as it will serve for others with similar questions.

For solo mining to your wallet running on a VPS or any other machine.

Create a netko.conf file and place it in your netko appdata folder (win %appdate% - linux ~/.netko/ - mac ~/Library/Application Support/netko/

After creation restart wallet/netkod.

Sample config:

Code:
server=1
daemon=1
listen=1
rpcuser=netko
rpcpassword=netkomine
rpcport=25970
rpcallowip=*

If you VPS is on another network your need to open RPC port 25970 (make a strong rcp user and pass in the config).

If your wallet computer and your miner computer are on a same local network there is no need to open RCP port but a local firewall exception for 25970 TCP will need to be created so that the miner pc can establish a RCP connection with the netkod/wallet.

When your netko daemon or qtwallet RPC calls are made available from a remote location its time to setup your miner with the following parameters.

Example Nvidia card on windows with ccminer. Miner for windows  can be downloaded here https://github.com/netkotech/netko/releases/download/v1.0/NetkoCCminer-rel1.8.4-vc2013-x64_Nvidia.zip

or source here https://github.com/tpruvot/ccminer/releases/tag/1.8.4-tpruvot

Solo mining:

Code:
ccminer-80-x64 -i 28 -a blake2s -o http://xxx.xxx.xxx.xxx:25970 -u netko -p netkomine

Pool mining on Suprnova:

Code:
ccminer-80-x64 -i 28 -a blake2s -o stratum+tcp://netko.suprnova.cc:3714 -u worker.worker -p x

That would be the quick how to solo/pool mine with an nvidia cuda GPU.

Cpu mining the same  and cpu miner can be downloaded here: https://github.com/tpruvot/cpuminer-multi/releases

Enjoy.

Just remember, if you are renting hash rate form some remote person that you do not trust 100% this is not the best idea (to trust them the rpc login).

They can mine directly to your wallet yes. But they could also make transactions, or dump your wallets private keys.

If you do not trust this person completely, better pay the 1% pool fee and keep control over your coins.

Or set up your own pool. I made a prototype blake2s pool for nevacoin, did not manage to complete it yet, the worker hash rates are not reported on the webgui, but otherwise it works: https://github.com/krilson/node-open-mining-portal

But the most elegant and safest solution would be if your hash provider would use mining software that has the --coinbase argument enabled. In that case he could solo mine directly to a address that is on a separate wallet that only you control the private keys to. But as far as I am aware ccminer does not have that option.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
After launch you can expect daily communications from Netko CEO as well. Take note that we all have very busy lives since we are all in the IT industry and in some cases you will need to be patient when asking for help.

14 hours and 17 minutes till #genesisblock.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
I was asked to take this to public.

hey there

Im looking to solo mine NETKO but not sure how to do so because i dont have mining equipment.

What i want to do is install wallet in my machine (or vps)  then buy hashing power. Would that work or would it slow me down ? Should work the same was a a pool right ?

You cant really buy hashin power as noone rents gear for blake2s.

Solo on VPS forget about it, CPuU mining will be pointless sincer .

And plese take this discussion to the ANN. I cant really go one on one with the community for stuff like this, hope you can understand that.

Tnx.

Dont worrie about me not knowing where or how to buy blake2s.

What i am asking is how would i solo mine IF

a) My wallet runs on a VPS
b) I use bought hashing power.



Tnx for the public post as it will serve for others with similar questions.

For solo mining to your wallet running on a VPS or any other machine.

Create a netko.conf file and place it in your netko appdata folder (win %appdate% - linux ~/.netko/ - mac ~/Library/Application Support/netko/

After creation restart wallet/netkod.

Sample config:

Code:
server=1
daemon=1
listen=1
rpcuser=netko
rpcpassword=netkomine
rpcport=25970
rpcallowip=*

If you VPS is on another network your need to open RPC port 25970 (make a strong rpc user and pass in the config).

If your wallet computer and your miner computer are on a same local network there is no need to open RPC port but a local firewall exception for 25970 TCP will need to be created so that the miner pc can establish a RCP connection with the netkod/wallet.

When your netko daemon or qtwallet RPC calls are made available from a remote location its time to setup your miner with the following parameters.

Example Nvidia card on windows with ccminer. Miner for windows  can be downloaded here https://github.com/netkotech/netko/releases/download/v1.0/NetkoCCminer-rel1.8.4-vc2013-x64_Nvidia.zip

or source here https://github.com/tpruvot/ccminer/releases/tag/1.8.4-tpruvot

Solo mining:

Code:
ccminer-80-x64 -i 28 -a blake2s -o http://xxx.xxx.xxx.xxx:25970 -u netko -p netkomine

Pool mining on Suprnova:

Code:
ccminer-80-x64 -i 28 -a blake2s -o stratum+tcp://netko.suprnova.cc:3714 -u worker.worker -p x

That would be the quick how to solo/pool mine with an nvidia cuda GPU.

Cpu mining the same  and cpu miner can be downloaded here: https://github.com/tpruvot/cpuminer-multi/releases

Enjoy.
legendary
Activity: 1624
Merit: 1007
I was asked to take this to public.

hey there

Im looking to solo mine NETKO but not sure how to do so because i dont have mining equipment.

What i want to do is install wallet in my machine (or vps)  then buy hashing power. Would that work or would it slow me down ? Should work the same was a a pool right ?

You cant really buy hashin power as noone rents gear for blake2s.

Solo on VPS forget about it, CPuU mining will be pointless sincer .

And plese take this discussion to the ANN. I cant really go one on one with the community for stuff like this, hope you can understand that.

Tnx.

Dont worrie about me not knowing where or how to buy blake2s.

What i am asking is how would i solo mine IF

a) My wallet runs on a VPS
b) I use bought hashing power.

hero member
Activity: 1472
Merit: 505
We are cryptocurrency
Is there any miner for ADM with blake2s support ?
I can find only CPU and Nvidia  Embarrassed

Sadly AMD miner for blake2s is closed source and we dont have it. Maybe at some point @W0lf will release it to the public.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
I don't understand how mining working, but in your thread seem like good coin in the future

Mining doesnt work yet. Network starts on 8th march at 9am GMT.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
On the website it says, "Proof of work / Proof of stake digital currency and public ledger for the Internet Of Things and Customer Loyalty"

It's too much...


Basic website will be hopefully finished by Netko team member Žiga this evening. Not really shure what you meant by too much Smiley
sr. member
Activity: 1344
Merit: 252
Countdown needed.

Something like this  Wink


Thanks! Waiting for launch with fingers cross Wink
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
sr. member
Activity: 257
Merit: 250
Is there any miner for ADM with blake2s support ?
I can find only CPU and Nvidia  Embarrassed
member
Activity: 109
Merit: 10
On the website it says, "Proof of work / Proof of stake digital currency and public ledger for the Internet Of Things and Customer Loyalty"

It's too much...
sr. member
Activity: 1344
Merit: 252
Countdown needed.
hero member
Activity: 2114
Merit: 596
Leading Crypto Sports Betting & Casino Platform
I don't understand how mining working, but in your thread seem like good coin in the future
legendary
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
NETKO was briefly mentioned on Episode53 by @BlockChainDynamics

Tune in !

https://goo.gl/OIwP3X



ahh, very cool.  I like those dudes, they LOVE THEM SOME ALTS! Cheesy  i missed their episode this week, darn ;p
Ugh, could this launch come sooner? Cheesy  the 8th seems like another 24 hours away :/  haha gets to the point where my batch files and stuff takes all of 20 mins to setup now im just waiting ;/cry

Should make one of them countdown things Cheesy
jr. member
Activity: 106
Merit: 1
Im Looking forward to the Launch  Smiley  good luck
Pages:
Jump to: