Pages:
Author

Topic: [ANN][NEW]★[MINI]★[CPU mining] Minicoin | secure hashing, NO PREMINE| LAUNCHED! - page 14. (Read 21924 times)

full member
Activity: 196
Merit: 100
newbie
Activity: 54
Merit: 0
member
Activity: 84
Merit: 10
Is it really so hard to post announcement in Announcements (Altcoins) subforum? https://bitcointalk.org/index.php?board=159.0
full member
Activity: 238
Merit: 100
wtb MINI coins.. pm me with your offer.
member
Activity: 112
Merit: 10
Got 7 blocks within the first 5 minutes of mining, they were all not accepted. Gave up.


same here  Angry got 4 and not 1 got accepted
sr. member
Activity: 350
Merit: 250
Vires in Numeris
What is new or unique about this coin?
NOTHING.
You can't just copy and paste someone elses code and become an overnight millionaire -_-
member
Activity: 70
Merit: 10
Got 7 blocks within the first 5 minutes of mining, they were all not accepted. Gave up.
hero member
Activity: 798
Merit: 500
How to Cloud Mine MINICOIN on Digital Ocean

 "difficulty" as of posting : 189.48238669

1. Sign Up for an SSD cloud server or log in if you already have an account.

2. Fund your account with some credit ($10 recommended)

3. Click 'Create Droplet' to get your instance running

4. Select the specifications you wish to mine on as well as the newest Ubuntu x64 as your image. You get "hashespersec" : ~308946, on 8 threads using the 8 Core plan. You can also consider using lower specifications.

5. Your username and password will be emailed to you within 55 seconds

6. Log in to your droplet via SSH

7. Change the root password to something you can actually remember
    
Code:
passwd

8. Create a new user. Follow the prompts after issuing the command. Only username and password are necessary, you may leave the other fields blank if you wish.
Code:
adduser USERNAME
Code:
echo 'USERNAME    ALL=(ALL:ALL) ALL' >> /etc/sudoers

9. Change to the new user
Code:
su USERNAME

10.  Relocate into the home directory of the user you have changed into.
Code:
cd

11.
Code:
cd ~
Code:
apt-get update && apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev libcurl4-gnutls-dev zip
Code:
wget https://www.dropbox.com/s/igfj71yqy5ncuyp/minicoind-ubuntu64-instacash.zip
Code:
unzip minicoind-ubuntu64-instacash.zip

12.
Code:
cd ~
Code:
mkdir -p .minicoin

13.
Code:
sudo nano .minicoin/minicoin.conf
insert:
Quote
listen=1
server=1
daemon=1
rpcuser=YOURUSERNAMEHERE
rpcpassword=YOURPASSWORDHERE
rpcport=23972
gen=1
CTRL+O to save, CTRL+X to quit

14.

Code:
cd ~
Code:
chmod 777 mincoind
Code:
./minicoind --daemon && watch './minicoind getinfo && ./minicoind getmininginfo && ./minicoind listaccounts'

--> Mining operations started. You will find your wallet.dat file in ~/.minicoin

Be patient, it should take a long time to find one block.

Alternatively, you may use the command
Code:
./minicoind sendtoaddress  
to send funds to another wallet.


If you wish to run this in your servers background so it doesn't close once you drop the SSH conncetion, go ahead and install "screen"

launch screen (should it not be installed: sudo apt-get install screen)
Code:
screen
press space, launch the miner
Code:
./minicoind --daemon && watch './minicoind getinfo && ./minicoind getmininginfo && ./minicoind listaccounts'
to restore the session when logging back in, use
Code:
screen -r

Please donate some: MPRd2ZABU7fixAb4J5kto4FembTx8YMJeJ
legendary
Activity: 1246
Merit: 1011
Is it scrypt, quark, xpm based, sha256...?
full member
Activity: 145
Merit: 100
Hi took a risk and got my laptop cpu going and found a block but don't want to keep it on much longer, if anyone can message me a working guide on how to mine minicoin using digitalocean, I will pay them 5000 minicoin!
legendary
Activity: 1218
Merit: 1003
leveldb is broken in your source, so one can't compile on linux.

I've copied over leveldb from Metiscoin and compiling as we speak.

Got the demon compiled on Ubuntu (interestingly the name of the client is photoncoind directly after compiling)

https://www.dropbox.com/s/igfj71yqy5ncuyp/minicoind-ubuntu64-instacash.zip

donate: MPRd2ZABU7fixAb4J5kto4FembTx8YMJeJ

{
    "blocks" : 1914,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 146.48656672,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 308942,
    "pooledtx" : 0,
    "testnet" : false
}
Just 8x faster than me! Might explain my lack of blocks.
hero member
Activity: 798
Merit: 500
leveldb is broken in your source, so one can't compile on linux.

I've copied over leveldb from Metiscoin and compiling as we speak.

Got the demon compiled on Ubuntu (interestingly the name of the client is photoncoind directly after compiling)

https://www.dropbox.com/s/igfj71yqy5ncuyp/minicoind-ubuntu64-instacash.zip

Donate: MPRd2ZABU7fixAb4J5kto4FembTx8YMJeJ

Don't even have a single block, haha!

{
    "blocks" : 1914,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 146.48656672,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 308942,
    "pooledtx" : 0,
    "testnet" : false
}
sr. member
Activity: 392
Merit: 251
Any chance to find a block with solo mining at this stage???
full member
Activity: 168
Merit: 100
this is a scam, only just laugh ducks on the lake ..

hero member
Activity: 798
Merit: 500
leveldb is broken in your source, so one can't compile on linux.

I've copied over leveldb from Metiscoin and compiling as we speak.

Mine Particle:
Open the wallet program.
Go to Help -> Debug Window -> Console
Enter setgenerate true
Press enter
Grin
full member
Activity: 238
Merit: 100
vovan115
MQzBfskDYKSwjiNM6gGkiYV2S4AM2n9m16


 Thanks you  Wink
full member
Activity: 145
Merit: 100
does anyone know how to set up cloud mining solo with this? would try with my cpu but dont want to fry my laptop
full member
Activity: 162
Merit: 100
member
Activity: 70
Merit: 10
LOL. You think too late to wallet mine at this point?
legendary
Activity: 1218
Merit: 1003
I hate wallet mining. I never have any idea if it's working or not.  Cry
Just look at CPU usage. If its 100 % you know its working Smiley
Oh I know that. I mean I just don't feel comfortable unless I see coins coming in. No coins as of yet.
"difficulty" : 136.88326099  That's why!  I downloaded the client before the first reply was made on this thread.  I have mined 1 (!) block!
Pages:
Jump to: