Bitcoin Forum
June 27, 2024, 07:24:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 [1275] 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 ... 1366 »
25481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 - 8942+ BTX Claimed on: June 05, 2017, 01:31:56 PM
Well, you would need to build libprotobuf 9 then. Other possibilities: Try ubuntu 16.04 LTS, or, and that would be a simpler thing maybe: build the wallet yourself with your own dependencies. So you can use boost1.61 etc.
Building myself was the other thing that failed. I'll try some different Ubuntu-versions first, and will report back here if it works or not.
25482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 - 8942+ BTX Claimed on: June 05, 2017, 08:15:48 AM
well...as you can see, you don't have the needed lib. You need 1.58, but you have 1.61.
Indeed, I didn't check the version number. Thanks!

Quote
1. depending on your system (ubuntu etc.) check if the repositories have the 1.58 still available (maybe remove your current version first, if you don't need them anymore):

Code:
sudo apt-get install libboost1.58-all-dev
This is no longer available.

Quote
2. Build 1.58 yourself:

Code:
wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar xvf boost_1_58_0.tar.gz
cd boost_1_58_0
./bootstrap.sh
./b2 install
This works, but "skips 6 targets". I get this:
Code:
gcc.archive bin.v2/libs/test/build/gcc-6.2.0/release/link-static/threading-multi/libboost_test_exec_monitor.a
common.copy /usr/local/lib/libboost_test_exec_monitor.a
...failed updating 2 targets...
...skipped 6 targets...
...updated 12639 targets..

Trying to run the wallet gives the same error:
Code:
./bitcore-qt 
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
Back to ldconfig and try again:
Code:
./bitcore-qt 
./bitcore-qt: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory
Here too, I have a newer version: /usr/lib/x86_64-linux-gnu/libprotobuf.so.10.0.0

Quote
I don't think that there is a big difference which exact linux you use. I have ubuntu, mint and debian, and they are more or less the same. Ubuntu seems to have the best repositories.
Is there an Ubuntu-version that has it work out of the box, with older libraries?
25483  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 04, 2017, 09:13:15 PM
Angry I'm having a second look at Byteball. I've done three sends to Bittrex from my Byteball wallet. The first was 33 (shows 3 at Bittrex), then sent 333 (33 arrived), then 3333 (333 showing) total 369 instead of what I expected, 3709. Transfers in-wallet (made a second) sends everything, less the 588 fee each time.
Bittrex shows 8 decimals for a GBYTE. 3 bytes is the 9th decimal, so you don't see it.
So you've sent:
0.000000033 GBYTE
0.000000333 GBYTE
0.000003333 GBYTE
0.000003699 total

Bittrex shows:
0.00000003 GBYTE
0.00000033 GBYTE
0.00000333 GBYTE
0.00000369 total

Your expected 3709 was wrong, the sum is 3699 only.
When you withdraw from Bittrex they'll take a 2000000 bytes fee. You missed out on 9 bytes, which is worth absolutely nothing.
25484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 - 8942+ BTX Claimed on: June 04, 2017, 06:13:54 PM
Reading through the chat I don't find people with wallet-installation-problems, so I'm reposting this:

I've been trying to get this wallet running for a while now. I'm not sure what I'm doing wrong.
It comes with a bitcore-qt binary, when I run it, I get this:
Code:
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
I did what should have solved this (according to Google), but I get the same results.
When all else fails, read the instructions, so I did the ./autogen.sh, ./configure and make. It all runs fine, but in the end I still have the same binaries I had already.

I'm running in a VM anyway, I'd be happy to install a different Linux distribution if that means it works out of the box. Any recommendations?

Additional question: do I get it right BitCore uses the same address format as Bitcoin? If so, can I let it airdrop to an Bitcoin address I just hold the private key to, until I get the wallet working

First make sure you have the complete boost package

Code:
sudo apt-get install libboost-all-dev

And make sure, the system can find your boost libs:

Code:
sudo ldconfig
Thank you for your reply Smiley
I have libboost-all-dev installed already, and ldconfig doesn't output anything, so I assume that's okay too.

Hmm...thats strange...but you do have the mentioned file in your lib path somewhere, right? Can you do a

Quote
locate libboost_system.so

?
I have this:
Code:
bitcore@desktop:~$ ls -l `locate libboost_system.so`
lrwxrwxrwx 1 root root    25 aug  3  2016 /usr/lib/x86_64-linux-gnu/libboost_system.so -> libboost_system.so.1.61.0
-rw-r--r-- 1 root root 14496 aug  3  2016 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.61.0
Is there a recommended Linux-distribution that works easier or even out of the box? In that case I can just install that distro.
25485  Economy / Services / Re: I'm sharing 0.0111* BTC per Bitcoin you own by signing a message on: June 04, 2017, 03:42:21 PM
So the bitcoin address from which we're suppose to sign a message from should currently contain the n number of bitcoins to get paid or have had a history of total received particular amount of bitcoins ?
The balance at the moment of the airdrop is what matters. To be exact: June 9, 2017 at 13:10 UTC (at full moon)
25486  Economy / Services / Re: I'm giving away 0.00289* BTC per Bitcoin you own by signing a message on: June 04, 2017, 03:15:28 PM
bump - 5 days until airdrop. One could argue Bitcoin now pays dividend.

GBYTE just crossed $900 (and fell back a tiny bit).

1 GBYTE is worth $874,95, which means my offer is - at current exchange rate - up to more than 0.01 BTC per Bitcoin now. Yes, about 10% less than the title of this thread when I just edited the OP. It shows how volatile the value is. We'll know for sure after I sell on Friday.

So far, I have just over 11 Bitcoin signed from 3 people.
can I still join your campaign? I can have my wallet signed.
Of course, that's why I bumped the thread. Post your signature and you're in.
25487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 - 8942+ BTX Claimed on: June 04, 2017, 01:40:21 PM
Reading through the chat I don't find people with wallet-installation-problems, so I'm reposting this:

I've been trying to get this wallet running for a while now. I'm not sure what I'm doing wrong.
It comes with a bitcore-qt binary, when I run it, I get this:
Code:
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
I did what should have solved this (according to Google), but I get the same results.
When all else fails, read the instructions, so I did the ./autogen.sh, ./configure and make. It all runs fine, but in the end I still have the same binaries I had already.

I'm running in a VM anyway, I'd be happy to install a different Linux distribution if that means it works out of the box. Any recommendations?

Additional question: do I get it right BitCore uses the same address format as Bitcoin? If so, can I let it airdrop to an Bitcoin address I just hold the private key to, until I get the wallet working

First make sure you have the complete boost package

Code:
sudo apt-get install libboost-all-dev

And make sure, the system can find your boost libs:

Code:
sudo ldconfig
Thank you for your reply Smiley
I have libboost-all-dev installed already, and ldconfig doesn't output anything, so I assume that's okay too.
25488  Economy / Services / Re: I'm giving away 0.00289* BTC per Bitcoin you own by signing a message on: June 04, 2017, 12:26:43 PM
GBYTE just crossed $900 (and fell back a tiny bit). One could argue Bitcoin now pays dividend.

1 GBYTE is worth $874,95, which means my offer is - at current exchange rate - up to more than 0.01 BTC per Bitcoin now. Yes, about 10% less than the title of this thread when I just edited the OP. It shows how volatile the value is. We'll know for sure after I sell on Friday.

So far, I have just over 11 Bitcoin signed from 3 people.
25489  Bitcoin / Bitcoin Discussion / Re: I have found a few private keys by manual collision!!!!!!!!!! on: June 03, 2017, 07:06:59 PM
The only way I really believe you have a collision, is if you can show 2 different private keys that both lead to the same address.
25490  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 - 8942+ BTX Claimed on: June 03, 2017, 05:38:11 PM
Reading through the chat I don't find people with wallet-installation-problems, so I'm reposting this:

I've been trying to get this wallet running for a while now. I'm not sure what I'm doing wrong.
It comes with a bitcore-qt binary, when I run it, I get this:
Code:
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
I did what should have solved this (according to Google), but I get the same results.
When all else fails, read the instructions, so I did the ./autogen.sh, ./configure and make. It all runs fine, but in the end I still have the same binaries I had already.

I'm running in a VM anyway, I'd be happy to install a different Linux distribution if that means it works out of the box. Any recommendations?

Additional question: do I get it right BitCore uses the same address format as Bitcoin? If so, can I let it airdrop to an Bitcoin address I just hold the private key to, until I get the wallet working
25491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 03, 2017, 09:07:04 AM
I would be happy to see some form of a self-executing smart contract that would put at least part of fees earned by a witness to any beneficial purpose we choose - like charity or any fund beneficial to society or community. If a witness would be running on condition to such contract it would be much more acceptable to our community to choose it instead of a witness that keeps all earnings from fees to itself.
The charity itself can run a witness.
25492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 03, 2017, 09:00:28 AM
if  Byteball achieves current Bitcoin levels of market cap and transactions throughput.
..
- daily fees paid to all witnesses: 0,15GB=$6000 (300.000*0,5Kb)
..
1. A witness will earn $15.000 worth of bytes in fees on a monthly basis from just running a single computer.
..
My point is that running a witness have almost zero cost, yet its operation is disproportionally generously rewarded in fees.
I'd like to change your conclusion: it's a very cheap system with very low fees! You're talking Bitcoin-size for just $6k per day! Currently Bitcoin-miners earn $6M (1000 times more!) per day. I'd love to get a payment system that only takes 0.1% of the fees.
That brings me to a different conclusion again: if Byteball achieves Bitcoin's market cap and number of users, users will do much more transactions because of the low fee. I'm now doing 90% less Bitcoin-transactions than I used to do, simply because fees are so high.
10 times more transactions than Bitcoin would mean $60k per day in fees, and 500 GB database growth per year. I'm not sure what this would mean for bandwith requirements to support millions of users, especially if many full nodes download everything. It could be quite an expensive server.

Yeah, everyone can be a president. Does it mean that we are to reward him/her for just being reputable? What's your point?
Fair question. I haven't changed my witnesses yet, but I do realize it will ultimately be needed to stop relying on one person. The next question is: how do you know which one to pick? I think two witnesses have been "advertising" in this thread now, what happens if 1000 people run a witness? How do you choose?
25493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WAAH Beta - June 7 - Join us for the Airdrop Now. on: June 03, 2017, 06:50:31 AM
A lot of same scams happened around.
If getting scammed, face it, learn a lesson from it, and let it go.
It was clear from the beginning this token was like any altcoin: created to earn the creator money.
Since it's creation Waves went up at about 6-fold. Just 5 weeks ago he could create the WAAH-tokens for $0.80, and airdrop them to (say) 10,000 people for just $8. Doing the same would now cost $45, which will reduce the airdrop "spam" on Waves.
25494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 03, 2017, 05:18:50 AM
          Are all your bytes on your linked address?
I didn't know this! My bytes from the airdrop 2 months ago had indeed moved to a change address. The wallet didn't tell me, but it makes sense.
This means I got 10% bytes for it, but no blackbytes.
25495  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 02, 2017, 09:04:07 PM
hey, I couldn't catch one issue. I have seen on icocountdown that Byteball (airdrop) ico will have been in 6 days. I missed something? Is it right? Byteball is goint to ico or this is another project? please, correct me if I am mistaken
You could call it an Initial Coin Offering as these specific coins are released to the public for the first time. But it's more that icocountdown calls everything an ico, nothing changed for Byteball.
25496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 02, 2017, 09:28:47 AM

I told ya using such distribution plan in lieu of a crowdfund will be deemed a success...   1% is already 1 million bucks, folks!   Cool
Actually it's 5 million bucks. Well deserved indeed for a free new coin instead of a hyped ICO. I hope the success will continue after the airdrop.

Tony: is there any plan to gradually reduce the airdrop in the last months? Just like the next airdrop will be bigger to reward Byteball-holders more, will there be a slow reduction at the end? Or will it stop hard after the last big airdrop?

Blackbytes remain a big mystery though. I can't even send them to someone, as far as I know it can only work after "pairing" wallets, but it's unclear to me how that would work. I do know it requires bytes to pay for the fee, kinda like tokens on Waves.
Can we do a demonstration here in the thread? Say I want to send someone 10000 blackbytes, how would I do that?

https://byteroll.com/blackbytes :
Quote
Blackbytes is the name of one, the first, defined private asset in Byteball.
I read it's possible to create your own assets (no idea how that works). It's the first time I read blackbytes being "the first", in other words is it possible to create one like it? Like Loycebytes?
25497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 01, 2017, 04:29:50 PM
I'm trying to link some addresses, but Transition bot doesn't respond again. Last time I tried was 10 days ago, and it worked fine.
Any idea when it will be available again? The Transition bot is the only problem I've ever encountered with Byteball.

It works again, that was fast. After the airdrop it took days to reset, this is better.
25498  Bitcoin / Legal / Re: Can bitcoin be frozen? on: June 01, 2017, 04:02:55 PM
Please advise on the following. In a legal matter where the subject matter is a breach of contract and the funds at issue have been deposited in a Bitcoin a/c , will a court be able to "freeze/ preserve" that specific a/c and secure the funds therein ie preserve/secure the fund value at that point in time until the contractual legal issue has been resolved ?
Think of Bitcoins as cash burried in the desert. A court can take action against you, but as long as you don't tell them where it is, there's nothing they can do about it.
25499  Economy / Services / Re: looking for a trusted member or escrow on: June 01, 2017, 10:02:27 AM
This is how the address staking thread works. User's quote the previous user so it can't be edited later.
That's different: Staking the address is meant to protect your account from someone who has gained access. In case the account thief deletes the post, the unedited quote will still be available.
In this case it's not needed, an unedited post is enough, as messi2017 has no reason to delete/edit it.
25500  Economy / Games and rounds / ¦¯¦¦¯¦ROLLIN.IO¦¯¦¦¯¦ Two the Moon! ¦¯¦¦¯¦ $350 Giveaway Contest ¦¯¦¦¯¦ on: June 01, 2017, 08:30:31 AM
Two the Moon! | $350* Giveaway Contest
One of the most popular bitcoin dice sites ever, Rollin.io, is continuing the Monthly Giveaway at Bitcointalk to reward the loyal players of Rollin, Bitcointalkers and just about everyone interested.

This thread will be managed by me (Mod Loyce in Rollin Chatter Box, LoyceV on Bitcointalk) on behalf of Rollin as well as any Rollin Mods and Staff.

Please read everything before posting.

Two the Moon Contest
Win as much as you can on 2% chance. Post all bets. Minimum bet: 1 satoshi. Win chance: 2%.

Not everybody can go two the moon. It's a competition. Only the 20 best players win.
The Leaderboard offers prizes for the 20 players with highest (cumulative) winnings.


Prizes
1st prize: 25 mBTC
2nd prize: 20 mBTC
3rd prize: 15 mBTC
4th prize: 12 mBTC
5th prize: 10 mBTC
6th prize: 9 mBTC
7th prize: 8 mBTC
8th prize: 7 mBTC
9th prize: 6.5 mBTC
10th prize: 6 mBTC
11th prize: 5.5 mBTC
12th prize: 5 mBTC
13th prize: 4.5 mBTC
14th prize: 4 mBTC
15th prize: 3.3 mBTC
16th prize: 2.8 mBTC
17th prize: 2.2 mBTC
18th prize: 1.8 mBTC
19th prize: 1.4 mBTC
20th prize: 1 mBTC

Total: 150 mBTC for 20 players


How Two the Moon?
Post your Rollin username.
Post links to all qualifying BetIDs.
Posting once or twice per day is okay if you have many bets.
Please don't post more than twice a day (don't spam the forum).
You can add more qualifying bets later by posting them in a new post or you can add them to an existing post.


