Search content
Sort by

Showing 20 of 256 results by minor-transgression
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 05/08/2025, 15:07:01 UTC
Eventually everything ran. Maybe there was a bug that disappeared once sqlite3 got installed.
What worked for me :
run the arqmad daemon with the public IP and port 19999 as a service node
run the arqma-storage daemon with the machine's local network address
Open up the local arqma wallet
With all this synchronised, begin the staking by typing :
prepare_registration
into the terminal running the arqmad daemon.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hard fork to 8.0.0 in maybe three days.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It is far from clear what the capability of the storage server is, how 'data' is entered,
and how data is retrieved and by whom.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 03/08/2025, 19:45:47 UTC
In the Announcement, it was mentioned that the storage server includes a database.
From what I have read, and before getting a storage server set up, it would be a really good idea
to install and run the sqlite3 database server/client. I can tell you that arqma-storage-server does not
complain during its installation should sqlite3 be absent from the installed system.
And some hints on what to look for if error messages appear when first attempting to run.
For instance if you see this message :
[2025-08-03 20:27:53.534] [info] [ServiceNode] Requesting initial swarm state
~Database
Exception caught in main: bind: Cannot assign requested address
or this message if the machine's address on the local network is given :
./arqma-storage 192.168.0.1 19999 --arqmad-rpc-port 19994
[2025-08-03 20:31:58.911] [info] [ServiceNode] Requesting initial swarm state
[2025-08-03 20:31:58.916] [info] [operator()] Successfully pinged Arqmad
[2025-08-03 20:31:58.946] [error] [operator()] Failed to contact bootstrap node 62.171.181.142
[2025-08-03 20:31:59.086] [critical] [parse_swarm_update] Bad arqmad rpc response: invalid json fields
[2025-08-03 20:31:59.086] [error] [operator()] Exception caught while bootstrapping from node1.arqma.com: Failed to parse swarm update
Trace/Debug information
[2025-08-03 20:41:25.732] [trace] [swarm_timer_tick] Swarm timer tick
[2025-08-03 20:41:25.732] [trace] [make_custom_arqmad_request] Making arqmad request, method: get_n_service_nodes
[2025-08-03 20:41:25.732] [trace] [make_custom_arqmad_request] Making arqmad request, method: storage_server_ping
[2025-08-03 20:41:25.732] [debug] [ping_peers_tick] Have not reached HF_16, skipping reachability test
[2025-08-03 20:41:25.732] [trace] [run] http server run
~Database
Exception caught in main: bind: Cannot assign requested address



Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 01/08/2025, 12:41:18 UTC
notes on current status : arqma release-v8.0.0
arqma-storage-server  release-v7.2.0
# storage server
Address given for public-ip is not public: 0.0.0.0
IMPORTANT: All service node operators are now required to run arqma storage server and
provide the public ip and port on which it can be accessed on the internet.
NOTE: You must use your public IP for the storage server IP address:
$ExecStart=/home/arqma/arqma-storage-server/binaries/arqma-storage <public IP> <public port> --arqmad-rpc-port 19994

# Service node
./arqmad --service-node --sn-ip 0.0.0.0 --ss-port 19999
You can change the 0.0.0.0 IP numbers to those of your hardware the node is run on. (alternative to 19999 if needed, use 19997)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 30/07/2025, 21:14:40 UTC
Summary of today's telegram posts:
https://github.com/arqma/arqma/releases
Arqma Cipherstorm Vault v8.0.0 Latest
Release includes Arqnet SN<->SN comms at separate port using ZMQ
Ports used in this release:
19993 p2p
19994 rpc
19995 zmq
19996 SN listener
Hardfork at block 1760751
All users need to upgrade
GUI include more details in ServiceNode tab + some fixes and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release includes Arqnet SN<->SN comms at separate port than rpc using ZMQ
Next fork in 7.0 days
Ports used in this release
19993 p2p ; 19994 rpc ; 19995 zmq ; 19996 SN listener
GUI wallet includes more details in Servicenode tab, auto wallet close feature
+ some fixes and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling v8.0.0 : debian/trixie : requires libunbound-dev libzmq3-dev nettle-dev
Post
Topic
Board Bitcoin Discussion
Merits 6 from 2 users
Re: The PATRIOT Act comes to cryptocurrency
by
minor-transgression
on 24/10/2023, 06:35:23 UTC
⭐ Merited by o_e_l_e_o (4) ,nutildah (2)
I'll misquote Greg Carlin "Think of how brainwashed the average person is, and then realise that half the population are more brainwashed than that."

