Pages:
Author

Topic: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO - page 74. (Read 2510314 times)

newbie
Activity: 24
Merit: 1
I'm working on v5  Wink

Some progress there... It needs accounts, as opposed to UTXOs.
But there's a difficult question: UTXOs and accounts, or only accounts?
member
Activity: 187
Merit: 20
Can I mine this or only POS now?

It was always PoS only, since 2014. That's one of the main points of this coin: To provide a stable, decentralized, PoS-only currency.

Only way to mine is is via prohashing.com where you can set Blackcoin payouts among other coins.
member
Activity: 60
Merit: 10
BitcoinCash Scrypt
Can I mine this or only POS now?
member
Activity: 187
Merit: 20
Isnt Raspberry less then the average android phone, is it not feasible to stake from a phone.   I dont use mobile alot but I'm just thinking of all those people with expensive phones and its basically a computer, maybe their only one.  Its  mobile connection would be most of the reason why maybe.

Yes, but you don't want to run around with 10,000 USD in your pocket any time, especially not on a phone that connects to different networks that you don't know.

A Raspi you can install on your own, secure it in your network and let it run on low power consumption under your desk or in a closet. You can access it via VNC or with the WebGUI, what ever you like more.
newbie
Activity: 54
Merit: 0
Where is Blackcoin mostly used for? Are there any sites i can pay with yet?



Any business that uses the payment processor CoinPayments accepts blackcoin. You can also apparently deposit into the Uquid Visa Debit Card directly with Blackcoin, if you want to spend anywhere that accepts Visa.

Obviously there's also Shapeshift, if you want to spend some wherever bitcoin is accepted too, would be subjected to the bitcoin confirmation time and fee though.
sr. member
Activity: 448
Merit: 252
Where is Blackcoin mostly used for? Are there any sites i can pay with yet?
newbie
Activity: 54
Merit: 0
Isnt Raspberry less then the average android phone, is it not feasible to stake from a phone.   I dont use mobile alot but I'm just thinking of all those people with expensive phones and its basically a computer, maybe their only one.  Its  mobile connection would be most of the reason why maybe.

https://i.imgur.com/0DNCVjZ.png

Seems important to repeat, double check here on new sites and send small amounts on anything new.



I guess the person asking about weight already knew about this in the corner - https://i.imgur.com/GkK9AVe.png

I have used the dump and import wallet and it helped btw.  Stake shows on explorer now though its maybe stuck on display, not sure.  Progress anyhow

Bitcoin down some in its short term and medium term takes longer to observer, sells on bigger coins seems to weigh on all coins but blk is still within a positive trend even if its lost some of that lead it had


With phones I think the issue is more security than power, though it would be cool to have a staking phone app. Bet a lot of people would love the idea of mining crypto with their phones.
STT
legendary
Activity: 4102
Merit: 1454
Isnt Raspberry less then the average android phone, is it not feasible to stake from a phone.   I dont use mobile alot but I'm just thinking of all those people with expensive phones and its basically a computer, maybe their only one.  Its  mobile connection would be most of the reason why maybe.



Seems important to repeat, double check here on new sites and send small amounts on anything new.



I guess the person asking about weight already knew about this in the corner -

I have used the dump and import wallet and it helped btw.  Stake shows on explorer now though its maybe stuck on display, not sure.  Progress anyhow    [Display updated after like 10 hours to show the stake confirmed]

Bitcoin down some in its short term and medium term takes longer to observe, sells on bigger coins seems to weigh on all coins but blk is still within a positive trend even if its lost some of that lead it had
member
Activity: 187
Merit: 20
I think it was not yet posted here: We are trying to bring Blackcoin on Raspi. Because raspi doesn't use more than 5 watts of power (like 3 watts idle), is small and flexible it's an ideal device to have your wallet staking on it. Help securing the network and earn reward for very low energy cost compared to mining.

So we tried to write up some tutorials how to do it, also I have been working on a WebGUI you can use to access your coins, if you want to go headless.

Get the tutorials and codes here:

https://www.reddit.com/r/blackcoin/comments/6jmjen/webgui_for_the_blackpi_raspberry_blackcoin_wallet/
sr. member
Activity: 602
Merit: 250
I think he wants to know the amount of coins staking, not the amount of wallets.
newbie
Activity: 3
Merit: 0
Are there any (public) daemons online that can be queried with RPC commands? I'd like to query getmininginfo but I don't think I can do it via this one:

https://node.blackcoin.io/insight-api/status?q=getMiningInfo

Nice to see you still here maarx Wink

Node on that server has no coins, it cannot stake, it even does not have staking capabilities yet.
As Lore gets more and more less buggy, daemon will be replaced with Lore and have capabilities to stake.
Still there will be no coins on the server, payblk saves wallet on local device.
Server will enable remote staking feature, will broadcast block with stake transaction from payblk.

rpc metods are the same a bticore has,

bws is running there
https://payblk.blackcoin.io/bws
https://github.com/bitpay/bitcore-wallet-service#rest-api

insight-api
https://node.blackcoin.io/insight-api/status
https://github.com/bitpay/insight-api#api-http-endpoints

Hey janko, thanks for your reply Smiley
I've played around a bit with insight, but I don't think it has what I'm looking for. I'm interested in the method that exposes the networks' weight. (getmininginfo)

What do you aim to achieve? The network weight is an estimator of staking funds based the difficulty. You get the difficulty from the block header. The network weight calculation is implemented as a linear function of the (running window) averaged difficulty. 
STT
legendary
Activity: 4102
Merit: 1454
I wouldnt bother saying normally because blk chart isnt that trendy, but its looking bullish now so worth piping up.  Sideways for a while, ceiling formed to that range.  Beats the ceiling, breaks range and you have quite good move up which means not that much beyond a flash unless it holds and it confirms.    So right now its trying to do that confirm previous ceiling as support and build into a proper gain.  Thats how I read it and my general opinion is bullish, I try not to be biased because thats pointless and hopefully I'll have the sense to add at least a little as Ive often failed to add to positive trends which is a mistake Ive made too often.

The machine I put to staking is the devil itself but I may have to mess around with that first as Ive not bothered to get it in order and then add some after that.
hero member
Activity: 882
Merit: 517
cloverdex.io
Are there any (public) daemons online that can be queried with RPC commands? I'd like to query getmininginfo but I don't think I can do it via this one:

https://node.blackcoin.io/insight-api/status?q=getMiningInfo

Nice to see you still here maarx Wink

Node on that server has no coins, it cannot stake, it even does not have staking capabilities yet.
As Lore gets more and more less buggy, daemon will be replaced with Lore and have capabilities to stake.
Still there will be no coins on the server, payblk saves wallet on local device.
Server will enable remote staking feature, will broadcast block with stake transaction from payblk.

rpc metods are the same a bticore has,

bws is running there
https://payblk.blackcoin.io/bws
https://github.com/bitpay/bitcore-wallet-service#rest-api

insight-api
https://node.blackcoin.io/insight-api/status
https://github.com/bitpay/insight-api#api-http-endpoints

Hey janko, thanks for your reply Smiley
I've played around a bit with insight, but I don't think it has what I'm looking for. I'm interested in the method that exposes the networks' weight. (getmininginfo)
full member
Activity: 145
Merit: 132
Are there any (public) daemons online that can be queried with RPC commands? I'd like to query getmininginfo but I don't think I can do it via this one:

https://node.blackcoin.io/insight-api/status?q=getMiningInfo

Nice to see you still here maarx Wink

Node on that server has no coins, it cannot stake, it even does not have staking capabilities yet.
As Lore gets more and more less buggy, daemon will be replaced with Lore and have capabilities to stake.
Still there will be no coins on the server, payblk saves wallet on local device.
Server will enable remote staking feature, will broadcast block with stake transaction from payblk.

rpc metods are the same a bticore has,

bws is running there
https://payblk.blackcoin.io/bws
https://github.com/bitpay/bitcore-wallet-service#rest-api

insight-api
https://node.blackcoin.io/insight-api/status
https://github.com/bitpay/insight-api#api-http-endpoints
hero member
Activity: 882
Merit: 517
cloverdex.io
Are there any (public) daemons online that can be queried with RPC commands? I'd like to query getmininginfo but I don't think I can do it via this one:

https://node.blackcoin.io/insight-api/status?q=getMiningInfo
member
Activity: 187
Merit: 20
Agreed, slack is horrible for bringing traffic. We need more posts here because they show up in search engines forever.

Slack is fine and is indexed in search engine, there is a bot which does it on purpose, everything you say will show up in search engines forever. Wink

I also think slack works fine. And it is also a channel where those who do not know blackcoin can have access to a lot of information, we always have the help and attention of veterans janko33, blackstat, and the others (are many) Grin.

I learn a lot there. We need to attract more people to Slack. Is more dynamic Wink


Hey guys, I am interesting in BLK.

How is the stake/harvest working? should I just put minimum amount of BLK's on my wallet and I can an annual fee's?
Do I need to keep wallet open ?

There are 1.5 each block, and anual interest are, depending on network weight (all staking wallets), 1-8%
That means, you will get that percent of your balance per year as block reward. There is no minimum but if you had, let's say 150 BLK and there is 1% interest, you'd get one block per year, with 1500 BLK 10 blocks and so on.
However at the moment the reward is more like 5%, so 150 BLK would create like 5 Blocks per year.
sr. member
Activity: 602
Merit: 250
There's no minimum required to stake, but because each coin has an equal chance of staking, a low amount will stake less often (still proportionally equal on a yearly basis) so it's likely to take longer before you see the first stake. 
And yes your wallet needs to be open at all time to be eligible for stakes. You can still encrypt it so it's still safe, but you can't lock it.   
sr. member
Activity: 798
Merit: 277
There were hundreds of thousands in 2014. We bought, sold, exchanged. All blackcoins that we have consumed.
full member
Activity: 308
Merit: 100
Agreed, slack is horrible for bringing traffic. We need more posts here because they show up in search engines forever.

Slack is fine and is indexed in search engine, there is a bot which does it on purpose, everything you say will show up in search engines forever. Wink

I also think slack works fine. And it is also a channel where those who do not know blackcoin can have access to a lot of information, we always have the help and attention of veterans janko33, blackstat, and the others (are many) Grin.

I learn a lot there. We need to attract more people to Slack. Is more dynamic Wink


Hey guys, I am interesting in BLK.

How is the stake/harvest working? should I just put minimum amount of BLK's on my wallet and I can an annual fee's?
Do I need to keep wallet open ?
sr. member
Activity: 1955
Merit: 381
English<->Pt-BR - Professional Translations(90+)
Agreed, slack is horrible for bringing traffic. We need more posts here because they show up in search engines forever.

Slack is fine and is indexed in search engine, there is a bot which does it on purpose, everything you say will show up in search engines forever. Wink

I also think slack works fine. And it is also a channel where those who do not know blackcoin can have access to a lot of information, we always have the help and attention of veterans janko33, blackstat, and the others (are many) Grin.

I learn a lot there. We need to attract more people to Slack. Is more dynamic Wink
Pages:
Jump to: