Bitcoin Forum
April 26, 2024, 08:24:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 [208] 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 ... 394 »
  Print  
Author Topic: Coinye [KOI/COYE] You can't kill a gayfish.  (Read 715695 times)
innocentpixel
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 16, 2014, 03:23:00 PM
 #4141

anybody still selling @ 1 satoshi? really? Smiley
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714163073
Hero Member
*
Offline Offline

Posts: 1714163073

View Profile Personal Message (Offline)

Ignore
1714163073
Reply with quote  #2

1714163073
Report to moderator
1714163073
Hero Member
*
Offline Offline

Posts: 1714163073

View Profile Personal Message (Offline)

Ignore
1714163073
Reply with quote  #2

1714163073
Report to moderator
FredFlintstone
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 16, 2014, 03:24:40 PM
 #4142

listen=1
daemon=1
server=1
rpcuser=coinye
rpcpassword=coins
rpcallowip=127.0.0.1
rpcport=41338
rpcconnect=127.0.0.1
addnode=37.187.93.104
addnode=23.253.71.20
addnode=94.242.254.73
addnode=24.20.187.178
addnode=37.59.31.34
addnode=37.59.54.28
addnode=62.212.72.31
addnode=72.46.130.53
addnode=23.253.71.20:41338
addnode=148.251.11.238:41338
addnode=162.220.61.78:41338
addnode=188.115.182.34:41338
addnode=50.152.213.185:41338


This is my conf
metallicelmo
Sr. Member
****
Offline Offline

Activity: 882
Merit: 252



View Profile
January 16, 2014, 03:25:53 PM
 #4143

And just to be clear, I don't have tons of millions of COYE, I'm left with 4 000 000 COYE after giving away 1 000 000. Of course, I continue to mine with all of my hash power...
Ok, I'll try that in order to learn how to mine solo. Think this is a good case to get some skills about it. If whole Coye Net around 250Mh, I'll be 1/10 of it

Guys, help please, how to setup cgminer for particulary COYE solo mining? Thank you

It's only the difficulty that matters. Until you retarget, you will still effectively be mining against 2.5GH/s equivalent of people in terms of how often you find a block. Though practice for mining solo is good. Here's what you need to do:

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]

Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Then just mine as you would in a pool.

Good luck!
Ok thanks but what i don't understand is how does CGminer know that i want to mine for COYE (solo) you don't specify that anywhere so how does that work?
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 03:28:49 PM
 #4144

anybody still selling @ 1 satoshi? really? Smiley

Nope Smiley
FredFlintstone
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 16, 2014, 03:30:49 PM
 #4145

your .bat file must be something like this

cgminer --scrypt -o localhost:41338 -u username -p password  --thread-concurrency 10240  --intensity 14 --worksize 256 -g 1

Evilish
Hero Member
*****
Offline Offline

Activity: 882
Merit: 563


Bitcoin to the moon!


View Profile
January 16, 2014, 03:32:13 PM
 #4146

anybody still selling @ 1 satoshi? really? Smiley

Nope. I'm selling 189k for 3 satoshi (About 0.006 BTC for all).  Smiley
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 16, 2014, 03:34:06 PM
 #4147

If you installed coinyecoin wallet on C drive then it should be at: C:/users/yourcomputernameorusername/appdata/roaming/CoinyeCoin
If conf file doesn't exist create one (create txt file then change the extension to conf and name the file CoinyeCoin... so CoinyeCoin.conf should be the file.)
My COYE wallet is installed in another machine, actually it's virtual WinXP inside Ubuntu, so I can't imagine, how to get all of these IP:port things work properly Smiley
But I'll try anyway
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 16, 2014, 03:40:16 PM
 #4148

And just to be clear, I don't have tons of millions of COYE, I'm left with 4 000 000 COYE after giving away 1 000 000. Of course, I continue to mine with all of my hash power...
Ok, I'll try that in order to learn how to mine solo. Think this is a good case to get some skills about it. If whole Coye Net around 250Mh, I'll be 1/10 of it

Guys, help please, how to setup cgminer for particulary COYE solo mining? Thank you

It's only the difficulty that matters. Until you retarget, you will still effectively be mining against 2.5GH/s equivalent of people in terms of how often you find a block. Though practice for mining solo is good. Here's what you need to do:

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]

Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Then just mine as you would in a pool.

Good luck!
Ok thanks but what i don't understand is how does CGminer know that i want to mine for COYE (solo) you don't specify that anywhere so how does that work?

Because of the ip and port that you give to cgminer as parameters.

P.S. If you have 25mhs (which is 1/10 of 250mhs) at this difficulty and this size of network you should earn about 6 000 000 Coyes a day.
And also it will give a good boost to network size Smiley

edit: it should work on virtual machine Wink But I dont get it, how do you get 25mhs from virtual machine? Also, it doesn't have to be windows, you have cgminer for linux too...
Miners run on 8*PC (now 1 more is added at the top, so overall speed near the 27Mh):


Wallet installed on desktop PC with Unbuntu & WinXP @ VBox
Do I need install one more wallet espessially for solo?
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 03:45:08 PM
 #4149

And just to be clear, I don't have tons of millions of COYE, I'm left with 4 000 000 COYE after giving away 1 000 000. Of course, I continue to mine with all of my hash power...
Ok, I'll try that in order to learn how to mine solo. Think this is a good case to get some skills about it. If whole Coye Net around 250Mh, I'll be 1/10 of it

Guys, help please, how to setup cgminer for particulary COYE solo mining? Thank you

It's only the difficulty that matters. Until you retarget, you will still effectively be mining against 2.5GH/s equivalent of people in terms of how often you find a block. Though practice for mining solo is good. Here's what you need to do:

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]

Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Then just mine as you would in a pool.

Good luck!
Ok thanks but what i don't understand is how does CGminer know that i want to mine for COYE (solo) you don't specify that anywhere so how does that work?

Because of the ip and port that you give to cgminer as parameters.

P.S. If you have 25mhs (which is 1/10 of 250mhs) at this difficulty and this size of network you should earn about 6 000 000 Coyes a day.
And also it will give a good boost to network size Smiley

edit: it should work on virtual machine Wink But I dont get it, how do you get 25mhs from virtual machine? Also, it doesn't have to be windows, you have cgminer for linux too...
Miners run on 8*PC (now 1 more is added at the top):


Wallet installed on desktop PC with Unbuntu & WinXP @ VBox

Niiiceee Smiley

I edited my earlier post couple of times Cheesy

Anyway, I know it is possible to make it all work cause basically you are a small pool of your own. I just don't know how to set it up Smiley
FredFlintstone
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 16, 2014, 03:49:26 PM
 #4150

And just to be clear, I don't have tons of millions of COYE, I'm left with 4 000 000 COYE after giving away 1 000 000. Of course, I continue to mine with all of my hash power...
Ok, I'll try that in order to learn how to mine solo. Think this is a good case to get some skills about it. If whole Coye Net around 250Mh, I'll be 1/10 of it

Guys, help please, how to setup cgminer for particulary COYE solo mining? Thank you

It's only the difficulty that matters. Until you retarget, you will still effectively be mining against 2.5GH/s equivalent of people in terms of how often you find a block. Though practice for mining solo is good. Here's what you need to do:

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]

Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Then just mine as you would in a pool.

Good luck!
Ok thanks but what i don't understand is how does CGminer know that i want to mine for COYE (solo) you don't specify that anywhere so how does that work?

Because of the ip and port that you give to cgminer as parameters.

P.S. If you have 25mhs (which is 1/10 of 250mhs) at this difficulty and this size of network you should earn about 6 000 000 Coyes a day.
And also it will give a good boost to network size Smiley

edit: it should work on virtual machine Wink But I dont get it, how do you get 25mhs from virtual machine? Also, it doesn't have to be windows, you have cgminer for linux too...
Miners run on 8*PC:
http://s6.uploads.ru/5pFqS.jpg

Wallet installed on desktop PC with Unbuntu & WinXP @ VBox

because you're not running your wallet on the same machine as cgminer, I believe you have to put in your.bat and the conf of your wallet the networkadres of the computer with the wallet. As example http://192.169.1.12:41338 for cgminer (change this to the adres of your Ubuntu computer) In the conf you put instead of 127.0.0.1  also that ip ( not sure about this but give it a try).
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 03:57:26 PM
 #4151

And just to be clear, I don't have tons of millions of COYE, I'm left with 4 000 000 COYE after giving away 1 000 000. Of course, I continue to mine with all of my hash power...
Ok, I'll try that in order to learn how to mine solo. Think this is a good case to get some skills about it. If whole Coye Net around 250Mh, I'll be 1/10 of it

Guys, help please, how to setup cgminer for particulary COYE solo mining? Thank you

It's only the difficulty that matters. Until you retarget, you will still effectively be mining against 2.5GH/s equivalent of people in terms of how often you find a block. Though practice for mining solo is good. Here's what you need to do:

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]

Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Then just mine as you would in a pool.