If that half of the population got a text message letting them know they could watch themselves being auctioned online, they'd be over the moon if they fetched a higher price than the guy (or gal) before or after. 

They'd be texting their mates to let them know their good news.

After that they'd be only too happy to have their number tattooed across their forehead, and demand the the Government provide the service for cheap.
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
minor-transgression
on 14/03/2023, 12:46:16 UTC
I've installed pywallet on Debian bookworm
You may need to do this :

attempting to install python-dev causes lots of problems

install build-essential python2-dev python-bsddb3

edit #!/usr/bin/env python to #!/usr/bin/env python3

$ pywallet needs 'bsddb' package to run, please install it

install python3-bsddb3

$ ./pywallet.py --version
./pywallet.py:22: UserWarning: Python 3 support is still experimental, you may encounter bugs
version says pywallet.py 1.1 or is it 22?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 20/02/2023, 14:15:33 UTC
I've been following ARQ on Telegram, and had a look at Tradeogre to see if I could find some background before attempting a trade there.
The thought came to mind that if most of the trades take place there, that then becomes a possible single point of failure.
I had a look at bisq but it looks like ARQ has never traded there.

I'll be interested to hear if anyone has any thoughts on Tradeogre and the people behind it, and I'll probably try a few small trades and see how they go.

In the style of putting some money where my mouth is, I'll put up a couple of trades on bisq to see how that goes.

Sooner or later, ARQ will need some wider access to trading.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 05/02/2023, 12:26:56 UTC
I had a look at the https://arqma.com/ and the trade advice.
Citex - are they still doing arq?
Tradeogre : to buy = 0.00000058BTC
CREX24 : not allowed?
Bisq : who knows?? 0.000001btc? 

https://www.coingecko.com/en/coins/arqma : 24 hr $0.01148195 / $0.01405379 0.00000056btc

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 05/02/2023, 11:43:41 UTC
WOW!
You finally got there.

I'll have to see what the market for the coins is like.

The new bad news is that the USA is asking for trade information on all digital assets.
I do not think that will fly but they may have no alternatives if they want to crush alt currencies.

And Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 08/08/2021, 07:41:38 UTC
Service nodes testnet incoming!


I'm thinking of setting up maybe a Raspberry PI with four hours of battery backup.
An outline specification of hardware and other things needed would be useful.
That may have been discussed in the chat, but I don't follow that.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 01/06/2021, 08:28:47 UTC
This is something else that the Project will need to think about : Management.

I suggest you have a look a BISQ's management.
I'm not suggesting that you adopt it, but you need to think about Management.

BTW, I have no investment in BISQ or Tether or Binance.

I'll mention that I would have invested in the BARQ Presale but something went wrong.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 01/06/2021, 08:24:12 UTC
This is about finance and trading. Bear in mind that the banks can conjure dollars out of thin air. This is why I see Tether as a threat to bitcoin.

The world is awash with money, but fewer and fewer people are getting it in their hands. Tether's market cap is $42Bn, so where did that money come from? and why?

https://crypto-anonymous-2021.medium.com/the-bit-short-inside-cryptos-doomsday-machine-f8dcf78a64d3
“Me: HOLY $#!@”
“Since illiquid markets repel crooks, the illiquid startup ecosystem turns out to be largely (though not completely!) free from crooks. That’s part of what makes it such a pleasure to work in, but it also means that the community has never developed a great collective radar for fraud: it hasn’t needed one.”
“I believe the startup community is about to have its fraud radar recalibrated. That recalibration — and the exorbitant fee the market will charge for it — will be mandatory for anyone who holds a meaningful amount of crypto.”
“My guess is that maintaining the Tether peg on Kraken represents the single biggest ongoing capital expense of this entire fraud. If the crooks can’t scrape together enough USD to prop up the Tether peg on Kraken, then it’s game over, and the whole shambles collapses. And that makes it the fraud’s weak point.”

The latest data says that Tether has the finance it needs to balance its books. In some ways that is more worrying than if they had found fraud.
What I am saying is that when ARQ succeeds this is one of the problems it will face
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 01/06/2021, 08:13:43 UTC
This is going to seem a bit random, but I'm hearing about this more often, and the reasons for this are nothing to do with crypto. Just adding some colour to the picture.

https://toresaid.com/fullepisode.cshtml?epid=810

/quote
1h1m25s      us to tumble, we're the only one left standing. And for some reason, the selected administration, by the corporations that are making bank on this are like, Don't worry, we got this, We're shutting up. Anybody who refuses to fall in line, we got the New York Times emailing people, we
1h1m43s      will cancel them so hard, the banks will cancel you because they're gonna lose a lot of money. If this doesn't fly through, they'll lose a lot of money. A lot of money. Now, I wanted to say something, I don't think I mentioned this. But for the past week, you know, having phone calls and everything's
1h2m4s      monitored, you know. And those that are around me know, I've had to call my bank more than three times a day to unlock my debit card. I'm not kidding you. Not only did they have to unlock my debit card, but when I call to unlock my debit card, the banking professional then block my other card, on my secondary
1h2m28s      checking account to it was the most insane thing. And I was at the airport at the gate complaining as to, you know, this is too crazy. Like I called my bank and said, What's going on? I call Tom block a card, and then you block the other one that wasn't even blocked. And when I called they were like the
1h2m46s      previous person said that the owner of the account said to block it, I was like, No, I didn't. That's scary, that there are people that are doing that. It is very scary. So they have to keep on blocking my things constantly. I'm not concerned about it, as long as the service meet over seiza. So it's a big
1h3m6s      deal. It is a very, very, very big deal. And this has been happening to me and you know, it's funny, I was traveling with counterpart right. And counterpart was getting on another flight. And, you know, when it was I went to, to pay for what was I getting? It was coffee, and it was blocked? Or
1h3m26s      no, no, it was the the magazine that I wanted to read. I was going to pay for it. It was blocked. I was like what the heck. And he was like, again, again, again, I call the bank. He's like, Oh, I'm sorry. Again, again. So we get to my, my gait while I'm on the phone. The other one is, and my counterpart
1h3m48s      clearly said, I told you, they're messing with you. They're gonna keep doing this. I told you, they're messing with you. They're gonna keep doing this. And guys, even without using it, they're constantly doing this. This is just how dangerous it is. The corporations have a lot to lose.
/unquote

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 31/05/2021, 20:32:38 UTC
Some thoughts on where this might go.

Some certainty of successful completion is needed. Can 10 people with 35 BNB each be found and willing to commit prior to Presale?
To do that, the Marketing and the Sales Pitch need to be in place.
Marketing is essentially the Story : What is unique, what has already been achieved, the near and long term goals
The sales pitch is the costs and the benefits. This has to be a bit harder, and tailored to the audience.
Would a Binance Visa card be attractive? Which crypto and currencies are favoured? Is the buyer buying for long term investment or short term speculation? Just a few questions.
Getting the Marketing right makes the sales pitch much easier, and there is less to do. Sometimes the product sells itself.
Getting the Marketing right helps select the delivery of the Sales Pitch, and maybe the selection of an influencer.

All this is lost though, if there is not enough support for the presale, and the people investing have to be prepared to stay in even if things go wrong.

All of the Marketing is assurance for the investors and to boost the activity once the sale opens.
It takes time to move money and signalling the way forward and the timing needs to be thought about.
A sale time of three weeks is probably the minimum to do the research, and to move money twice. I know crypto is supposed to be faster, but if the market is crashing, or rising rapidly, will people transfer? or wait?
While the end of the week/month is attractive, everybody wants that time. Mid week or mid month may be better for completion.

People with money are needed, otherwise it does not work; or the goals have to be lowered.

HTH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARQMA] ArQmA RandomARQ coin
by
minor-transgression
on 30/05/2021, 15:31:32 UTC
The 2021-05-30 Presale did not reach its first target. Less than 100 of the needed 350 BNB were proffered, resulting in a failed Presale and return of funds to the participants.

From here, it looks like the Developers relied too much on the code, and on chatroom enthusiasm.
The minimum target approximated to 3 Bitcoin, and although this is not a big ask in cryptoworld, ARQ's capitalisation is now $164K, and ranked 2122, so the launch intended to more than double the capitalisation of the ARQ extended codebase.

The Developers put their code and their roadmap on the table for everyone to research.
But with this new offering much more than ARQ has to go though due diligence.

