Pages:
Author

Topic: [ANN][OC] ONECOIN | NO PREMINE | FAIR LAUNCH | SHA256 TRIPLE - page 28. (Read 43851 times)

legendary
Activity: 2660
Merit: 1240
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

GTX 1080 = 1 GHs

Guess you are not the guy in my post https://bitcointalksearch.org/topic/m.18073756 or will you shock us all and release the damn thing.

I dont need it so we are clear i just want to see if there is any open source spirit in the cryptocoding world left.

Jure, that is why some are very rich in  and others dont... This is ruled as normal life - 1% very rich, 99% slaves
And funny is that some guys are always defending that btc is freedom...

you are mistaking freedom for income.

C'mon this is not ZCASH or XMR - it's a newly launched coin with just a standard-algo extended to one round..

I agree that miners which are using an all-new algo like equihash should be worth some - but not this "modified" algo here..
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

GTX 1080 = 1 GHs

Guess you are not the guy in my post https://bitcointalksearch.org/topic/m.18073756 or will you shock us all and release the damn thing.

I dont need it so we are clear i just want to see if there is any open source spirit in the cryptocoding world left.

Jure, that is why some are very rich in  and others dont... This is ruled as normal life - 1% very rich, 99% slaves
And funny is that some guys are always defending that btc is freedom...

you are mistaking freedom for income.
full member
Activity: 238
Merit: 100
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

GTX 1080 = 1 GHs

Guess you are not the guy in my post https://bitcointalksearch.org/topic/m.18073756 or will you shock us all and release the damn thing.

I dont need it so we are clear i just want to see if there is any open source spirit in the cryptocoding world left.

Jure, that is why some are very rich in  and others dont... This is ruled as normal life - 1% very rich, 99% slaves
And funny is that some guys are always defending that btc is freedom...
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

GTX 1080 = 1 GHs

Guess you are not the guy in my post https://bitcointalksearch.org/topic/m.18073756 or will you shock us all and release the damn thing.

I dont need it so we are clear i just want to see if there is any open source spirit in the cryptocoding world left.
hero member
Activity: 588
Merit: 520
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

GTX 1080 = 1 GHs
hero member
Activity: 746
Merit: 500
Looks like someone pumped the difficulty with a GPU, and backed off for now, difficulty dropping now. This might develop into a pattern :/
full member
Activity: 238
Merit: 100
As far as I can tell this is the best miner so far.

https://github.com/ocminer/cpuminer-opt

Can you help me set up the cpu miner??


my occoin.bat has follows:

cpuminer -a sha256t --url stratum+tcp://oc.suprnova.cc:8586 -u melwinder1337.melwinder -p xxxx


I double click on it and it instantly closes, I have it in the main "cpuminer-opt-master" folder.

I don't know if you got it running or not but..

I'm assuming you are using Windows
ocminer did not compile a binary for this, that I'm aware of , which means you have to compile it yourself.

instead use joblo's cpuminer-opt v3.5.12 
https://bitcointalksearch.org/topic/ann-cpuminer-opt-v3881-open-source-optimized-multi-algo-cpu-miner-1326803

in the .bat file put

cpuminer-aes-avx -a sha256t -o stratum+tcp://oc.suprnova.cc:8586 -u username.worker -p password
pause

I highly recommend using the pause command
because if it fails you can read why it fails before you close it manually

there are 5 .exe in the zip file choose the one that works best with your cpu



if using linux

install dependencies

(on Ubuntu )
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git


(on Debian)
apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git g++


(then install)

git clone https://github.com/JayDDee/cpuminer-opt

cd cpuminer-opt

./build.sh

nano start.bash

(insert)

./cpuminer -a sha256t -o stratum+tcp://oc.suprnova.cc:8586 -u username.worker -p password
sleep 1000

(press ctrl-x then y then enter)


(make start.bash executable)

chmod +x start.bash


(start mining)

./start.bash




Im using JayDDee's miner and works nice on ubuntu
newbie
Activity: 18
Merit: 0
As far as I can tell this is the best miner so far.

https://github.com/ocminer/cpuminer-opt

Can you help me set up the cpu miner??


my occoin.bat has follows:

