Pages:
Author

Topic: Re: [ANN] Applecoin - Now on BTC38.com, Surpasses 5 Million Market Cap. - page 16. (Read 49846 times)

hero member
Activity: 616
Merit: 526
Has anyone started trading applecoins? It would be interesting to see the starting price.
full member
Activity: 134
Merit: 100
I can't get the wallet to sync.  The is no addnode in the conf file pasted in the OP.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
pool or solo at this point is the question.. depends on hash i guess. Will gpu mining efficiency decrease like with yac and tix on this one?
full member
Activity: 161
Merit: 100
Sorry, I have to turn off the pool for a while.
A block has a database error.
I turn the stratum offline, backup the database and then I try to fix the error.


Database fixed - Pool Online!

www.coin-base.org/applecoin/
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
Is the http://coin-base.org/applecoin pool down currently? Or are just the stats delayed?

It looks like there aren't any shares submitted, allthough my miner definately is.
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
Suddently found 3 blocks after it. 1649 AppleCoins incoming Smiley. Great, this is the first time I'm solo mining.

No, I just use the standerd .bat rule:

Code:
applecoinminer -o 127.0.0.1:9556 -u USERNAME -p PASSWORD --scrypt --Nfmin 4 --Nfmax 30 --StartT 1384720832 -I 18

Haven't customized it, as I don't know the exactly commands which are possible for this miner. With CGminer I'm also using things like auto fan and temp overheat et cetera, but I'm not sure how to implement this. But, as the miner well allows me to use my computer while it's running, it ain't a big deal as I can check it somestimes.
hero member
Activity: 616
Merit: 526
Allright. Thanks! Looks like I found my first block now. I'm also on the new miner and port 9556 now. I'm glad it's working!

Do you also receive a couple of incoming payments when you find a block? I've got one of 71 and 1314 incoming now.

Congrats on your first block. You get incoming payments when you find a block. The amount is random.
What are your settings in the miner? Are you using the default settings or customizing it?
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
Allright. Thanks! Looks like I found my first block now. I'm also on the new miner and port 9556 now. I'm glad it's working!

Do you also receive a couple of incoming payments when you find a block? I've got one of 71 and 1314 incoming now.
hero member
Activity: 616
Merit: 526

Thank you. Atleast it's running now Smiley.  I does show
Code:
[2013-11-19 18:32:33] Network diff set to 126K
[2013-11-19 18:32:33] No suitable long-poll found for http://127.0.0.1:16112
  Is that wrong? Is that going to cause problems?


I don't think that is wrong and now with the updated miner, port 9556 is working but I have not checked port 16112 with the updated miner. Since the thread starter has told to use port 9556, I have changed it back to 9556. Happy mining.
sr. member
Activity: 459
Merit: 250
If someone want to buy some APC, let send me PM with amount and price (I have around 200k)
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
In the Applecoin.conf file; do I need to change the 'port' or the 'rpcport'?

Thanks your your help! I think it's gonna work when I know this. I'm going to try to solo mine later on tonight then Smiley

rpcport

Thank you. Atleast it's running now Smiley.  I does show
Code:
[2013-11-19 18:32:33] Network diff set to 126K
[2013-11-19 18:32:33] No suitable long-poll found for http://127.0.0.1:16112
  Is that wrong? Is that going to cause problems?


member
Activity: 70
Merit: 10
In the Applecoin.conf file; do I need to change the 'port' or the 'rpcport'?

Thanks your your help! I think it's gonna work when I know this. I'm going to try to solo mine later on tonight then Smiley

rpcport


OP has been edited with clearer instructions and an updated miner. The correct mining rpcport for solo mining is 9556. This should be in your applecoin.conf file in your appdata/roaming/applecoin folder. In the new version of the miner below the solo-mining.bat file has the 9556 default and the pool-mining.bat requires a port.

port=9555
rpcport=9556

Applecoin Miner v1.2
I have added a solo-mining bat file and pool-mining.bat file. I have also corrected the conf file. -I 13 enabled by default for beginners to tweak(max -I 17 recommended). If your having trouble try deleting the vlc file.

I have also cleaned up the majority of the launch post. Need to fix the installation guide and do an installer.

GPU Solo Mining.
Download the Applecoin GPU miner. Edit the solo-mining.bat file to read your username and password. Advanced miners can tweak the options such as -I 13 to  max -I 17 (I-13 now enabled by default in v1.2), which raises the GPU intensity. For beginners the default settings are fine. Be sure to edit the solo-mining.bat file with your correct username and password from your applecoin.conf file located at C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin\applecoin.conf (see installation instructions). Double click the solo-mining.bat file to start.
Code:
applecoinminer -o 127.0.0.1:9556 -u YOURUSERNAME -pYOURPASSWORD --scrypt --Nfmin 4 --Nfmax 30 --StartT 1384397321 -I 13
GPU Pool Mining
Download the Applecoin GPU miner. Edit the pool-mining.bat file to read your pool worker username, password, ip and port. Advanced miners can tweak the options such as -I 17 (I-13 now enabled by default in v1.2). Note you will need to register at a pool and setup a worker. Double click the pool-mining.bat file to start.
Code:
applecoinminer -o POOL*IP*AND*PORT -u POOLWORKERNAME -p POOLPASSWORD --scrypt --Nfmin 4 --Nfmax 30 --StartT 1384720832 -I 13
hero member
Activity: 616
Merit: 526
In the Applecoin.conf file; do I need to change the 'port' or the 'rpcport'?

Thanks your your help! I think it's gonna work when I know this. I'm going to try to solo mine later on tonight then Smiley

rpcport
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
In the Applecoin.conf file; do I need to change the 'port' or the 'rpcport'?

Thanks your your help! I think it's gonna work when I know this. I'm going to try to solo mine later on tonight then Smiley
hero member
Activity: 616
Merit: 526

Allright. Thanks for the advise, Will try it out tonight I think. Could you post your .bat file, ik mean what you have filled in there. That would help me start up solo mining.

Edit: still receiving that
Code:
[2013-11-19 18:11:43] Started ybcminer 3.3.1-yac2

[2013-11-19 18:11:43] Started ybcminer 3.3.1-yac2
[2013-11-19 18:11:43] Probing for an alive pool
[2013-11-19 18:11:48] Pool 0 slow/down or URL or credentials invalid

When trying to solomine.

This is what my bat file contains.
"applecoinminer -o 127.0.0.1:16112 -u username -p password --scrypt --Nfmin 4 --Nfmax 30 --StartT 1384397321"

Make sure you change the port to 16112 in applecoin.conf file.
After doing the changes restart wallet and miner and it should work.
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
Are you guys mining this coin with a GPU?

Never used this kind of scrypt before, but I'm hashing with a single HD7950 and reaches about 5 mh/s (5000 kh/s) according to the miner and http://coin-base.org/applecoin/index.php?page=statistics&action=pool. Is that true? How's that even possible, and how is it possible that your hashrates aren't that high? As I'm often one of the slowest miners in a pool/..

EDIT: looks like Statrum is out again. Atleast, on 4460.

If you are using 7950, you can solo mine. I am using a 7950 and I have already solo mined 70 blocks in 24 hours. It has been slow for the last few hours. I have mined 7 blocks in the last 3 hours.

Allright. Thanks for the advise, Will try it out tonight I think. Could you post your .bat file, ik mean what you have filled in there. That would help me start up solo mining.

Edit: still receiving that
Code:
[2013-11-19 18:11:43] Started ybcminer 3.3.1-yac2

[2013-11-19 18:11:43] Started ybcminer 3.3.1-yac2
[2013-11-19 18:11:43] Probing for an alive pool
[2013-11-19 18:11:48] Pool 0 slow/down or URL or credentials invalid

When trying to solomine.
hero member
Activity: 616
Merit: 526
For people solo mining, do you miss blocks in your wallet that you have mined? I see blocks accepted in the miner and also balloon popup in the bottom right corner of the screen confirming of the accepted block and the number of coins but it does not get updated in the wallet?
sr. member
Activity: 462
Merit: 250
I've tried setting up a pool:

37.128.134.26

mining on port 3333

Stratum only.

Registration is neccessary, don't care for the email message text and log in Wink


Pool under domain

apcpool.dyndns.org

up and running!
6MH/s already in!

Mining Port 3333
hero member
Activity: 616
Merit: 526
Are you guys mining this coin with a GPU?

Never used this kind of scrypt before, but I'm hashing with a single HD7950 and reaches about 5 mh/s (5000 kh/s) according to the miner and http://coin-base.org/applecoin/index.php?page=statistics&action=pool. Is that true? How's that even possible, and how is it possible that your hashrates aren't that high? As I'm often one of the slowest miners in a pool/..

EDIT: looks like Statrum is out again. Atleast, on 4460.

If you are using 7950, you can solo mine. I am using a 7950 and I have already solo mined 70 blocks in 24 hours. It has been slow for the last few hours. I have mined 7 blocks in the last 3 hours.
full member
Activity: 161
Merit: 100
I have to raise the pool target, set by the values ​​of the coins, are too many shares come in and overstrained the database.
Port 3460 get Pool_Target 64
and
Port 4460 get Target_Pool 128.
I set the stratum to 16:30 server time.

This will distort the statistics of the blocks found, but that changes with the time ^ ^
Pages:
Jump to: