Bitcoin Forum
July 01, 2024, 10:55:26 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 229 »
941  Local / Español (Spanish) / Re: Legalizacion de mineria en Venezuela on: August 23, 2021, 03:01:55 PM










Etc, etc, etc.

Quien impone trabas a Bitcoin (y al libre mercado), está negando riqueza que se va a otra parte. Si bien es cierto que algunos casos son legítimos (por ejemplo el robo de equipos) el número de abusos por la autoridad en este país lo hace inviable para ningún tipo de inversión seria, mas cuando hay países en la región mucho mas amigables y con seguridad jurídica para minar Bitcoin.
942  Bitcoin / Mining software (miners) / Re: Are all pools running non open source stratum implementations? on: August 23, 2021, 01:58:43 PM
Braiins OS is Linux, literally. Parent distro is Openwrt 17, which is also used by some other Asic manufacturers.

Bosminer+ has the single addition of the autotuning logic and implementation.

Well you can ask Slush directly, if he wants to reply... But that is his software given to Braiins.


The question is, why you never pushed the fork button and renamed the project kanominer (or whatever) and continued maintaining it. Same for ckpool.

Braiins OS is here: https://github.com/braiins/braiins/tree/bos-devel/braiins-os
943  Bitcoin / Mining software (miners) / Re: is it possible to mine bitcoin anonymously on: August 23, 2021, 01:49:09 PM
Or install and configure OpenVPN in Braiins OS, there is even a gui for it.

Of course, you could also use Stratum V2, which is encrypted, with dnscrypt-proxy in your lan which encrypts dns petitions, and also happens to cache dns.

Remember to petition your pool operator or asic manufacturer to add support for this, if they still haven't done so. Since there are people that don't care about privacy, living in safe free countries.

In the meantime, you can just switch to the firmware and pool that does support it.
944  Bitcoin / Mining software (miners) / Re: Are all pools running non open source stratum implementations? on: August 23, 2021, 03:37:36 AM
Well you are incorrect there. Only bosminer+ is closed, the rest is the same. Its like calling Ubuntu closed because it brings nvidia drivers... Bosminer is still open, and still works with S9s. Can you rust? Last time you modded cgminer to please Bitmain didn't end very well did it?

Open source pools? Sure, here: https://bitbucket.org/ckolivas/ckpool

Also the thing made by Slush linked by the OP, is NOT Braiins OS, but something you can point miners to, it talks to bitcoind so its exactly as OP said: a Stratum server.

Why do you bring the mining client when op was clearly talking about pool server? And where is kanominer anyway? Less words, more code. kanopool also missing, of course, talk is cheap.
945  Bitcoin / Mining software (miners) / Re: Braiins OS & Braiins OS+ custom ASIC firmware: optimize performance & efficiency on: August 23, 2021, 03:18:58 AM
Actually in most machines the fans remain stable. Did you wait for Tuner Status to show Stable?

The actual version is at the bottom (footer) of any of the pages in the miner UI.

You should use defaults for the fans. The chip sensor value is not like what other firmware shows, because Bitmain slashed about 15° in 2017 for whatever reason. If you use 80°, its like telling other firmware to do 65° so you are needlessly making the fans work harder. If you don't understand this, use the Board (pcb) temp as guide (not chip).

