Pages:
Author

Topic: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO (Read 2509649 times)

full member
Activity: 323
Merit: 197
Two-way squared
Thanks for an update even though it's been a while, what's the current status, will there also be a slightly bigger exchange in the future like MECX or also a smaller one like FreiExchange?



What exactly do you mean by PoSv6? How will staking with a fixed supply take place in the future?

6 is just a number after 5, there's no meaning at this point. For the next upgrade, which is fifth, I'm looking for, but not guarantee the delivery of, following:
- Privacy of stakers. It was requested even in 2014... Time has come.
- Unpredictability of stakes. Staking starts after a few minutes rather than multiple hours.
- Succinct proof. A move towards fast sync and cross-chain stuff.

The idea of stable (not fixed!) supply is to reward stakers with tx fees averagely, but mint or burn under certain conditions until normality is restored.
legendary
Activity: 3794
Merit: 2499
Good news, everyone!

After seeing in news that some crypto dev went hunting for aliens, I thought this is the time to start incorporating the time traveling into the research. And here is the first result: in future we'll target a stable supply as opposed to the currently inflationary one. I already feel overwhelmed with the tasks that were picked for the next upgrade, so this is probably a material for PoSv6.

Thanks for an update even though it's been a while, what's the current status, will there also be a slightly bigger exchange in the future like MECX or also a smaller one like FreiExchange?

What exactly do you mean by PoSv6? How will staking with a fixed supply take place in the future?

full member
Activity: 323
Merit: 197
Two-way squared
Good news, everyone!

After seeing in news that some crypto dev went hunting for aliens, I thought this is the time to start incorporating the time traveling into the research. And here is the first result: in future we'll target a stable supply as opposed to the currently inflationary one. I already feel overwhelmed with the tasks that were picked for the next upgrade, so this is probably a material for PoSv6.
full member
Activity: 323
Merit: 197
Two-way squared
Git repository crossed 1000 commits, and a half of that is on top of current v0.2
Besides me, 14 people contributed 171 patch.
full member
Activity: 323
Merit: 197
Two-way squared
News

1. I'm back witn an avatar generated by an artificial intelligence a neural network. Grin

2. Currently I'm structuring my old thoughts and exploring new ideas on gitlab: the entry point. In short, I'm looking into zero-knowledge technology that wasn't taken into account while Blacknet was originally designed.

3. We are on XeggeX exchange.
legendary
Activity: 3794
Merit: 2499
Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

I think current stagnation is an opportunity to reboot project.

You have any updates for us?
full member
Activity: 205
Merit: 114
Joshua J. Bouw
still inactive as summer is there ?

delisted from coingecko and CMC..

My real life trouble is ongoing for unknown time.  Shocked Sad Huh

Sorry to hear Sad. Happy to catch up with you.
full member
Activity: 205
Merit: 114
Joshua J. Bouw
Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

I think current stagnation is an opportunity to reboot project.

 Grin Grin Grin excited to see a reboot
full member
Activity: 323
Merit: 197
Two-way squared
legendary
Activity: 2898
Merit: 1017
I think current stagnation is an opportunity to reboot project.

What for?
full member
Activity: 323
Merit: 197
Two-way squared
Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.

I think current stagnation is an opportunity to reboot project.
sr. member
Activity: 1949
Merit: 380
English<->Pt-BR - Professional Translations(90+)
AEX delisted us some time ago. They resumed withdrawals for about two weeks! Smiley

Do you have any plans for it to be listed on other exchanges? It is good for the project to start gaining more visibility.
full member
Activity: 323
Merit: 197
Two-way squared
AEX delisted us some time ago. They resumed withdrawals for about two weeks! Smiley
full member
Activity: 323
Merit: 197
Two-way squared
Anyone have new nodes to add at my Rasperry Node? Alwys at a new start the wallet doesn't connect automatic?

Updated initial nodes in version 0.2.12
Please update if you have version older than 0.2.11
full member
Activity: 323
Merit: 197
Two-way squared
still inactive as summer is there ?

delisted from coingecko and CMC..

My real life trouble is ongoing for unknown time.  Shocked Sad Huh
legendary
Activity: 3794
Merit: 2499
Anyone have new nodes to add at my Rasperry Node? Alwys at a new start the wallet doesn't connect automatic?
hero member
Activity: 1918
Merit: 535

Is this project still ongoing?


The project is still ongoing, however I'm not quite active till summer.
Quote

still inactive as summer is there ?

delisted from coingecko and CMC..
full member
Activity: 323
Merit: 197
Two-way squared
Is this project still ongoing?

The project is still ongoing, however I'm not quite active till summer.

Is it smart contract capable?

In contrast to many platforms that put decentralized finance at the core, Blacknet compromises composability to achieve scalability for computation heavy applications.
https://blacknet.ninja/blockchain-application.html

It's account based so which other project is it most similar too?

Working on unique technology  Grin
full member
Activity: 323
Merit: 197
Two-way squared
Also, is it possible to connect from the internet to the node? Is there a setting that can enable that? I am getting connection refused, firewall disabled and iptables rule added

Change ktor.deployment.host in the configuration file rpc.conf:
Code:
ktor {
   deployment {
        host = localhost
        port = 8283
        shutdown.url = "/api/shutdown"
   }
full member
Activity: 323
Merit: 197
Two-way squared
Hi, what is the post method now? Used to be

Code:
http://localhost:8283/api/v2/isstaking/this is some mnemonic

this does not seem to work now

is it

Code:
http://localhost:8283/api/v2?isstaking=this is some mnemonic
Code:
http://localhost:8283/api/v2/isstaking?mnemonic=this is some mnemonic

or something else?

I cannot get any response from the POST method with arguments, so I assume I am doing something wrong

Thanks

Use public address, not private mnemonic.
Pages:
Jump to: