Search content
Sort by

Showing 8 of 8 results by richerandprettier
Post
Topic
Board Mining
Bitcoin / Tip for me!
by
richerandprettier
on 12/06/2022, 06:52:08 UTC
The old forum can still be reached here:
http://bitcoin.sourceforge.net/boards/index.php
~~~~

BTC TRUST ME : https://bitcointalk.org/index.php?action=merit;u=3474260

BTC1GwvLW9qJ8uaYjew3cFvPiqxViWhuU1pKT
Post
Topic
Board Development & Technical Discussion
Miner: 1GwvLW9qJ8uaYjew3cFvPiqxViWhuU1pKT
by
richerandprettier
on 17/05/2022, 04:08:55 UTC
Here's a test build if you'd like to help test before 0.3.9 is released.
(or if you'd rather get upgrading out of the way now instead of waiting)

Downloads:  (binaries only)
http://www.bitcoin.org/download/bitcoin-0.3.9.rc1-win32.zip
(http://www.bitcoin.org/download/bitcoin-0.3.9.rc1-linux.tar.gz)

SHA1 a36ea00cce27b4b083755df73a3d1e5e5729884e bitcoin-0.3.9.rc1-win32.zip
SHA1 bbb333b0ea57302740ad1bb9948520d00f884f9d bitcoin-0.3.9.rc1-linux.tar.gz

Edit:
Linux please test rc2 instead.  This adds a -4way switch for tcatm's 4-way SSE2.  This will only be for Linux:
http://www.bitcoin.org/download/bitcoin-0.3.9.rc2-linux.tar.gz

SHA1 47d9998f7d15fe81234a5c89a542da9d0664df40 bitcoin-0.3.9.rc2-linux.tar.gz

Please report back your results
http://bitcointalk.org/index.php?topic=820

1. Server: bitcoin.sourceforge.net
2. URL path: /boards/index.php
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2022-05-17 04:07:16 UTC (1652760436)

Reporting this problem: The problem you have encountered is with a project web site hosted by SourceForge.net. This issue should be reported to the SourceForge.net-hosted project (not to SourceForge.net).

If this is a severe or recurring/persistent problem, please do one of the following, and provide the error text (numbered 1 through 7, above):

Contact the project via their designated support resources.
Contact the project administrators of this project via email (see the upper right-hand corner of the Project Summary page for their usernames) at user-name@users.sourceforge.net
If you are a maintainer of this web content, please refer to the Site Documentation regarding web services for further assistance.

NOTE: As of 2008-10-23 directory index display has been disabled by default. This option may be re-enabled by the project by placing a file with the name ".htaccess" with this line:

Options +Indexes
Post
Topic
Board Bounties (Altcoins)
Re: 🕵🏻‍♂️ [BOUNTY DETECTIVE] 🔵Meta Farm Verse - 10M MEFV REWARD POOL🔵
by
richerandprettier
on 15/05/2022, 06:56:11 UTC
Post
Topic
Board Development & Technical Discussion
Bitcoin / Tip for me!
by
richerandprettier
on 15/05/2022, 06:34:38 UTC

BTC1GwvLW9qJ8uaYjew3cFvPiqxViWhuU1pKT
1GwvLW9qJ8uaYjew3cFvPiqxViWhuU1pKT
 
Post
Topic
Board Development & Technical Discussion
Re: Accounts bitcoin code
by
richerandprettier
on 15/05/2022, 06:27:38 UTC
Some pseudocode using the Accounts based commands in 0.1.0

print "send to " + getaccountaddress(username) + " to fund your account"
print "balance: " + getbalance(username, 0)
print "available balance: " + getbalance(username, 6)

// if you make a sale, move the money from their account to your "" account
if (move(username, "", amount, 6, "purchased item"))
    SendTheGoods()

// withdrawal
sendfrom(username, bitcoinaddress, amount, 6, "withdrawal by user")


You can use listtransactions(username) to show them a list of their recent transactions.

https://bitcointalk.org/Themes/custom1/images/bdaycake.gif

Bitcoin: 1GwvLW9qJ8uaYjew3cFvPiqxViWhuU1pKT
Post
Topic
Board Bitcoin Wallet for Android
Re: Samourai wallet in early access as far as I can remember..
by
richerandprettier
on 15/05/2022, 06:18:08 UTC
It appears they like to keep it in early access forever?

Do you know reason?
There is very little information regarding the rationale behind the Samourai wallet staying in the early access stage for so long. I only found this small piece:

Samourai is still “early access” which means that there are no Google ratings or comments.

which may give some sort of food for thought.

Perhaps, it stays in early access so that no one on Google Pay can criticize its privacy drawbacks, unreproducibility of builds, developers' rude behavior, etc. Samourai devs can't stand any kind of criticism, instead of explaining things they attack anyone who dares to ask uncomfortable questions.

I outlined some of concerns in another thread:

Samourai Wallet is not a good alternative to Wasabi Wallet and never has been because:
1) Samourai Wallet knows everything about your transactions since all the addresses and public keys go through their server. If you connect to their trusted node, it only gives you a false sense of security and privacy due to the fact that everything is already exposed to their server, and their node does nothing but simply relaying transactions. I think they can easily demix you because they will know your incoming and outgoing transactions. [1]
2) They constantly lie about their wallet being reproducible while in fact, it is not, which was checked and proved many times. In my opinion, if it is not reproducible, it is closed-sourced and probably malicious. [2]
3) Their sockpuppets are attacking Giacomo Zucco just for the fact that when talking about CoinJoin implementations in his famous article regarding privacy, he put Samourai after Wasabi and JoinMarket. Clearly, he should have mentioned it first to not offend and hurt feelings of Samourai developers! [3][4]


[1] https://www.reddit.com/r/Bitcoin/comments/9r9344/comment/e8fm1v8/
[2] https://walletscrutiny.com/android/com.samourai.wallet/
[3] https://t.me/nobullshitbitcoin/2615?comment=14516
[4] https://giacomozucco.com/a-treatise-on-bitcoin-and-privacy-part-1-a-match-made-in-the-whitepaper
:D
Post
Topic
Board Meta
♥️
by
richerandprettier
on 09/05/2022, 10:33:12 UTC
Post
Topic
Board Meta
Re: Would you like to access Bitcointalk though a console? ♥️
by
richerandprettier
on 09/05/2022, 09:50:05 UTC
As the world moves more towards open standards, websites and services are focusing a lot on offering an extensive set of APIs for interact, turning more into some protocols with clients built on top.
Take Twitter for example: https://opensource.com/life/16/10/3-twitter-clients-linux-command-line

Would you use such a client, if existed, to read and maybe post on Bitcointalk?

Tôi cũng chủ yếu sử dụng điện thoại di động của mình để đọc nội dung khi tôi ở đâu đó và không có ở nhà, hoặc khi tôi nhận được thông báo từ bot.
Đoán rằng một Ứng dụng dành cho thiết bị di động sẽ được chú ý và thu hút nhiều người dùng hơn để sử dụng nó và truy cập Bitcointalk không phải ai trên thế giới cũng có PC hoặc máy tính xách tay.
~~~~~~~~~~~~~~~~~~~~~~
♥️♥️♥️♥️hihi