Search content
Sort by

Showing 20 of 560 results by osoverflow
Post
Topic
Board Mexico
Topic OP
Mapa de lugares que aceptan bitcoin / altcoins
by
osoverflow
on 28/11/2021, 18:44:03 UTC
Hola!


Que apps o sitios utilizan para buscar lugares que acepten bitcoin cerca de su ubicacion?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 28/05/2019, 17:48:34 UTC
Got some CLAMS stuck after withdrawal, contacted Poloniex support. How long does it take to solve this? I know that this is common issue, I wonder how much time do they need to "recover" my coins. Thanks.

Last time I tried with clams on polo it took me about 6 hours to receive the coins.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 28/05/2019, 15:38:49 UTC
Lol. Clams up ~100% from the standard low point yesterday already. This is nonsense. I was waiting for it to drop more to buy but yeah, lol that at this point.

If there was nothing wrong with the coin other and the price per coin dropped dearly I take a very small amount and risk in catching a good discount like this one.

discount some months ago when it was at 2 usd per coin, right now is very expensive for me
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 27/05/2019, 16:32:49 UTC
Lol, what is good in this pump and dump coin?

It's just had -70% dump within hours, and it was artificially propped up by mega walls for months now. I don't know, who really took a bait to participate in this obvious pnd.

60K satoshis is ... 60K satoshi too much for it.

It's essentially worthless, is there any development, anything that it is used for apart from margin trading on poloniex?

Even chain is from time to time stuck, and client is barely usable.

No development since 2 years or more in the github, no real use, only pump&dump, but nice pump indeed!
Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Bitcoin Full node and LN into RPi 3
by
osoverflow
on 20/05/2019, 21:53:01 UTC
⭐ Merited by bones261 (2)
Why don't you sync with the chain on your PC? The processing power of Pi restricts the speed of sync and this might be also a workaround for your problem.

I want to test all the process in a weak environment to tune it Smiley

Some thoughts:

The question becomes then how weak an environment do you want?

You are using an external drive, but you can get 512GB good fast name brand SD cards for ~$125 USD (Samsung / Sandisk / PNY) you can get off brand ones that are still OK for less. But their performance sucks.

You are using an external drive, which is good. BUT are you using a 5400 RPM or a 7200 RPM or a SSD?

Setting up the swap space and configuring node are going to be ALMOST the same process, BUT not 100% the same. You are going to get different answers in what is going to get you the best way to do it depending on what else you have. With a good fast SD & SSD you can use more swap with a smaller performance hit to other I/O  operations then with a generic slow SD and 5400 RPM drive.

And don't get me started on USB -> SATA adapter quality & speed.

-Dave


For me the task is to use a single PI for multiple tasks. I have a RPi3 with Kodi, and bought an external 7200rpm 8TB disk and connected to it to store my media, and also to serve as a NAS for my home. And I was wondering if it could serve for bitcoin and lightning node, just after I got my new internet connection.

It happens that it can!

I only created the swap file, and started bitcoind with optimized parameters, and it is syncing, very slow, but advancing.

I'm not in hurry for it to finish, but when it finish, I think in couple weeks, I will setup the lightning node there.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 16/05/2019, 19:18:29 UTC
As usual new highs will lead to new digging. Will be interesting to see how this cycle plays out.

Really interesting! A coin with no real use, that is only traded in a single exchange that has raised in price a lot in the last months, should crash very hard, or has something under the sleeve.

And if something like this can raise that big, then other alts with more "value" will raise a lot too!
Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Full node and LN into RPi 3
by
osoverflow
on 14/05/2019, 21:07:32 UTC
Why don't you sync with the chain on your PC? The processing power of Pi restricts the speed of sync and this might be also a workaround for your problem.

I want to test all the process in a weak environment to tune it Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 13/05/2019, 22:08:55 UTC
It realy sucks how long it takes to sync the client  Angry

To make it faster just stop clamd, run it with -connect=theaddressofoneknownnode and wait until it is synced, then, stop it again, and run normally

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 13/05/2019, 16:16:36 UTC
Can the dev help to ad clamcoin unlike shapeshift they don't have KYC   https://twitter.com/SimpleSwap_io/status/1103421887642849282

Check out FreeBitcoins.com/swap.

I own it.


Max CLAM Deposit 1.32863171 this is sort of pointless. Now stuck with clams and nowhere to trade, cryptopia has no volume


poloniex has it, no?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 11/05/2019, 04:47:33 UTC
Woah! Why sudden spike in CLAM price??  Shocked

I heard that it is going to have a new version of the code. Maybe they are going to get the first PoS coin compatible with Lightning Network.
Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Full node and LN into RPi 3
by
osoverflow
on 10/05/2019, 16:02:01 UTC
Did you add enough swap space? this can cause the RPI to crash.

To add a 1gb swap file, in /swapfile:

Code:
sudo dd if=/dev/zero of=/swapfile bs=1024M count=1000
sudo mkswap /swapfile
sudo swapon /swapfile



Good catch! I will create it. I also read about enabling zram, to compress ram, but my linux version (Libre Elec) has no support for that.
Post
Topic
Board Bitcoin Technical Support
Merits 3 from 2 users
Topic OP
Bitcoin Full node and LN into RPi 3
by
osoverflow
on 10/05/2019, 13:02:57 UTC
⭐ Merited by bones261 (2) ,ETFbitcoin (1)
HI! I'm trying to run bitcoind in a full node way into a RPi3.

I mounted an external disk with enough space, and started the bitcoind service, but after a day syncing the chain, everything crashed, I suppose is because a global out of memory problem.

This is my bitcoin.conf file, do you know how to run the process with low memory consumption?
Code:
server=1
listen=1
daemon=1
txindex=1
dbcache=100
logips=1
maxconnections=40
maxuploadtarget=5000
maxorphantx=10
maxmempool=50
upnp=1
rest=1
walletrbf=1
usehd=1
zmqpubhashblock=tcp://127.0.0.1:29000
zmqpubhashtx=tcp://127.0.0.1:29000
zmqpubrawblock=tcp://127.0.0.1:29000
zmqpubrawtx=tcp://127.0.0.1:29000
Post
Topic
Board Servicios
Re: Tether y Bitfinex, que esta pasando?
by
osoverflow
on 02/05/2019, 19:26:02 UTC
Bueno, tambien puede ser mucho FUD. Recuerden que el theter es un stablecoin, y ahora que hay muchos banksters que estan sacando sus stablecoins quieren tirar a la mas fuerte que existe de momento.

NO me extrañaria ver que empieza a haber mucho fud tambien sobre TUSD o USDC.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
osoverflow
on 02/05/2019, 19:01:02 UTC
man i gave up afer ~19 days , trying to sync (2kb/s),
but even with the bootstrap its painfully slow at 3kb/s (import ~3000 0000 0000 kb ...)
and  thats not all,
i gave up because biggest thing which sucks very hard is that client stops after a random amount of time to work(import/load)

i have enough, i accepted 3/kb/s , but 50mb per day - screw this. :-(
maybe fix this client , others crypto coin chains load up to 1 GB per hour (with less connections)

An easy way to sync fast clam is to connect to only one peer while syncing, and after that, let it connect to all the peers it wants. Find a synced peer like a block explorer public node, and connect to it.
Post
Topic
Board Альтернативные криптовалюты
Re: Что держит Вас на рынке криптовалю сейчас
by
osoverflow
on 06/03/2019, 11:56:34 UTC
Лично я наблюдаю за курсом полученных за баунти монет, ожидая пампа каких-либо из них. Ну и в баунти участвовать продолжаю, чем черт не шутит, может ещё и нальет.
Post
Topic
Board Альтернативные криптовалюты
Re: Зарплаты в криптовалюте
by
osoverflow
on 06/03/2019, 11:55:13 UTC
Идея очень странная. Если ты так веришь в крипту - получи зарплату и покупай сколько хочешь. А вот твой работодатель как будет налог рассчитывать для отчётности? Их-то в крипте платить нельзя.
Post
Topic
Board Новички
Re: Крипто валюта или банк?
by
osoverflow
on 06/03/2019, 11:53:06 UTC
В любом инвестиционной портфеле должны быть как рисовые, так и консервативные инвестиции. Поэ ому в идеале сочетать и банковские вклады и небольшие инвестиции  в крипту.
Post
Topic
Board Альтернативные криптовалюты
Re: Инвестиции в молодые перспективные крип&#
by
osoverflow
on 06/03/2019, 11:51:16 UTC
За весь 2018 год рост показывали исключительно альты. Конечно, далеко не все альты памптлись, но такое бывало, а вот топовые монеты все без исключения падали.
Post
Topic
Board Альтернативные криптовалюты
Re: Кто из личностей влияет на рынок?
by
osoverflow
on 01/03/2019, 13:55:05 UTC
Сейчас, как мне кажется, особого влияния на рынок не оказывает никто из публичных персон. Во время хайпа 2017го, когда очень многие пристально следили за каждым словом, это работало, но сейчас ажиотаж сильно спал.
Post
Topic
Board Альтернативные криптовалюты
Re: Имеет ли смысл каждый день следить за рынк
by
osoverflow
on 01/03/2019, 13:53:23 UTC
Если в вашем портфеле много альтов, то мониторить рынок нужно каждый день. Часто случаются краткосрочные пампы, и их желательно не пропускать.