Bitcoin Forum
May 13, 2024, 01:33:57 PM *
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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 79 »
  Print  
Author Topic: [ANN] [Metiscoin] [MTS] Unique algorithm | NO PREMINE| NEW POOL! CPU/GPU  (Read 154451 times)
syswt (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 20, 2014, 07:11:00 PM
 #101

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://bitcointalk.org/index.php?action=profile;u=219663;sa=showPosts

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.
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715607237
Hero Member
*
Offline Offline

Posts: 1715607237

View Profile Personal Message (Offline)

Ignore
1715607237
Reply with quote  #2

1715607237
Report to moderator
andrealandia
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


View Profile
January 20, 2014, 07:24:29 PM
 #102

Good Coin!!!!
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
January 20, 2014, 07:46:03 PM
 #103

Am I late? How much is current difficulty? downloading ...
TimFChavez
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 20, 2014, 07:48:35 PM
 #104

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
}
DubFX
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
January 20, 2014, 07:51:36 PM
 #105

Any real value within this coin?
Any plans, dev?
TimFChavez
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 20, 2014, 08:19:55 PM
 #106

Any pools?
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
January 20, 2014, 08:20:27 PM
 #107

Target time per block?
gginer
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 20, 2014, 08:27:10 PM
 #108

Selling 2600 MTC. PM with offers!

Energycoin - Save Energy, Pure POS (Free IPO).  eP14cFcoFzszt3CiiBMyir8kjKLFRqMqJ5
NUFCrichard
Legendary
*
Offline Offline

Activity: 1218
Merit: 1003


View Profile
January 20, 2014, 08:53:25 PM
 #109

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!
grebec92
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
January 20, 2014, 09:00:20 PM
 #110

I wish dev to make a pool already Smiley
MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
January 20, 2014, 09:06:51 PM
 #111

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

pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 20, 2014, 09:13:45 PM
 #112

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 <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. 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?

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 20, 2014, 09:16:17 PM
 #113

and who send to my wallet?

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

Alternatively, you may use the command
Code:
./metiscoind sendtoaddress <metisaddress> <amount>
to send funds to another wallet.
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
January 20, 2014, 09:17:58 PM
 #114

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.

instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 20, 2014, 09:19:45 PM
 #115

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.
maccd1
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 20, 2014, 09:21:50 PM
 #116


16:04:39

{
"blocks" : 9445,
"currentblocksize" : 1158,
"currentblocktx" : 1,
"difficulty" : 16.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 98448,
"pooledtx" : 1,
"testnet" : false
}
pinnpe
Full Member
***
Offline Offline

Activity: 158
Merit: 100


DumBlinDeaf


View Profile
January 20, 2014, 09:22:17 PM
 #117

Goodluck Metiscoin Grin
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 20, 2014, 09:25:43 PM
 #118

Thx but pool is needed

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
Benezivas
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
January 20, 2014, 09:26:19 PM
 #119

So yeah, with the difficulty now being at a moderate level, what are your plans that you have in mind for this coin, dev?
instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 20, 2014, 09:29:29 PM
Last edit: January 21, 2014, 04:50:49 PM by instacash
 #120

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 <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. 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 <metisaddress> <amount>
to send funds to another wallet.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 79 »
  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!