Bitcoin Forum
April 25, 2024, 03:38:36 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 »  All
  Print  
Author Topic: Re: [ANN] Applecoin - Now on BTC38.com, Surpasses 5 Million Market Cap.  (Read 49840 times)
KunningLinguist (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 18, 2013, 02:56:06 PM
Last edit: December 14, 2013, 02:49:17 PM by KunningLinguist
 #1

Applecoin is a new cryptocurrency based on the Yacoin Script Jane client.

Applecoin offers quick transactions through a secure mining network. The Gold Apple represents the  color of success, achievement and triumph. Gold Apples are also believed to be an immortal-giving fruit.



Max Coins: 50,000,000
Block Time: 120 Seconds
Coin Maturity: 100 Blocks
Block Rewards:
Block 1-10,000  - 5-1600 Block Reward (each block random)
Blocks 10,001-20,000   - 5-750 Block Reward (each block random)
Blocks 20,001-25,000   - 5-300 Block Reward (each block random)
Blocks 25,001-30,000   - 2-200 Block Reward (each block random)
Blocks 30,001-35,000    - 2-125 Block Reward (each block random)
Blocks 35,001-250,000  -40 Block Reward
Blocks 250,001-500,000  -25 Block Reward
Blocks 500,001-750,000  -10 Block Reward
Blocks 750,001-2,000,000  -5 Block Reward
Blocks 2,000,001 +   -2 Block Reward


Exchange
BTC-38.com
http://www.btc38.com/trade.html?btc38_trade_coin_name=apc
BTC-8.com
APC_LTC
APC_CNY


Developer
KunningLinguist

Support
Forum Moderator
Frank

Development Donation Address
AbAtc2p4nbu3DyKxCyJWSQXs2PKTsNKoAu

Source
https://github.com/Applecoin/Applecoin

Download the latest Applecoin client here.

Windows-QT V 1.2.1.1- Release Client.
Mega.co.nz Download Link
MediaFire Download Link

CPU Miner
Windows-64: https://drive.google.com/file/d/0B9cvOfoOekSddG9LY2Q0SnNzZk0/edit?usp=sharing
Windows-32: http://www30.zippyshare.com/v/91097397/file.html

GPU Miner 1.2
Mega.co.nz Download Link
MediaFire Download Link

Official Forums
http://applecoin.org/

Block Explorer
http://coin-base.org/apc_blockcrawler/

Pools
http://coin-base.org/applecoin/
http://apcpool.dyndns.org/

Faucet
http://www.freefaucet.co.uk/

Trade Forums
http://applecoin.org/index.php?board=6.0

Facebook
https://www.facebook.com/applecoins

Twitter
https://twitter.com/Apple_coin

Youtube
http://www.youtube.com/user/ApplecoinProject

Stores

Games

Installation.

Windows-
Download and extract the Windows -qt files to a folder. Double click the applecoin-qt.exe and the Applecoin client will start. Close the client.

Type %appdata% to find your roaming folder or navigate to C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin. Copy the contents of the downloaded client (applecoin-qt.exe and 8 .dll files) to C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin and paste. Create a config file for the Applecoin folder by right clicking in the Applecoin folder, select text document and paste the config file below. Replace your user name and password to any your wish, strong names and passwords are recommended. Click save and name the file applecoin.conf. To start the Applecoin client simply double click the Applecoin-qt.exe in your appdata\roaming\Applecoin folder. This will load the newly created Applecoin config file.

Config File
Code:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=9555
rpcport=9556
gen=0

Wallet Backups
DO NOT DELETE THE WALLET.DAT FILE.
Method 1. Navigate to C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin. Copy the wallet.dat file and back it up on a disk, flashdrive or another pc.
Method 2. On your wallet click file then backup. Save the file as wallet.dat and back it up in a safe place.

Upgrading.
DO NOT DELETE THE WALLET.DAT FILE.
Stop the Applecoin client.
Navigate to C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin and make a copy of wallet.dat and keep it safe, DO NOT DELETE IT. This is your wallet, lose this and you lose your funds.
Download the latest client and extract the files. Copy and paste them to C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin, overwriting the Applecoin-qt.exe and 8 .dll files. It is recommended to redownload the blockchain also. This can be done by deleting the files named database, .lock, blk0001.dat and blkindex.dat in C:\Users\YOURWINDOWSUSERNAME\AppData\Roaming\Applecoin. As the blockchain gets bigger, they may be several blk0001.dat, blk0002.dat files. Delete them both.
Restart the client.

Mining.

CPU Solo Mining.
Open the client. Click debug window, console. Type setgenerate true -1 to CPU mine Applecoins. Type setgenerate true -0 to stop CPU mining Applecoins.
The client will not display the current hashes per second, use a CPU monitoring tool if you are unsure. The cpu should now max out.

CPU Miner
Replace your pool name and password.
Windows-64: https://drive.google.com/file/d/0B9cvOfoOekSddG9LY2Q0SnNzZk0/edit?usp=sharing
Windows-32: http://www30.zippyshare.com/v/91097397/file.html
Code:
minerd_avx -a scrypt -o stratum+tcp://apcpool.dyndns.org:3333  -O workername:workerpassword
or
Code:
minerd_sse3 -a scrypt -o stratum+tcp://apcpool.dyndns.org:3333  -O workername:workerpassword

Linux binary and source:
Dependencies:
   libcurl         http://curl.haxx.se/libcurl/
   jansson         http://www.digip.org/jansson/
      (jansson is included in-tree)

Basic *nix build instructions:
  
Code:
./autogen.sh   
   ./nomacro.pl   # only needed if building on Mac OS X or with Clang
   ./configure CFLAGS="-O3"
   make

Basic Windows build instructions, using MinGW:
   Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
      * Make sure you have mstcpip.h in MinGW\include
   If using MinGW-w64, install pthreads-w64
   Install libcurl devel (http://curl.haxx.se/download.html)
      * Make sure you have libcurl.m4 in MinGW\share\aclocal
      * Make sure you have curl-config in MinGW\bin
   In the MSYS shell, run:
      ./autogen.sh
      LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
      make

Run with
Code:
./minerd -a scrypt -o stratum+tcp://apcpool.dyndns.org:3333 -u username -p password

http://www50.zippyshare.com/v/70678145/file.html

GPU Solo Mining.
Download the Applecoin GPU miner. Edit the solo-mining.bat file to read your username and password from your Applecoin.conf file. Advanced miners can tweak the options such as -I 13 to  max -I 20 (I-17 now enabled by default in v1.2), which raises the GPU intensity. For beginners the default settings are fine. . 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 1384720832 -I 17

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 which respresents intensity (I-17 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 17

Send Coins
Start the Applecoin client (Applecoin-qt.exe). Click the send coins tab and enter the address you wish to send Applecoins to. Enter the amount and press send.

Receive Applecoins.
Start the Applecoin client (Applecoin-qt.exe). Click the receive coins tab and use that address to receive coins.



If you would like to contribute to development, please submit a Github push or start a new thread.

1714016316
Hero Member
*
Offline Offline

Posts: 1714016316

View Profile Personal Message (Offline)

Ignore
1714016316
Reply with quote  #2

1714016316
Report to moderator
1714016316
Hero Member
*
Offline Offline

Posts: 1714016316

View Profile Personal Message (Offline)

Ignore
1714016316
Reply with quote  #2

1714016316
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714016316
Hero Member
*
Offline Offline

Posts: 1714016316

View Profile Personal Message (Offline)

Ignore
1714016316
Reply with quote  #2

1714016316
Report to moderator
1714016316
Hero Member
*
Offline Offline

Posts: 1714016316

View Profile Personal Message (Offline)

Ignore
1714016316
Reply with quote  #2

1714016316
Report to moderator
1714016316
Hero Member
*
Offline Offline

Posts: 1714016316

View Profile Personal Message (Offline)

Ignore
1714016316
Reply with quote  #2

1714016316
Report to moderator
seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
November 18, 2013, 02:57:36 PM
 #2

you know that Apple is registered trademark, don't you?

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
November 18, 2013, 03:01:28 PM
 #3

reserved

Bitrated user: ahmedbodi.
aeddan1
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
November 18, 2013, 05:16:33 PM
 #4

What is the benefit of mining this coin?
jayguar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 526



View Profile
November 18, 2013, 06:00:44 PM
 #5

Where do I change gen=0 and how do I edit the bat file?

░░░░░░░▄▄▄▄▄▄▄▄▄
░░░░▄█████████████▄
░░░█████████████████
░░████▄░░░█████▄████
███▀██░░░███████████
██████░░░████████████
███▄██░░░██████▀█████
████░░░░░███████████
█████▄░░░░██████▀░░███
██████░░░░░▀▀▀░░░▄███
░░██████░░██▄▄▄▄████
░░░██████▄▀█▀▄████
░░░░▀█████████████▀
░░░░░░░▀▀▀▀▀▀▀▀▀
UNNAMED.EXCHANGE░░░░▄██░░
░░░░██░░░
░░░▀██▀░░
░░░░██░░░

░░▄▄░░░▄▄░░
░░███████░░
▐██▄█▄██▌
██▄  ▀  ▄██
░░░▄▄░░▄██▄░░
░░▀███▄███▌░░
░░░░██████░░░
░░░░▄███▀░░░░
░░░░░▄██░░░
░░░▄████░░░
░░██▀▄██▌░░
░░░░▀██░░
Kazhamania
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 18, 2013, 06:21:09 PM
 #6

Where do I change gen=0 and how do I edit the bat file?



applecoin.conf    in roaming folder
aeddan1
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
November 18, 2013, 06:40:28 PM
Last edit: November 18, 2013, 06:51:41 PM by aeddan1
 #7

I decided to download it to try it out but the wallet has a .pro extension instead of a .exe How do I launch a .pro file?

EDIT: I redownloaded the file and the extension fixed itself.
jayguar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 526



View Profile
November 18, 2013, 06:45:19 PM
 #8

Applecoinminer window closes after I enter the password. I opened the applecoinminer.exe and entered the url, username and password. Then when I press enter, the window closes. What am I doing wrong here? How do I solo mine with GPU?

░░░░░░░▄▄▄▄▄▄▄▄▄
░░░░▄█████████████▄
░░░█████████████████
░░████▄░░░█████▄████
███▀██░░░███████████
██████░░░████████████
███▄██░░░██████▀█████
████░░░░░███████████
█████▄░░░░██████▀░░███
██████░░░░░▀▀▀░░░▄███
░░██████░░██▄▄▄▄████
░░░██████▄▀█▀▄████
░░░░▀█████████████▀
░░░░░░░▀▀▀▀▀▀▀▀▀
UNNAMED.EXCHANGE░░░░▄██░░
░░░░██░░░
░░░▀██▀░░
░░░░██░░░

░░▄▄░░░▄▄░░
░░███████░░
▐██▄█▄██▌
██▄  ▀  ▄██
░░░▄▄░░▄██▄░░
░░▀███▄███▌░░
░░░░██████░░░
░░░░▄███▀░░░░
░░░░░▄██░░░
░░░▄████░░░
░░██▀▄██▌░░
░░░░▀██░░
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
November 18, 2013, 06:48:42 PM
 #9

another failed launch with a useless coin that has no potential future....

But i'll reserve this space in case i get proven wrong.
kimosan
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


View Profile
November 18, 2013, 07:12:43 PM
Last edit: November 29, 2013, 03:42:57 PM by kimosan
 #10

"Apple"

This may not end well.

Might as well give it a shot anyway. Living on the edge. Grin
getwork
Sr. Member
****
Offline Offline

Activity: 321
Merit: 250



View Profile
November 18, 2013, 07:16:06 PM
 #11

we need pool!
cryptomining
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
November 18, 2013, 07:16:35 PM
 #12

11 blocks all rejects, noooooo...... Undecided
qwep
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
November 18, 2013, 07:19:26 PM
 #13

A 21 R0  Grin
Kazhamania
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 18, 2013, 07:20:08 PM
 #14

we need pool!


+1
jayguar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 526



View Profile
November 18, 2013, 07:23:16 PM
 #15

Can anyone explain how to solo mine with GPU? I'm having a tough time trying to mine.
I changed the username and password in the solo.bat file and when I run the bat file, I get "Pool 0 slow/down or URL or credentials invalid".

░░░░░░░▄▄▄▄▄▄▄▄▄
░░░░▄█████████████▄
░░░█████████████████
░░████▄░░░█████▄████
███▀██░░░███████████
██████░░░████████████
███▄██░░░██████▀█████
████░░░░░███████████
█████▄░░░░██████▀░░███
██████░░░░░▀▀▀░░░▄███
░░██████░░██▄▄▄▄████
░░░██████▄▀█▀▄████
░░░░▀█████████████▀
░░░░░░░▀▀▀▀▀▀▀▀▀
UNNAMED.EXCHANGE░░░░▄██░░
░░░░██░░░
░░░▀██▀░░
░░░░██░░░

░░▄▄░░░▄▄░░
░░███████░░
▐██▄█▄██▌
██▄  ▀  ▄██
░░░▄▄░░▄██▄░░
░░▀███▄███▌░░
░░░░██████░░░
░░░░▄███▀░░░░
░░░░░▄██░░░
░░░▄████░░░
░░██▀▄██▌░░
░░░░▀██░░
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
November 18, 2013, 07:32:09 PM
 #16

my antivirus did not like the miner file, i know these often flag up stuff but this miner it really didnt like

cryptomining
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
November 18, 2013, 07:38:59 PM
 #17

Can anyone explain how to solo mine with GPU? I'm having a tough time trying to mine.
I changed the username and password in the solo.bat file and when I run the bat file, I get "Pool 0 slow/down or URL or credentials invalid".

are you trying to mine port 9556?
jayguar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 526



View Profile
November 18, 2013, 07:42:30 PM
 #18

Can anyone explain how to solo mine with GPU? I'm having a tough time trying to mine.
I changed the username and password in the solo.bat file and when I run the bat file, I get "Pool 0 slow/down or URL or credentials invalid".

are you trying to mine port 9556?

No, I changed it to 16112.

░░░░░░░▄▄▄▄▄▄▄▄▄
░░░░▄█████████████▄
░░░█████████████████
░░████▄░░░█████▄████
███▀██░░░███████████
██████░░░████████████
███▄██░░░██████▀█████
████░░░░░███████████
█████▄░░░░██████▀░░███
██████░░░░░▀▀▀░░░▄███
░░██████░░██▄▄▄▄████
░░░██████▄▀█▀▄████
░░░░▀█████████████▀
░░░░░░░▀▀▀▀▀▀▀▀▀
UNNAMED.EXCHANGE░░░░▄██░░
░░░░██░░░
░░░▀██▀░░
░░░░██░░░

░░▄▄░░░▄▄░░
░░███████░░
▐██▄█▄██▌
██▄  ▀  ▄██
░░░▄▄░░▄██▄░░
░░▀███▄███▌░░
░░░░██████░░░
░░░░▄███▀░░░░
░░░░░▄██░░░
░░░▄████░░░
░░██▀▄██▌░░
░░░░▀██░░
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
November 18, 2013, 07:51:55 PM
 #19

seems to crash on startup for me
Quote
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   Applecoin-qt.exe
  Application Version:   0.7.2.0
  Application Timestamp:   528a1921
  Fault Module Name:   Applecoin-qt.exe
  Fault Module Version:   0.7.2.0
  Fault Module Timestamp:   528a1921
  Exception Code:   c000001d
  Exception Offset:   000ef51c
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   2057
  Additional Information 1:   cc6b
  Additional Information 2:   cc6bcdf2a8be348d156cd594a04d2c92
  Additional Information 3:   e614
  Additional Information 4:   e614f3f364a5fca4643d8de029e99bc7
jayguar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 526



View Profile
November 18, 2013, 08:00:05 PM
Last edit: November 18, 2013, 08:36:32 PM by jayguar
 #20

Seems to be working now for me. Mined 4 blocks so far.

░░░░░░░▄▄▄▄▄▄▄▄▄
░░░░▄█████████████▄
░░░█████████████████
░░████▄░░░█████▄████
███▀██░░░███████████
██████░░░████████████
███▄██░░░██████▀█████
████░░░░░███████████
█████▄░░░░██████▀░░███
██████░░░░░▀▀▀░░░▄███
░░██████░░██▄▄▄▄████
░░░██████▄▀█▀▄████
░░░░▀█████████████▀
░░░░░░░▀▀▀▀▀▀▀▀▀
UNNAMED.EXCHANGE░░░░▄██░░
░░░░██░░░
░░░▀██▀░░
░░░░██░░░

░░▄▄░░░▄▄░░
░░███████░░
▐██▄█▄██▌
██▄  ▀  ▄██
░░░▄▄░░▄██▄░░
░░▀███▄███▌░░
░░░░██████░░░
░░░░▄███▀░░░░
░░░░░▄██░░░
░░░▄████░░░
░░██▀▄██▌░░
░░░░▀██░░
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »  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!