Pages:
Author

Topic: [TWLV] TWELVE - Brand New Hashing Algo!! T-INSIDE algo - PoW/DPOS/POS - page 6. (Read 18807 times)

legendary
Activity: 2660
Merit: 1240
Quick and Dirty CCminer (nvidia) source here:

https://github.com/ocminer/ccminer-twlv

I've hacked the x15 algo for use with twelve, so you have to run it with:

./ccminer -a x15 -o stratum+tcp://twlv.suprnova.cc:5367 -u username.workername -p workerpass

No, the algo used for twelvecoin is NOT x15, I simply hacked the miner to work with the new algo but did not rename it in the miner, you are NOT mining with x15, you're mining with twlv.

You cannot mine twelve with an x15 miner, you MUST use the one from my github.


Can you try to hack also the amd GPU miner? If you success in that i can build windows release for those tomorrow.

Also i'm curious about the hashing performance and parameters you are using.

Thanks

I currently have no AMD hardware to test unforunately, but it should be pretty easy as all hashing functions are available already, based on x13 you would just have to remove one hashing function (fugue) and get the endianness right and it should work.

Maybe someone else with working AMD Cards and a bit talent to code can have a look at that.

Rewards are still low, so you won't be loosing anything.

I'm also not on Windows so I cannot compile for win unfortunately, but my source should be easy to compile on windows "out-of-the-box" as all required includes are already at my github.. Maybe someone could do that for me and post the bins here.
newbie
Activity: 7
Merit: 0
Windows binary please   Cry

Quick and Dirty CCminer (nvidia) source here:

https://github.com/ocminer/ccminer-twlv

I've hacked the x15 algo for use with twelve, so you have to run it with:

./ccminer -a x15 -o stratum+tcp:///twlv.suprnova.cc:5367 -u username.workername -p workerpass

No, the algo used for twelvecoin is NOT x15, I simply hacked the miner to work with the new algo but did not rename it in the miner, you are NOT mining with x15, you're mining with twlv.

You cannot mine twelve with an x15 miner, you MUST use the one from my github.

legendary
Activity: 2660
Merit: 1240
Quick and Dirty CCminer (nvidia) source here:

https://github.com/ocminer/ccminer-twlv

I've hacked the x15 algo for use with twelve, so you have to run it with:

./ccminer -a x15 -o stratum+tcp://twlv.suprnova.cc:5367 -u username.workername -p workerpass

No, the algo used for twelvecoin is NOT x15, I simply hacked the miner to work with the new algo but did not rename it in the miner, you are NOT mining with x15, you're mining with twlv.

You cannot mine twelve with an x15 miner, you MUST use the one from my github.
newbie
Activity: 7
Merit: 0
Hi post the binary windows cpuminer please


Hi dev, how to mine?

I like the wallet, connect fine. Nice to have a new algorithm there.

https://i.imgur.com/paffOmP.png



How to mine at launch if no GPU or CPU miner is available?


You can mine TWELVE with a simple command from the wallet console.

Please follow these instructions:

- Open wallet and click on help;

- Open Debug Window;

- Once in Debug Window click on "Console" tab;

- When you are on Console tab just type
Code:
setgenerate true -1
 you can set the number of thread to use changing the
Code:
-1
parameter according to your CPU threads.

newbie
Activity: 7
Merit: 0
Hi post the binary windows cpuminer please

What happened to the source?

EDIT: It seems to be back.
legendary
Activity: 1073
Merit: 1000
What happened to the source?

EDIT: It seems to be back.
hero member
Activity: 700
Merit: 500
Pool:

https://twlv.suprnova.cc

CPU Miner:

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


Would appreciate if someone could compile a working Windows version of the cpuminer, my build environment on win is broken currently.

The CPU miner is just a "quick & dirty" hack, you have to mine using the "-a x11" switch even though its mining twlv instead of x11..

So for this miner version, the following string gets you going:

./cpuminer -a x11 -o stratum+tcp://twlv.suprnova.cc:5367 -u worker.username -p worker.password


Again, it is NOT x11, i just hacked the cpu miner to work with this algo and did not rename it !

Have fun

Thanks.
hero member
Activity: 700
Merit: 500
Hi dev, how to mine?

I like the wallet, connect fine. Nice to have a new algorithm there.





How to mine at launch if no GPU or CPU miner is available?


You can mine TWELVE with a simple command from the wallet console.

Please follow these instructions:

- Open wallet and click on help;

- Open Debug Window;

- Once in Debug Window click on "Console" tab;

- When you are on Console tab just type
Code:
setgenerate true -1
 you can set the number of thread to use changing the
