Bitcoin Forum
June 03, 2024, 11:54:20 AM *
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 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  Print  
Author Topic: [ANN][INK] INKcoin - Launched! SHAvite-3 Hash, NO PRE-M! CPU minable  (Read 50520 times)
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 22, 2014, 10:49:33 PM
 #481

How this pool?

Able to use the new CPU Miner by PHM guy??

http://ink.plasr.com -- pool with PPLNS for INK

currently stratum working with Scrypt -- I'm still investigating the support for SHAvite and will update when there are news

happy mining Smiley
vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 22, 2014, 10:50:10 PM
 #482

any help? getting this error when trying to create the makefile
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 22, 2014, 10:53:08 PM
 #483

At 60480 Blocks with Diff at 256. Everything will be stabilized.  Smiley
deodecagone
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 22, 2014, 10:54:26 PM
 #484

any help? getting this error when trying to create the makefile
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

you haven't installed the dependencies ...  Roll Eyes Smiley

Just install
yum install gcc-c++ make
install boost-devel
yum install db4-devel
yum install openssl-devel  


You may use apt-get install on ubuntu/debian


edit looks to be boost in articular here your problem
note235
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
February 22, 2014, 10:56:44 PM
 #485

can someone post code of a configured .conf file so the small stupid fish (such as myself) can get set up

that should do the trick, just disabled the generation as you don't want to mine block while downloading the chain, just use the setgenerate true -1 afterwards

inkcoin.conf

server=1
gen=0
rpcallowip=127.0.0.1
rpcuser=rpcuser
rpcpassword=passwd
addnode=146.185.173.146
addnode=108.62.194.44
addnode=75.32.234.140
addnode=54.238.22.71
addnode=120.32.246.133
addnode=144.76.59.202
addnode=112.111.12.109
addnode=117.85.158.87
addnode=46.64.218.153
addnode=5.9.74.79

thanks for this

so in cgminer miner this is our setup then?

"url" : "127.0.0.1:1217",
      "user" : "rpcuser",
      "pass" : "passwd"

theeevilmunkey
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 22, 2014, 11:00:57 PM
 #486

can someone post code of a configured .conf file so the small stupid fish (such as myself) can get set up

that should do the trick, just disabled the generation as you don't want to mine block while downloading the chain, just use the setgenerate true -1 afterwards

inkcoin.conf

server=1
gen=0
rpcallowip=127.0.0.1
rpcuser=rpcuser
rpcpassword=passwd
addnode=146.185.173.146
addnode=108.62.194.44
addnode=75.32.234.140
addnode=54.238.22.71
addnode=120.32.246.133
addnode=144.76.59.202
addnode=112.111.12.109
addnode=117.85.158.87
addnode=46.64.218.153
addnode=5.9.74.79

thanks for this

so in cgminer miner this is our setup then?

"url" : "127.0.0.1:1217",
      "user" : "rpcuser",
      "pass" : "passwd"



YES. you can set user and password to whatever u like.  not sure about being able to change URL tho.  as u can tell im new. lol

also do i type
setgenerate true

OR

setgenerate true -1

AND

what does the -1 mean?
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 22, 2014, 11:01:00 PM
 #487

It is higher chances to mine that few hours ago thank to DIFF. !!! MINE MORE !!!!!!!!!!!!!!!!!!!!!!  Grin
alc
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
February 22, 2014, 11:04:48 PM
 #488

forked already?lol =0
It forked at 5pm or so. I set up an old Core2 to mine for the hell of it and checking in a couple of hours later saw 1200 coins. It was not to be...
alc
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
February 22, 2014, 11:06:27 PM
 #489

also do i type
setgenerate true

OR

setgenerate true -1

AND

what does the -1 mean?
Setgenerate (true/false) (number of cores, -1 sets to however many you've got)

Does that make sense?
BChydro
Hero Member
*****
Offline Offline

Activity: 1426
Merit: 506


View Profile
February 22, 2014, 11:07:21 PM
 #490

How many blocks have you guys found?
SP4RK7
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
February 22, 2014, 11:09:32 PM
 #491

How many blocks have you guys found?

Currently finding about 1 an hour with my old Q6700 @ 2.7 Ghz
raizor
Full Member
***
Offline Offline

Activity: 171
Merit: 100

Some people just want to watch the world dance.


View Profile
February 22, 2014, 11:09:57 PM
 #492

How many blocks have you guys found?

~280 so far.
theeevilmunkey
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 22, 2014, 11:10:15 PM
 #493

also do i type
setgenerate true

OR

setgenerate true -1

AND

what does the -1 mean?
Setgenerate (true/false) (number of cores, -1 sets to however many you've got)

Does that make sense?

so if i have a 4 core i type    setgenerate true -1   <--- auto configures cores

OR

setgenerate true 4

CORRECT?
note235
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
February 22, 2014, 11:10:47 PM
 #494

in cgminer why is i that it keeps saying new block on network?

i'll tip someone some doges if someone can help me solo mine this
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 22, 2014, 11:11:27 PM
 #495

I'm have found another block using a LAPTOP with Intel core i5. I'm decided to have some 30 INK GIVEAWAYS.

3 INK for next 10 INK address after this POST. Cheesy
SP4RK7
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
February 22, 2014, 11:11:54 PM
 #496

in cgminer why is i that it keeps saying new block on network?

i'll tip someone some doges if someone can help me solo mine this

This is a cpu coin you can't use cgminer
SP4RK7
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
February 22, 2014, 11:12:33 PM
 #497

1BSpxpPCBr9a9wSzi9EURE4yhPGbDFrixt

Thanks
BTC5OOO
Member
**
Offline Offline

Activity: 98
Merit: 10

Trust:+4:20--Warning* ASICs with extreme hashrate!


View Profile
February 22, 2014, 11:14:00 PM
 #498

it says i'm getting blocks but nothing ever shows in my wallet ~ epic fail =[


12RdfJTxaXV5N4wswmaRCmDDEMhPEGcd2M
note235
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
February 22, 2014, 11:14:10 PM
 #499

in cgminer why is i that it keeps saying new block on network?

i'll tip someone some doges if someone can help me solo mine this

This is a cpu coin you can't use cgminer
damn]
ok thanks
note235
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
February 22, 2014, 11:17:54 PM
 #500

I'm have found another block using a LAPTOP with Intel core i5. I'm decided to have some 30 INK GIVEAWAYS.

3 INK for next 10 INK address after this POST. Cheesy
1DGGR8Vk1PGm2qFLVa362PcF8Az7HJ2JhQ


which cpumine are you guys using?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  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!