Use this exact template (without the code-tags), and substitute your own details. You can add as many BetID-lines as needed. Posting 1 bet is okay, posting 500 is okay too.
Code:
Username: Loyce
BetID: https://rollin.io/dice/history/4282809969
BetID: https://rollin.io/dice/history/4282835833
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
BetID:
Double check your entry before submitting. Feel free to add other comments.

Leaderboard
LoyceBot will update the Leaderboard in this thread. Check the last page for the latest Leaderboard.
Non-qualifying entries will be removed even after LoyceBot posted them.


Hall of Fame
The 10 highest individual 2% wins will be posted under the Leaderboard.


Duration of the Contest
The Contest runs the whole month of June (Rollin/Amsterdam time).
Only Bets made in June qualify (betID 4,434,230,965 or higher).
Any posts made in July are discarded.


Winners
Winners will be paid by Rollin user TwoTheMoon after this contest ends (early July).


Previous Rounds
$200 February Giveaway
$250 March Giveaway
$250 April Giveaway
$300 May Giveaway


Rules
1. This Giveaway is self-moderated to stop signature spam. I will remove all non-qualifying posts. If you quote the entire OP, your entry will be deleted.

2. Only use one account per person, multiple entries allowed.

3. Eligibility: Bitcointalk account Full Member or higher with a minimum of 50 mBTC (=0.05 BTC) wagered on Rollin (Bitcointalk accounts that are mainly used for giveaways or Activity-spam are rejected, no matter what the level is) OR Rollin account level 3 and above (Bitcointalk Newbie accounts accepted). If you're a new player: you'll reach lvl 3 after wagering 1 BTC in total.

4. Anybody who has been blacklisted for any other giveaway (including HiLoGames) will be rejected here. Just don't cheat Sad
Users with Red Trust on DT2 are not allowed to join.

5. Posts can be edited (just add bets, do not delete bets!). A new post is of course okay too.

6. No post should be deleted. Post again or edit to add new Bets.

7. In case of dispute, it will be settled in a manner as fair as possible to all the parties concerned. As in all decisions, it may seem to favor one party more than the other to one or the other, and a perfect solution is more often not available than otherwise.

8. We reserve the right to change this giveaway at any moment, and to exclude people from the giveaway if we feel we need to do so.

FAQ
Q. How long will this contest be open?
A. This Contest is open until the last second of June (Rollin/Amsterdam time).

Q. Is there any other contest, competition or giveaway I can participate in?
A. Yes. Rollin gives away 1000 mBTC every week to the Caesars of Rollin and Rollin has a Twitter giveaway.

Q. Is there an escrow?
A. No. Prizes will be paid by Rollin user TwoTheMoon.

Q. Can I win more than one prize?
A. No, you can win one prize per giveaway. If this Giveaway is continued in July, you're welcome to join again.

Q. What happens if my entry is incomplete?
A. It will be deleted.

Q. What happens if I enter BetIDs that don't qualify?
A. Non-qualifying BetIDs are ignored. If you do this repeatedly, all your entries will be deleted and you will be blacklisted from further giveaways. Make sure you check your entry.

Q. My entry has been deleted. Can I enter again?
A. Yes. Make sure your entry qualifies first. Feel free to contact me.

Q. Can Rollin Mod Loyce join?
A. No Cheesy Stop asking Loyce! Sad I don't want any conflicts of interest.

Q. Can other Rollin Mods join?
A. Yes.

Q. Can I snipe this contest by posting all my bets on the last day?
A. Yes and no Cheesy You can use all month to complete this contest, but keep in mind Bets are deleted from the server after 2 weeks. So if you post today's bet after 2 weeks, I can no longer verify it. Posting multiple times is recommended.

Special thanks to ndnh for allowing me to copy/paste and edit parts of Rollin's 2015 giveaway Smiley

* $350 is rounded at current Bitcoin value. The total giveaway will be 0.150 BTC.
Pages: « 1 ... 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 [1275] 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 ... 1366 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!