To restore defaults, just delete any values you have used then save and apply. The values shown in gray are the actual defaults. Temperature Control should be set to Default (Auto).
946  Bitcoin / Mining software (miners) / Re: How can I see my Bestshare with Braiinos ? on: August 17, 2021, 07:43:07 PM
Last year this was shown below, right above Tuner Status IIRC, but you had to scroll horizontally.
After the (first) ui update in 2021, its missing from the overview (you can still read it via api or http://IP.AD.RE.SS/cgi-bin/luci/admin/miner/api_status).
In the current nightly (next release) its right under "Found Blocks".
947  Bitcoin / Hardware / Re: s9 frying connections with PSU on: August 12, 2021, 02:30:23 PM
The molex megafit 3x2 Chinese edition is garbage, they do that after a certain number of cycles of plugging and unplugging, with all miners that use it, IF you never pay attention to the metal parts inside becoming lose.

It is not firmware related, nor psu. Its a connector issue. If its too easy to insert/remove, you should be wary. Get some tweezers or something to tighten the metal female (inside the plastic socket).

I'm a little surprised Bitcointalk didn't catch up with this (should be) common knowledge.
948  Bitcoin / Mining software (miners) / Re: Braiins OS & Braiins OS+ custom ASIC firmware: optimize performance & efficiency on: August 11, 2021, 08:38:59 PM
Did you guys ever get around to supporting the s9k miner?

S9k, S9se, S9hydro are not supported (it doesn't work, different control board).

Currently only supported:
Bitmain Antminer S9, S9j, S9i; S17, S17pro, S17+, S17e; T17, T17+, T17e.

Development pipeline:
MicroBT Whatsminer M20s.
Bitmain Antminer S19 family.



Copying the profiles isn't needed, all the power limit profiles get saved in the same file, and are not set in stone either, it can change over time later.

Just switch the power limit value, like this:


0 7 * * * sed -i 's/psu_power_limit = 1400/psu_power_limit = 900/' /etc/bosminer.toml && /etc/init.d/bosminer restart
0 19 * * * sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart


There is no need to restart cron, changes made to System > Scheduled Tasks take place immediately.

Also be sure to not delete the existing two lines as they are used to check for updates, you have to ADD the new lines.


And if I only want to run the low power task 900W? what will be the command?
I would run the high profile by hand.

The same command, use ssh or the bos-toolbox:

bos-toolbox command -o -p YourPassWord iplist.txt "sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart"
ssh root@ip.ad.re.ss "sed -i 's/psu_power_limit = 900/psu_power_limit = 1400/' /etc/bosminer.toml && /etc/init.d/bosminer restart"
949  Bitcoin / Bitcoin Discussion / Re: So, you want to get sued by a scammer? on: July 11, 2021, 03:11:11 PM
Maybe we can get Bukele to engage their judicial system issue an extradition warrant against this impersonator, see how he likes having a red interpol flag (Yes, States can do that, screw you Craig).

With zero proof, cyber bullying people world wide, basically stealing, or trying to steal from the entire world. He should also be declared persona non-grata and banned entry in other countries, and with the red flag he would be arrested immediately for extradition, the way he deserves. He would love sharing a cell with the maras...

The fundamental reason would be: there is this person threatening to destroy the national currency. El Salvador has all the rights to demand extradition for trial of this fraud. This is not a British coin, so its not their problem.

In parallel, please do provide alternative sources to keep the project going. A .onion address for example...

The world will never let this guy destroy Bitcoin.
950  Local / Hardware y Minería / Re: Como montar un Rack de minería con energía solar on: July 08, 2021, 05:11:23 PM
Entre mas sean mas se complica, es un arte de balance. Yo diría que mayor voltaje permite mas flexibilidad ya que como las pilas se conectan en paralelo o en serie para aumentar el voltaje por ejemplo o el amperaje, y con mas voltios se pueden bajar dichos amperios. Ya que por ejemplo conectar varios paneles de 12v en paralelo tendrían un amperaje demasiado alto para los cables, entonces toca ponerlos en serie para subir el voltaje y reducir esos amperios y entregar un voltaje según la capacidad del (los) inversor(es).

Y pues si el panel es 400W, 12V, hablamos de 34A pero a 24V los mismos 400W son 17A. Y si son 2 hay que duplicar los amperios o el voltaje...
951  Local / Hardware y Minería / Re: Minero en solitario resuelve un bloque de Bitcoin on: July 08, 2021, 04:58:54 PM
A pesar de haber leído la información de la página del pool (https[colon]//solo[dot]ckpool[dot]org/), y sin entrar a juzgar la bondad del pool en sí, no acabo de estar exactamente seguro de la ventaja que habrá obtenido la persona que logró minar el bloque, en relación a hacerlo en solitario, máxime cuando la recompensa se da a quien logra minar el bloque en sí en el pool (no se distribuye).

La web cita sus ventajas como:
Quote
Advantages over regular solo mining:
Mining at solo[dot]ckpool[dot]org avoids the overheads of running a full bitcoin node that requires both great storage and bandwidth for optimal performance.
Solo[dot]ckpool[dot]org is extensively connected to high speed low latency bitcoin nodes for rapid block change notification and propagation.
Unlike regular pools, ckpool never mines transaction-free blocks due to its ultra-scaleable code which has miners on both new blocks and transactions concurrently.
La recompensa para el ganador es del 98% de la recompensa del bloque.

Q) ¿Se entiende que sacrifica un 2% potencial de recompensa para poder acceder a una topología que, software mediante, reduce su necesidad de recursos locales (almacenaje y ancho de banda)?

Pues eso, la idea es que el pool está mejor conectado y reduce el riesgo de huérfanos (otro propagando el mismo resultado antes que tu). Además tu aporte contribuye al creador de cgminer.

Montar un nodo no es trivial, especialmente en un país con limitaciones de internet, y es preferible ese pool mantenido por la comunidad que uno Chino mantenido por cierto fabricante...
952  Local / Español (Spanish) / Re: Michael Saylor " bitcoin es clave para enfrentar la crisis de Venezuela on: July 08, 2021, 04:33:11 PM
No hace falta que lo filtren ellos, un descuido de seguridad informática es todo lo necesario y esos datos irán a parar a las redes "oscuras". Es el mismo argumento contra el KYC/AML de toda la vida. En eso Venezuela no es especial, tal vez es peor, pero no es nuevo.

Para salir de esa trampa hay que ganar en bitcoin y pagar en bitcoin, cero exchanges, de cartera a cartera ese es el verdadero p2p, persona a persona sin intermediarios.

Queríamos bitcoin y lo que nos dieron fue petro...
953  Local / Español (Spanish) / Re: Una de Maximalistas Tóxicos on: July 08, 2021, 04:28:53 PM
No es "maximalismo", es educación.

Cuando la gente se educa y aprende las características de Bitcoin, que lo que le dan valor, eso no los hace "maxis", los hace gente informada. Que al descubrir que los otros proyectos piensan que Bitcoin estás mal y que ellos lo hacen mejor, pero descubres que precisamente lo que ellos pensaba que esta mal es justamente lo que le da a Bitcoin su valor, pues lo natural es que no quieran nada con esos proyectos.

Por ejemplo, unos les aterra la deflación (por no conocer la Escuela Austríaca de Economía) y como piensan que eso es un "error" su proyecto es de emisión ilimitada, ej: ETH y DOGE. Por supuesto eso no es mas que reproducir los vicios del dinero fiat.

Y así mismo, varias altcoin han demostrado que un pequeño grupo puede revertir transacciones, o incluso cambiar las reglas de la noche a la mañana. De nuevo, buscan reproducir los vicios del fiat. Quieren es un fiat virtual, que esté igual de manipulado y centralizado por pocos.

Y así poco a poco vas investigando y te das cuenta que son las altcoin las que están haciéndolo mal, eso no es culpa de Bitcoin. Por ejemplo Litecoin no está tan mal porque no hizo tantos cambios, y sin embargo... Pero al menos tiene cadena de bloques propia, a diferencia de todos los token que parasitan a otros.

Mira que en en inglés dicen "shitcoins" por algo, es que se lo han ganado. Yo digo altcoins para no herir sentimientos, pero pienso igual no me interesa volver al fiat, no me interesa que un banco central las emita o que esté anclada a otra o que en lugar de cálculos matemáticos se haga a fuerza de acumulación o almacenamiento o cualquier otro invento, realmente si llega a tener mérito el futuro lo verá, pero de momento no sirven excepto para especular en los mercados donde una minoría de traders si que hacen agosto. ¿Pero guardar ahorros a largo plazo? Nunca.

Pero eso no es culpa de Bitcoin, ni es maximalista quien lo entiende, no exista tal cosa como la "toxicidad", lo que hay es mas bien representantes de los otros proyectos cuyas ideas "brillantes" sencillamente no lo son.

Una altcoin no sirve hasta que demuestre lo contrario. Bitcoin es la referencia, no ellos, no el fiat ni los bancos centrales ni los ricachones o corporaciones.


No olviden los que hablan de 21 millones que eso no es mas que una simplificación para los humanos. El bitcoin no existe unitariamente, lo único que existe es el satoshi, y no son 21 millones, son 21 millones POR 100 millones, son casi 2 100 000 000 000 000 de satoshis (un poco menos por razones históricas), y hace años gmaxwell me dijo que subirlo a 16 decimales es perfectamente posible luego, aunque ya en LN se manejan unos 12.

En este momento los precios pueden expresarse en satoshis. Las cifras con mucho mas pequeñas por ejemplo que la de la peor moneda del mundo la venezolana que cualquier bobada se expresa en "millones" (un dólar son 3 millones), y eso luego de eliminarle 8 ceros desde 2008. Hiperinflación como siempre, dinero creado y manipulado por unos pocos, todo lo opuesto a Bitcoin.

Bitcoin es independencia y liberarse de la tiranía de los Estados e instituciones financieras o grupos. Nunca mas otro bolivar (o petro). Nos llevaron a la miseria sencillamente porque no les alcanzó el presupuesto, esa es la triste verdad, mientras tengan ese poder de manipular el dinero a su antojo, lo abusarán.
954  Local / Español (Spanish) / Re: Legalizacion de mineria en Venezuela on: July 06, 2021, 05:01:42 PM
Es cierto que criptonoticias publicó eso hoy, pero no existe nada nuevo ni cambio alguno al respecto.
955  Economy / Speculation / Re: Will the next economic crisis in the world instead cause financial inflows into on: July 06, 2021, 01:54:05 PM
The ones flocking now will be in a better position, when/if such a crisis hits, its already too late.

Transitioning from the debt based economy to the savings based economy won't be overnight, and many things will change. No, you don't get in debt in invest fast and earn fast, you save first, then use those savings to invest. Slower, but safer. Read the Austrian school of economy to get an idea on how this works.

In addition, money that does not lose value overtime, doesn't need to go into banks, that becomes optional. So instead of being desperate to invest in whatever (which might fail) you will simply save it for when its really needed. You can kinda experiment this in some online/solo games where their fake money keeps the same purchasing power overtime (many MMOs actually have inflation so this doesn't apply to all).

The mindset of some people will have to change, at least in the countries that heavily promote getting in debt for things. Some cultures actually already practice saving before buy. So spend 20 years to buy your house, instead of getting in debt now and keep paying it for 40 years, that kind of thing.

Yes you can still do that, but its optional. Lending or getting in debt, but at least it cannot be done with fake money anymore as its done today with fiat, the so called credit expansion using money that does not exist anywhere. Especially when they give you the right to take out your money at anytime in spite of being lent to someone else; because fractional reserve is magic (legal ponzi scheme done by modern banks).
956  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 2% fee solo mining 258 blocks solved! on: July 06, 2021, 01:22:51 PM
Congratulations to whoever owns those 100TH. This was reported by a bitcoin news site in spanish: https://www.criptonoticias.com/mineria/minero-solitario-vence-toda-red-resuelve-bloque-bitcoin/ mentioning CK's tweet and talks about the pool. "Solitary miner wins over all the network and solves bitcoin block"

To think solving blocks in https://solo.ckpool.org would become world news Cheesy
957  Bitcoin / Bitcoin Discussion / Re: What happens to the coins after your death ? on: July 01, 2021, 02:49:36 PM
In most of the cases when the person dies, his crypto would become useless if his family member do not know about his keys.

I do not usually tell my password or keys to anyone and i know majority of the people don't do this. We are being taught to keep the keys safe.
No one think that one day he will die and in that case, his family won't be able to use those savings (bitcoin/crypto) if they don't know the keys.
Also people won't like to share keys with siblings or wife because they can misuse them . So what could be the solution to this  Huh

Yes, they will never be moved again. You could make a will or leave a letter somewhere with instructions how to locate the seed keys if you like. Do not use the word keys, what you handle is seed words not private keys, never directly manipulate those as they could be easily stolen.

The whole point of using seed phrases is that you can write them with your own hands into a piece of paper, this is VERY intentional. A real private key is simply too hard to copy by hand, the temptation to use copy/paste or any electronic medium (including qrcode) opens a door for thieves. So the point is when you make a new wallet, you are told to write by hand those seed words, this is the only thing you need to protect, and optionally leave to your family in case you pass away.

Nothing else is important. No hardware devices, no passwords, no phones, only the seed words, this is how important those are, do not neglect them as they are your wallet, protect them and do not let them be captured by electronic devices of any kind. Incidentally that is also a cold wallet if you delete it from your device, that piece of paper with words written by hand, is the real cold wallet, not unplugged $100 gadgets, those have another purpose: Secure your HOT wallet.
958  Bitcoin / Mining software (miners) / Re: Braiins OS & Braiins OS+ custom ASIC firmware: optimize performance & efficiency on: July 01, 2021, 02:29:10 PM
Its best that you come to the Telegram support group for Braiins OS here: https://t.me/BraiinsOS

The default sd image lets you test it without installing, precisely to avoid this. If it doesn't work, you simply take out the card.
(Latest for S/T17 family): https://feeds.braiins-os.com/21.06.1/braiins-os_am2-s17_sd_2021-06-29-0-0fdd2d77-21.06.1-plus.img
This version has a minor bugfix for the t17e, its otherwise identical to the earlier major release.

If you already installed to nand, but need to boot from sd instead, you have to edit the uEnv.txt file in the sd card and add the line:
sd_boot=yes

This is to ensure it boots Braiins OS+ from sd when its already installed into nand.

Also consider adding the line:
cfg_override=no

So that it does not import the network configuration from the currently installed firmware, especially useful when it has a static IP and you would prefer it to have Dynamic IP when doing a reset.
959  Other / Politics & Society / Re: Are you worried about the delta virus variant? on: June 24, 2021, 02:59:33 AM
Gamma (Brazil) is 140% more transmissible and is responsible for many deaths here, and people who survived the early variant had it worse when they were hit by gamma.

Some people are simply not affected but many people will. Since the very beginning it was known 1 out of 4 died and 1 out of 4 did not even had symptoms, with about half having it bad and needing medical care even remaining with aftermath difficulties.

Its not good, and even vaccinated people can spread it to non vaccinated people, people should keep their distance and masks and avoid going out unless necessary, else the virus will never stop and keep mutating and returning to kick them back again.

I'm telling you there is people here who had the early variant, survived, and then gamma killed them. It seems that Delta and Kappa (India) are doing the same.
960  Other / Politics & Society / Re: Bitcoin Adoption will bring positive change for the people of El Salvador on: June 23, 2021, 09:50:41 PM
At the same time China is kicking out the large miners, talk about good timing. Those miners might even finance the building of more geothermal power plants for the country.
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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!