Bitcoin Forum
June 17, 2024, 07:00:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN on: January 04, 2020, 02:24:49 PM
Hello PIVX Community,

We would like to share the new technology implemented by DASH  "Chainlocks" in our understanding we don't need to give to miners almost half of the block reward (45%) to secure the network. It enables us to incentivize other parties of the network.

We are testing new technology "CHAINLOCKS"  in order to try a different distribution of the block reward. which consists in:

10% MINERS
60% MASTERNODES
20% SYSTEM PROPOSALS
10% CHARITY PROPOSALS

We really appreciate the hard work of Dash Core-Team same as the PIVX community and we will let you know. How "chainlocks" works in practice within a small project..

Best regards,
Meraki Core-Team
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: January 04, 2020, 12:44:33 PM
Hello Dash Community,

Thank you so much for the technology called "Chainlocks" in our understanding we don't need to give to miners almost half of the block reward (45%) to secure the network. It enables us to incentivize other parties of the network.

We are testing your new technology "CHAINLOCKS"  in order to try a different distribution of the block reward. which consists in:

10% MINERS
60% MASTERNODES
20% SYSTEM PROPOSALS
10% CHARITY PROPOSALS

We really appreciate the hard work of Dash Core-Team and we will let you know. How "chainlocks" works in practice within a small project..

Best regards,
Meraki Core-Team
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: January 03, 2020, 04:49:29 PM
Sup Guys. If you want to mine some Meraki you can join here: http://xraypool.com/
  • Europe server
  • 0.5% Fee
Stratum: -a x17 -o stratum+tcp://45.32.185.156:3737 -u WALLET -p c=MEK

Or
pool.meraki.cash:3052

Hello,
You can start mining again. Please dont forget to update the last wallet 1.2.1 if you need any help feel free to contact us.
WINDOWS: https://meraki.cash/meraki_core_1_2_1_win_x86_64.zip
LINUX: https://meraki.cash/meraki_core_1_2_1.tar.xz

Best,

Meraki Core-Team
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: January 03, 2020, 04:35:37 PM
Meraki Core team updates for Masternode owners:

MERAKI MASTERNODE earnings calculator.
https://meraki.cash/tv/

Get Meraki by mining or from Exchange.
https://exchange-assets.com/en/?market=mek_btc


Voting system got ready today.
In next few days core team will make the first proposal for the Meraki network.

Put your masternodes ready, YOU will have a chance to vote and make your own  proposals!

Stay tuned!
Meraki core team.
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 31, 2019, 03:38:59 PM
Wallet isn´t working, doesn´t sync with 837 blocks left... i´m mining but doesn´t seems to earn a coin?

Block Reward = ?

10% miners? ok so what´s the reward from a block


Did you update your wallet to 1.2.1?
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 30, 2019, 04:17:26 AM
Welcome those big, sticky, complicated problems. In them are your most powerful opportunities.

How to setup MERAKI masternode:

Earnings calculator:
https://meraki.cash/tv/

Commands used to make it easy::

Log in to your VPS:
Where ubuntu 18.04 x64 is installed.

ssh root@ipaddress
password

adduser <username>        (choose username)

usermod -aG sudo <username>


apt update
apt upgrade

apt install ufw python virtualenv git unzip pv

ufw allow ssh/tcp
ufw limit ssh/tcp
ufw allow 9999/tcp
ufw logging on
ufw enable

fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
nano /etc/fstab
                                         Add the following line at the end of the file
                                         (press tab to separate each word/number),
                                         then press Ctrl + X to close the editor, then
                                         Y and Enter save the file.


 /swapfile none swap sw 0 0




apt install fail2ban

nano /etc/fail2ban/jail.local

                               And paste in the following configuration:

[sshd]
enabled = true
port = 22
filter = sshd
logpath = /var/log/auth.log
maxretry = 3
                                                                                       Ctrl+x   Y  Enter

New command:
systemctl restart fail2ban
systemctl enable fail2basshn

nano /etc/ssh/sshd_config

Locate the line that reads PermitRootLogin yes and set it to PermitRootLogin no. Directly below this, add a line which reads AllowUsers <username>, replacing <username> with the username you selected above. Then press Ctrl + X to close the editor, then Y and Enter save the file.

reboot now
...............................................................
log back in with your new user

ssh username@ipaddess
password

cd /tmp
wget meraki.cash/meraki_core_1_2_1.tar.xz