Researchers have to look at Binance, the world's biggest crypto exchange that is itself rapidly evolving.
Will any of Binance's projects overshadow what ARQ is doing?
Is Binance entirely compatible from financial, and other perspectives, with the aims, objectives and goals of the ARQ team?
Are the legalities of the process proposed Binance - bARQ - ARQ and looked at world wide likely to run into problems?
If there are problems, are the Developers sufficiently resourced to manage the problems and to continue development?

Be in no doubt: these Developers propose something that is truly groundbreaking. With that comes huge risks.
They have built a better mousetrap. Will the world buy it?

As Mike Tyson said "Everyone has a plan until they get punched in the face"

Will the Developers be back, better prepared, I suspect we will soon see.
Post
Topic
Board Currency exchange
Re: 『LONG TERM SUPPLIER』Theresa bitcoins shop『zelle/PP/Skrill/WU/instantly BT 』
by
minor-transgression
on 26/04/2021, 17:34:15 UTC
Just a follow up. I contacted Theresa online, and the deal went through ok.
WYSIWYG.
Post
Topic
Board Currency exchange
Re: 『LONG TERM SUPPLIER』Theresa bitcoins shop『zelle/venmo/PP/WU/instantly BT 』
by
minor-transgression
on 15/03/2021, 20:29:14 UTC
you have a pm
Post
Topic
Board Economics
Re: Unrestricted Banking and Problem Banking
by
minor-transgression
on 12/08/2017, 20:22:52 UTC
War! - The Mother of All Perverse Incentives

If you've read my previous posts, you'll already know what I mean. If not,
the short explanation is this: Government deficits go directly into the bottom
line of the Private sector, big deficits = big profits; and nothing compares
to War when it comes to creating Government Deficit Spending.

This last week saw a couple of articles prompted this line of thought:
http://www.zerohedge.com/news/2017-08-09/productivity-growth-rebounds-q2-thanks-slump-unit-labor-cost-growth
"Annual average productivity change for 2016 revised to 0.1 percent decline from 0.2 percent increase, marking first annual decrease since 1982; productivity gains revised upward for 2014 and 2015 to 1 percent and 1.3 percent, respectively."

Exploring Palantir : https://www.youtube.com/watch?v=l0RPn9Ikh0A
It's long, and I'll leave it to the reader to decide how much to view.
A few take-aways : How much of the future can be predicted five years hence?;
Why is the CIA interested in Winners Lists and in Losers Lists? ;
Those who use AI vs Those that don't use AI - who wins?
Who uses anonymous chat rooms to train bots?

What's bothersome about this discussion is not so much the improved
forecasting, but the implicit power to influence events. This is, above
all else, the reason for the existence of Intelligence Agencies.
This isn't about will bitcoin will rise or fall? (BTW the answer is Yes!)

There is a bigger picture here. The ability to maximise the profitability
of War. And this will not go away quietly into the night. What's surprising
is that the economists aren't all over this like a rash. Something about
difficulties in understanding something when your job depends on not
understanding it ....

Which brings me back to my previous posts .... you'll figure it all out
..... eventually.  
Post
Topic
Board Economics
Re: Unrestricted Banking and Problem Banking
by
minor-transgression
on 23/07/2017, 20:33:35 UTC
Thanks BobK71, more on that below .....

It seems that my joke about the tomatoes was prescient

http://www.zerohedge.com/news/2017-07-22/pippa-malmgren-talks-bitcoin-refugee-crisis-and-plunge-protection-team
"The question is whose e-money. So everybody in government circles have been
watching the Indian experience because the prime minister stepped up to the
platform in early November and basically said we are going to move all of you,
a billion people, off paper money and onto electronic money, and we are going
to do it in three months. They did it, and they did it successfully."

Well, she would say that wouldn't she?

Failure is likely defined as "tanks in the streets" though that response is
so 1989 ....
Post
Topic
Board Economics
Re: A Chronology of Panics, Manias, Crashes and Collapses
by
minor-transgression
on 16/07/2017, 21:41:37 UTC
The story about Dionysius as I recall is that when pressed to repay the loans he had
acquired, he called all the Creditors to the Palace, and demanded that they bring
with them the exact amount of debt owed. He the overstamped the coinage with
a two on top of one, and twenty on top of ten. You could sell tickets to watch that :-)

The way things are shaping up in the War on Cash, my expectation is that this time
will be different. Recall that last time, it was possible to hoard cash in advance of
the panic. I suspect that somebody somewhere thinks that removing that lifebelt,
as in India, will somehow cushion the impact of the iceberg on the Titanic, and I
suppose that the exact opposite will be the case.