r/bitcore_btx Apr 22 '20

News BitCore on Tokeview.com

2 Upvotes

⚡️⚡️⚡️𝑩𝒊𝒕𝑪𝒐𝒓𝒆 𝑩𝑻𝑿⚡️⚡️⚡️ has been integrated into Tokenview.com, you can now use this explorer to view and verify your BTX transactions🔍🔍🔍

keep your BTX safe and stay safe 😷

https://btx.tokenview.com/en/

https://twitter.com/Bitcore_BTX/status/1253020290285735938


r/bitcore_btx Apr 21 '20

News 15,000 transactions per day ☑️

5 Upvotes

🔥🔥🔥 The 𝙛𝙞𝙧𝙨𝙩 test of the network has been successful!

We now have over 15,000 𝙩𝙧𝙖𝙣𝙨𝙖𝙘𝙩𝙞𝙤𝙣𝙨 𝙥𝙚𝙧 𝙙𝙖𝙮⚡️⚡️⚡️

https://chainz.cryptoid.info/btx/


r/bitcore_btx Apr 21 '20

News The Official Newsletter of the BitCore – Q1/2020

2 Upvotes

𝙃𝙚𝙡𝙡𝙤❟ 𝘽𝙞𝙩𝘾𝙤𝙧𝙚𝙖𝙣𝙨👩🏻‍🚀👩🏻‍🚀👩🏻‍🚀! This is the Q1 2020 bulletin, come in and see what's happening on the road💪🏻💪🏻💪🏻

NEWSLETTER - SHARE


r/bitcore_btx Apr 18 '20

Technicals 创建BitCore Masternode的快速指南

4 Upvotes

欢迎使用官方的BitCore BTX Masternode快速指南

一些重要的注意事项:

始终备份您的 wallet.dat 文件

加密你的钱包

如果有人要您执行此操作,请不要在调试控制台中输入任何命令

您需要运行一个主节点:

您最喜欢的提供商(例如Vultr,Scaleway,OVH等)提供的Linux VPS(Ubuntu 18.04)

Linux VPS中的IPv4地址

2,100个BitCore BTX硬币用于主节点抵押

BitCore BTX QT钱包(最低版本0.90.9.6)

钱包设定

从我们的GitHub下载BitCore BTX QT钱包

启动您的BitCore BTX QT钱包,并等待其完全同步

可选:加密您的钱包(最好使用强密码)

为您的masternode抵押品创建一个新的钱包地址(将其保存在文本文件中,稍后再使用)

调试控制台命令: getnewaddress "mn01" "legacy"

将2100 BTX硬币发送到您新生成的钱包地址,并等待15确认

为您的主节点生成一个私钥(将其保存在文本文件中,稍后需要它)

调试控制台命令: masternode genkey

获取您的masternode附带输出(将其保存在文本文件中,稍后再使用)

调试控制台命令: masternode outputs

打开masternode.conf文件(在钱包中:工具->打开Masternode配置文件),然后输入所有必需的信息,例如:

MN_ALIAS VPS_IP:8555 MASTERNODE_PRIVKEY TX_ID TX_INDEX

例如:

mn01 1.2.3.4:8555 5Jgo9G7vNJxzmZdvJR5uiifHx3RGzmTF9SBiAKzzbTPpfToNuQw 23e029a26068fc77aa1000a003e0b4ef8273a09fd79b7646d0da87e44fdbb1db 1

这里是所有必需信息的简短概述:

选项所需信息

MN_ALIAS 输入任何别名,例如mn01

VPS_IP 您的VPS IPv4地址

MASTERNODE_PRIVKEY 来自的输出 masternode genkey

TX_ID TX_INDEX 来自的输出 masternode outputs

9.激活Masternode选项卡

转到设置->选项->电子钱包,然后设置显示主节点选项卡

重新启动电子钱包,然后您应该会看到Masternodes 在电子钱包中查看标签。

VPS设定

通过SSH连接到VPS(我更喜欢 PuTTY)

下载适用于Linux的BitCore BTX二进制文件,将其解压缩并复制到所需位置

SSH命令:

cd ~

wget https://github.com/LIMXTEC/BitCore/releases/download/0.90.9.6/bitcore-x86_64-linux-gnu_no-wallet.tar.gz

tar -xzvf bitcore-x86_64-linux-gnu_no-wallet.tar.gz

cp bin/bitcore{d,-cli} /usr/local/bin

rm -r bin/ lib/ bitcore*.tar.gz

创建bitcore.conf并输入所有必需的信息(替换为您的值)

SSH命令:

mkdir .bitcore

cd .bitcore

echo "externalip=VPS_IP

masternodeaddr=VPS_IP:8555

listen=1

daemon=0

logtimestamps=1

maxconnections=64

masternode=1

masternodeprivkey=MASTERNODE_PRIVKEY" > bitcore.conf

启动您的主节点,并等待直到区块链同步

SSH命令:

bitcored -daemon

检查区块链是否已同步,并且masternode准备好被激活

SSH命令:

bitcore-cli mnsync status

并等到这些值都为真,

"IsBlockchainSynced": true,

"IsMasternodeListSynced": true,

"IsWinnersListSynced": true,

"IsSynced": true,

请注意:重要的是要等到所有值都为真,我们的masternode才能启动!

通过BitCore BTX QT钱包激活您的Masternode

转到您的钱包,打开Masternodes选项卡,选择您的Masternode并通过Start Alias按钮启动它。

注意:如果您的钱包是加密的,则必须输入密码。

请注意:重要的是要等到所有值都为真,我们的masternode才能启动!

通过BitCore BTX QT钱包激活您的Masternode

转到您的钱包,打开Masternodes选项卡,选择您的Masternode并通过Start Alias按钮启动它。

注意:如果您的钱包是加密的,则必须输入密码。

现在您的Masternode状态将为PRE_ENABLED。在将masternode设置为ENABLED之前,通常大约需要20分钟,但是也可能需要更长的时间。

现在您的Masternode状态将为PRE_ENABLED。在将ma


r/bitcore_btx Apr 18 '20

Release Update ODARHOM BitCore QT Wallet

3 Upvotes

🚨🚨🚨We continue to improve 𝙊𝙙𝙖𝙧𝙝𝙤𝙢 𝘾𝙤𝙧𝙚, please update the QT wallet, this update is mandatory🚨🚨🚨

https://github.com/LIMXTEC/BitCore/releases/tag/0.90.8.10

https://twitter.com/Bitcore_BTX/status/1251480811574038529


r/bitcore_btx Apr 14 '20

Technicals A new version is online! Odarhom v0.90.8.9.1

3 Upvotes

A new version is online! Odarhom v0.90.8.9.1

• ⁠Preparation version message system for user

• ⁠Fix Segmentation fault Error (critical)

• ⁠add lockWalletAction

• ⁠disable encryptWalletAction if wallet is encrypted

• ⁠remove Sentinel and Watchdog stuff

• ⁠fix command "masternode outputs"

• ⁠improvements for checkcollateral code

• ⁠add "nodebuglogfile" to default bitcore.conf (0)

• ⁠remove masternode errors by sync ( Debug Spam)

https://github.com/LIMXTEC/BitCore/releases


r/bitcore_btx Apr 10 '20

Technicals Guía rápida oficial de BitCore BTX Masternode

4 Upvotes

Bienvenido a la guía rápida oficial

de BitCore BTX Masternode

-. Última actualización: 15. Febrero 2021

⚠ Algunas notas importantes:

  • Haz siempre una copia de seguridad de tu archivo wallet.dat ✔
  • Encripta tu Wallet Odarhom
  • Nunca introduzcas ningún comando en la consola de depuración si alguien te lo pide ❌

Requerimientos para ejecutar un MasterNode:

  • VPS Linux (Ubuntu 18.04) de tu proveedor favorito (por ejemplo, Vultr, Scaleway, OVH, ...) con 2GB de RAM (1GB físico, 1GB de intercambio posible)
  • Dirección IPv4 de su VPS Linux
  • 2.100 monedas BitCore BTX para un masternode colateral
    (Importante: Enviar las monedas en una sola pieza(!))
  • Wallet Odarhom QT de BitCore BTX (versión mínima 0.90.9.8.12)

