Author

Topic: Slimcoin | First Proof of Burn currency | Decentralized Web - page 142. (Read 137085 times)

member
Activity: 98
Merit: 10
I just feel like clearly stating that despite me proposing it, I have nothing at all to do with the recent listing at Novaexchange.
It seems the idea has come from Novaexchange themselves which somehow confirms me in my opinion of them. They seem to have added Slimcoin not because of a listing fee but because they think it is an innovative and honest coin. Though it might have still to early according to Graham.





It's ok, I clearly understood that. Although it may feel too early, having it listed and with a much bigger (hopefully) network will help understand its quirks and, maybe, solve whatever problem may arise.

I saw the first 2 transactions, looks like there's a market maker bot on guard there.
legendary
Activity: 1612
Merit: 1608
精神分析的爸
I just feel like clearly stating that despite me proposing it, I have nothing at all to do with the recent listing at Novaexchange.
It seems the idea has come from Novaexchange themselves which somehow confirms me in my opinion of them. They seem to have added Slimcoin not because of a listing fee but because they think it is an innovative and honest coin. Though it might have still to early according to Graham.



newbie
Activity: 34
Merit: 0
https://novaexchange.com/market/BTC_SLM/

WOW, great! First SLM have arrived at the exchange.

Can we maybe get it listed on another exchange? BTER, Yobit, Cryptopia?
member
Activity: 98
Merit: 10

My SLM wallet at NovaExchange is shown as being in maintenance. Is this the expected behavior, or we should wait for something on your part?

Thank you.

Later edit: sorry, I just checked, you seem to be running v0.3.2.0-21-gc733da8, latest is 0.4.1. The current blockchain height is over 860.000, the height I'm seeing in coininfo is 13503. So we'll have to wait a bit, I guess. Still, a very nice move from your part, appreciated!
member
Activity: 98
Merit: 10
member
Activity: 98
Merit: 10
Thank you, I appreciate your time and I will refrain myself from newbie questions on this thread. Smiley
legendary
Activity: 2254
Merit: 1290
Newbie question: if I burn coins from a certain address / wallet, in order to "mine" coins, or to "get back" coins in exchange of the burning, do I have to keep the wallet open? If I burned from the GUI client, do I have to keep it open? Is PoB related to PoW mining, or is it independent?

Second newbie question: Proof Of Stake is linked to a certain amount of coins in a certain wallet / address? I saw that the maturity period of PoS is one week, but I don't know how to interpret that.

I'm going to cut myself some slack and point you to the OP and to the old thread where these questions were asked and answered. I acknowledge that this discussion board is a poor means of publishing technical data, technical gems such as this just disappear into the noise but it's all we have.

If the OP doesn't answer your questions, the first 30 pp of the old thread range from the pre-launch phase to a couple of days after launch and cover what you're seeking to know.

When I get a round tuit, I'll scrape the old thread and winnow the posts for technical content, see if I can't hack up an extension to the white paper.

Cheers

Graham
member
Activity: 98
Merit: 10
Newbie question: if I burn coins from a certain address / wallet, in order to "mine" coins, or to "get back" coins in exchange of the burning, do I have to keep the wallet open? If I burned from the GUI client, do I have to keep it open? Is PoB related to PoW mining, or is it independent?

Second newbie question: Proof Of Stake is linked to a certain amount of coins in a certain wallet / address? I saw that the maturity period of PoS is one week, but I don't know how to interpret that.

Thanks!

P.S. All my 3 machines (2 x bare metal in a data center, 1 x home raspberry are fully synched now and mining, the raspberry has yet to find a block, but I'm patient).
member
Activity: 98
Merit: 10
Thanks, makes sense. What surprised me was that the amount briefly appeared in my wallet, then it was gone. But it all happened within the 90 seconds timeframe needed for a block to be accepted.
legendary
Activity: 2254
Merit: 1290
From my understanding this transaction didn't get enough confirmations. What are the conditions for this event?

The 0 is the key figure - the app attempted to stake i.e. solved a trivial hash but that solution wasn't the one accepted in the consensus, so the block becomes an orphan. There's competition for all blocks no matter how they are minted. It's spelled out explicitly in the tooltip popup, just hover the mouse pointer over an orphaned transaction.

More here:

https://github.com/slimcoin-project/Slimcoin/blob/master/src/qt/transactionrecord.cpp#L11

Cheers

Graham

member
Activity: 98
Merit: 10
I found this in the listtransactions output

Code:
 {
        "account" : "",
        "category" : "orphan",
        "amount" : 18.84000000,
        "confirmations" : 0,
        "txid" : "775c15db5ba5205328c7fd9972c603c941cf2a95b3d3c693062bd95962f623cc",
        "time" : 1483810810
    },

From my understanding this transaction didn't get enough confirmations. What are the conditions for this event?
legendary
Activity: 2254
Merit: 1290
Rewards disappearing from the wallet.

Not encountered that one.

Do they show up as orphans in the GUI transaction history or in the results of listtransactions?

Cheers

Graham
member
Activity: 98
Merit: 10
Rewards disappearing from the wallet. These results are generated seconds from each other. In the initial call of getinfo, it looks a certain amount of newmint, then in the second, the new amount disappeared. It may be just the normal behavior, but I would love some more explanation of this specific situation.

Code:

cryptovore@mymachine:~$ slimcoind getinfo
{
    "version" : "SLMv0.4.1-alpha-46-g6fe14df-alpha",
    "protocolversion" : 60003,
    "walletversion" : 60000,
    "balance" : 1.59000000,
    "newmint" : 92.35000000,
    "stake" : 0.00000000,
    "blocks" : 864124,
    "moneysupply" : 13950308.67000000,
    "connections" : 20,
    "proxy" : "",
    "ip" : "some_ip_edited",
    "difficulty" : 0.01210541,
    "testnet" : false,
    "keypoololdest" : 1483276068,
    "keypoolsize" : 115,
    "paytxfee" : 0.01000000,
    "errors" : ""
}
cryptovore@mymachine:~$ slimcoind getinfo
{
    "version" : "SLMv0.4.1-alpha-46-g6fe14df-alpha",
    "protocolversion" : 60003,
    "walletversion" : 60000,
    "balance" : 1.59000000,
    "newmint" : 73.51000000,
    "stake" : 0.00000000,
    "blocks" : 864125,
    "moneysupply" : 13950291.74379700,
    "connections" : 21,
    "proxy" : "",
    "ip" : "some_ip_edited",
    "difficulty" : 0.01279411,
    "testnet" : false,
    "keypoololdest" : 1483276068,
    "keypoolsize" : 115,
    "paytxfee" : 0.01000000,
    "errors" : ""
}

legendary
Activity: 2254
Merit: 1290
so far mining with a Raspberry, even Slimcoin, seems educational at most.

It's still helping to secure the blockchain and that does seem to be a feature of the original design.

I realised last night that I might not have reset the reservebalance binding on the 2012-vintage Macbook that's quietly running the Slimcoin app under 10.6.8 - and I hadn't, which explains why thus far it's only had one mint-by-stake (and I'm not even sure how it managed that). I set the reservebalance to zero before I retired to bed and checking just now, it has since received three mint-by-stake rewards.

Mining with Slimcoin hosted at a data-centre will have the advantage of low latency - but that way lies centralisation, as any fule no [1].

So, mindful of the potentially deleterious effect that centralisation would have on a community alt such as Slimcoin, in due course I'll be taking the ill-gotten gains that I made while the network was quiescent (my "SUSah.." mining address is #25 or so on the “rich list”) and making them available for general distribution.

Of course, this only makes sense i) while Slimcoin remains insulated from the social predations of the mechanoids that inhabit cryptocurrency exchanges (bear with me on this one, just for a little while longer because of ->) and ii) if Slimcoin has some utility beyond that of the basic token transfer and accounting system that was inherited with its cloning.

For the immediate future at least, I'd expect the cryptocurrency exchanges' requirements for tokens of officialdom to present an effective barrier to Slimcoin being listed. I hope to exploit the advantage that this offers to make an additional contribution in terms of increasing Slimcoin's ability to offer a positive pro-social experience to its community of users.

