Bitcoin Forum
June 17, 2024, 12:50:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 23, 2017, 04:17:46 PM
New 8BIT explorer syncing here:
https://chainz.cryptoid.info/8bit/

Big props to you dude! Will check it soon.


So if we have two explorers then it would be bad to lose a blockchain history, wouldn't be? I have started some experiments to use current blockchain with a new code base instead of a coin swap. It's non-trivial thing since code base I started to work on is using different algos (besides its whole code base is much newer one) therefore it's 100% incompatible.

However, I am working on replacing those algos with those we currently have and results are promising. Although (at least soft) fork is something we cannot avoid (to enforce masternode payments for instance), coin swap is like showing the white flag (though I am still taking account of it) while having chain continuous is priceless in crypto.
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 22, 2017, 09:18:02 PM
Is there any reason why two wallets would receive different lists of active mns when calling "8bitd -cli masternode list"?

Both of the wallets are synced to the same current block. One wallet brings up about 50 MNs in the list, the other wallet only brings up 3.
This is weird indeed, one of my nodes sees 20 MNs at the moment while another one sees only one. I will take a look at it.
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 21, 2017, 11:01:18 PM
One of these 3 scenarios would help the coin imo:

New wallet which requires less memory to run (applies to both Win & *nix builds)
OR
MN collateral increased from 112 to 1024 or even higher, so that the higher memory requirements are more reasonably compensated by MN payments
OR
8bit's value goes to the moon.

Any of those three would help 8bit. The wallet works. Is it as 4000K sparkly as some of the other wallets out there? No, and it never should be! Because this is 8-bit.

Besides those possibilities, help people to join the 8-bit party!

just my opinion

Fundamentals have not changed, code base should be replaced and coins will swapped eventually. Unclear and rapid Bittrex action has reduced support I had, but reduced does not mean removed. Therefore the time frames had to be extended, but there's no need to reinvent the wheel. Besides MN will indeed require 1024 coins to set up what was actually agreed in the past.

84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 21, 2017, 10:31:41 PM
I've been staking my wallet for a couple days. I noticed that ALL of the coins that come in say "generated but not accepted". What would cause this?
Compare what you have with http://explorer.8-bit.ga/
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 21, 2017, 10:31:01 PM
What can we do to help this coin? Just a polite question
Stay tuned

86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 21, 2017, 06:54:16 PM
My masternode on Linux works fine, I earn 1 8bit per day.
The GETINFO command returns this message:
"Errors": "EXCEPTION: St9bad_alloc \ nstd :: bad_alloc \ n8bit in ProcessMessages () \ n"
what does it mean ?

It means that you should upgrade your memory, however, as long as your client accepts blocks there's nothing to worry about.
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 18, 2017, 09:00:39 PM
How come MN payment is only included in some blocks? Is there a way to avoid it?

I'm guessing the latter as I see that 8Tqx3KnhLiF5wTHX918aU5Sjxw73DQ3Uap is pretty good at avoiding it.
e.g. http://explorer.8-bit.ga/block/b8ca0118668957eddda3727816352147193ada29b304b0aa5ce28a85aa72a4bf

There are cheaters on board who abuse not enforced MN payments. I don't know what's the scale of the problem currently, but the best way to minimize profits of cheaters, maximize profits of legitimate users (and actually improve network security ) is to run both staking- and master- nodes.
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 17, 2017, 08:29:24 PM
It would be beneficial if there was standard api access to the block explorer like most have.

There's standard (ABE compatible) API available (coinmarketcap is fully suported).


Could you give an example of say.... how to get the balance of an address?

http://explorer.8-bit.ga/chain/BIT8/q/addressbalance/8ZTy8WbdpXEpkzriUpanb3bktW9A8ZvEek

Do not abuse this feature by a flood of automated requests please... ie to get a current snapshot of balances of all address it's better to run a private explorer.
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 17, 2017, 10:34:20 AM
Hello, I have just arrived. The block explorer & website will return this evening (UTC), I am syncing my nodes finally.


That's great 8-bit-Party!

It would be beneficial if there was standard api access to the block explorer like most have.

There's standard (ABE compatible) API available (coinmarketcap is fully suported).
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 16, 2017, 06:38:00 PM
src/instantx.h:34:1: error: reference to ‘int64_t’ is ambiguous
 int64_t CreateNewLock(CTransaction tx);
 ^~~~~~~
...

I get hundreds of these "int64_t is ambiguous" errors, and the build fails.

Did this issue arise for you?

Seems the only solution is to go through and append "::" to every instance of int64_t declaration in the code.

I have tried this, but screwed something up, ended up wasting hours of time. Any help much appreciated.

What's your boost version?
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 16, 2017, 11:32:55 AM
Hello, I have just arrived. The block explorer & website will return this evening (UTC), I am syncing my nodes finally.
92  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 12, 2017, 07:57:28 PM
the one we have look like 1995
Dude this is original 8-bit Atari Basic layout from 1979.



1995? Kids...  Wink
93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 12, 2017, 11:48:34 AM
Hello, can anyone please pass an 8bit snapshot, the same string on which this cryptopia is currently? Because the synchronization achieved yesterday is forked, which means that some of those nodes are in the short chain and cause the problem

1. Remove the spam you have posted
2. Elaborate what fork are you talking about.


94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 11, 2017, 11:00:42 AM
I remember that masternode.conf support was incomplete and some small addons were required to set it up. Check last pages of the thread, I guess I saw posts about it recently.
 
95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 09, 2017, 02:40:24 PM
Current plug & play blockchain snapshot: https://mega.nz/#!bs1hFY7Z!IKT8LKLzr0ngkK3bobM1aQLxy9vWU7fhf9F6grGT5E8

Props for drays who provided it!
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 05, 2017, 08:49:10 PM
Any word on getting Cryptopia to release the wallet?

They have not replied yet.
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: August 05, 2017, 07:26:58 PM
I have limited access to the internet (temporary), no reason to spread a FUD.
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: July 30, 2017, 09:46:51 PM
Hi! I have finally contacted Cryptopia yesterday. Waiting for an answer.
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: July 23, 2017, 06:43:15 PM
We have managed a return of Bittrex to the longest chain. They are re-pushing rolled back transactions at the moment. When they officially re-open their wallet, I will contact Cryptopia to find out what's going on there.
Besides I still have no clue why they locked the wallet, why people from our community ask them to re-sync, etc.
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: July 21, 2017, 09:49:39 PM
Yeah I appreciate you, many people are trying to help but we can only get so far without the Dev. Cryptopia has disabled withdrawals for days now. We have contacted them repeatedly, the members in our slack & telegram community. They have just responded:

     
Alec J:
Hi Alec

Thanks for the information but we do not use bootstraps or blockchain snapshots. A coin has to be to able to sync correctly and completely from its network.

Thanks

MrFloppy
Cryptopia Support



Why they would need to use bootstrap or blockchain snaposhot?
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!