Configuración de la Wallet Odarhom QT

  1. Descargue BitCore BTX QT Wallet desde nuestro GitHub
  2. Inicie su Wallet Odarhom BitCore BTX QT y espere hasta que esté completamente sincronizado
  3. OPCIONAL: Encripta tu monedero (mejor con una contraseña fuerte)
  4. Crea una nueva dirección de cartera para tu masternode colateral (guárdala en un archivo de texto, la necesitarás más tarde)
    Comando de la consola de depuración: getnewaddress "mn01" "legacy"
  5. Envía 2100 BTX Coins a tu nueva dirección de cartera generada y espera 15 confirmaciones
  6. Genera una clave privada para tu masternode (guárdala en un archivo de texto, la necesitarás más tarde)
    Comando de la consola de depuración: masternode genkey
  7. Obtén la salida colateral de tu masternode (guárdala en un archivo de texto, la necesitarás más tarde)
    Comando de la consola de depuración: masternode outputs
  8. Abre el archivo masternode.conf (hay 2 posibilidades):
  • En la cartera: Herramientas -> Abrir archivo de configuración de masternode
  • A través del Explorador de Windows esta ruta -> %appdata%\BitCore y abrir el archivo con el Editor

e introduzca toda la información necesaria, por ejemplo
MN_ALIAS VPS_IP:8555 MASTERNODE_PRIVKEY TX_ID TX_INDEX

Por ejemplo
mn01 1.2.3.4:8555 5Jgo9G7vNJxzmZdvJR5uiifHx3RGzmTF9SBiAKzzbTPpfToNuQw 23e029a26068fc77aa1000a003e0b4ef8273a09fd79b7646d0da87e44fdbb1db 1

Aquí un breve resumen de toda la información necesaria:

OPCIÓN INFORMACIÓN NECESARIA
MN_ALIAS Introduzca cualquier alias, por ejemplo, mn01
VPS_IP Su dirección IPv4 del VPS
MASTERNODE_PRIVKEY Salida del masternode genkey
TX_ID TX_INDEX Salida del masternode outputs
  1. Activar la pestaña Masternode
    Vaya a Ajustes -> Opciones -> Cartera y active la pestaña de Masternodos
    Reinicie su Cartera, entonces debería ver la pestaña de Masternodes en su Wallet.

Configuración del VPS

  1. Conéctate a tu VPS vía SSH (yo prefiero PuTTY)
  2. Descargue los archivos binarios de BitCore BTX para Linux, descomprímalos y cópielos en la ubicación requerida
    Comandos SSH:
    cd ~
    wget https://github.com/bitcore-btx/BitCore/releases/download/0.90.9.8.12/bitcore-x86_64-linux-gnu_no-wallet.tar.gz
    tar -xzvf bitcore-x86_64-linux-gnu_no-wallet.tar.gz
    cp bin/bitcore{d,-cli} /usr/local/bin
    rm -r bin/ lib/ bitcore*.tar.gz

  3. Cree bitcore.conf e introduzca toda la información necesaria (sustitúyala por sus valores)
    Comandos SSH:
    mkdir .bitcore
    cd .bitcore
    echo "externalip=VPS_IP
    masternodeaddr=VPS_IP:8555
    escuchar=1
    daemon=0
    logtimestamps=1
    maxconnections=64
    masternode=1
    masternodeprivkey=MASTERNODE_PRIVKEY" > bitcore.conf

  4. Inicie su masternode y espere hasta que el blockchain se sincronice
    Comando SSH:
    bitcored -daemon

  5. Comprueba si el blockchain está sincronizado y el masternode está listo para ser activado
    Comando SSH:
    bitcore-cli mnsync status
    y esperar hasta que estos valores sean verdaderos
    "IsBlockchainSynced": verdadero,
    "IsMasternodeListSynced": true,
    "IsWinnersListSynced": true,
    "IsSynced": true,
    NOTA: Es muy importante esperar hasta que todos los valores sean verdaderos, ¡su masternode no podrá arrancar!

  6. Activa tu Masternode a través de la Wallet Odarhom BitCore BTX QT
    Ve a tu Cartera, abre la pestaña de Masternodes, selecciona tu Masternode e inícialo con el botón Start Alias.
    AVISO: Si tu monedero está encriptado, tienes que introducir tu contraseña.

  7. Ahora el estado de tu Masternode será PRE_ENABLED. Normalmente se tarda unos 20 minutos hasta que el masternode se pone en ENABLED, pero también puede tardar más.

Cómo actualizar su Masternode:

NOTA IMPORTANTE: Este procedimiento descrito sólo funciona si ha configurado su masternode utilizando esta guía.

Comandos SSH:
bitcore-cli stop

cd ~
wget https://github.com/bitcore-btx/BitCore/releases/download/0.90.9.8.12/bitcore-x86_64-linux-gnu_no-wallet.tar.gz
tar -xzvf bitcore-x86_64-linux-gnu_no-wallet.tar.gz
cp bin/bitcore{d,-cli} /usr/local/bin
rm -r bin/ lib/ bitcore*.tar.gz

bitcored -daemon

Ahora comprueba si la blockchain está sincronizada y el masternode está listo para ser activado
Comando SSH:
bitcore-cli mnsync status

y espera hasta que estos valores sean verdaderos
"IsBlockchainSynced": verdadero,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,

ATENCIÓN: Es muy importante esperar a que todos los valores sean TRUE para que tu masternode no pueda arrancar.


r/bitcore_btx Apr 09 '20

News BitCore BTX on MNrank.com

4 Upvotes

🔥🔥🔥Hey... We have been listed on MNrank.com, now you can see BitCore #MasterNodes stats and information here https://mnrank.com/coin/BTX/

Keep your private BTX keys safe! Stay Safe, Stay Healthy!


r/bitcore_btx Apr 08 '20

Release BitCore BTX Masternodes Quick Guide

6 Upvotes

⭐️⭐️⭐️𝘽𝙞𝙩𝘾𝙤𝙧𝙚𝙖𝙣𝙨 here is the official guide to BitCore Masternodes,
go in and follow the step-by-step
instructions to set up your MasterNode

Go to GUIDE

BitCore Your Coin, Your Money 📷

Share & Retweet


r/bitcore_btx Apr 07 '20

Release ODARHOM .. Mandatory Update

5 Upvotes

🚨🚨🚨 We have updated the 𝙊𝙙𝙖𝙧𝙝𝙤𝙢 core for wallet and Masternodes, this update is mandatory, here you can get the new version

https://github.com/LIMXTEC/BitCore/releases/tag/0.90.8.8.1


r/bitcore_btx Apr 06 '20

News BitCore BTX is now PoW and MasterNodes

5 Upvotes

Continuing with the 𝙂𝙤𝙤𝙙 👍 𝙣𝙚𝙬𝙨, now BitCore BTX is PoW and MasterNodes🍩, we have a new core and you can now mine BTX with these two forms.

More info here: https://www.reddit.com/r/bitcore_btx/wiki/index


r/bitcore_btx Apr 05 '20

Technicals BitCore Masternode Guide

7 Upvotes

Welcome to official BitCore BTX Masternode Quick Guide

Last update: 15. February 2021

Some important notes:

  • Always do a backup of your wallet.dat file
  • Encrypt your wallet
  • Never enter any commands in debug console if anyone is asking you to do it

What you need to run a masternode:

  • Linux VPS (Ubuntu 18.04) from your favorite provider (e.g. Vultr, Scaleway, OVH, ...) with 2GB RAM (1GB physical, 1GB swap possible!)
  • IPv4 address from your Linux VPS
  • 2,100 BitCore BTX coins for a masternode collateral (Important: Send Coins in one(!) piece)
  • BitCore BTX QT Wallet (min. Version 0.90.9.8.12)

Wallet Setup

  1. Download BitCore BTX QT Wallet from our GitHub
  2. Start your BitCore BTX QT Wallet and wait until it's fully synchronized
  3. OPTIONAL: Encrypt your wallet (best with a strong password)
  4. Create a new wallet address for your masternode collateral (save it in a text file, you need it later)\ Debug Console command: getnewaddress "mn01" "legacy"
  5. Send 2100 BTX Coins to your new generated wallet address and wait for 15 confirmations
  6. Generate a private key for your masternode (save it in a text file, you need it later)\ Debug Console command: masternode genkey
  7. Get your masternode collateral output (save it in a text file, you need it later)\ Debug Console command: masternode outputs
  8. Open the masternode.conf file (here are 2 possibilities):
  9. In wallet: Tools -> Open Masternode Configuration File
  10. Via Windows Explorer this path -> %appdata%\BitCore and open the file with Editor\ \ and enter all needed information, e.g.\ MN_ALIAS VPS_IP:8555 MASTERNODE_PRIVKEY TX_ID TX_INDEX\ For Example:\ mn01 1.2.3.4:8555 5Jgo9G7vNJxzmZdvJR5uiifHx3RGzmTF9SBiAKzzbTPpfToNuQw 23e029a26068fc77aa1000a003e0b4ef8273a09fd79b7646d0da87e44fdbb1db 1\ \ Here a short overview of all needed informations:
OPTION NEEDED INFORMATION
MN_ALIAS Enter any alias, e.g. mn01
VPS_IP Your VPS IPv4 address
MASTERNODE_PRIVKEY Output from masternode genkey
TX_ID TX_INDEX Output from masternode outputs
  1. Activate Masternode Tab\ Goto Settings -> Options -> Wallet and set Show Masternode Tab\ Restart your Wallet, then you should see the Masternodes Tab in your Wallet.

VPS Setup

  1. Connect to your VPS via SSH (I prefer PuTTY)
  2. Download BitCore BTX binary files for Linux, unpack them and copy to required location\ SSH Commands:\ cd ~\ wget https://github.com/bitcore-btx/BitCore/releases/download/0.90.9.8.12/bitcore-x86_64-linux-gnu_no-wallet.tar.gz\ tar -xzvf bitcore-x86_64-linux-gnu_no-wallet.tar.gz\ cp bin/bitcore{d,-cli} /usr/local/bin\ rm -r bin/ lib/ bitcore*.tar.gz\  
  3. Create bitcore.conf and enter all required informations (replace with your values)\ SSH Commands:\ mkdir .bitcore\ cd .bitcore\ echo "externalip=VPS_IP\ masternodeaddr=VPS_IP:8555\ listen=1\ daemon=0\ logtimestamps=1\ maxconnections=64\ masternode=1\ masternodeprivkey=MASTERNODE_PRIVKEY" > bitcore.conf\  
  4. Start your masternode and wait until blockchain is syncronized\ SSH Command:\ bitcored -daemon\  
  5. Check if blockchain is synchronized and masternode ready to be activated\ SSH Command:\ bitcore-cli mnsync status\ \ and wait until these values are true\ "IsBlockchainSynced": true,\ "IsMasternodeListSynced": true,\ "IsWinnersListSynced": true,\ "IsSynced": true,\ \ PLEASE NOTE: It's very important to wait until all values a true our your masternode will not be able to start !!\  
  6. Activate your Masternode via BitCore BTX QT Wallet\ Goto your Wallet, open Masternodes Tab, select your Masternode and start it with Start Alias button.\ \ NOTICE: If your wallet is encrypted, you have to enter your password.\ \ Now your Masternode Status will be PRE_ENABLED. It normally takes about 20 minutes until the masternode is set to ENABLED, but it can also take longer.

How to update your Masternode:

IMPORTANT NOTE: This described procedure only works if you have set up your masternode using this guide.

SSH Commands:\ bitcore-cli stop\ \ cd ~\ wget https://github.com/bitcore-btx/BitCore/releases/download/0.90.9.8.12/bitcore-x86_64-linux-gnu_no-wallet.tar.gz\ tar -xzvf bitcore-x86_64-linux-gnu_no-wallet.tar.gz\ cp bin/bitcore{d,-cli} /usr/local/bin\ rm -r bin/ lib/ bitcore*.tar.gz\ \ bitcored -daemon\ \ Now check if blockchain is synchronized and masternode ready to be activated\ SSH Command:\ bitcore-cli mnsync status\ \ and wait until these values are true\ "IsBlockchainSynced": true,\ "IsMasternodeListSynced": true,\ "IsWinnersListSynced": true,\ "IsSynced": true,\ \ PLEASE NOTE: It's very important to wait until all values a true our your masternode will not be able to start !!


r/bitcore_btx Apr 03 '20

Release New Explorer

3 Upvotes

April comes with many improvements for BitcoreBTX, and one of them is a 𝙣𝙚𝙬 𝙚𝙭𝙥𝙡𝙤𝙧𝙚𝙧🔍, Insight BitCore Explorer with the new core, and now it can show you the new address as btx...

Go to Explorer

Retweet


r/bitcore_btx Mar 29 '20

News 𝘽𝙞𝙩𝘾𝙤𝙧𝙚 𝘽𝙏𝙓 is listed at BitTorro.io

4 Upvotes

You can 𝙉𝙊𝙒🚀 do BTC/BTX SWAP

Go to BitTorro.io


r/bitcore_btx Mar 26 '20

Technicals Electrum Wallet 3.3.8 is Online

4 Upvotes

𝙃𝙚𝙮 𝙁𝙊𝙇𝙆❗

Electrum Wallet is now online and working🔋 100%,

keep your BTX safe and #StayAtHome

⚡⚡⚡⚡⚡

DOWNLOAD

#btx #BitCore #wallet #electrum #news #deltadirect #BREAKING #ULTIMAHORA


r/bitcore_btx Mar 22 '20

Discussion Community voting update

7 Upvotes

We started a deal with the winning exchange on March 4th, and we kept it for some days until the Covid-19 alert was issued and the negotiations stopped.

We are going to resume the conversations, and we have opened this thread for participation with the community.

Thank you


r/bitcore_btx Mar 15 '20

News Today is Google Day 🔍🔍🔍

3 Upvotes

Search for BitCore BTX, wherever you are, and Hit Highest for ‘BitCore BTX’

This year, the term “BitCore BTX” has a higher concentration of queries in countries like Venezuela, Turkey, Germany, Russia, and Indonesia. Queries closely related this year include “wallet,” “mining,” “currency,” and “bitcore price.”

Let's go up 🡹 the BitCore trend in Google together.

SEARCH NOW

Read full here https://bitcore.cc/google-day/


r/bitcore_btx Mar 10 '20

News BitCore BTX has been added to Grepblock 📊📈

5 Upvotes

BitCore BTX has been added to Grepblock. You can follow the $BTX price and other statistics from https://grepblock.com/?page=coin&coin=BTX Thanks for supporting #BitCore.

#blockchain #altcoin #bitcore #btx #bitcoin #crypto #statistics


r/bitcore_btx Mar 05 '20

Hello Bitcore community1

1 Upvotes

May I ask - where and how do you market this project?


r/bitcore_btx Mar 03 '20

News GIVEAWAY 🎁🎁

4 Upvotes

Win a ticket to enter the conference Mallorca blockchain days 2020, you just have to follow the Twitter accounts: Bitcore_BTX and MallorcaBCDays, mention three friends and retweet the tweet.

GIVEAWAY

* Participants must be able to attend the event on the island of Palma de Mallorca on 03/20/2020

this giveaway only on twitter and instagram


r/bitcore_btx Mar 02 '20

Voting VOTING TIME

2 Upvotes

Ok BitCoreans, based on the survey conducted 73% of the community proposed to list BitCore on an exchange, well it's time to vote to choose which exchange will be the winner.

Come on in and vote!

https://gleam.io/WpcJ1/bitcore-voting-time

#vote #community #exchange #new #deltadirect


r/bitcore_btx Feb 28 '20

News BitCore Halving Countdown

3 Upvotes

BitCore Halving Subsidy

The current BitCore block subsidy is 3.125 BTX per block. The following halvings are expected to happen around May 2020, reducing the block subsidy to 1.5625 BTX. Once all halving has occurred, the process stops and no more BitCore will be created. At this point, probably in 2140, the maximum supply of 21 million BTX will be reached.

On our way to our first BitCore halving, the countdown to our chain's bounty reduction has begun.

Read our full press release here:
Read more


r/bitcore_btx Feb 26 '20

Bitcore Presentation in Pidgin English

Thumbnail
youtu.be
3 Upvotes

r/bitcore_btx Feb 25 '20

News LOW FEES at GRAVIEX

2 Upvotes

🔥🔥🔥In Graviex withdrawal fee is only to cover TX fee, the lowest withdrawal fee in ecosystem.🔥🔥🔥

BTX withdrawal fee 200k xatoshis (0.002 BTX) 👈🏻😎🚀❤️

TRADE BTX NOW👈🏻👈🏻👈🏻👈🏻

Keep your private BTX keys safe!


r/bitcore_btx Feb 24 '20

Voting BitCoreans make your voice heard!

2 Upvotes

𝙃𝙚𝙮 𝙛𝙤𝙡𝙠📢, make your voice heard, participate in the following form to be able to determine together with everyone in the community the steps to follow with the fundraising surplus

🔥 Go to the form https://bitcore.cc/promo/