cpuminer -a sha256t --url stratum+tcp://oc.suprnova.cc:8586 -u melwinder1337.melwinder -p xxxx


I double click on it and it instantly closes, I have it in the main "cpuminer-opt-master" folder.

I don't know if you got it running or not but..

I'm assuming you are using Windows
ocminer did not compile a binary for this, that I'm aware of , which means you have to compile it yourself.

instead use joblo's cpuminer-opt v3.5.12 
https://bitcointalksearch.org/topic/ann-cpuminer-opt-v3881-open-source-optimized-multi-algo-cpu-miner-1326803

in the .bat file put

cpuminer-aes-avx -a sha256t -o stratum+tcp://oc.suprnova.cc:8586 -u username.worker -p password
pause

I highly recommend using the pause command
because if it fails you can read why it fails before you close it manually

there are 5 .exe in the zip file choose the one that works best with your cpu



if using linux

install dependencies

(on Ubuntu )
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git


(on Debian)
apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git g++


(then install)

git clone https://github.com/JayDDee/cpuminer-opt

cd cpuminer-opt

./build.sh

nano start.bash

(insert)

./cpuminer -a sha256t -o stratum+tcp://oc.suprnova.cc:8586 -u username.worker -p password
sleep 1000

(press ctrl-x then y then enter)


(make start.bash executable)

chmod +x start.bash


(start mining)

./start.bash


full member
Activity: 238
Merit: 100
I can make you a GPU miner, any bids? ^^

Can i send you an hooker by email?  Undecided
legendary
Activity: 2828
Merit: 1091
--- ChainWorks Industries ---
simply put ...

a blackcoin clone with a few changes and a new algo ...

ok ... im watching ...

#crysx
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
Out of all the names out there, you have to name your coin after one of the vilest scams out there?

are you trying to legitimise that stupid Ruja bitch?

 Roll Eyes

They already tried! https://www.cryptocoinsnews.com/norwegian-blockchain-dev-says-onecoin-uses-sql-instead-of-blockchain/

And i dont think this is an attempt by them either. Onecoin has no use case for this chain, there is no premine, no control.....
full member
Activity: 224
Merit: 100
Out of all the names out there, you have to name your coin after one of the vilest scams out there?

are you trying to legitimise that stupid Ruja bitch?

 Roll Eyes
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
I've already released the working cpu miner though and IMHO we should get a little bit back to the whole idea of open source regarding miners. The development of the last months is alarming. Only closed source dev fee miners or hell slow public miners are available, this way crypto will sooner or later suffer as newbies and new miners will lose interest rapidly.. Which overall hurts everyone.. It's okay to have highly optimized 'special version' with a slight advantage IMHO but this is like David vs Goliath

I agree, this project is a wake up call to everyone. On one hand the OneCoin ponzi "coin" is being criticized by the crypto community but at the same time everything is becoming so closed, straying away from the original idea how these technologies should develop.

I wish I understood this damn kernel code  Undecided

When reading posts like this i wish i had coding skills besides everything else i do in IT business. I would spit out this miner without hesitation or expectance of payment.

Hope the is still some open source spirit in cryptoland and not to honour us with a miner for this s...tcoin right here but to continue the vision of satoshi.
hero member
Activity: 746
Merit: 500
where i can buy onecoin, is ready in exchanger

No coins are even mature yet lol Cheesy

First chance to buy from someone would be around block 750
hero member
Activity: 602
Merit: 501
Undeads.com - P2E Runner Game
where i can buy onecoin, is ready in exchanger
hero member
Activity: 746
Merit: 500
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256

Oh come on Cheesy Just release the miner already Smiley
legendary
Activity: 2660
Merit: 1240
I can make you a GPU miner, any bids? ^^


I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256


Ah, now we have some vips in here Smiley

How about a closed source Dev fee miner?  Grin
hero member
Activity: 525
Merit: 529
I can make you a GPU miner, any bids? ^^
and same here, for amd cards  Cheesy

rx480 can 700Mhs in double sha256, so in my calc, it can ~350Mhs for tripple sha256
hero member
Activity: 588
Merit: 520
I can make you a GPU miner, any bids? ^^
newbie
Activity: 42
Merit: 0
Pages:
Jump to: