gkucmierz
Member
Offline
Activity: 60
Merit: 10
|
|
April 22, 2017, 02:37:49 PM |
|
Can someone provide good instruction how to mine zoin on aws? I have few free instances.
|
|
|
|
ChPan
Newbie
Offline
Activity: 68
Merit: 0
|
|
April 22, 2017, 05:16:29 PM |
|
Can someone provide good instruction how to mine zoin on aws? I have few free instances.
Would like to know that too...
|
|
|
|
The Cryptophilanthropist
|
|
April 22, 2017, 05:27:00 PM |
|
Can someone provide good instruction how to mine zoin on aws? I have few free instances.
Would like to know that too... Do know how you use Linux instance?
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
ChPan
Newbie
Offline
Activity: 68
Merit: 0
|
|
April 22, 2017, 05:34:07 PM |
|
Can someone provide good instruction how to mine zoin on aws? I have few free instances.
Would like to know that too... Do know how you use Linux instance? Unfortunately no... I managed to make it work with XZC but having trouble with the startup script for Zoin
|
|
|
|
ChPan
Newbie
Offline
Activity: 68
Merit: 0
|
|
April 22, 2017, 06:01:45 PM |
|
i used this as a startup script on Google Cloud Platform but there is something wrong #!/bin/bash sudo apt-get update sudo apt-get install -y build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake git screen git clone https://github.com/zoin/cpuminer-zoin.gitcd cpuminer-zoin ./build.sh cp cpuminer ../ cd .. screen -d -m ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x can anyone help fix it?
|
|
|
|
matejbilahora
Sr. Member
Offline
Activity: 1420
Merit: 275
Community built, Privacy driven
|
|
April 22, 2017, 06:13:23 PM |
|
i used this as a startup script on Google Cloud Platform but there is something wrong #!/bin/bash sudo apt-get update sudo apt-get install -y build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake git screen git clone https://github.com/zoin/cpuminer-zoin.gitcd cpuminer-zoin ./build.sh cp cpuminer ../ cd .. screen -d -m ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x can anyone help fix it? sudo chown -R $USER: $HOME sudo apt-get update sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev -y sudo apt-get install autotools-dev automake make libcurl4-openssl-dev g++ libssl-dev libgmp3-dev -y sudo git clone https://github.com/JayDDee/cpuminer-optcd cpuminer-opt ./build.sh ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x -t x
|
|
|
|
Dr_Voidberg
Member
Offline
Activity: 92
Merit: 12
|
|
April 22, 2017, 06:28:26 PM |
|
I dont understand the pizzas There was one dev who bought two pizzas with 10k btc in may 2010, celebrated as the first bitcoin deal Sounds like the worst btc deal in hindsight
|
|
|
|
matejbilahora
Sr. Member
Offline
Activity: 1420
Merit: 275
Community built, Privacy driven
|
|
April 22, 2017, 06:33:16 PM |
|
I dont understand the pizzas There was one dev who bought two pizzas with 10k btc in may 2010, celebrated as the first bitcoin deal Sounds like the worst btc deal in hindsight Well at that time btc was not much worth.
|
|
|
|
Primitive
|
|
April 22, 2017, 08:01:50 PM |
|
if anyone is interested in selling otc, please PM me.
|
NEM, LSK, STRAT
|
|
|
ChPan
Newbie
Offline
Activity: 68
Merit: 0
|
|
April 22, 2017, 08:36:18 PM |
|
i used this as a startup script on Google Cloud Platform but there is something wrong #!/bin/bash sudo apt-get update sudo apt-get install -y build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake git screen git clone https://github.com/zoin/cpuminer-zoin.gitcd cpuminer-zoin ./build.sh cp cpuminer ../ cd .. screen -d -m ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x can anyone help fix it? sudo chown -R $USER: $HOME sudo apt-get update sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev -y sudo apt-get install autotools-dev automake make libcurl4-openssl-dev g++ libssl-dev libgmp3-dev -y sudo git clone https://github.com/JayDDee/cpuminer-optcd cpuminer-opt ./build.sh ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x -t x thanks for the help but still the worker isn't active in the pool....
|
|
|
|
matejbilahora
Sr. Member
Offline
Activity: 1420
Merit: 275
Community built, Privacy driven
|
|
April 22, 2017, 09:29:42 PM |
|
i used this as a startup script on Google Cloud Platform but there is something wrong #!/bin/bash sudo apt-get update sudo apt-get install -y build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake git screen git clone https://github.com/zoin/cpuminer-zoin.gitcd cpuminer-zoin ./build.sh cp cpuminer ../ cd .. screen -d -m ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x can anyone help fix it? sudo chown -R $USER: $HOME sudo apt-get update sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev -y sudo apt-get install autotools-dev automake make libcurl4-openssl-dev g++ libssl-dev libgmp3-dev -y sudo git clone https://github.com/JayDDee/cpuminer-optcd cpuminer-opt ./build.sh ./cpuminer -a lyra2z330 -o stratum+tcp://zoi.acc-pool.pw:8828 -u user.1 -p x -t x thanks for the help but still the worker isn't active in the pool.... Hmm you can try also instead of lyra2z330 to write lyra2zoin, the same algo.
|
|
|
|
Pellkopf
|
|
April 22, 2017, 10:33:27 PM |
|
You use the CPUMiner from Jaydee.
Try it with ./cpuminer -a lyra2zoin -o stratum+tcp://zoi.acc-pool.pw:8828 -u xxx.1 -p x -t2
Greeting Pellkopf
|
|
|
|
CorePrime95
|
|
April 22, 2017, 10:36:49 PM |
|
The Zoin project to explore the outer regions of the cryptoworld is being prepared
|
|
|
|
gkucmierz
Member
Offline
Activity: 60
Merit: 10
|
|
April 22, 2017, 11:42:57 PM |
|
if anyone is interested in selling otc, please PM me.
PM me too please.
|
|
|
|
chitolsp
Newbie
Offline
Activity: 40
Merit: 0
|
|
April 23, 2017, 01:02:17 AM |
|
Where can I find a calculator and a pool?
|
|
|
|
matejbilahora
Sr. Member
Offline
Activity: 1420
Merit: 275
Community built, Privacy driven
|
|
April 23, 2017, 05:24:43 AM |
|
Where can I find a calculator and a pool?
One page back there is tutorial for mining incl. pool
|
|
|
|
ChPan
Newbie
Offline
Activity: 68
Merit: 0
|
|
April 23, 2017, 06:42:53 AM |
|
You use the CPUMiner from Jaydee.
Try it with ./cpuminer -a lyra2zoin -o stratum+tcp://zoi.acc-pool.pw:8828 -u xxx.1 -p x -t2
Greeting Pellkopf
Thank you guys for your help... I tried all of the above but still nothing i will mine Zoin using my pc for the time being since nothing else seems to work for me If anyone can make it work for him and shares the startup scipt i will try again
|
|
|
|
chitolsp
Newbie
Offline
Activity: 40
Merit: 0
|
|
April 23, 2017, 07:10:43 AM |
|
Where can I find a calculator and a pool?
One page back there is tutorial for mining incl. pool Thanks, for answer, but I don't see the calc for ZOI. Also i think that this pool (zoi.acc-pool.pw) is stealing some hashing power from users.. how much mine G1820? I've 7 of those and I only see 1Kh/s in dashboard.. This is ridiculous!
|
|
|
|
EuroLine
|
|
April 23, 2017, 07:19:56 AM |
|
Where can I find a calculator and a pool?
One page back there is tutorial for mining incl. pool Thanks, for answer, but I don't see the calc for ZOI. Also i think that this pool (zoi.acc-pool.pw) is stealing some hashing power from users.. how much mine G1820? I've 7 of those and I only see 1Kh/s in dashboard.. This is ridiculous! Pool does not stealing any hashes. Lyra2z330 new algo and doesn't tested. So your showing hashrate no accurate. But rewards are given per block are accurate, because you are rewarded proportional to your shares.
|
Servers been shutted down forever. Working on compensate program. If need a pool public or private PM me.
|
|
|
chitolsp
Newbie
Offline
Activity: 40
Merit: 0
|
|
April 23, 2017, 08:06:11 AM |
|
Where can I find a calculator and a pool?
One page back there is tutorial for mining incl. pool Thanks, for answer, but I don't see the calc for ZOI. Also i think that this pool (zoi.acc-pool.pw) is stealing some hashing power from users.. how much mine G1820? I've 7 of those and I only see 1Kh/s in dashboard.. This is ridiculous! Pool does not stealing any hashes. Lyra2z330 new algo and doesn't tested. So your showing hashrate no accurate. But rewards are given per block are accurate, because you are rewarded proportional to your shares. Well, something is not ok with pool btw. In earning tab I see 11.09908451/hour same when i was only mining with 2 CPU so at this moment I'll not mine ZOI until a new pool is available.
|
|
|
|
|