metamorphin (OP)
Legendary
Offline
Activity: 1106
Merit: 1004
No risk, no fun!
|
|
August 19, 2017, 08:42:50 PM |
|
In other words, the coins on Yobit are useless? And people should not buy from there?
you can buy and speculate. but since we made many experiences with yobit, we dont give guarantees for yobit more. Greetz Steve
|
|
|
|
Vlcak
Newbie
Offline
Activity: 71
Merit: 0
|
|
August 20, 2017, 06:46:20 AM |
|
When and where can I buy BTDX?
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 20, 2017, 09:35:22 AM |
|
When and where can I buy BTDX? Only at coinexchange, but coinexchange still has their wallets in maintenance - they are still swapping BTD to BTDX
|
|
|
|
voteformeg
Legendary
Offline
Activity: 1932
Merit: 1005
|
|
August 20, 2017, 09:57:58 AM |
|
this is a new coin for me and i wanna buy me at least for 1 masternode , so i need 10.000 btd/btdx but i understand that yobit is out off the game
So i should wait till BTDX is availeble on coinexchange ?
i made that mistake before on yobit
|
|
|
|
metamorphin (OP)
Legendary
Offline
Activity: 1106
Merit: 1004
No risk, no fun!
|
|
August 20, 2017, 10:03:50 AM |
|
this is a new coin for me and i wanna buy me at least for 1 masternode , so i need 10.000 btd/btdx but i understand that yobit is out off the game
So i should wait till BTDX is availeble on coinexchange ?
i made that mistake before on yobit
Yes it would be wise, to wait for our signal to buy! Greetz Steve
|
|
|
|
jbjb1234
Member
Offline
Activity: 98
Merit: 10
|
|
August 20, 2017, 01:43:04 PM |
|
Are we able to register static nodes on the new wallet yet?
|
|
|
|
dArkjON
|
|
August 20, 2017, 01:47:14 PM |
|
Are we able to register static nodes on the new wallet yet?
here is a little addnode overview : addnode=188.68.52.172:8329 addnode=51.15.57.35:8329 addnode=185.194.140.60:8329 addnode=51.15.60.194:8329 addnode=51.15.74.115:8329 addnode=51.15.142.165:8329 addnode=212.47.246.150:8329 addnode=51.15.75.183:8329 addnode=51.15.74.186:8329 addnode=188.68.39.1:8329
|
|
|
|
jbjb1234
Member
Offline
Activity: 98
Merit: 10
|
|
August 20, 2017, 05:29:32 PM |
|
Are we able to register static nodes on the new wallet yet?
here is a little addnode overview : addnode=188.68.52.172:8329 addnode=51.15.57.35:8329 addnode=185.194.140.60:8329 addnode=51.15.60.194:8329 addnode=51.15.74.115:8329 addnode=51.15.142.165:8329 addnode=212.47.246.150:8329 addnode=51.15.75.183:8329 addnode=51.15.74.186:8329 addnode=188.68.39.1:8329 thanks but I dont know what that means, im not very technical. please help???
|
|
|
|
Bithorny
Newbie
Offline
Activity: 18
Merit: 0
|
|
August 20, 2017, 08:32:21 PM |
|
hey guys,
is the new coin now available? if yes, where can i buy it if no, when are we able to buy it
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 21, 2017, 09:26:08 AM |
|
hey guys,
is the new coin now available? if yes, where can i buy it if no, when are we able to buy it
Right now, only at coinexchange, but coinexchange still has their wallets in maintenance - they are still swapping BTD to BTDX
|
|
|
|
metamorphin (OP)
Legendary
Offline
Activity: 1106
Merit: 1004
No risk, no fun!
|
|
August 21, 2017, 01:51:18 PM |
|
Ann changed now.
Thanks for heading it up, chris.
Greetz Steve
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 21, 2017, 05:52:59 PM |
|
Ann changed now.
Thanks for heading it up, chris.
Greetz Steve
Thanks This is a GOOD, Highly profitable coin. We are still waiting for coinexchange, but if they do not respond quickly, then we can find another backup exchange.
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
August 21, 2017, 06:11:04 PM |
|
Ann changed now.
Thanks for heading it up, chris.
Greetz Steve
Thanks This is a GOOD, Highly profitable coin. We are still waiting for coinexchange, but if they do not respond quickly, then we can find another backup exchange. A small Website is online www.bit-cloud.info
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
jbjb1234
Member
Offline
Activity: 98
Merit: 10
|
|
August 21, 2017, 09:41:32 PM |
|
I will offer a 4000 btdx bounty for anyone who can write a step by step process of how to set up a masternode on the new BTDX wallet
|
|
|
|
dArkjON
|
|
August 21, 2017, 11:46:22 PM |
|
I will offer a 4000 btdx bounty for anyone who can write a step by step process of how to set up a masternode on the new BTDX wallet
Ubuntu Masternode Wallet Setup - Hot MN Start Ubuntu 14.04 Image connect via Putty ---------------- apt-get update apt-get dist-upgrade Setup Swapfile ---------------- dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=1000 mkswap /mnt/myswap.swap swapon /mnt/myswap.swap Install Addons : ---------------- apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server add-apt-repository ppa:bitcoin/bitcoin apt-get update apt-get install libdb4.8-dev libdb4.8++-dev curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh source ~/.profile nvm install 0.10.25 nvm use 0.10.25 Install BitSend: ---------------- cd git clone https://github.com/LIMXTEC/Bitcloud.gitcd Bitcloud sudo ./autogen.sh sudo ./configure sudo make cd /home/YOUR USERNAME/.bitcloud nano bitcloud.conf Edit Config : rpcuser=USERNAME rpcpassword= PASS rpcallowip=127.0.0.1 rpcport=8329 daemon=1 server=1 masternode=0 masternodeprivkey= masternodeaddr=127.0.0.1:8329 cd Bitcloud/src/ ./bitcloudd Afer some time you can check your connection with ./bitcloud-cli getinfo Output should look like : { "version" : 2000001, "protocolversion" : 70712, "walletversion" : 61000, "balance" : 0.00000000, "Darksend_balance" : 0.00000000, "blocks" : 2405, "timeoffset" : 0, "connections" : 12, "proxy" : "", "difficulty" : 231814.22107527, "testnet" : false, "keypoololdest" : 1503083590, "keypoolsize" : 1001, "paytxfee" : 0.00000000, "relayfee" : 0.00010000, "staking status" : "Staking Not Active", "errors" : "" } ./bitcloud-cli getinfo getaccountaddress 0 This Address need the VIN = 10000 Coins ./bitcloud-cli getinfo masternode genkey cd /home/YOUR USERNAME/.bitcloud nano bitcloud.conf Edit Config : masternodeprivkey=<genkey> ./bitcloud-cli getinfo Check your Balance and restart your Server when money arrived. ./bitcloud-cli stop ./bitcloudd 15 Confirms later check it with ./bitcloud-cli masternode debug Have Fun with your Masternode , Bounty Wallet : B8h8ZtH6dkUgRoqJoEGzaN8YBQyafFr9HA
|
|
|
|
night.0wl
Newbie
Offline
Activity: 66
Merit: 0
|
|
August 22, 2017, 01:48:32 AM |
|
why do you make so many coins? you have like 5 coins
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 22, 2017, 02:57:49 AM |
|
I tried to get this coin listed on CRYPTOPIA, but this was their response:Sender: Happy_8/21/2017 9:51:29 PM Thanks xxxxxx, As you may be aware, coin listings are currently disabled. I will put this in my queue to monitor as we get closer to reopening listings. It may be a few weeks so your patience is appreciated. Regards, Cryptopia Support I think that the BIG BOSSES might be on vacation
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 22, 2017, 03:43:56 AM |
|
Does anybody know of any good, secure exchange?(NOT YOBIT)
|
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
August 22, 2017, 08:38:17 AM |
|
Does anybody know of any good, secure exchange?(NOT YOBIT)
https://www.cryptopia.co.nz i think this exchange is better . hit it easyly then others I already tried contacting CRYPTOPIA, but this was their response yesterday:Sender: Happy_8/21/2017 9:51:29 PM Thanks xxxxxx, As you may be aware, coin listings are currently disabled. I will put this in my queue to monitor as we get closer to reopening listings. It may be a few weeks so your patience is appreciated. Regards, Cryptopia Support Anyway, there is some good news from coinexchange, they sent a reply to my ticket:Hi xxxxxxx, ........BTD will be updated soon.
|
|
|
|
|