Clarification of "Double paid"
No extra funds where sent than was raised.
- hours used on one issue where attributed to unlocking 1 milestone.
- the same issue is then included in another payout request.
This is an occurance of being "double paid"
ultraswap.finance | |
moleswap.xyz | |
crow.exchange | |
crowswap.io | |
crowswap.exchange | |
zeroslip.finance | |
clockswap.io | |
crowswap.com is not a clone of the above. but it looks suspicious (?) |
at, Jun 14, 2025, 12:00:33 - plowsof: napoly you realise that this person leaving AI slop issues on your repo has a net negative on your project? https://github.com/orgs/btcpay-monero/discussions/31 | |
Sat, Jun 14, 2025, 12:00:55 - plowsof: i noticed you gave it a heart | |
Sat, Jun 14, 2025, 12:02:26 - plowsof: now lets figure out how to make sure that wallet rpc is ready to receive/respond to messages (quite important) https://github.com/btcpay-monero/btcpayserver-monero-plugin/issues/14 | |
Sat, Jun 14, 2025, 12:25:30 - ofrnxmr: <@plowsof:matrix.org "now lets figure out how to make ..."> Interesting | |
Sat, Jun 14, 2025, 12:26:03 - ofrnxmr: also, are the monero libs managed by btcpayserver? they are outdated | |
Sat, Jun 14, 2025, 13:29:20 - plowsof: if the rpc wallet run time args for these tests are here - https://github.com/btcpay-monero/btcpayserver-monero-plugin/blob/e9ecf24f96ca2a5fbbf06c9c6225d84663ef070b/BTCPayServer.Plugins.IntegrationTests/docker-compose.yml#L105 | |
Sat, Jun 14, 2025, 13:33:10 - plowsof: it appea |
#!/bin/bash | |
#run this script first then: | |
# wallet rpc ran with commands (deleting the cache first): | |
#rm wallet_with_height_0 | |
#./monero-wallet-rpc --wallet-file wallet_with_height_0 --password "" --disable-rpc-login --rpc-bind-port 18084 --daemon-address node3.monerodevs.org:18089 --no-initial-sync --log-level 1 --trusted-daemon | |
#to just get_height and ignore the setup/start background sync , remove line 62, comment out 51 and uncomment 50 | |
RPC_PORT=18084 |
#!/bin/bash | |
# Generate the tuple containing required debs '"download path" "filename" "md5sum"' | |
parse_apt_uris() { | |
local packagelist=$2 | |
local formatted_strings=() | |
local tuple_name=$1 | |
# Multi line comment https://stackoverflow.com/a/43158193 | |
#: ' | |
apt-get update >/dev/null 2>&1 |
2024 Contributor Rankings: | |
---------------------------------------------------- | |
RANK AUTHOR XMR USD* | |
---------------------------------------------------- | |
1 j-berman 798.00 $125,954.20 | |
2 selsta 551.00 $83,716.59 | |
3 jeffro256 512.00 $77,091.74 | |
4 hinto 481.20 $71,404.22 | |
5 boog900 410.00 $67,530.44 | |
6 tobtoht 356.80 $56,383.40 |
#!/bin/bash | |
QT_VERSION=$1 | |
# List of Qt repositories | |
REPOS=( | |
"qtbase" | |
"qtdeclarative" | |
"qtgraphicaleffects" | |
"qtimageformats" |
'http://archive.ubuntu.com/ubuntu/pool/main/g/gdbm/libgdbm3_1.8.3-13.1_amd64.deb' libgdbm3_1.8.3-13.1_amd64.deb 16926 MD5Sum:b2001800d7c61d4b0b12b077a0af2b5a | |
'http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-4_amd64.deb' libffi6_3.2.1-4_amd64.deb 17838 MD5Sum:b1ae23f2be1e7d0c86ea505982b6b5ab | |
'http://archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0_2.48.2-0ubuntu4.8_amd64.deb' libglib2.0-0_2.48.2-0ubuntu4.8_amd64.deb 1120198 MD5Sum:b72e82a8e092af24b56932824e6c8833 | |
'http://archive.ubuntu.com/ubuntu/pool/main/libx/libxau/libxau6_1.0.8-1_amd64.deb' libxau6_1%3a1.0.8-1_amd64.deb 8376 MD5Sum:af209429d197827db35c09cd232037c1 | |
'http://archive.ubuntu.com/ubuntu/pool/main/libx/libxdmcp/libxdmcp6_1.1.2-1.1_amd64.deb' libxdmcp6_1%3a1.1.2-1.1_amd64.deb 11018 MD5Sum:18b73febf5dcdcea0b2fe2b145be5388 | |
'http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb1_1.11.1-1ubuntu1_amd64.deb' libxcb1_1.11.1-1ubuntu1_amd64.deb 40006 MD5Sum:7bbe1f1568c088c9ec34127fdcb6ed30 | |
'http://archive.ubuntu.com/u |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
i run these nodes. they suffer from connctivity issues sadly. | |
plowsof3t5hogddwabaeiyrno25efmzfxyro2vligremt7sxpsclfaid.onion | |
plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion | |
plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion | |
=== monero info === |
import asyncio | |
import logging | |
from nio import ( | |
AsyncClient, RoomMessageText, RoomCreateResponse, RoomCreateError, | |
LoginResponse, RoomPreset, RoomVisibility | |
) | |
import aiosqlite | |
from datetime import datetime | |
# Set up logging |