mkdir ~/.merakicore

tar xfv meraki_core_1_2_1.tar.xz
cp meraki-cli ~/.merakicore
nano ~/.merakicore/meraki.conf

Paste this there:

rpcuser=sdfgsfdgsfgdfgsg
rpcpassword=sdfgsdfgsdfgdfgsdfgertreg
rpcallowip=your vps ip
#----
listen=1
server=1
daemon=1
#----
masternode=1
masternodeblsprivkey=go to wallet, debug console and type   "bls generate" copy secret from there to here
externalip=your vps ip
                                                                                       Ctrl+x   Y  Enter

These instructions cover installing Sentinel on Ubuntu 16.04 / 18.04.
Dependencies


Make sure Python version 2.7.x or above is installed:

python --version

Update system packages and ensure virtualenv is installed:

$ sudo apt-get update
$ sudo apt-get -y install python-virtualenv

Make sure the local MerakiCore daemon running is at least version 12.1 (120100)

$ meraki-cli getinfo | grep version

Install Sentinel

Clone the Sentinel repo and install Python dependencies.

$ git clone https://github.com/MerakiCore/sentinel.git && cd sentinel
$ virtualenv ./venv
$ ./venv/bin/pip install -r requirements.txt

Usage

Sentinel is "used" as a script called from cron every minute.
Set up Cron

Set up a crontab entry to call Sentinel every minute:

$ crontab -e

In the crontab editor, add the lines below, replacing '/path/to/sentinel' to the path where you cloned sentinel to:

* * * * * cd /path/to/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1






Send a collateral:

Click Tools > Debug console to open the console. Type the following command into the console to generate a new Meraki address for the collateral:

getnewaddress
yiFfzbwiN9oneftd7cEfr3kQLRwQ4kp7ue

Now send exactly 1000 MERAKI in a single transaction to the new address you generated in the previous step. This may be sent from another wallet, or from funds already held in your current wallet. Once the transaction is complete, view the transaction in a blockchain explorer by searching for the address. You will need 15 confirmations before you can register the masternode, but you can continue with the next step at this point already: generating your masternode operator key.
........................................................................


Prepare a ProRegTx transaction


Debug console:

getnewaddress
yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip

getnewaddress
yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip

getnewaddress
yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip

Command:
protx register_prepare collateralHash collateralIndex ipAndPort ownerKeyAddr
  operatorPubKey votingKeyAddr operatorReward payoutAddress (feeSourceAddress)

Open a text editor such as notepad to prepare this command. Replace each argument to the command as follows:

1.collateralHash: The txid of the 1000 MERAKI collateral funding transaction
2.collateralIndex: The output index of the 1000 MEK funding transaction
3.ipAndPort: Masternode IP address and port, in the format x.x.x.x:yyyy
4.ownerKeyAddr: The new MERAKI address generated above for the owner/voting address
5.operatorPubKey: The BLS public key generated above (or provided by your hosting service)
6.votingKeyAddr: The new MERAKI address generated above, or the address of a delegate, used for proposal voting
7.operatorReward: The percentage of the block reward allocated to the operator as payment  (Leave it 0)
8.payoutAddress: A new or existing MERAKI address to receive the owner’s masternode rewards
9.feeSourceAddress: An  address used to fund ProTx fee. payoutAddress will be used if not specified. (find an address where you have some MEK for transaction fee)

Example command:


protx register_prepare "0123456701234567012345670123456701234567012345670123456701234567" 0 "1.2.3.4:1234" "Xt9AMWaYSz7tR7Uo7gzXA3m4QmeWgrR3rr" "93746e8731c57f87f79b3620a7982924e2931717d49540a85864bd543de11c43fb868fd63e501a1 db37e19ed59ae6db4" "Xt9AMWaYSz7tR7Uo7gzXA3m4QmeWgrR3rr" 0 "XrVhS9LogauRJGJu2sHuryjhpuex4RNPSb" "XrVhS9LogauRJGJu2sHuryjhpuex4RNPSb"

Output:
{
  "tx": "030001000175c9d23c2710798ef0788e6a4d609460586a20e91a15f2097f56fc6e007c4f8e00000 00000feffffff01a1949800000000001976a91434b09363474b14d02739a327fe76e6ea12deecad 88ac00000000d1010000000000e379580dcfea3eb6944bfbe1de5fa2317932e260acce4d9ff3ede 5f4287a34160100000000000000000000000000ffff2d4ce6ef4e1fd47babdb9092489c82426623 299dde76b9c72d9799f20ed1538e28259ff80044982372519a2e6e4cdedb01c96f8f22e755b2b31 24fbeebdf6de3587189cf44b3c6e7670ed1935246865dce1accce6c8691c8466bd67ebf12000019 76a914fef33f56f709ba6b08d073932f925afedaa3700488acfdb281e134504145b5f8c7bd7b47f d241f3b7ea1f97ebf382249f601a0187f5300",
  "collateralAddress": "yjSPYvgUiAQ9AFj5tKFA8thFLoLBUxQERb",
  "signMessage": "yjZVt49WsQd6XSrPVAUGXtJccxviH9ZQpN|0|yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip|yfRaZN8c3Erpqj9iKnmQ9QDBeUuRhWV3Mg|ad5f82257bd00a5a1cb5da1a44a6eb8899cf096d3748d68b8ea6d6b10046a28e"
}

Next we will use the collateralAddress and signMessage fields to sign the transaction, and the output of the tx field to submit the transaction.

We will now sign the content of the signMessage field using the private key for the collateral address as specified in collateralAddress. Note that no internet connection is required for this step, meaning that the wallet can remain disconnected from the internet in cold storage to sign the message. In this example we will again use Meraki Core, but it is equally possible to use the signing function of a hardware wallet. The command takes the following syntax:


signmessage collateralAddress signMessage

Example:
signmessage yjSPYvgUiAQ9AFj5tKFA8thFLoLBUxQERb yjZVt49WsQd6XSrPVAUGXtJccxviH9ZQpN|0|yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip|yfRaZN8c3Erpqj9iKnmQ9QDBeUuRhWV3Mg|ad5f82257bd00a5a1cb5da1a44a6eb8899cf096d3748d68b8ea6d6b10046a28e

Output:
II8JvEBMj6I3Ws8wqxh0bXVds6Ny+7h5HAQhqmd5r/0lWBCpsxMJHJT3KBcZ23oUZtsa6gjgISf+a8GzJg1BfEg=

Submit the signed message


We will now submit the ProRegTx special transaction to the blockchain to register the masternode. This command must be sent from a Meraki Core wallet holding a balance on either the feeSourceAddress or payoutAddress, since a standard transaction fee is involved. The command takes the following syntax:

protx register_submit tx sig


tx: The serialized transaction previously returned in the tx output field from the protx register_prepare command
sig: The message signed with the collateral key from the signmessage command


Example:
protx register_submit 030001000175c9d23c2710798ef0788e6a4d609460586a20e91a15f2097f56fc6e007c4f8e00000 00000feffffff01a1949800000000001976a91434b09363474b14d02739a327fe76e6ea12deecad 88ac00000000d1010000000000e379580dcfea3eb6944bfbe1de5fa2317932e260acce4d9ff3ede 5f4287a34160100000000000000000000000000ffff2d4ce6ef4e1fd47babdb9092489c82426623 299dde76b9c72d9799f20ed1538e28259ff80044982372519a2e6e4cdedb01c96f8f22e755b2b31 24fbeebdf6de3587189cf44b3c6e7670ed1935246865dce1accce6c8691c8466bd67ebf12000019 76a914fef33f56f709ba6b08d073932f925afedaa3700488acfdb281e134504145b5f8c7bd7b47f d241f3b7ea1f97ebf382249f601a0187f5300 II8JvEBMj6I3Ws8wqxh0bXVds6Ny+7h5HAQhqmd5r/0lWBCpsxMJHJT3KBcZ23oUZtsa6gjgISf+a8GzJg1BfEg=

Now wait 1 confirm.


Congrats! Welcome on board! You are a Meraki masternode owner! You have now a passive income, strong voice in Meraki community and a vote how to use Treasury funds. (20% Meraki proposals) and also (10% charity proposals)  
You are the one who can choose by voting YES or NO for proposal owners. Meraki Core team is building already UI for voting.
Stay tuned!


After 100 blocks you will get your first reward.  ~4h  And rewards are high because 60% of block reward is getting divided between all masternodes and at the moment there is not much masternodes yet but number is growing every day.

more info:
https://docs.dash.org/en/stable/masternodes/setup.html#set-up-your-operating-system
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 29, 2019, 04:33:05 PM
Meraki network is healthy and stronger than ever.
Thanks for those who are believing and supporting.

We gladly introduce you MERAKI




Yours,

Meraki Core-Team
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 28, 2019, 05:27:23 PM
when will it be possible to mine? when is the network update?

Hello,

We post the SOLO mine above.

Join our telegram channel so we have a fluent chat there.
https://t.me/MerakiMEK

Best,

Meraki Core-Team
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 28, 2019, 04:40:59 PM
Why do you give a person information? When you have problems with the network on the pool and the reward for the block does not come?  Huh Sad

All rewards are coming Xuxu4kok. We did a post with updated wallet and information please check above.

If you have any other question. We are here to solve it and help.

Best,

Meraki Core-Team
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 28, 2019, 01:58:01 PM
Hi,

And what alternative pool do you have?
I'm setting one up on my end.


Hello,

Here you have the alternative at the moment:

pool.meraki.cash:3052


c=MERAKI

Mining difficulty low right now. Chance to get some coins.

for Solo miners:
https://github.com/coinfoundry/miningcore
Port 3052

Statistics:
https://pool.meraki.cash/stats.html

We developed as mentioned above a statistic page.

Best,

Meraki Core-Team
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 06:50:30 PM
pool.meraki.cash:3052


c=MERAKI

Mining difficulty low right now. Chance to get some coins.

for Solo miners:
https://github.com/coinfoundry/miningcore
Port 3052

Statistics:
https://pool.meraki.cash/stats.html
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 06:01:29 PM
We have been taking all the questions and summarized them here.

1) Why the first launch failed?

Mistake 1 (We learnt from it)

When we launched the blockchain. We didnt know the blocktime wasnt 2.5 minutes but it was faster so it means we got more funds than expected. Everything happened in seconds and bunch of coins landed on the first miners (and us also, too many)

Mistake 2

We were in negotiations with Crex24 to be listed within 36-48 hours (in order to give access to everybody) not only miners. It did not happen and this was really vital to get not just miners involve since the early stage of the project but everybody! So what happened was that access was limited to only 1 miner who put the MNs up and try to take over the network.
There was a clear attempt to control the network and this will put in risk the whole project, community and investors. As our main purpose is decentralization we could not let this happen.
This miner had a chance to dump the project at any given chance.

2) Can we get a compensation?

We invested our hash power, human resources, time and energy from who will we get the compensation? We took the risk like everybody. We did not reach the exchange so nobody profit from it.
We will make Meraki work.

3) The "Re-Launch"

With this re-launch. We put all our mining rigs to support Meraki network and we got together 75k coins to insure the direction of the project. Today core-team is not mining anymore. There is no need as we can keep track of the project and we are live in the market.

4) Why Meraki Core-Team is holding 75 masternodes?

Meraki Core-Team has 75 Masternodes to lead this project to the right direction. We see that it is very important for core team to lead and grow Meraki until it learns to walk and then step by step we will decentralize the project as soon as Meraki will start walking on the direction of the roadmap. If we dont have the 75 Masternodes then the whole project will take a very different path. We are expecting around 6000 masternodes in the network and the Core-Team is not adding any more masternodes and the funds of the reward will be used for the network development.

5) Does Meraki core-team will have more than 75 masternodes?

No, we will not have more than 75 masternodes.

6) How Meraki will be decentralized?

Our calculations are expecting 6000 masternodes Core-team will hold 75 of them. While reaching the goals of Meraki development and road-map. We will liquidize what we need for development, as less as possible.
We will decentralize the project step by step as soon as Meraki will start meeting the roadmap plans.

7) Can I swap the old MEK to new MEK?

The main aim of our project has been mentioned many times and we did not promise people will be rich by mining.
So it is an economically decision people made - an investment - and by external factors something happened and people couldn’t get what they wanted (a cheap coin to mine)   The correction was made immediately to minimize any negative implication that it could arise.  This project still working and will be working.

We are open to keep responding all upcoming questions but please join our telegram group so we can have a proper bridge of communication.

Best regards,

Meraki Core-Team
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 03:19:28 PM
Announcement!

Meraki has now 3 Developers. Things are happening much faster and soon we will release the roadmap.

Meraki Core Wallet Updates:
https://meraki.cash/meraki_core_1_2_1.tar.xz
https://meraki.cash/meraki_core_1_2_1_win_x86_64.zip
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 02:46:14 PM
Announcement!

Meraki Core Team is owning 75 Masternodes to lead this project to the right direction. We have invested in this project very big amount of energy. We see that it is very important for core team to lead and grow Meraki until it learns to walk and then step by step we will decentralize the project as soon as Meraki will start walking on the direction of the roadmap. If we dont own the 75 Masternodes then the whole project will take a very different path. We are expecting around 6000 masternodes in the network.

Thank you for the Masternodes who joined us already and who still believe in Meraki!
We will do this together!

Kind regards,
Meraki Core Team
6000 mns will own you too?
are you going to continue growing mns from you own premine and reward?
what will you do if someone setup more than 75+ nodes?

No, we are not adding any more MN's. We are using the masternode rewards to grow Meraki network.  
So now, its not just miners, but also investors who can join the network. There is a chance for everybody to join as we are live in the exchange


We are collecting all the questions about 1.st (failed),2nd Meraki launch and future plans and we will answer them all together in one post.  We are on it.
Stay tuned!

Best,
Meraki Core-Team
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 02:32:38 PM
Dev, I spent resources and time on mining your coin in old chain, why you don't swap old coins?

We are preparing a big post with all the answers for the questions posted.
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 12:35:52 PM
Announcement!

Meraki Core Team is owning 75 Masternodes to lead this project to the right direction. We have invested in this project very big amount of energy. We see that it is very important for core team to lead and grow Meraki until it learns to walk and then step by step we will decentralize the project as soon as Meraki will start walking on the direction of the roadmap. If we dont own the 75 Masternodes then the whole project will take a very different path. We are expecting around 6000 masternodes in the network.

Thank you for the Masternodes who joined us already and who still believe in Meraki!
We will do this together!

Kind regards,
Meraki Core Team
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 27, 2019, 10:54:33 AM
For those willing to give this coin a second chance, I have put it on Saltpool:



Mine Meraki at SALTPOOL
https://saltpool.net
Australian Mining Pool

Payouts are made automatically every 1 hour for all balances above 0.01 every day.

Stratum settings:

Code:
-a x17 -o stratum+tcp://stratum.saltpool.net:3737 -u <WALLET_ADDRESS> -p c=MERAKI

Join our discord for support - https://discord.gg/FQ5cph5.


Thank you saltpool. We are preparing some news explaining why all of this happened.

Best,

Meraki Core-Team
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 26, 2019, 09:17:53 PM
*************BIG ANNOUNCEMENT*************

WE GLADLY ANNOUNCE THAT WE GOT OUR FIRST PARTNER "EXCHANGE ASSETS" LISTED US IN THEIR EXCHANGE.



This is the beginning!


We have updated our wallets:

https://meraki.cash/meraki_core_1_2_1.tar.xz
https://meraki.cash/meraki_core_1_2_1_win_x86_64.zip

CREX24 will also come on board very soon!

Yours,

Meraki Core-Team
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 26, 2019, 05:16:34 PM
Ok how do you explane that your pool give only 90 coins?
Current block value: 700

Payouts if a block were found NOW:
But miner will recieve only 87.50000000
Or I missed something?

I got it masternode owner get 622.5, scam again, bravo!

The first who will support and believe in the network will have more benefits.

This project is not only about coins, hash power, masternodes and profit. It is much deeper.
There is a big community behind it and we invite you to come and meet us this 10th of January in our first Meraki meet-up.

We do everything we can to steer this project to right direction.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEK] MERAKI Internet Cash, Masternodes, proposals, charity and privacy on: December 26, 2019, 04:16:37 PM
We are happy to announce that we are re-launching.

We paid attention to all the criticism and questions and we improved Meraki.
 

Here is the wallet -> https://meraki.cash/meraki_core_1_0_1.tar.gz
Mining pool: pool.meraki.cash:7903

Yours,

Meraki Core-Team

Haha the same premine 455k and again keep silent.

455k It doesnt even exist at the moment.
More information will come soon.

At the moment we are in the block 240 and there are 168k in existence.
Please, count again and come back Smiley

Best,

Meraki Core-Team

wow it will 455k does not it?
if (nPrevHeight < 650) {
        nSubsidyBase = 700;
    }

It will be premine for someone anyway, but you made a progress to let mine others for this 650 blocks!


It will be premine for someone.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!