Bitcoin Forum
June 07, 2024, 03:41:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blackcoin Lore [BLK] | Home of PoS 3.0 | No ICO | No Pre-mine on: March 22, 2019, 11:17:04 PM
Hey all,

Been a while since I have done this. These last year has been a bit weird, regarding the price, regarding the community with rat4 launching Blacknet, Janko working on new things. It left many wondering "So, what is Blackcoin going to do now? Is this... It?".

It's not it. There still is a community actively building Blackcoin, with a new team under the name of "More", not to be confused with "Lore", Janko's protocol implementation.

For the past few months I have been helping guide lateminer address bugs and issues that were in Lore, including adding some other updates that he or I thought were appropriate. Everything was carefully considered, checked and then tested.

So finally! Blackcoin More is here! Get it now at http://blackcoinmore.org  or http://Blackcoin.org .  This is a very positive milestone for the Blackcoin community fully committing to continue what was left behind. It will be replacing Blackcoin Lore.

We thank the community for helping test this release.
Great! Your commitment is much much appreciated!
Knowing or at least "suspecting" that you will continue to go forward with BLK was the main reason why I kept a lot of my BLK instead of burning them for Blacknet. Actually I own as many BLN as BLK in terms of "‰ of total supply".
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: March 20, 2019, 10:57:55 PM
my bootstrap backup is now stored here: https://bismuth.space
updated today

congratulations on the 24 million market cap

Is BlackNet listed anywhere else than here by now: https://vinex.network/trading/advanced/BTC_BLN?
I could niot find anything, I have to admit that I am everything but up-to-date with eschanges these days.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: December 27, 2018, 03:15:46 PM
Two questions:

1. Is it possible, that I have active connections, but none knows the next block(s)? On one machine the client is stuck at block 4610 and won't go on no matter what I do (nothing changed on the machine, worked until one of the above error messages).
The other client, freshly set up, crashed about a dozen times on it's way to completing the fetching, is now stuck on block 5405 although it has active connections.

2. Do I have to enter the mnemonic every time the client is restarted or does it remember the "account to stake on" and that it is supposed to stake?
When i refresh the web interface after a restart it still says "true" above the "start staking" control element.

thanks!

if your stuck at some block quit client, delete all in db folder and restart/sync... if no connections manually add node.
after all u gonna have fast and reliable feedback here: https://riot.im/app/#/room/#blacknet:matrix.org
Thank you, not familiar with riot but I will check it out.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: December 27, 2018, 02:56:30 PM
Two questions:

1. Is it possible, that I have active connections, but none knows the next block(s)? On one machine the client is stuck at block 4610 and won't go on no matter what I do (nothing changed on the machine, worked until one of the above error messages).
The other client, freshly set up, crashed about a dozen times on it's way to completing the fetching, is now stuck on block 5405 although it has active connections.

2. Do I have to enter the mnemonic every time the client is restarted or does it remember the "account to stake on" and that it is supposed to stake?
When i refresh the web interface after a restart it still says "true" above the "start staking" control element.

thanks!
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: December 27, 2018, 08:48:30 AM
Quote
Dez. 27, 2018 9:31:23 VORM. ninja.blacknet.network.ChainFetcher fetcher
INFORMATION: Fetching CAAE0F2E76590D9B20B6B43033D7A5372396C10C48D747478CD3E3454FD1B800 from 50.116.55.60:28453
Dez. 27, 2018 9:31:24 VORM. ninja.blacknet.network.ChainFetcher fetched
INFORMATION: Disconnected 472 blocks
Dez. 27, 2018 9:31:24 VORM. org.mapdb.volume.Volume deleteFile
WARNUNG: Could not delete file: db\ledger.wal.0
Dez. 27, 2018 9:31:24 VORM. ninja.blacknet.network.ChainFetcher fetched
INFORMATION: Invalid block 53C9F0DB20412FB8D8B4C5F206BB673F911B208114F739E67C7EF627C7CA142F Disconnecting 50.116.55.60:28453
Dez. 27, 2018 9:31:24 VORM. ninja.blacknet.network.ChainFetcher fetched
INFORMATION: Reconnecting 472 blocks
Dez. 27, 2018 9:31:40 VORM. ninja.blacknet.network.Connection receiver
SCHWERWIEGEND: Exception in receiver 50.116.55.60:28453
org.mapdb.DBException$VolumeIOError
   at org.mapdb.volume.MappedFileVol.truncate(MappedFileVol.java:285)
   at org.mapdb.WriteAheadLog.destroyWalFiles(WriteAheadLog.java:791)
   at org.mapdb.StoreWAL.commit(StoreWAL.kt:632)
   at org.mapdb.DB.commit(DB.kt:435)
   at ninja.blacknet.db.LedgerDB.commit(LedgerDB.kt:87)
   at ninja.blacknet.network.ChainFetcher.fetched(ChainFetcher.kt:93)
   at ninja.blacknet.network.ChainFetcher.fetched(ChainFetcher.kt:154)
   at ninja.blacknet.network.Blocks.process(Blocks.kt:35)
   at ninja.blacknet.network.Connection.receiver(Connection.kt:73)
   at ninja.blacknet.network.Connection$receiver$1.invokeSuspend(Connection.kt)
   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)
   at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:236)
   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
   at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742)
Caused by: java.io.IOException: Der Vorgang ist bei einer Datei mit einem geƶffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar
   at java.base/sun.nio.ch.FileDispatcherImpl.truncate0(Native Method)
   at java.base/sun.nio.ch.FileDispatcherImpl.truncate(Unknown Source)
   at java.base/sun.nio.ch.FileChannelImpl.truncate(Unknown Source)
   at org.mapdb.volume.MappedFileVol.truncate(MappedFileVol.java:283)
   ... 14 more

Dez. 27, 2018 9:32:09 VORM. org.mapdb.volume.Volume deleteFil

appears once only in the log, my displayed balance was "reset" and I "lost" about 200 staked coins due to that.
Was my client on a fork or an offline chain? the IP address in the error message is NOT mine.

one hour later, next message about disconnected blocks, once more staked blocks "lost":

Quote
NFORMATION: Disconnected 607 blocks
Dez. 27, 2018 10:20:36 VORM. ninja.blacknet.network.Connection receiver
SCHWERWIEGEND: Exception in receiver 207.180.222.97:28453
org.mapdb.DBException$VolumeIOError
   at org.mapdb.volume.MappedFileVol.truncate(MappedFileVol.java:285)
   at org.mapdb.WriteAheadLog.destroyWalFiles(WriteAheadLog.java:791)
   at org.mapdb.StoreWAL.commit(StoreWAL.kt:632)
   at org.mapdb.DB.commit(DB.kt:435)
   at ninja.blacknet.db.LedgerDB.commit(LedgerDB.kt:87)
   at ninja.blacknet.network.ChainFetcher.fetched(ChainFetcher.kt:147)
   at ninja.blacknet.network.Blocks.process(Blocks.kt:35)
   at ninja.blacknet.network.Connection.receiver(Connection.kt:73)
   at ninja.blacknet.network.Connection$receiver$1.invokeSuspend(Connection.kt)
   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)
   at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:236)
   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
   at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742)
Caused by: java.io.IOException: Der Vorgang ist bei einer Datei mit einem geƶffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar
   at java.base/sun.nio.ch.FileDispatcherImpl.truncate0(Native Method)
   at java.base/sun.nio.ch.FileDispatcherImpl.truncate(Unknown Source)
   at java.base/sun.nio.ch.FileChannelImpl.truncate(Unknown Source)
   at org.mapdb.volume.MappedFileVol.truncate(MappedFileVol.java:283)
   ... 13 more

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: December 26, 2018, 06:38:52 PM
Is the blacknet live already?

Is there a time limit of redeeming the blacknets you gained by burning?

Of course I understand there may be a few teething issues at the start but I will like to wait until the network is running smoothly.

Any feedback on how things are going thus far?

No time limit, or process to redeem BLN.  Your Mnemonic phrase is your wallet.

Things seem to be running pretty smooth now with the latest release of 0.1.5  https://gitlab.com/blacknet-ninja/blacknet/tags

Apart from the error message in the log (or console output if you have it visible), it seems in deed stable.
Got my first stakes by now, blocktime appears to be stable, all good.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO on: December 25, 2018, 06:42:15 PM
警告: Could not delete file: db\peers.wal.0
got that same error on every accepted block message, it shows me as connected and new blocks come up, though.

Apart from that: With roughly a million of these shiny Blacknet-Coins, how often would I expect to stake?
I also might be dumb, but is there any site where I can read about the rewards per stake and so on? Info on the blacknet.nija site is rather vague. It does not even explain how to find out ones own account//address, although i managed to get it on my own ;-)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!