Bitcoin Forum
June 17, 2024, 04:55:43 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 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 51 52 53 54 55 ... 57 »
  Print  
Author Topic: [CENT] Pennies launched  (Read 135090 times)
DigitalDoom
Full Member
***
Offline Offline

Activity: 128
Merit: 100



View Profile
August 07, 2013, 05:43:23 AM
 #81

are people managing to gpu mine this ?

EDIT: never mind i have done it

Care to share your method of GPU mining?

So far, I've invested the main portion of my time in CPU mining since it gives my processor something to keep it busy on while the GPUs are doing all the heavy work...of course I wouldn't complain at all if difficulty dropped back down to .003 like it was when I started (lots of fun to see coins created w/ only tiny effort). Soon though, no Pennies at all will be coming in via my i5.

I tried cgminer out earlier today and produced a ton of garbage...really fast. I admit that no worthy effort on my part has been invested into any kind of serious attempt at GPU mining.

I used the Yac GPU miner and was able to mine, but my 7950 is the same speed as my Core-i7 4Ghz Sandy Bridge, so not sure how worth GPU is on it.

Ah, I see. Thanks for the info.
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 07, 2013, 05:44:35 AM
 #82

Here is what I was trying to compile it:

Quote
apt-get install git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp3-dev

git clone https://github.com/geocoin/pennies
cd ~/pennies/src
make -j4 -f makefile.unix USE_UPNP=-
mv pennies ~/
rm -Rf ~/pennies
mkdir ~/.pennies
cd ~/


Anybody spot where I am going wrong?

post the error message
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 07, 2013, 05:55:50 AM
 #83

A guess without seeing the error message.


Here is what I was trying to compile it:

Quote
apt-get install git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp3-dev

git clone https://github.com/geocoin/pennies
cd ~/pennies/src
make -j4 -f makefile.unix USE_UPNP=-
mv pennies ~/penniesd
rm -Rf ~/pennies
mkdir ~/.pennies
cd ~/


Anybody spot where I am going wrong?

if you leave the daemons name as "pennies" you will get a "cannot overwrite directory error", your script will then remove the whole source directory, daemon included.

96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 07, 2013, 06:15:45 AM
 #84

A guess without seeing the error message.


Here is what I was trying to compile it:

Quote
apt-get install git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp3-dev

git clone https://github.com/geocoin/pennies
cd ~/pennies/src
make -j4 -f makefile.unix USE_UPNP=-
mv pennies ~/penniesd
rm -Rf ~/pennies
mkdir ~/.pennies
cd ~/


Anybody spot where I am going wrong?

if you leave the daemons name as "pennies" you will get a "cannot overwrite directory error", your script will then remove the whole source directory, daemon included.

Great, thanks.  That was the problem, I need to send you some coin your way.  I sent what little BTC I had lying around Sad .
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 07, 2013, 06:19:54 AM
 #85

Glad to help!

and thanks for the tip!

aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
August 07, 2013, 07:08:45 AM
 #86

Questions for people with experience in YAC minning, I have i7, 1090t and 2*7950

1) is it worth to GPU mine it?

2)Can I CPU + GPU mine at the same time at the same PC?

3)Where can I find the YAC Miner?

4)How do I setup the YAC miner?
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
August 07, 2013, 07:10:39 AM
Last edit: August 08, 2013, 03:37:07 PM by ig0tik3d
 #87

Questions for people with experience in YAC minning, I have i7, 1090t and 2*7950

1) is it worth to GPU mine it?

2)Can I CPU + GPU mine at the same time at the same PC?

3)Where can I find the YAC Miner?

4)How do I setup the YAC miner?
https://bitcointalk.org/index.php?topic=269145.msg2880148#msg2880148

gpu miner for CENT Pennies based on ybcminer....
https://docs.google.com/file/d/0B9cvOfoOekSdWE1oU0lzai1xRTQ/edit?usp=sharing
example start gpu miner
Code:
CENTgpu.exe --scrypt -w 256 --shaders 1024 -s 1 --lookup-gap 2 -I 16 -d 0 -o http://127.0.0.1:8555 -u 123 -p 1234567890

example pennies.conf
Code:
addnode=andarazoroflove.org
server=1
rpcuser=123
rpcport=8555
rpcpassword=1234567890
rpcallowip=*
simichent
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
August 07, 2013, 08:04:02 AM
 #88

are people managing to gpu mine this ?

EDIT: never mind i have done it

Care to share your method of GPU mining?

So far, I've invested the main portion of my time in CPU mining since it gives my processor something to keep it busy on while the GPUs are doing all the heavy work...of course I wouldn't complain at all if difficulty dropped back down to .003 like it was when I started (lots of fun to see coins created w/ only tiny effort). Soon though, no Pennies at all will be coming in via my i5.

I tried cgminer out earlier today and produced a ton of garbage...really fast. I admit that no worthy effort on my part has been invested into any kind of serious attempt at GPU mining.

I used the Yac GPU miner and was able to mine, but my 7950 is the same speed as my Core-i7 4Ghz Sandy Bridge, so not sure how worth GPU is on it.

Ah, I see. Thanks for the info.

i went to bed leaving cgminer running and got up to 300 rejects so i wouldnt bother with cg lol

96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 07, 2013, 08:37:50 AM
 #89

Hashrate seems to have doubled in the last couple of hours and still rising.
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 07, 2013, 09:03:05 AM
 #90

Botnet time
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 07, 2013, 10:32:44 AM
 #91

Botnet time
Botnet time x2

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
August 07, 2013, 10:38:13 AM
 #92

gpu mining time
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 07, 2013, 10:40:38 AM
 #93

gpu mining time
Hell yeah  Cool

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
SALHERO
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
August 07, 2013, 10:45:35 AM
 #94

 Grin

and 1 more now xD


barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 07, 2013, 11:07:27 AM
Last edit: August 07, 2013, 11:19:16 AM by barwizi
 #95

Questions for people with experience in YAC minning, I have i7, 1090t and 2*7950

1) is it worth to GPU mine it?

2)Can I CPU + GPU mine at the same time at the same PC?

3)Where can I find the YAC Miner?

4)How do I setup the YAC miner?
https://bitcointalk.org/index.php?topic=269145.msg2880148#msg2880148

gpu miner for CENT Pennies based on ybcminer....
https://docs.google.com/file/d/0B9cvOfoOekSddUQ5c01VSlJGcTQ/edit?usp=sharing
example start gpu miner
Code:
CENTgpu.exe --scrypt -w 256 --shaders 1024 -s 1 --lookup-gap 2 -I 16 -d 0 -o http://127.0.0.1:8555 -u 123 -p 1234567890

example pennies.conf
Code:
addnode=andarazoroflove.org
server=1
rpcuser=123
rpcport=8555
rpcpassword=1234567890
rpcallowip=*

has anyone tried this yet?


source code?
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
August 07, 2013, 11:58:39 AM
 #96

kelsey
Legendary
*
Offline Offline

Activity: 1876
Merit: 1000


View Profile
August 07, 2013, 12:03:25 PM
 #97

PXMqKC6LtA8uPzvY8XS5rkJ4XBMggAy2z4      any pennies? hmmm mining but nuthin yet?
Fernandez
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
August 07, 2013, 12:07:16 PM
 #98

How do you GPU mine this? Got nothing with my Core i3.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
August 07, 2013, 12:09:00 PM
 #99

How do you GPU mine this? Got nothing with my Core i3.
https://bitcointalk.org/index.php?topic=269145.msg2882282#msg2882282
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 07, 2013, 12:32:42 PM
 #100

I'll pay you a penny for a penny?  Cheesy

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
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 51 52 53 54 55 ... 57 »
  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!