Pages:
Author

Topic: [ANN] [Metiscoin] [MTS] Unique algorithm | NO PREMINE| NEW POOL! CPU/GPU - page 74. (Read 154480 times)

sr. member
Activity: 322
Merit: 250
Supersonic
14.
Code:
sudo nano .metiscoin/metiscoin.conf
insert:
Quote
listen=1
server=1
daemon=1
rpcuser=u
rpcpassword=p
rpcport=1098
gen=1
addnode=162.243.197.118
CTRL+X to save


PLEASE DONT DO THAT!!!11

Use a long random string for password. Because if u use the default mentioned here, and the rpcport happens to be accessible from outside, then consider your wallet pwnd.
hero member
Activity: 798
Merit: 500
and who send to my wallet?

You can find your wallet.dat file in ~/.metiscoin

Alternatively, you may use the command
Code:
./metiscoind sendtoaddress  
to send funds to another wallet.
full member
Activity: 182
Merit: 100
How to Cloud Mine Metiscoin while DIFF is low:

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

2. Fund your account with some credit

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 more than 600kh/s on 8 threads using the 8 Core plan. You can also consider creating several smaller ones.

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 
Code:
echo '    ALL=(ALL:ALL) ALL' >> /etc/sudoers

9. Change to the new user
Code:
su 

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

11. Create a swap file
Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

12.
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
Code:
git clone https://github.com/metiscoin/metiscoin 
Code:
cd metiscoin/src
Code:
chmod +x leveldb/build_detect_platform
Code:
mkdir -p obj
Code:
make -f makefile.unix USE_UPNP=-

After it is compiled:

13.
Code:
cd ~
Code:
mkdir -p .metiscoin

14.
Code:
sudo nano .metiscoin/metiscoin.conf
insert:
Quote
listen=1
server=1
daemon=1
rpcuser=u
rpcpassword=p
rpcport=1098
gen=1
addnode=162.243.197.118
CTRL+X to save

15.
Code:
cd metiscoin/src && ./metiscoind --daemon && watch './metiscoind getinfo && ./metiscoind getmininginfo && ./metiscoind listaccounts'

--> mining operations started

and who send to my wallet?
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
Target time per block?

The difficulty hasn't adjusted for the network hasrate yet. So get on now its still instamine time.

Eyeballing it I would say about 1 block every 3 seconds still..

"blocks" : 9480,
"currentblocksize" : 1315,
"currentblocktx" : 2,
"difficulty" : 16.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 163629,
"pooledtx" : 2,
"testnet" : false

sr. member
Activity: 294
Merit: 250
I wish dev to make a pool already Smiley
legendary
Activity: 1218
Merit: 1003
Wow this got difficult quickly, but strangely even though I started mining about 10 mins after the release, I just got my first block a few mins ago!
member
Activity: 98
Merit: 10
Selling 2600 MTC. PM with offers!
hero member
Activity: 784
Merit: 1005
Target time per block?
member
Activity: 98
Merit: 10
sr. member
Activity: 434
Merit: 250
Any real value within this coin?
Any plans, dev?
member
Activity: 98
Merit: 10
Am I late? How much is current difficulty? downloading ...

{
"blocks" : 8188,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 16.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : 7,
"hashespersec" : 174568,
"pooledtx" : 0,
"testnet" : false
}
hero member
Activity: 784
Merit: 1005
Am I late? How much is current difficulty? downloading ...
legendary
Activity: 1470
Merit: 1000
newbie
Activity: 16
Merit: 0
keccak-shavite-fugue
why creator of this coin lied about fugue hash ?

Where? i don't see the creator lieing about the algo anywhere:
https://bitcointalksearch.org/user/syswt-219663

In fact the creator basically never said anything about the algo.

I did not mention any algorithm, yep, I used fugue hash, but I just hope the difficulty too early to reduce the pool of produce.
legendary
Activity: 1246
Merit: 1000
keccak-shavite-fugue
why creator of this coin lied about fugue hash ?

Where? i don't see the creator lieing about the algo anywhere:
https://bitcointalksearch.org/user/syswt-219663

In fact the creator basically never said anything about the algo.

This "Metis" hash function in reality is fugue hash, dev took the code, then removed license information and replaced fugue with metis. Hey dev, that's not exactly how open source works.
sr. member
Activity: 363
Merit: 250
keccak-shavite-fugue
why creator of this coin lied about fugue hash ?

Where? i don't see the creator lieing about the algo anywhere:
https://bitcointalksearch.org/user/syswt-219663

In fact the creator basically never said anything about the algo.
legendary
Activity: 1246
Merit: 1000
keccak-shavite-fugue
why creator of this coin lied about fugue hash ?
member
Activity: 112
Merit: 10
so it's scrypt-I-don't-know-what's-the-F**K-it-is  algo
sr. member
Activity: 363
Merit: 250
This "Metis" hash function in reality is fugue hash, dev took the code, then removed license information and replaced fugue with metis. Hey dev, that's not exactly how open source works.

In case anyone wants to compare see http://cpansearch.perl.org/src/GRAY/Digest-Fugue-0.04/src/fugue.c and metis.c from src.


Nice catch!
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
Quark or Scrypt?

Edit: It's Scrypt!

Scrypt? Then, this coin is not a CPU coin at all!!!  Sad

No, it has three combined hash functions: keccak + shavite + fugue.
Pages:
Jump to: