Bitcoin Forum
May 03, 2024, 08:59:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: Run.Lola.Run | Safe crypto haven | Crypto wallet & payment gateway on: December 29, 2022, 10:39:21 PM
send me invitation to pm pls
Hello. Check PM.

Lola news

The new API functions were added: list of transactions (wallet-transaction-list) and list of payments (payment-list).

So now user has full control his accounts and payments using API functions only.

Documentation of the new APIs is already available in the manuals: list of transactions and list of payments.
2  Economy / Service Announcements / Re: Run.Lola.Run | Safe crypto haven | Crypto wallet & payment gateway on: September 05, 2022, 04:42:56 PM
Lola news

API functions that shows currency pairs rates were added. The new functions allow get exchange rates and simple moving average (24h) both of all available currency pairs and specific pair. The new API errors also were added with the new functions.
3  Economy / Service Announcements / Re: Run.Lola.Run | Safe crypto haven | Crypto wallet & payment gateway on: August 03, 2022, 02:11:55 PM
Lola news

Since today Lola's users can also find the field "Key" in the information about Monero transfer transaction, in addition to such details as the transaction hash, the number of confirmations, the transfer amount and the receiving address.

The transaction key is available only to the sender (do not disclose it to anyone unless absolutely necessary). Knowing the key and the receiving address (the only one or one of the many transaction outputs)  makes available view the amount that will be receiving (or has already received) by the address of the transaction in the Monero blockchain.

This information can be useful to a sender in controversial situations, for example, if a receivier denies receiving funds and refers to the fact that it is impossible to prove receipt due to the opacity of Monero transactions.
4  Economy / Service Announcements / Re: Run.Lola.Run | Safe crypto haven | Crypto wallet & payment gateway on: May 26, 2022, 05:26:24 AM
Long text about Lola. The text explains the main differences between Run.Lola.Run and other crypto wallets and crypto gateways.
5  Economy / Service Announcements / Run.Lola.Run | Safe crypto haven | Crypto wallet & payment gateway on: May 23, 2022, 04:36:55 AM
Crypto wallet and crypto payment gateway Run.Lola.Run. NO KYC/AML. NO chain analysis. NO verification. Lola doesn't need your privacy data, Lola needs your money!

Lola doesn't work with crypto exchanges, banks etc, Lola disdains them and other "fashion" trends of the modern crypto projects. Lola exists on the Internet exclusively. This position is described in details in the User Agreement.

Web #1: https://run.lola.run
Web #2: https://run.l00.la
Tor: onion v3

Lola supports 6 cryptocurrencies now: Bitcoin, Litecoin, Dash, Monero, ZCash (t- and z-address) and Bitcoin Cash. Lola doesn't stop working on expanding the list of cryptocurrencies.

Lola wants your money, but Lola is not greedy. 0.3% fee for transfers to external addresses and 0.0% for internal transfers and incoming transactions. Min payouts are 0.00005 for BTC and 0.001 for altcoins.

Lola has APIs for receiving and transfer cryptocurrencies, APIs for receiving payments etc. Lola is constantly expanding the list of APIs. API docs: https://docs.lola.run/en/apiv1.

Contacts and support
E-mail: run@lola.run
Jabber/XMPP #1: lola@jidhad.biz (OTR & PGP)
Jabber/XMPP #2: lola@wallstreetjabber.biz (OMEMO & PGP)
Telegram: @l0_ola
Telegram channel: @l0larun

P.S. Lola will be glad to cooperate with everyone, and also sends a special invitation to novice online services and shops. Lola will help with the software integration.
6  Other / Politics & Society / Re: Blacklist of exchangers that steal funds because it is from "d*rknet" on: September 23, 2021, 03:50:58 PM
centralized = can steal your precious, what ever the excuse...

decentralized = your keys, your coins...

how could people learn if they always forget?
Sometimes I need to transfer btc to bank account/card, payment system account etc, it is impossible doing without exchangers like i mean. Crypto may have decentralized exchangers, but BTC to PayPal, BTC to bank, bank to BTC etc can't be decentralized
7  Other / Politics & Society / Blacklist of exchangers that steal funds because it is from "d*rknet" on: September 23, 2021, 03:42:24 PM
First of all, I mean not exchangers like Binance, Kraken, Poloniex etc, I mean non-market exchangers like in this (_ttps://www.bestchange.com) and wallets with internal swap like Atomic Wallet and many others.

After US law about KYC/AML was adopted a lot of exchangers accepted the rules (because they work with market exchangers like Binance). And some of they block exchanging, steal funds and don't make a refund, they pretend allegedly a crypto transaction is from "darknet", but they don't even tell what method/system they use to detect the "dirt".

It is unnormal because they may block every exchange they want without any problems. If they want to get ur funds it is enough to say that transaction is dirty and it is not necessary to give any proofs.

So I offer create a blacklist of non-market exchangers that steal your money without any reason.
8  Bitcoin / Bitcoin Technical Support / Re: Way to understanding that transaction has been canceled in Bitcoin Core on: March 04, 2021, 03:12:00 AM
If you want to cancel a transaction from Bitcoin core there is a way to remove those unconfirmed transactions but I don't know if it will work if it still on the mempool.
Anyway, you can try it and once it's successful you can able to make a new transaction.

Since the -zapwallettxes was removed on the latest version of Bitcoin core you can try this method below.

- Open Bitcoin core
- Go to window>console
- Now type this command

Code:
abandontransaction "YourTXID"

Once it's done you can able to respent or make a new transaction.

Or if you are running with Bitcoin-cli(Without GUI)then the command must be this

Code:
bitcoin-cli abandontransaction "YourTXID"
thanks a lot, funds was back to the wallet. So now it is necessary to create a new transaction with the same inputs of the failed transaction, I think right?
9  Bitcoin / Bitcoin Technical Support / Way to understanding that transaction has been canceled in Bitcoin Core on: March 04, 2021, 12:33:07 AM
I have sent a transaction with fee 1 sat/byte at the 02/03/21, it was not shown in the mempool for a long time and about 2-3 weeks ago blockchain explorers (blockchair, atomic etc) were found it. And it was not confirmed in the February of course. So some days ago the transaction has disappeared from blockchain explorers again, but my Bitcoin core is still trying resubmit it.

Code:
2021-03-04T00:07:26Z [default wallet] Submitting wtx 791XXXXXXXXXXXXXXXXXXXXXXXXXXXXx2a to mempool for relay
2021-03-04T00:07:26Z [default wallet] ResendWalletTransactions: resubmit 1 unconfirmed transactions

Today I have checked addresses that sent btc in the transaction and the addresses have funds they have before the transaction. I have check addresses from blockchain explorers, in Bitcoin Core I can only ask getreceivedbyaddress.

So, I don't understand is my transaction was canceled and  what is balance Bitcoin Core show now, with the transaction funds or without?

Is it possible to cancel transaction in Bitcoin Core (Linux, without GUI)?
10  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: December 11, 2020, 03:40:17 PM
The line you have drawn is already broken if the last red candle is closed now ?

it was 1day timeframe chart, and support line is still not broken (4h timeframe)


What do you think about electoral votes at December 14, if Trump will be elected may it be a reason to fall down?
11  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: December 11, 2020, 08:56:29 AM
I'm newbie in TA. What do you think will this support level be broken down in the December?
12  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: December 08, 2020, 10:02:06 PM
Looking at the markets right now, either this or something else caused/contributed to the big downtrend.

Dump it!

Big downtrend? LOL.



Dump it?

Dump your fiat.

I'm not a experienced expert of TA, but to my mind btc is still in uptrend and it is still in the triangle
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!