Code:
-1
parameter according to your CPU threads.




Thanks dev!

  It's as simple as that? WOW!!  I have gone through setting rpcuser, password, port, and setting up -server at end of name, and blah, blah, blah, and solo mining for me never worked - and all I had to do was this?!?!?! DOH!!
  BTW, It works if you can't tell, I've already got 2 blocks. Cool.
newbie
Activity: 42
Merit: 0

Thanks for your service. Handled in a professional way.

More than 1 Milion coins have been burned so now total coins is less than 500k.
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
member
Activity: 84
Merit: 10
Pool:

https://twlv.suprnova.cc

CPU Miner:

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


Would appreciate if someone could compile a working Windows version of the cpuminer, my build environment on win is broken currently.

The CPU miner is just a "quick & dirty" hack, you have to mine using the "-a x11" switch even though its mining twlv instead of x11..

So for this miner version, the following string gets you going:

./cpuminer -a x11 -o stratum+tcp://twlv.suprnova.cc:5367 -u worker.username -p worker.password


Again, it is NOT x11, i just hacked the cpu miner to work with this algo and did not rename it !

Have fun

Thank you Smiley
newbie
Activity: 42
Merit: 0
Pool:

https://twlv.suprnova.cc

CPU Miner:

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


Would appreciate if someone could compile a working Windows version of the cpuminer, my build environment on win is broken currently.

The CPU miner is just a "quick & dirty" hack, you have to mine using the "-a x11" switch even though its mining twlv instead of x11..

So for this miner version, the following string gets you going:

./cpuminer -a x11 -o stratum+tcp://twlv.suprnova.cc:5367 -u worker.username -p worker.password


Again, it is NOT x11, i just hacked the cpu miner to work with this algo and did not rename it !

Have fun


Our widest thanks ocminer!

We'll add your pool to the OP.

Post your $TWLV address, we'll send a bounty asap! Wink
legendary
Activity: 2660
Merit: 1240
Pool:

https://twlv.suprnova.cc

CPU Miner:

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


Would appreciate if someone could compile a working Windows version of the cpuminer, my build environment on win is broken currently.

The CPU miner is just a "quick & dirty" hack, you have to mine using the "-a x11" switch even though its mining twlv instead of x11..

So for this miner version, the following string gets you going:

./cpuminer -a x11 -o stratum+tcp://twlv.suprnova.cc:5367 -u worker.username -p worker.password


Again, it is NOT x11, i just hacked the cpu miner to work with this algo and did not rename it !

Have fun
sr. member
Activity: 378
Merit: 250
Hi dev, how to mine?

I like the wallet, connect fine. Nice to have a new algorithm there.





How to mine at launch if no GPU or CPU miner is available?


You can mine TWELVE with a simple command from the wallet console.

Please follow these instructions:

- Open wallet and click on help;

- Open Debug Window;

- Once in Debug Window click on "Console" tab;

- When you are on Console tab just type
Code:
setgenerate true -1
 you can set the number of thread to use changing the
Code:
-1
parameter according to your CPU threads.




Thanks dev!
newbie
Activity: 42
Merit: 0
Hi dev, how to mine?

I like the wallet, connect fine. Nice to have a new algorithm there.

https://i.imgur.com/paffOmP.png



How to mine at launch if no GPU or CPU miner is available?


You can mine TWELVE with a simple command from the wallet console.

Please follow these instructions:

- Open wallet and click on help;

- Open Debug Window;

- Once in Debug Window click on "Console" tab;

- When you are on Console tab just type
Code:
setgenerate true -1
 you can set the number of thread to use changing the
Code:
-1
parameter according to your CPU threads.
sr. member
Activity: 378
Merit: 250
Hi dev, how to mine?

I like the wallet, connect fine. Nice to have a new algorithm there.
newbie
Activity: 42
Merit: 0
@AleCrypt0 yes, coins unsold will be burned by C-cex . More infos and burning address will be published as soon as they proceed.

Block explorer is coming online asap.




We have open translations bounties:

- 15 TWLV for each translation. Please avoid google translator. We look for every kind of language spoken on this forum.

- 10 TWLV for people that can post our thread in other tech and crypto coin related forum.


Let us know if you are interested in one of these bounties.
legendary
Activity: 1190
Merit: 1004



Is this dev a known public figure?







I get ignored?

I guess this dude is anonymous. If they're anonymous it would be pretty stupid to buy an ICO from them. There is a high risk the dev will go bye bye.



newbie
Activity: 42
Merit: 0
LAUNCHED!

Wallets links posted on OP.
legendary
Activity: 1311
Merit: 1003
Pages:
Jump to: