Pages:
Author

Topic: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark - page 7. (Read 89415 times)

full member
Activity: 462
Merit: 105
Hi,

how can I activate staking in my wallet ? Already running mns.

Thanks



Just unlock your desktop wallet: Settings -> Unlock wallet -> enter your wallet passphrase and enable For anonymization and staking only
newbie
Activity: 6
Merit: 0
Hi,

how can I activate staking in my wallet ? Already running mns.

Thanks

legendary
Activity: 1453
Merit: 1030
With Shapeshift going KYC, the team behind bitcloud could consider launching a decentralised exchange where bitcloud is a currency that pays royalties.
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Hello together,

we have setup an DNS seeder for BitCloud. This DNS seeder is a fork of https://github.com/pooler/litecoin-seeder and have following functionality:

BitCloud-seeder is a crawler for the BitCloud network, which exposes a list of reliable nodes via a built-in DNS server.

Features:
  • regularly revisits known nodes to check their availability
  • bans nodes after enough failures, or bad behaviour
  • accepts nodes down to v0.5.0 to request new IP addresses from, but only reports good post-v0.6.9 nodes.
  • keeps statistics over (exponential) windows of 2 hours, 8 hours, 1 day and 1 week, to base decisions on.
  • very low memory (a few tens of megabytes) and cpu requirements.
  • crawlers run in parallel (by default 96 threads simultaneously).


If you want to use our DNS seeder, just add this line to your bitcloud.conf file:
Code:
addnode=seed.bitcloud.network


Feel fee to contact us, if you have any issues or questions.


Nice great work  Cool
full member
Activity: 462
Merit: 105
BitCloud is now listed on Nodemarketcap: https://nodemarketcap.com/coin/bitcloud/

NodeMarketCap.com is an exclusive platform with coins only listed that meet a minimum quality standard.
Thanks to NodeMarketCap Team to list BitCloud on their website.



full member
Activity: 462
Merit: 105
Hello together,

we have setup an DNS seeder for BitCloud. This DNS seeder is a fork of https://github.com/pooler/litecoin-seeder and have following functionality:

BitCloud-seeder is a crawler for the BitCloud network, which exposes a list of reliable nodes via a built-in DNS server.

Features:
  • regularly revisits known nodes to check their availability
  • bans nodes after enough failures, or bad behaviour
  • accepts nodes down to v0.5.0 to request new IP addresses from, but only reports good post-v0.6.9 nodes.
  • keeps statistics over (exponential) windows of 2 hours, 8 hours, 1 day and 1 week, to base decisions on.
  • very low memory (a few tens of megabytes) and cpu requirements.
  • crawlers run in parallel (by default 96 threads simultaneously).


If you want to use our DNS seeder, just add this line to your bitcloud.conf file:
Code:
addnode=seed.bitcloud.network


Feel fee to contact us, if you have any issues or questions.
full member
Activity: 462
Merit: 105
Update for you all:

- Working on DNS seeder
- Working on new WordPress / cryptic theme based homepage
- Wiki/FAQ will be created for BitCloud

sounds good!

point #1 means that we can run our own masternodes with a dns?!  Grin

Point #1 means: You need just add our dns address as "addnode=" entry in your local bitcloud.conf to get always connected to active/updated servers.
If this will be working fine, our DEV will implement this direct to the wallet/daemon code.
legendary
Activity: 3122
Merit: 7618
Crypto Swap Exchange
Update for you all:

- Working on DNS seeder
- Working on new WordPress / cryptic theme based homepage
- Wiki/FAQ will be created for BitCloud

sounds good!

point #1 means that we can run our own masternodes with a dns?!  Grin
full member
Activity: 462
Merit: 105
Update for you all:

- Working on DNS seeder
- Working on new WordPress / cryptic theme based homepage
- Wiki/FAQ will be created for BitCloud
full member
Activity: 462
Merit: 105
Now you can check if your BITCLOUD masternode is working and will receive rewards.
Additionally if your node has not been seen for over 20 minutes, a notification will be sent to inform you, so that you have enough time to react before your node status changes to EXPIRED causing your rewards being lost.

https://nodecheck.io
https://discordapp.com/invite/3VV5GkG
https://twitter.com/nodecheck


nodecheck I can recommend to all of you, it is a super monitoring service for masternodes. The list of masternodes is also getting longer and longer  Cool
Notifications via Telegram, Discord and E-Mail are available!
member
Activity: 219
Merit: 10
The true problem with Crypto Bridge is daily volume of BitCloud is often very low there.
Last day, only 225 BTDX traded in Crypto Bridge exchange.
https://wallet.crypto-bridge.org/market/BRIDGE.BTDX_BRIDGE.BTC
Much higher BitCloud coins traded last day.
More than 1000 BTDX traded in Crypto Bridge exchange over the last day.
newbie
Activity: 37
Merit: 0
how long does it take to transfer BTDX from cryptopia to the own wallet?
i mean how many confirmations are needed to sign a transfer as complete?

i have checked the BTDX-explorer and there i can see the coins on my adress - but i cant see it on my wallet
https://chainz.cryptoid.info/btdx/address.dws?BEbFEh53N4XDqSkBDoWPkXjhu7US11cLvN.htm

wallet is 100% synced
what can i do?!  Roll Eyes

Should be 20 confirmations on Cryptopia.
Did you get your deposit?

I'm not sure, but it seems to me that it works much faster on Cryptobridge.
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
i have today 2 bad vps node server  Embarrassed  blocks = 102479

which version are you running on your vps? Check with -> bitcloud-cli getinfo
Post your version/protocol output please here

"version" : 2000200,
    "protocolversion" : 70714

Now i have new synched and ok  Wink
full member
Activity: 462
Merit: 105
i have today 2 bad vps node server  Embarrassed  blocks = 102479

which version are you running on your vps? Check with -> bitcloud-cli getinfo
Post your version/protocol output please here
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
i have today 2 bad vps node server  Embarrassed  blocks = 102479
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Pls check yours blocks

type for:

Windows Wallet

Go Tools/Debug console and type : getpeerinfo

Linux VPS

type bitcloud-cli getinfo

If blocks = https://chainz.cryptoid.info/btdx/ then ok

If not then synch your blockchain new.

Synch the blockchain (fast Version)

Stop the Wallet (linux: bitcloud-cli stop)

go to bitcloud root (for Windows: cd %appdata%\bitcloud for: Linux: cd /root/.bitcloud/

delete peers.dat (linux: rm peers.dat)
delete Folders blocks, chainstate and database (linux: rm blocks/ -r && rm chainstate/ -r && rm database/ -r)
open bitcloud.conf (linux: nano bitcloud.conf)
list=0
connect=54.39.138.129 (or other bitcloud node)

Start Wallet and wait (linux: bitcloudd -daemon)

after synch stop wallet again and undo list=0 and connect in the bitcloud.conf  Wink


 

legendary
Activity: 3122
Merit: 7618
Crypto Swap Exchange
how long does it take to transfer BTDX from cryptopia to the own wallet?
i mean how many confirmations are needed to sign a transfer as complete?

i have checked the BTDX-explorer and there i can see the coins on my adress - but i cant see it on my wallet
https://chainz.cryptoid.info/btdx/address.dws?BEbFEh53N4XDqSkBDoWPkXjhu7US11cLvN.htm

wallet is 100% synced
what can i do?!  Roll Eyes
sr. member
Activity: 672
Merit: 250
More than 2 days have passed and we currently have only 10 votes. I ask you all to vote.

https://aiodex.com/vote/coin/5b6a8ef8d4341b150b079da4

Thank you all
Members of BitCloud community should support the BitCloud project through their votes.
It's free vote, so why not spend a couple of seconds and vote for BitCloud on Aiodex exchange.

Everyone wants to have a good price/price, but when it comes to commitment for the coin, unfortunately only a few are willing to participate.

Thank you for your vote!
In this you are right, everything is exactly as you say. In the bulk of people are often not committed to any of the coins in the crypto world, many come just for the sake of easy earnings of dollars.
legendary
Activity: 3122
Merit: 7618
Crypto Swap Exchange
I know there is some demotivation because the courses have collapsed, but it would still be really cool of you if you could vote for BitCloud.
A good community is for a coin very important!

Exchange vote link: https://aiodex.com/vote/coin/5b6a8ef8d4341b150b079da4


i vote for BTDX a few days ago and since today i have started my first masternode.
of course, today's course was also crucial  Wink
full member
Activity: 462
Merit: 105
I know there is some demotivation because the courses have collapsed, but it would still be really cool of you if you could vote for BitCloud.
A good community is for a coin very important!

Exchange vote link: https://aiodex.com/vote/coin/5b6a8ef8d4341b150b079da4
Pages:
Jump to: