Pages:
Author

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

legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
This is the way a coin should be launched. With a wallet and source. Let the community at it. Either it lives or dies. We shall see...

If YPool does add this coin then you can bet it will do well.

newbie
Activity: 3
Merit: 250
the Wallet from the website and the Wallet you can download from MEGA do have different file sizes!!!

Whats that supposed to mean? At least virustotal says both are safe


The file size is 9.32MB and they both look like the same files to me. I used the one off the website and it worked for me.

Well you have to look at more than two decimal ....

the .exe files have different size
newbie
Activity: 1
Merit: 0
So... a new coin is launched with almost zero info, nothing particularly special about it, no community, no communication from dev...

And people are all about it because... ?

I don't see why ypool or any other pool should get involved at this point.  The only reason I can imagine people even caring right now is the hope that if they mine like hell at the beginning, they'll make a buck or few--which granted, is fairly legitimate.  But it looks like this coin is gonna need some major help to mean anything to anyone outside of the newcoin mining scene.
legendary
Activity: 1713
Merit: 1029
Amazon AWS cc2.8xlarge gets somewhere between 820000 and 1100000 HPS @ $0.257/hr Oregon.
newbie
Activity: 3
Merit: 250
the Wallet from the website and the Wallet you can download from MEGA do have different file sizes!!!

Whats that supposed to mean? At least virustotal says both are safe
sr. member
Activity: 294
Merit: 250
YPool are considering adding Metiscoin.

Was posted on the YPool Facebook page would be good news.

If you use Facebook follow the YPool page and like the suggestion  Smiley
member
Activity: 98
Merit: 10
the Wallet from the website and the Wallet you can download from MEGA do have different file sizes!!!

Whats that supposed to mean? At least virustotal says both are safe

The file size is 9.32MB and they both look like the same files to me. I used the one off the website and it worked for me.


Code:
current 'getmininginfo'
{
"blocks" : 10553,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 64.00000000,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


member
Activity: 98
Merit: 10
i hate these wallet with built in miner they allows use all you core i only want to use 6 out of my 8 even after changing the 1 to a 6 it doesn't work

Mining from the wallet

setgenerate true 7 (for 7 cores)
setgenerate true 6 (for 6 cores)
setgenerate true 5 (for 5 cores)

you would also need to make sure your .conf file does not have gen=1 or it will start all cores when the wallet opens.
full member
Activity: 126
Merit: 100
i hate these wallet with built in miner they allows use all you core i only want to use 6 out of my 8 even after changing the 1 to a 6 it doesn't work
sr. member
Activity: 294
Merit: 250
Ye I edited my post. I think the wallet had frozen. I got 3 orphans and the block was stuck just under 10000

Not much response from the dev on this thread just released the wallet and then went offline not long after.

I don't think he even responded to the people possibly mining on the wrong blockchain from earlier in the thread.

 

hero member
Activity: 798
Merit: 500
Still at 16 on my wallet

   "blocks" : 10157,
   "difficulty" : 64.00000000,
sr. member
Activity: 294
Merit: 250
Still at 16 on my wallet

Changed to 64 now
sr. member
Activity: 294
Merit: 250
64  Shocked Shocked Shocked
oh wow...
nothing_to_do_here.jpg
hero member
Activity: 784
Merit: 1005
So yeah, with the difficulty now being at a moderate level, what are your plans that you have in mind for this coin, dev?

+1
dev should update the thread and add some extra information about the coin and details about marketing plans ....
hero member
Activity: 798
Merit: 500
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 ($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" : 494740, 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 
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 libcurl4-gnutls-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=YOURUSERNAMEHERE
rpcpassword=YOURPASSWORDHERE
rpcport=1098
gen=1
addnode=162.243.197.118
CTRL+O to save, CTRL+X to quit

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

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

Alternatively, you may use the command
Code:
./metiscoind sendtoaddress  
to send funds to another wallet.
sr. member
Activity: 294
Merit: 250
So yeah, with the difficulty now being at a moderate level, what are your plans that you have in mind for this coin, dev?
full member
Activity: 182
Merit: 100
Thx but pool is needed
full member
Activity: 158
Merit: 100
DumBlinDeaf
newbie
Activity: 42
Merit: 0

16:04:39

{
"blocks" : 9445,
"currentblocksize" : 1158,
"currentblocktx" : 1,
"difficulty" : 16.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 98448,
"pooledtx" : 1,
"testnet" : false
}
hero member
Activity: 798
Merit: 500
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.

Yeah, insert your own password of course.
Pages:
Jump to: