Bitcoin Forum
May 13, 2024, 09:44:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: 👣 App to motivate you walk using Bitcoin bets 🪙 on: December 27, 2022, 01:19:38 PM
I am still using app, they still pay out, but earnings are smaller a little bit, though it is still pretty fun. AFAICs Google Play reviews are good enough. They also  added several new features and affiliate program. BTW if you want to try you can use my affiliate code 92VNG, it also gives near 30 cents to anyone who will use it.
2  Economy / Services / 👣 App to motivate you walk using Bitcoin bets 🪙 on: September 23, 2022, 12:19:21 PM
Here is a link to PlayStore: https://play.google.com/store/apps/details?id=io.walkingbet.app

Idea is simple: You bet your real crypto to ?steps per day? goal. For example you bet 0.0001 per 9k steps per day.
App measures your steps and once you make a daily goal it instantly returns your bitcoins to your balance. Also on the next day you receive money of users who did not make a goal yesterday.
Balance is always withdrawable.

Would you like to try it? Appreciate any thoughts and feedback  🍬
3  Bitcoin / Bitcoin Technical Support / Re: Testnet transaction is not broadcasted/confirmed within 5 hours on: July 12, 2022, 07:55:04 PM
Oh, thanks a lot!!! You helped me a lot, but had a daughter born and was not able to respond! You rock bitcointalk members Wink
4  Bitcoin / Bitcoin Technical Support / Testnet transaction is not broadcasted/confirmed within 5 hours on: July 01, 2022, 02:42:16 PM
Trying to send transaction using python lib https://github.com/petertodd/python-bitcoinlib

We debugged rest API which broadcasts to service chain.so and it was successful:

https://chain.so/tx/BTCTEST/98d9f2bc3f65b0ca81f775f43c2f48b6ffe29fcfa06779c7ab299709ea7fc639

DST address is our BitPay testnet wallet,
SRC addresses come generated from python-bitcoinlib using wallet.get_key()

Also we even can't find it on other services.

Also we tried same to to post transaction to bitaps.com and we can't see it there too.

Probably someone can give a clue where to look, what can be wrong and why Confidence on chain.so is 0%. Probably you can recommend other service?

Code is very straightforward:

Code:
wallet = wallet_create_or_open(name='MainWallet', network='testnet', witness_type='segwit')
transaction = wallet.send_to(
  to_address=body.address,
  amount=decimal_to_satoshi(body.amount),
  fee='low', offline=True,
)
transaction.send(offline=False)
5  Economy / Services / BTC tournaments for explaining Python 🐍 exceptions on: June 22, 2021, 09:29:41 PM
We created http://fixexception.com/ to help beginner programmers get fast and simple help and explanation on exceptions from Python 🐍 packages.

For each exception which users search, our idea is to provide the simplest code to reproduce Exception messages and changes in code that fix the message.
Using Fiverr, Upwork, and other freelancing services we gathered a team of talented guys who are working on fixing exceptions on hourly/per exceptions basis.

To motivate them to work on more demanded exceptions we created BTC FixMan Tournament 🏆 https://fixexception.com/tournaments/. Basically, for the most demanded exception, we give 100x times more tournament points (karma) than for regular exception.

From its beginning, it is running every week and every month. And though amounts are not so big so far (total budget is ~0.03 BTC Month), we never stopped it. If we will receive good feedbacks and more public interest, in the future, our plan is to raise the budget and add prices for 3 first places.

Good at Python? Want to try? Join the team! [don't forget to contact me on PM so I will post a link to freelance so apart from the tournament you will get paid for your work]
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!