Bitcoin Forum
May 08, 2024, 05:13:19 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 57 58 59 60 61 62 63 64 65 ... 114 »
281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: June 29, 2019, 01:46:12 PM
It means my wallet.dat files won't work with clients that use 4.8, but I never use 4.8 and never share wallets, so I don't care.
I'm compelled to nitpick, sorry.

It's a UX/UI issue. It's possible to lose access to a wallet by failing to back it up before switching to a later non-backwards-compatible client which, if for some reason proves undesirable to the user, causes them to switch back to the old client. That's when they discover that the new client automatically upgraded their wallet to the new db format which cannot now be read by the old client. That's why the advice (for distributed binaries, i.e. OS X/Windows) is to link against 4.8.

It may be an edge case and it may be perceived as a userland issue but I categorise it as a development UX/UI issue because of the underlying loose assumption of technical competence on the part of the user without an accompanying specification of the minimum level of technical understanding required to perform basic wallet/chain maintenance operations. (A principle lucidly expressed by my father as: "If a man doesn't understand, it's because he hasn't been told properly.").

Cheers

Graham
282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: June 29, 2019, 12:26:22 PM
Anybody made client working on ubuntu 19?

Anyone? I have issue installing DB 4.8 on Ubuntu 19.
Your question  was overly casual and didn't really contain enough information to motivate me to find out why you were asking (I've learned to be thrifty with my time). If you had made some/any effort to describe your problem, that might have helped.

You will need to download 4.8, compile it separately and adjust the build process to use the 4.8 headers and libs.

Cheers

Graham
283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 26, 2019, 02:22:45 PM
i confirm again that 0.6 version does not shown my burnt coins
so do your work better if you want to slimcoin's success
It will if you simply restart the client. Feel free to contribute a fix.

For clarity, I'm an occasional technical contributor and I also help with curating the community resources, so your sage advice on pursuing success is misdirected, as is your lack of appreciation of the amount of community effort required to maintain a working blockchain.

Cheers

Graham


284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 25, 2019, 06:55:12 PM
Ah, so 0.6 version is compiled with BDB 6.2?
Which OS?

Cheers

Graham
 
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 25, 2019, 05:00:56 PM
Btw. is it normal that wallets from 0.6 are incompatible with 0.5 client?
Yes, that can happen if the clients are compiled with a version of BerkeleyDB other than 4.8.

Scenario: User has client compiled with 4.8, creates wallet that is 4.8-format. User upgrades to a client compiled with (say) 6.2 which automatically updates the wallet (on loading it) to 6.2-format. User decides to return to previous client but that can only read a 4.8 wallet, not the upgraded 6.2 one saved by the new client. This is why users are urged to make regular and frequent backups of their wallet, especially when upgrading the client. A backed-up 4.8-format wallet can be read by any client and generally, any later version can read a previous-version wallet.

Decision: slow but compatible 4.8 or fast but incompatible 6.2?

Linux users can decide for themselves but users of proprietary OSes (Win/OSX) have to depend on whether I can be arsed to provide compiled binaries for both compatible and incompatible bdb versions.   

Cheers

Graham
286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 25, 2019, 04:43:26 PM
Trading on Nova again blocked

It is strange that Freiexchange doesnt have any issues since the beginning
Initially, the query came from Novaexchange during their pause in trading after they were bought out. Apparently the 0.5 wallet failed to create appropriate change addresses and listunspent was "wrong" and so the exchange's accounting didn't add up and under new strict accounting rules, that was a delisting issue. I tried to divine the precise nature of the problem from the informal description I was given but couldn't make any headway. I suggested they try the -avatar option but apparently that didn't work either.

At that time there was no difference between the PPCoin and Slimcoin transaction-handling code apart from P4Titan's additions for handling burn txs so I was unable to provide a fix. muf18 asked around various devs for help but no-one was interested. In a fit of desperation I copied over the coincontrol backport from PPCoin but I was informed by my exchange contact that they had been able to solve the problem by using a different approach.

All went quiet until mid-April when (unbeknownst to me) one of the Novaexchange staff DM'd me on Discord to report "problems with the wallet" and a fragment from the log that showed the exchange were using a checkout of the unstable "optimized-pos" master, followed a couple of weeks later by a "?". (I've learned to be really, really resistant to the development of casual assumptions of on-demand provision of technical support for exactly this reason. The exchanges are in permanent technical debt which they casually offload on to the same communities that they profit from. Nice trick if you can pull it off.)

When I picked up the laptop again in early May, I saw the DM and responded, advising the exchange to use a checkout of the updated master.

The next message was from the exchange staffer I'd worked with originally and who'd informed me that they'd solved the issue by a different means - apparently the accounting was incorrect due to an issue with change addresses but this time his description gave me a better understanding of the origin of the problem and I was able to commit a putative fix which my contact said he'd try out. That was over a week ago. I sent a follow-up "did it work?" a couple of days ago but haven't had a response yet.

Freiexchange don't experience the same accounting issues with their back end but I'm sure they'd be happy to pick up on a version where the change addresses actually work as intended.

Cheers

Graham
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 25, 2019, 03:47:43 PM
Needless to say this is not the first proof of burn crypto. History knows many such coins that were artificially made rare by reducing the supply. All dead.
You seem not to understand the role of burnt coins in Slimcoin. I recommend that you read the ANN a bit more closely before making offensively rude postings.

Cheers

Graham
288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 25, 2019, 07:02:36 AM
I have often an error message, when I want to send SLMs around that the balance is insufficient, although I have more than required...
Or error that transaction couldn't be created
With newest client v0.6 with UPnP.

The older v0.6 client without UPnP from github works well.

Although even in older 0.6 client small amounts that are still on the wallet (like 1-2 SLM) can't be sent, cause it says "insufficent balance" Tongue.
Ah, well. I guess we should just not bother with 0.6 then. At least I tried.

Cheers

Graham
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 06:03:20 PM
I will get straight onto compiling up fresh binaries for Win/OSX and will post their availability here (in about an hour or so, I expect).

UPNP re-enabled client binaries compiled from current master:

 - Win 32bit
https:minkiz.co/noodlings/slm/slimcoinqt-5.0-win32.zip

 - OS X High Sierra
https:minkiz.co/noodlings/slm/SLIMCoin-Qt.dmg

Cheers

Graham
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 05:52:12 PM
slimcoin's thread is very different from others
does this project have any marketing plans or it's just for leveling coding skills of a group of enthusiasts ?
It's a community rather than a project so it's more useful to talk about strategy rather than specific marketing plans. d5000 has done a good job of keeping the ANN up to date.

The original basic raison d'être of a tripartite PoW-PoS-PoB minting system seems to have some practical merit as Slimcoin has turned out to be a survivor coin, having just passed its 5th anniversary. d5000 and I are separately exploring not-entirely-unrelated avenues of inquiry aimed at leveraging the Slimcoin blockchain to support content publishing.

Cheers

Graham
291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 03:54:31 PM
I have listen=1, and it seems that my node isn't broadcasting transactions?
Should I open specific ports too?
Thanks for responding positively but I must confess that you have me at a slight disadvantage.

You shouldn't need to. Under the standard modus operandi, Slimcoin is assumed to be running in a local network and uses UPNP in the background to negotiate port mappings with your router. At least that's how it works on the bog-standard consumer router supplied by our ISP.

Well, at least that's how it works now that I've re-enabled UPNP in the Slimcoin code. However, that's still in master and I haven't yet updated the Win/OSX binaries mostly because I'm waiting for a response from Novaexchange as to whether the last update to the code fixed their change address problem. If I have correctly understood their description of the problem, I'm reasonably confident that it was successful.

Given this positive response to making the network more robust, I will get straight onto compiling up fresh binaries for Win/OSX and will post their availability here (in about an hour or so, I expect). Until then, you may care to experiment with making an explicit port mapping.

Cheers

Graham
292  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 03:31:40 PM
what are the requirements for slimcoin node ? i have static IP, is this enough ?
More than enough (see below). Just add listen=1 to your slimcoin.conf file.

Strictly speaking, a static IP address isn't required, it's just more effective ...
Quote
Is there any strong reason for favoring static IP address over dynamic IP address?

Connections that peers make to you are based upon the IP address. They remember the IP addresses of other nodes and try to reconnect to them later if they go offline. With a static IP address, it is more likely that your node will get connections because it will have been at the same IP address for a while and nodes have remembered it. Static IP has no effect on your outbound connections (which, to your node, are the most important, not the inbound ones).

When you run the client as a listening node and open the debug window, you'll see that "Number of connections" is more than 3. I just restarted my local node here (88.98.87.243) and it's reporting 13 connections - 3 are "inbound: false", that means they are listening nodes and my node connected to them so the connection is not inbound to me and so it reads "false" and the rest are (atm) "inbound: true" which means they are not listening to incoming connections but instead they are making incoming connections to my node to pick up tx/block broadcasts, hence "inbound" reads "true".

Slimcoin has a 90-sec block generation time and the chain is running a little fast atm (according to the chainz explorer "overview" tab) so in the initial stages at least, check your outgoing bandwidth from time to time in case the traffic starts approaching your upload limits - which it shouldn't be but YMMV.

Apologies for the slight delay in responding, I had to check my facts first.

Cheers

Graham

293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 01:23:00 PM
I have gathered some more resource citing Proof of Burn and Slimcoin particularly:
Useful pointers, thank you. It's a pity that the articles are such a mixed bag but that's typical of altcoinland.

Cheers

Graham
294  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 23, 2019, 12:32:00 PM
And anybody tried this?

https://github.com/slimcoin-project/electrum-server-slm/tree/slimcoin

I saw @gjhiggins made some adjustment to Slimcoin in late 2017, but dunno is it working. If it was we would have a shot to be included in Coinomi-like wallet, that is developed by a other coins developer (Hilux wallet).

And if it's not possible to be added, can't we just fork the code of Coinomi open source: https://github.com/cosmojg/open-coinomi-android and run the electrum server to host it? I mean I don't know, how operable is electrum server for now.
Unfortunately ... "This code is now unmaintained. The replacement code for electrum server is ElectrumX: https://github.com/kyuupichan/electrumx"

Could I ask you to spell out the advantages of introducing non-contributory SPV wallets when the network is so precariously positioned at the moment?

There are now just three (3) Slimcoin nodes that are broadcasting transactions (i.e. configured with listen=1) and they are currently saving the network from grinding to a complete halt. Two of these nodes are hosted in Germany on Hetzner boxes (one of those is mine) and there's one hosted by OVH in either France or (more likely) Spain. That's it.

If the three people currently funding these hosted nodes (with their own fiat) decide to terminate their support then (AIUI) the chain will  seize up and stop - because no listening nodes means that no further txs can be confirmed.

Given that the community can muster only three listening nodes out of 25-30, I doubt whether you'll see much enthusiasm for anything that requires hosting.

Cheers

Graham
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: May 23, 2019, 12:00:26 PM
That's a Yobit thing, not a CLAM thing, unfortunately.
I'm aware of a coin at Yobit whose wallet has been in maintenance for a few years now - and still is.

Cheers

Graham
296  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 16, 2019, 08:22:05 PM
I have contacted some people, that can help us, and @gjhiggins also informed that he and nova staff is working on one of the possible solutions.

Well, I have fixed the issue where coincontrol was failing to respect an explicitly-set change addy and have suggested to the exchange representative that they check whether the fix also cures the problematic listunspent issue.

Cheers

Graham
297  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 16, 2019, 01:14:31 PM
@gjhiggins - there are still problems with SLM integration with novaexchange?
Yes. Apparently the Slimcoin code does not behave as expected in that it does not properly handle the inclusion of change txs in either getbalance or listunspent, the accuracy of which is crucial to the exchange's accounting requirements for AML/KYC complicance. This isn't the first time we've had a run past this problem and I was privately advised on an earlier pass-through that this is a delisting issue for the exchange.

Unfortunately, even if I did have a clue where to start looking for the source of the problem, right now is not a good time. Ngaio and I have a couple of months to move out of the property we've been renting for the last 18 years and find somewhere else to live (sadly, our landlady was widowed earlier this year and this is all probate fallout). So my attention will be very much elsewhere for the next calendar quarter at least.

The gory details are on the discord server. I've advised the person representing the exchange of my position/unavailability and recommended that they approach the group.

(There are times when I wonder whether any of the active addresses in the SLM "rich list" are actually controlled by human actors or whether they're now all just algorithmically-driven, given the apparent degree of  disconnection with the reality of the Slimcoin blockchain.)

Cheers

Graham

298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: May 15, 2019, 07:24:38 PM
well , i did not look to clams before but after seeing it on marketcap , it looks absolute interesting .
so as i understand it is still possible to redeem them if you hold btc , ltc or doge?
Yes indeed, if the qualification is met.

Quote
Every person who had Bitcoin at block 300,377, Litecoin at block 565,693, or Dogecoin at block 218,556 was given ~4.6 CLAM. 
Yes, it is still waiting on chain for you Smiley 
Full details are listed in the (maintained) ANN post: https://bitcointalk.org/index.php?topic=623147.msg6906295#msg6906295

Cheers

Graham
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: May 15, 2019, 01:37:40 PM
In case you are in touch with CLAM representatives, please forward this form for listing
Yes, surely. In order to provide our CLAM representatives with the full info we'd need to know how many liquidity tokens are required and how much the listing fee actually is.

The language of that listing form is quite surreal in places, btw. Very off-putting.

Cheers

Graham
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin | First Proof of Burn currency | Decentralized Web on: May 15, 2019, 01:21:59 PM
i mean PoB, not PoW
earlier it was about 1-10 rewards per day (i have 10K effective burnt coins so it 12-14 coins per reward)
That too is my experience, also with several K of effective burnt coins. It seems to go in cycles as far as I can make out. As I mentioned, the code is canonical (albeit probabilistic, AIUI).
There's possibly some further enlightenment to be had from the Technical Discussions doc that I added (basically just a collation of early bitcointalk posts but it is focused on minting/mining).

BTW, I have reworked ACME so that it now gets its data from SPARQL queries of the blockgraph and not from RPC commands sent to the client. It's is mostly working, just a few wrinkles to iron out. It's testnet-only atm, handling a few K blocks is way more tractable than 1.7million:

http://tessier.bel-epa.com:5064/test/

Work on browsing the blockgraph is continuing, as is the calculation of network hash stats, the ordered list of balances and the address/tx history.

Cheers,

Graham

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 57 58 59 60 61 62 63 64 65 ... 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!