Bitcoin Forum
April 19, 2024, 09:36:51 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: [ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE  (Read 2596 times)
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 19, 2018, 09:16:15 AM
Last edit: November 20, 2019, 11:23:37 AM by Reecore
 #1

REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
          
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:


Social Media:


www:

https://reecore.org

Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
1713562611
Hero Member
*
Offline Offline

Posts: 1713562611

View Profile Personal Message (Offline)

Ignore
1713562611
Reply with quote  #2

1713562611
Report to moderator
1713562611
Hero Member
*
Offline Offline

Posts: 1713562611

View Profile Personal Message (Offline)

Ignore
1713562611
Reply with quote  #2

1713562611
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713562611
Hero Member
*
Offline Offline

Posts: 1713562611

View Profile Personal Message (Offline)

Ignore
1713562611
Reply with quote  #2

1713562611
Report to moderator
1713562611
Hero Member
*
Offline Offline

Posts: 1713562611

View Profile Personal Message (Offline)

Ignore
1713562611
Reply with quote  #2

1713562611
Report to moderator
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 19, 2018, 10:11:49 AM
Last edit: April 09, 2019, 08:05:19 AM by Reecore
 #2

The new face of Reecore is here 🎭

The new website is fluid and has amazing UI 💻
The new website has the following features :
- All about Reecore🚀
- Reecore Vision💪
- Secured REEX Webwallet 🖥
- Mobile wallet 📲
- New detailed Explorer 🔎
- Team profiles🙌
- New Roadmap 🌈
and much more to amaze you.

The team has worked hard on delivering the new website on time.

Check it out and let us know how you feel : https://reecore.org
sunplatform
Copper Member
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
December 19, 2018, 10:24:43 AM
 #3

how come you have so many sell orders in crex24
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 19, 2018, 10:34:43 AM
 #4

because we come of swap, crex24 have closed wallets.

you can check it

thanks for your interest
sunplatform
Copper Member
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
December 19, 2018, 10:38:24 AM
 #5

if i buy coins crex24 are those can be used for swap
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 19, 2018, 10:41:50 AM
 #6

Hi again!

for now, is better to buy in https://bitebtc.com/trade/reex_btc, due we will need some extra time to swap crex24 than bitebtc

Important that we are making swap 1:1000 to reduce supply as you can see in the ann

so, you what you buy in bitebtc will be swap 1:1000 to new reex
Bitcoinsummoner
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 622


Maintain Social Distance, Stay safe.


View Profile WWW
December 19, 2018, 08:26:39 PM
 #7

Have you any promotional offer? I mean are you running any bounty or airdrop campaign for which community can get reward.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
reex
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 20, 2018, 08:57:03 AM
 #8

Have you any promotional offer? I mean are you running any bounty or airdrop campaign for which community can get reward.

of course!

we would like finish swap people and start some bountys.

thanks for your interest!
Netverkskort
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 22, 2018, 04:49:05 PM
 #9

This swap will make Reex a better coin than it was before the swap, I hold a lot of Reex as well and think the project has a great future. It's very smart and definitely will be adopted to more uses as they roll out more features.
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 23, 2018, 08:32:48 PM
 #10

This swap will make Reex a better coin than it was before the swap, I hold a lot of Reex as well and think the project has a great future. It's very smart and definitely will be adopted to more uses as they roll out more features.

thanks!
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 23, 2018, 08:34:47 PM
Last edit: December 23, 2018, 08:46:50 PM by Reecore
 #11

ATTENTION!

1ST Bounty!

Anyone who can make us Mac wallet will earn 1 masternode.

To qualify, you must provide:

1. A Mac wallet which must usable in all Mac newest versions

2. Must share us in *dmg file
 
3. You must join our Telegram community and contact one of the admins


Thank you!
Cryptostake.es
Copper Member
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 23, 2018, 10:02:57 PM
 #12

It is a pleasure to be partners and work with Reecore Team.
With all the effort the team is putting in, I'm sure it will consolidate as a strong project with a future ahead.
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:02:08 PM
 #13

Dear Community,

We have delivered the first batch in swap form. See below tx id:

283157fa3611dcb1276e7b8219beb1bd4803bf0587aa9226e062a73ac9d6d553  
b3f6f26bade114d94fd0534305e05e0cfc6caeb771b7fd1129fe6db56d1bf309  
453b5b8419df94e4849007ae0d8390f11c17d79e4ca8c5fc73afbb342cde7c75  
bb9604c711057399a9b81f6a66460a0267a5e08f9779d5c86b398ee94b7b3da1  
1fbe6894c50da81827c4d8eef3f2d77946b94f57e0d3c3dcb6419347406f906a  
da2be60e25c63fb886d0b6a13bf1086a55b67eda8857e38aecb522ccbb77f07f  
e50952d1a431c498cebb6b2beef552bf5c06f8202a399e2560c5cc72d04a858d  
1425468a3a5803ba952ec9b475309fa3edcc4d9d2b4118eabd79cf6617f1c4ef  
a4f023604964386d3945a6e35a6dcf19d719aea4a42715a3342b1d68d2fc8c0d  
83cbf804ca053dcc946f98099be8f4d7f2446ea2808b53136ece57e4a5929161  
89a66a4c6f62d4422829febeaa5c222542b6bab29a0483ec5f95164bec431b4b  
fb3f27b2173abaf0ca3be655cefcc5ffc47e7a742c079a283f307b6d6de434ad  
e8d420434df837cec2542f3ac93350dc8a426d932904171016a9b1909587ab7d  
8b3af9c9c9b7b38c00e9738bbf47d5d7c8ea020ac0faebe5e79c54f4f225740c  
8bb1977ec44982c69ac5ef4683a5f3e63de021658cc5418187db51c6d0dd71fd  
eaa69cb40e8d8fddc12d771f99930ffaa67df3472e83dae10eb2acfb55d01676  
633f1685b081d4023c98ecff8272d7686858470f2fdb753f6b2e09ddd0779069  
c7e5adf9cb1ccc91cb5cc56d154c537eebce11fbf8ee106916421f9ee5ec24a4  
e61131aab648b6af7ce122307cee4ab48810ec57dc417e8c4f89b5d04ca92493  
5894056b3fc35129861d34b4025c0a9fcfb4cd4f99350f024577cd110577c04e  
f01037589a517de9196f5a7d36a0d31dfe93be18ed886eb432fa3fdd51336e59  
693f95baee166696e23848e3927ec20528eb38379ee582ba2683c814a2119038  
fc4beca504aaf37d4967fe95367a7ea1cfc62c727b93443ca34308d3fb0dd6d0  
0968e3b3419535da30840e6674b39f087b8a8a940d458c5a13317942ab419345  
5becd2e60e4bcc87563270a0ce51aff9915e35b2eda906100293d18921b13130  
bcebba5e19bdd0ce5b7814a3640745a3a932b38d17ecfb7cbc0b141c80c851ab  
d7ae7b7f54948ef8b2bf9966df1a06cb228a0dc24b1d80a84d299a25bbbdcc82  
2fb8af1d158edfc5cc383bfcd256130d32073dfba44706a9b29e8e4883706f2f  
8719a01bad0b0b645fb52cc0bc36b308662200fa2282feb5fae3139fa85e28ec  
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:03:26 PM
 #14

We have published Masternode’s setup script.

Visit below address and enjoy!

MN setup: https://github.com/Hser2bio/Reex-MN

thanks!
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:05:01 PM
 #15

It is a pleasure to be partners and work with Reecore Team.
With all the effort the team is putting in, I'm sure it will consolidate as a strong project with a future ahead.


thanks! your service is awesome!
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:06:26 PM
 #16

Dear Community,

We have delivered the second batch in swap form. See below tx id:

fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
4314262f60895443f295874937ba807f9ddff9e2e99ca64ec0b3147cd073abfb
fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
d04c9ea3f4ab933a5f937bbf3cbdf8cbcc6b7fc4ce83098f09abfde74e17a412
fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
fbd85abd61f07ca86c4cee6d83d30b0f5c0034a78e9c6cdecd147ee7929be096
6e5bec9a5b8a2e1a98b8a40e7111feeb2e2332c863cf37fec97ec53a0b3d6d82
0ad9267786da46676d07cb9898f24801fb4802df0c406735a2032d566c83dfaf
59f950ad551df1edf497911edf383c2dd64aaee41383e9f31d12e8da0390638d
668e04b9c5334189bf4a3bc3faee34be98d06f0376506dbc47969f334321864f
b456b5e28b365d48375e163783c7470c3ec257bcf4172fa757e1c0ffa025901d
8b74f4a681bc7df15c049ceba6c91f92069247d6ca006a015e850b7cde627b96
dc69c552ef07a09a2458b3046676e3d447c866d1a5d884e755fd8b19c31dba5e
e4356a8cf6fbcd8baa468ea6d3c493ac85769935d0c16227d4735a305eb2e2ee
0112f4a7df1163f5c9ba2cf1c83ae0af7ce330bf136bd811589155d5af2fe2ef
64b21d8174e5c59bdefa65bac0bf3ff7d0782c2c63cc65e80bece4ce98af4e30
68e34c98bef03d19ef037742fe2c50c7caa3de97c052341464e1a8d7c60552d6
b0a39cd6753843cc5be515dcbf447e8c46136d73ca89c930752836b532a9cc62
650d307460a3f7b2d9af3b9e420a682f1dc98c70f6403f57a406a3daec1c41ad
b95db34d0bff6393f62c62e0276915fd973ee4128f4650b8b73d41cad307b526
e463104e965411cc63ef23ea762b019bad27a4269c73bb5c857c1d5cdd4468b5
d812bcd9cf93f47caf13f1be8c160b03c52c8209fd000071a2055491e98d54ea
b099dc17ed08ba1853a475ee044350e571b6b9065c39cffc40ba9d11d601b61f
f43cb340db7dc43383609b4a5618f58dcd803f9f76b4ad9fab271eb4a2507e8b
5b205aae8da25ea73257bb46e9006910c3e75e1d92fce19026d5b550ebb88069
b105f6e2d6ba485fd99ad5d3db4d586e743a3b9660ef83237533c712e7960c96
c8309c0a4f2bee620347aafd05651d38b0c25bba1853c9ac58184e2da8cf229f
b95b32c1ce68f002c96393056c1ecdad70584e66c16d3ea59405fdc681ac5c6d
55afa6b1856bd410b8422e528feb08bb5e0b21efba27c987ef31213dfdd67947

Follow up with our distribution process here: https://reecore.org/transparency/
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:15:04 PM
 #17

Dear Community,

We have finished the swap processes on Cryptostake.es, BiteBtc.com and Staking.world.

For now you can swap using the community form till 3rd January 2019. You can also use deposit addresses of any of the above to receive new swap coins.

https://docs.google.com/forms/d/e/1FAIpQLSfzEDSdsTbrnlQZochJEJ6hziqr-T8pjENl9JG_wmBbNEVqiw/viewform
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:16:21 PM
 #18

Dear Community,

The ReeCore team greet you all a Happy New Year and wish you a good health, family happiness and profitable investments in 2019. Over the past year it has been many ups and downs, we have done our best to improve all processes and make you more comfortable. Many services have been hacked or even completely broken down; we have made your investments safe and more secured.

Throughout last year, our community have seen exceeding growth from 40 members to over thousands across our platforms. We thank everyone for being part of our journey. Enjoy the many blessings ahead.

Warm regards,
ReeCore team.
Reecore (OP)
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
January 02, 2019, 04:19:48 PM
 #19

We are near 130 masternodes!!!!

that is 130k coins locked runing nodes! Awesome!

thanks people!
ManicMiner276
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
January 02, 2019, 04:54:22 PM
 #20

Hi,

please do you prepare the Linux wallet? The Windows version is based on QT, so it should be easy to make Linux version.

Thanks.
Pages: [1] 2 3 4 5 6 7 8 9 »  All
  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!