maybe we can list in tradeogre
do they still list for free?
yes free
I realize snow have 6 Satoshi instead of 8?
Yes. I like metric style
maybe the US use British Standard more popular
Does England use British Standard ?
i how i can see my wallet address?
client.bat balance
if i try to run whit terminal give back not permitted
i need to put snowblossom.7 in snowblossom directory?
error: unable to select a field of at least 7
ok, the config should point to the base directory that contains snowblossom.7 directory
for example, lets say you have d:\snow\snowblossom.7
then your config should have: snow_path=d:\\snow
@Fireduck you really should make it just recurse the thing people point it at, many trip up on that
@Fireduck and communicating that nuance is surprisingly hard, especially across cultures
@Rotonen which is why the 1.2.3 quickstart instructions explicitly give an example
if it’d default to . and recurse, that’d help people out
`Ex. snow/snowblossom.N/*`
@Rotonen agreed. I always have a hard time describing how to setup the field locations
yes, better, but still nuanced
@Fireduck can the miner tell if it found a testnet field or a normal field?
yes
the testnet fields are in teapot.N
then just recursing on . should be fine for most users
and thus most users would not need to configure that
I have trouble guessing where most users are going to put a few hundred gb
and ’put the field to where the miner is’ is simple enough
but yeah, I can see the advantages of what you propose
and advanced users manage per default
https://github.com/snowblossomcoin/snowblossom/issues/136 Maybe recursive from current directory
I need to find a real exhaust fan. Like at least 500 cfm.
I think I'll be a fat cat and ask my hvac folks to do it
@Fireduck tell them what you are actually doing so they can help you in earnest instead of just commissioning a specificity
@Fireduck If you're exhausting hot air, you need two holes. intake, exhaust. Otherwise you'll wind up with negative pressure in house, and that pulls in tons of dust and allergens.
in general, I like air flow
but that is a thought
@Rotonen absolutely. Back in the day no one had any idea what I was talking about when I mentioned a server room.
These days, people get it.
Basically, I am adding 3000w of space heaters in this room and I don't want it to be hot.
When I worked in the cinema industry, I had a client drive-in theater with projector booths out 300 yards. The projector's smaller exhaust fans created enough negative pressure to coat the *entire room* and the insides of servers with dust and dirt. I had to literally take the servers outside and dump the dirt out.
oh god
creating negative pressure in the house will suck in stuff from every crevice. the owner was trying to seal things up, which only killed his window air conditioner and filters quicker.
in another case, a theater shared the popcorn exhaust vent with their projectors. They wound up with popcorn oil draining into the projectors.
that is normal
everything works better with popcorn oil
however, the dust was particularly bad because as a drivein, cars drove all around the booth and killed all the grass, so it was just a dirt field. still, the same thing will happen with different materials.
like beatles
Hello Fireduck
hello
I had a question in regards to how quickly pending balances show up. So i send from a wallet and instantly see the pending balance in the wallet and it is also market as spendable right away. Is that normal?
yes
Now that seems like an amazing advantage vs other coins i've used
Theoretically merchant running a node could instantly accept payment with high degree of confidence
people can do that already with lots of coins
I think they should more than they do, but this is nothing new with snowblossom
Ah ok maybe its only the first time I noticed.
bitcoin does it.
So what is stopping adoption as method of payment? Even if tx isn't mined, seeing the pending balance should be good enough?
it really depends on what you are doing. If you are accepting a payment for something that is worth not a huge amount, there is no reason to wait for a confirmation
a pending payment is almost certainly going to get confirmed
way more likely than a pending credit card charge, which could be disputed for a month or more
Interesting. And i've seen the term 0conf floated around in relation to snowblossom. I have read about 0conf but is it actually a feature?
it's a feature of the client, but it's not required by the protocol.
well, we support standard First Seen/First Accepted logic that makes it generally safe to accept a zero-conf payment
And can a coin use 0conf also use replace-by-fee
We don't have any replace by fee
we have CPFP (Child pays for parent) but no replace
Alright. Sorry for the noob questions. Can you explain in basic terms what snow channels are?
very little yet, that is a project I am working on
basically, a channel will be a way for a content creator or moderator to publish some things to people who are interested in it
so it could be pictures or videos or a blog
or a discussion where the channel creator is acting as the moderator
Interesting. Will the content distribution work with the blockchain?
people who are reading a channel will also seed it to make it available for other readers
Ohh i see
a little, each channel will have its own blockchain, but since there is a central owner of a channel (the creator) there doesn't need to be mining or PoW on a channel
Immutable media content
yeah, the creator can't destroy existing blocks. They could go away if no one cares to keep seeding them
Like p2p media consumption. I am reading a blog which means i am seeding it for other user to consume the same media
right
Will content creators be able to attach a SNOW fee to unlock said content?
yes, that is planned
and since the blocks are immutable, as long as you have the content key that you paid for you'll always have access
even if the creator goes out of business
Amazing. World needs this right now.
it is a work in progress and will be fairly low level. My plan is to make the network and data layer that people can build apps and sites on top of.
So Snowblossom will handle smartconctracts?.
not in the general sense, like ethereum
but maybe in a limited sense, like being able to add notes to transactions
meh, no ponziblossom?
Haha
like something that says "I'm using this transaction to pay for access to content, please encrypt the key to public key X"
and then the spending transaction could include that access key encrypted to X
the protocol wouldn't enforce that, but simple using snowblossom as a way to have a little richer transactions
kinda like how you have a memo field on a paper check
Awesome makes sense.
just a way to track a little extra data about the transaction taking place
I had a theoretical question. I have 0 knowledge in programming or computing. Just a thought i was having. Would it be possible to create something called "rescue nodes". So remember when BTC at its peak usage had mempool back logs and problems with low fee txs not getting mined for many hours. Would it be possible, when backlog hits a certain level, to get all running nodes to start confirming low fee txs, and these nodes only kick in when backlog is at an "emergency" level, clear the back log and go back to being a non mining node. Maybe add a light POS reward so that people who aren't interested in mining are incentivize to run a node with the small chance of occasionally getting small rewards.
that is an interesting idea
I would approach it more along the lines of if the mempool got full, then you drop the difficulty to mine blocks faster
if you lower the block reward as well, then no one has any incentive to game it
since the mining reward per hash would stay the same
Yeah makes a lot of sense
I wonder how that would play out
Could be a great experiment. Is that achievable on a testnet?
Part of the problem is that we have no provable view of mempool
one node could say, hey my mempool is full, I'm dropping difficulty
and other nodes wouldn't be able to say if that is true or not
especially after the fact validating the chain
Hmm maybe if a certain percentage of nodes signal full mempool?
@Fireduck that’s just the bitcoin post block reward end game?
I have no idea
@Fireduck call them bonus blocks and drop the difficulty on a very full mempool and have people clearing the queue have just the fees, no block rewards - now that’d still invite bullshit, though
yeah, it might end up a little mario cart
oh, you confirmed that transaction? I'll have my miners go back a block, declare a full mempool and bonus block around your block
full cyberpunk mafia
would have to think very carefully about the BS people could pull
Be cool if low fee txs could be bundled up to raise their combined fees. Again I'm clueless so i could be saying idiot things
just bringing it up as an example of how hard it is to do something simple, useful and side effect free functional
@JKC789 that’s sorta the same as begging, you’d be using someone else’s coin for the transaction
Yeah true.
the fees are considered per byte
so a bunch of low fee transactions is still low fee per byte
To pool operators, you can now also specify min difficulty as "min_diff" in your config
default is min_diff=22
I wouldn't suggest going lower than about min_diff=16 unless you really enjoy lots of scrolling lines before it gets a client adjusted
also, now that I think of it, it might completely break the hell out of the share database...
just meaning you are changing the definition of what a share is
yeah, changing it will make the existing share database off by whatever factor you change it
shouldn't be a huge deal but I wouldn't suggest changing the min_diff unless you have a good reason
Is there a mining guide i can read anywhere?
@Fireduck journald does not mind the spamming
I had to add the option for integration tests anyways, so figured might as well let people knob it
@fent here is the super short version: https://wiki.snowblossom.org/index.php/Quickstart#Mining
@Fireduck i’d like to do a low diff pool, but you gotta figure out the db migration, mark the pool diff into the db as a starting point
@Rotonen if you have few active miners and they are cool with things being a little skewed, you can just change it and it will be fine.
diff 22 is reasonable for 10kH/s and more, though
@Fireduck no i have a massive share pile i’d not like to cheat @mjay out of
right, your miners would still have the same proportion of shares as before
and if they continue mining at the same proportion for the next 5 blocks of shares, then everything is proper
I know that is a big if
the thing is i have miners who left to whom the pool still owes for the effort
ah, makes sense
Any of you guys seen the rumours of BCC attacking BTC Nov 15th? Fud or real?
Or irrelevant lol
Anyways SNOW should be immune to these POW wars
how's it not fud if it makes you ask around?
I guess it is. Just so much bs being spewed
around most things in life
@JKC789 I don't know what those have to do with us, but I think it says a lot that they would have to "attack" coin at idea.
Nah nothing to do. Just made me think of your different POW algo and how this makes SNOW an attractive idea if miners start attacking other networks. Just read this fud and made a mental connection to this project since I just read all about snow a couple of days ago