Thus far I've posted sketch maps of the first two components of my understanding of altcoins (one: the impact of the cryptography inheritance on the social constraints imposed on the members of the user group and two: how those constraints enforce the creation of a Teal organisation).

There are three more yet to come: the next one sketches out how the cryptography inheritance creates the conditions for a form of “pure” Teal organisation (vs say, “Holacracy”) that inherently operates as a collective intelligence.

It's just more joining of dots to sketch out different ways of describing altcoin user groups --- but some of those descriptions, if accepted as plausible, provide hugely useful information on a number of aspects pertinent to the longevity and success of the collective effort.

For example, once you've viewed things through the lenses provided above, the success of Dogecoin is no longer inexplicable but actually, rather predictable.

[1] https://en.wikipedia.org/wiki/Nigel_Molesworth

Next up in this series of posts, more details on the “additional contribution” that I mentioned above (as soon as I've scoped the work).

Looking back through recent posts: I really do appreciate the considerate responses, it makes the whole thing so much more rewarding. Will respond with specifics later.

Cheers

Graham
legendary
Activity: 1612
Merit: 1608
精神分析的爸
Graham,

Sorry was not meaning to push things wrt exchanges. I remember you saying along the lines of that you won't be dealing with that so I wanted to offer some help.

I'll wait with it until you think the code has been tested and is matured enough for such a step and that will be based mainly on your word and judgement (read: when you think it is ready for an exchange).

Regarding a busier network, what do you consider exactly busier so that we can help with it: More PoW, PoB, PoS, Nodes, Txs or a certain combination or simply just more of everything?

Cheers - psycodad


member
Activity: 98
Merit: 10
Interesting! So you say we should wait a little bit more?

Excuse me for being blunt, but what is your position with this project? For me, you seem to be the main developer right now, and you showed nothing but impeccable knowledge of the algorithm and underlying codebase. It's impressive.

You say we should wait form the position of you being the main developer or just a casual, curious tester?

Again, excuse my direct approach, but I think this is a very interesting opportunity. If anything, I am ready to get involved as well (apart form testing, which I'm already doing), I can contribute some time for other tasks. Programming in C is still difficult for me, but I can code stuff in JS, PHP/MySQL and, if need will be, Objective C.

Thank you!
legendary
Activity: 2254
Merit: 1290
Good job! It would be nice to know when and if we could exchange these coins. Any news on that bter initiative? Anything we could do in order to make slimcoin accepted in an exchange?

It could be considered to be a bit early for that.

The implementation is still on test and a busier network may yet reveal serious problems. The Slimcoin codebase is unique, not just in the mint-by-proof-of-burn mechanism but also in the interdependencies with the mint-by-proof-of-work and mint-by-proof-of-stake mechanisms. Problems arising in that area will be extremely difficult to solve as they will likely require extensive modelling - see https://github.com/slimcoin-project/Slimcoin/tree/master/simulations for evidence of the preparatory modelling that informed the design of the implementation (an implementation retained unchanged for the migration, of course).

Cheers

Graham
legendary
Activity: 1612
Merit: 1608
精神分析的爸
Didn't know about Novaexchange, I will check them out. I could donate the 0.005. What's needed for?

0.03 BTC is the price for adding a coin to the vote list, see end of this page:

https://novaexchange.com/addcoin/

Got it. Imho, there might be a chance that we don't get picked even if we pay the fee, right?

If I get that right the fee is refunded (-10%) if a coin is not listed in the end, they say on that page:
Maybe we should start advocating this before? Like getting the pulse of the community first? If the moderator could put up a poll with just one question: "would you vote daily on novaexchange if we pay the fee?" will be much simpler to find out if there is interest or not.

I was just proposing Novaexchange to gauge the community's interest for trying it. Let's wait and see what others say.
member
Activity: 98
Merit: 10
newbie question: how does the "stake" works in slimcoin? I see in the debug log PoS blocks and I see a "stake" balance in the wallet, but I don't know how it's implemented.

Anyone?

Thanks!
Jump to: