Bitcoin Forum
April 23, 2024, 03:05:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: [ANN] Trinity - TTY (SHA256d, Scrypt, Myr-groest) Trinamic Block Value System  (Read 46330 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.
proctologic
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile WWW
November 11, 2015, 02:41:46 AM
Last edit: November 11, 2015, 03:46:47 PM by proctologic
 #141

To Cryptopia or any other exchange. This is how i did from scratch

git clone https://github.com/5mil/Trinity.git

cd src/
make -f makefile.unix
sudo mv trinityd /usr/bin

put this in /home/user/.trinity/trinity.conf

Code:
server=1
listen=1
daemon=1
rpcuser=RPCUSER
rpcpassword=RPCPASSWORD
rpcport=6420
rpclisten=1
rpcallowip=127.0.0.1
algo=groestl
addnode=64.57.133.229
addnode=72.228.50.246
addnode=185.39.3.28
addnode=78.69.188.169
addnode=192.241.181.81
addnode=87.207.169.147
addnode=180.214.232.93
addnode=74.196.45.14
addnode=137.135.60.66
addnode=94.230.86.122
addnode=5.196.10.58
addnode=64.57.133.229
addnode=72.228.50.246
addnode=185.39.3.28
addnode=78.69.188.169

type trinityd and wait

1713884703
Hero Member
*
Offline Offline

Posts: 1713884703

View Profile Personal Message (Offline)

Ignore
1713884703
Reply with quote  #2

1713884703
Report to moderator
1713884703
Hero Member
*
Offline Offline

Posts: 1713884703

View Profile Personal Message (Offline)

Ignore
1713884703
Reply with quote  #2

1713884703
Report to moderator
1713884703
Hero Member
*
Offline Offline

Posts: 1713884703

View Profile Personal Message (Offline)

Ignore
1713884703
Reply with quote  #2

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

Posts: 1713884703

View Profile Personal Message (Offline)

Ignore
1713884703
Reply with quote  #2

1713884703
Report to moderator
Kiritsugu
Legendary
*
Offline Offline

Activity: 1570
Merit: 1041



View Profile
November 15, 2015, 07:03:51 AM
 #142

I suddenly remembered I have a bit of an "in" with an exchange owner.  Will see if I can get TTY listed there. Smiley
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 15, 2015, 09:50:38 AM
 #143

I suddenly remembered I have a bit of an "in" with an exchange owner.  Will see if I can get TTY listed there. Smiley

That'd be wonderful!

Stormkeeper
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 17, 2015, 11:55:38 AM
 #144

Market is open !!!!! Grin
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2015, 12:18:27 PM
 #145

Market is open !!!!! Grin

Thanks for letting us know.
I tried a deposit but the coins seems to be gone nowhere :-(
Did you succesfully deposit coins?

EDIT: nevermind, it showed up after some time ;-)

proctologic
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile WWW
November 17, 2015, 01:00:24 PM
 #146

List pools on OP please

Myr-groestl
http://coinspool.cu.cc/

Scrypt
http://gcpool.eu/p3347/public/
http://superninjapool.tk/

SHA256
http://gcpool.eu/trinity/public/

proctologic
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile WWW
November 17, 2015, 02:06:18 PM
 #147

Mining tips myr-groestl

http://cryptomining-blog.com/?s=groestl

R9 280X

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k myriadcoin-groestl -o stratum+tcp://stratum.coinspool.cu.cc:3033 -u wallet_address -p x -I d -g 2 --thread-concurrency 8192 --gpu-engine 1000 --gpu-memclock 1500 --lookup-gap 0 --worksize 256


Cpuminer

https://github.com/tpruvot/cpuminer-multi/releases

cpuminer-conf.json

{
   "_comment1" : "Any long-format command line argument ",
   "_comment2" : "may be used in this JSON configuration file",

   "api-bind" : "127.0.0.1:4048",

   "url" : "stratum+tcp://stratum.coinspool.cu.cc:3033",
   "user" : "wallet_address",
   "pass" : "x",

   "algo" : "myr-gr",
   "threads" : 0,
   "cpu-priority" : 0,
   "cpu-affinity" : -1,

   "benchmark" : false,
   "debug" : false,
   "protocol": false,
   "quiet" : false
}

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2015, 02:23:13 PM
 #148

on myr-groestl, lookup-gap and thread-concurrency are unused.

proctologic
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile WWW
November 17, 2015, 02:34:18 PM
 #149

on myr-groestl, lookup-gap and thread-concurrency are unused.

good to know. getting 30MHS now anyway.

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2015, 02:37:53 PM
 #150

on myr-groestl, lookup-gap and thread-concurrency are unused.

good to know. getting 30MHS now anyway.


and if you are interested in getting more than 60 Mh/s on 290x, I have the kernel for you.

proctologic
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile WWW
November 17, 2015, 02:42:16 PM
 #151

on myr-groestl, lookup-gap and thread-concurrency are unused.

good to know. getting 30MHS now anyway.


and if you are interested in getting more than 60 Mh/s on 290x, I have the kernel for you.

i only have 280X but sure.

Stormkeeper
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 17, 2015, 05:21:31 PM
 #152

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
November 17, 2015, 05:23:12 PM
 #153

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.

Are you looking at the pool statistics? Is that what is showing you 60Mh/s?
Stormkeeper
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 17, 2015, 05:27:12 PM
 #154

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.

Are you looking at the pool statistics? Is that what is showing you 60Mh/s?
No, it's from sgminer.
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
November 17, 2015, 05:29:27 PM
 #155

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.

Are you looking at the pool statistics? Is that what is showing you 60Mh/s?
No, it's from sgminer.

Well your local miner will always accurately show statistics, whereas pool statistics are only a "guesstimate" based on number of submitted shares. No idea why pool hash is showing better than solo mining locally. Which pool. Mine?
Stormkeeper
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 17, 2015, 05:33:07 PM
 #156

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.

Are you looking at the pool statistics? Is that what is showing you 60Mh/s?
No, it's from sgminer.

Well your local miner will always accurately show statistics, whereas pool statistics are only a "guesstimate" based on number of submitted shares. No idea why pool hash is showing better than solo mining locally. Which pool. Mine?
No, I mine at coinspool (sorry ;-)
elbandi
Hero Member
*****
Offline Offline

Activity: 525
Merit: 529


View Profile
November 17, 2015, 05:42:19 PM
 #157

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.
My tip: solo mining use longpoll, it cannot produce enough works, gpu is in idle when waiting for work.
when mine on pool, no need to wait for work -> no idle -> high hashrate
PatHolsg
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
November 17, 2015, 05:44:01 PM
 #158

wow!! so cool!! Trinity the future of virtual currency much awesomeness! The official currency of the heaven ! amazing!

Will god accept these currency in exchange of erasing our sins? Like 1 trinity coin = 1 less sins ?

And for muslims we should make a coin too where

1 coin = a new virgin!

Amazing coin! I'm sure god is watching, keep up the great work! we will manage crypto currency into heaven I believe in you.
Stormkeeper
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 17, 2015, 06:39:16 PM
 #159

Can anybody explain for me why I get 25 Mh/s when I solo mine Trinity and when I mine in a pool get 60 Mh/s.
This is with two R9 290 and exactly the same conf exept the url and username.
My tip: solo mining use longpoll, it cannot produce enough works, gpu is in idle when waiting for work.
when mine on pool, no need to wait for work -> no idle -> high hashrate
Aha, that makes sence. Thanks.
Kiritsugu
Legendary
*
Offline Offline

Activity: 1570
Merit: 1041



View Profile
November 18, 2015, 10:47:43 PM
 #160

Nice to see the market back up again. Smiley
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »  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!