Bitcoin Forum
April 27, 2024, 08:18:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
Author Topic: [TWLV] TWELVE - Brand New Hashing Algo!! T-INSIDE algo - PoW/DPOS/POS  (Read 18793 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
T-INSIDE (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 29, 2015, 08:39:40 PM
 #81

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.
1714249086
Hero Member
*
Offline Offline

Posts: 1714249086

View Profile Personal Message (Offline)

Ignore
1714249086
Reply with quote  #2

1714249086
Report to moderator
1714249086
Hero Member
*
Offline Offline

Posts: 1714249086

View Profile Personal Message (Offline)

Ignore
1714249086
Reply with quote  #2

1714249086
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714249086
Hero Member
*
Offline Offline

Posts: 1714249086

View Profile Personal Message (Offline)

Ignore
1714249086
Reply with quote  #2

1714249086
Report to moderator
Crypt1x
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 29, 2015, 08:44:31 PM
 #82

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!
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
May 29, 2015, 08:48:47 PM
 #83

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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
T-INSIDE (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 29, 2015, 08:56:12 PM
 #84

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
fuun
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 29, 2015, 09:01:47 PM
 #85

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
c-cex
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


CryptoCurrency EXchange: https://c-cex.com


View Profile WWW
May 29, 2015, 09:09:51 PM
 #86

ICO done.

Remaining coins burned:
http://twlv.explorer.ssdpool.com:9160/tx/7e6ce1c74fb94c432d9c8fd4e246cb48de81e216f2c3c53bbc6ef3c97226e8ac

Trading and wallet open:
https://c-cex.com/?p=twlv-btc
https://c-cex.com/?p=twlv-usd

CryptoCurrency EXchange: https://c-cex.com
T-INSIDE (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 29, 2015, 09:10:55 PM
 #87


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.
skyline247
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
May 29, 2015, 09:11:47 PM
 #88

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.
skyline247
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
May 29, 2015, 09:14:08 PM
 #89

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.
animalroam
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
May 29, 2015, 09:22:05 PM
 #90

What happened to the source?

EDIT: It seems to be back.
felizdenovo
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 29, 2015, 10:09:58 PM
 #91

Hi post the binary windows cpuminer please

What happened to the source?

EDIT: It seems to be back.
felizdenovo
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 29, 2015, 10:18:33 PM
 #92

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.

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
May 29, 2015, 10:41:13 PM
Last edit: May 30, 2015, 07:36:08 AM by ocminer
 #93

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.

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
felizdenovo
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 29, 2015, 10:49:34 PM
 #94

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.

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
May 29, 2015, 10:52:35 PM
Last edit: May 30, 2015, 07:35:51 AM by ocminer
 #95

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.

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
antho281
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
May 30, 2015, 12:05:26 AM
 #96

@ocminer :
Thanks a lot for the miner!
Just to let you know that you put 3 slash in your command Wink
stratum+tcp:///twlv.suprnova.cc:5367

Still getting error "does not validate on CPU"... I'll work on it Wink
michael_phelps
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile WWW
May 30, 2015, 02:59:40 AM
 #97

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


I am trying to build the minerd executable from the Git repo, but I am getting this when I run  make :

collect2: error: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/user/cpuminer-twlv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/user/cpuminer-twlv'
make: *** [all] Error 2


Any suggestions?

bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
May 30, 2015, 08:55:19 AM
 #98

I saw that as well before the post was deleted.

AleCrypt0 = T-INSIDE
logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
May 30, 2015, 09:10:51 AM
 #99

i got a reputation thrice as bigger than hero members have

i am a cosmic member, not hero member

don't invest in crypto generally and in this crap specifically

logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
May 30, 2015, 09:12:04 AM
 #100

I saw that as well before the post was deleted.

AleCrypt0 = T-INSIDE

screenshot coming...

or alec go and send me 1btc or your job is done

u fucking with wrong man now

What? Are you blackmailing me for what sorry?

I'm fucking with the wrong "kid", you would say.

Will report your blackmail to BadBear or to some forum admin. I hope you will get banned from your IP. Blackmail is just a criminal bahaviour. You loser.

i blackmailed u coz u have a cock in place of mouth

Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!