Good luck!
Ok thanks but what i don't understand is how does CGminer know that i want to mine for COYE (solo) you don't specify that anywhere so how does that work?

Because of the ip and port that you give to cgminer as parameters.

P.S. If you have 25mhs (which is 1/10 of 250mhs) at this difficulty and this size of network you should earn about 6 000 000 Coyes a day.
And also it will give a good boost to network size Smiley

edit: it should work on virtual machine Wink But I dont get it, how do you get 25mhs from virtual machine? Also, it doesn't have to be windows, you have cgminer for linux too...
Miners run on 8*PC:


Wallet installed on desktop PC with Unbuntu & WinXP @ VBox

because you're not running your wallet on the same machine as cgminer, I believe you have to put in your.bat and the conf of your wallet the networkadres of the computer with the wallet. As example http://192.169.1.12:41338 for cgminer (change this to the adres of your Ubuntu computer) In the conf you put instead of 127.0.0.1  also that ip ( not sure about this but give it a try).

yes, that is probably it. Also, I recommend that you try this with som other currencies from which you can conclude fast if things are working cause if you put it in Coinye first it might take you up to whole day to confirm that things are working or not working...
mirza92
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 16, 2014, 03:57:54 PM
 #4152

http://www.theverge.com/2014/1/16/5315184/coinye-lives
blackhole88
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 16, 2014, 04:04:28 PM
 #4153

WTS 850K, please PM your offer
smith7800
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 16, 2014, 04:27:01 PM
 #4154

Does anybody know how long it takes for any sort of decision to be made on the lawsuit?

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/  Free Distribution!

https://bitcointalk.org/index.php?topic=623937
techguy
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 16, 2014, 04:29:17 PM
 #4155

Go to the config file in the data folder, located in %appdata% for windows.
Add this line:
rcpallowip = localhost

change rpcuser = [your miner username]
change rpcpassword = [your miner password]

You'll also need to add a line rpcport = [I'm not sure on this one, anyone solo mining know the port for coinye?]


Then in your cgminer config, set your miner to mine at ip "localhost:[setting for rpcport]
set username to the one in rpcuser
set password to the one in rpcpassword

Thank you, but could you please explain me red ones, whats the config in %AppData%, is it some separated app?

If you installed coinyecoin wallet on C drive then it should be at: C:/users/yourcomputernameorusername/appdata/roaming/CoinyeCoin
If conf file doesn't exist create one (create txt file then change the extension to conf and name the file CoinyeCoin... so CoinyeCoin.conf should be the file.)

Here is how my conf for fastcoin looked like with my only solo mine try way back:

listen=1
daemon=1
server=1
rpcuser=KrvnoZrnce
rpcpassword=1111
rpcallowip=10.1.1.*
rpcport=9527
rpcconnect=127.0.0.1
addnode=190.191.141.145
addnode=75.135.81.210
addnode=69.57.165.193
addnode=168.61.25.9

edit: 72 blocks to retarget but the hashrate is still falling slowly... I don't get it... Is there so many miners that don't get how things work at all? If you mined whole day at this difficulty stay a day or two more, don't give up and everything will be lovely again Smiley

You can follow this step-by-step lite coin solo mining guide - http://cryptocur.com/litecoin/litecoin-mining/

Instead of litecoin change the configuration to your desired coin
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 04:39:25 PM
Last edit: January 16, 2014, 04:58:53 PM by KrvnoZrnce
 #4156

Does anybody know how long it takes for any sort of decision to be made on the lawsuit?

Long enough Smiley

We'll find out soon from the media Smiley
tjc
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
January 16, 2014, 04:56:57 PM
 #4157

Trying to help out - just added 2.7 Mh/s. Everyone chip in - let's get to this diff change and see what happens Smiley
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 04:59:21 PM
 #4158

Trying to help out - just added 2.7 Mh/s. Everyone chip in - let's get to this diff change and see what happens Smiley

58 blocks to go Smiley
KrvnoZrnce
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 16, 2014, 05:05:54 PM
 #4159

Well, that escalated quickly Cheesy

http://www.theverge.com/2014/1/16/5315184/coinye-lives#
gsrcrxsi
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
January 16, 2014, 05:12:17 PM
 #4160

the more hashing power you add to the network, the less the diff will drop when it changes.

i think the few people on there should suck it up for a day and let it switch to a low value, then maybe someone can hammer it with a few GH while the diff is low LOL
Pages: « 1 ... 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 [208] 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 ... 394 »
  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!