Bitcoin Forum
May 25, 2024, 01:18:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 214 »
1081  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For High-Confidential Transactions 🔏 on: July 22, 2017, 02:27:36 PM
Just to be clear, the only differences between monero and this coin are:

1 - 10% premine
2 - minimum mixin of 12 enforced from start of network
3 - emission curve
4 - ?

Are there plans to diverge further, or just continue merging changes from monero?
1082  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: July 20, 2017, 11:26:20 PM
BTC  price has returned and even topped, but byteball Still at a very low level...

yes I am wondering the same, what the heck is going on with the byteball??

Most come dumping hard today, at least versus BTC. Look at LTC, XMR, ETH, etc.
1083  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin [VTC][ANN] Segwit Activated | ASIC Resistant Decentralized GPU Mining on: July 18, 2017, 09:08:51 PM
I'm pretty sure the main dev at MIT had publicly discussed his name anyway. Just checked and he pens blog posts using his first and last name on vertcoin.org.
1084  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: July 18, 2017, 01:06:49 AM
Code:
Error: Cannot find module 'byteballcore/constants.js'

I am trying to start headless-byteball on a Ubuntu server 16.04. Installed node and npm from apt-get, cloned headless repo and core into home directory and headless directory, but still getting error shown above. Am I missing something stupid?

Maybe.
In you application root directory do you have /byteballcore/constants.js ?

I definitely have it in there, you can see in the terminal output below:
Code:
root@monerobux:~/byteballcore# apt-get install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (4.2.6~dfsg-1ubuntu4.1).
0 upgraded, 0 newly installed, 0 to remove and 114 not upgraded.
root@monerobux:~/byteballcore# apt-get install npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
npm is already the newest version (3.5.2-0ubuntu4).
0 upgraded, 0 newly installed, 0 to remove and 114 not upgraded.
root@monerobux:~/byteballcore# cd ../headless-byteball/
root@monerobux:~/headless-byteball# ls byteballcore/
README.md                  event_bus.js                   package.json
balances.js                graph.js                       paid_witnessing.js
bots.js                    headers_commission.js          parent_composer.js
breadcrumbs.js             indivisible_asset.js           private_payment.js
byteball-sqlite-light.sql  initial.byteball-light.sqlite  profiler.js
byteball-sqlite.sql        initial.byteball.sqlite        signature.js
byteball.sql               joint_storage.js               sqlite_migrations.js
catchup.js                 light.js                       sqlite_pool.js
chash.js                   light.sql                      storage.js
chat_storage.js            light_wallet.js                uri.js
check_daemon.js            mail.js                        validation.js
composer.js                main_chain.js                  validation_utils.js
conf.js                    mc_outputs.js                  wallet.js
[b]constants.js [/b]              merkle.js                      wallet_defined_by_addresses.js
db.js                      mutex.js                       wallet_defined_by_keys.js
definition.js              my_witnesses.js                wallet_general.js
desktop_app.js             mysql_pool.js                  witness_proof.js
device.js                  network.js                     writer.js
divisible_asset.js         object_hash.js
enforce_singleton.js       object_length.js
root@monerobux:~/headless-byteball# node start.js
-bash: node: command not found
root@monerobux:~/headless-byteball# nodejs start.js
module.js:328
    throw err;
    ^

Error: Cannot find module 'byteballcore/constants.js'
    at Function.Module._resolveFilename (module.js:326:15)
    at Function.Module._load (module.js:277:25)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/root/headless-byteball/start.js:6:17)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Function.Module.runMain (module.js:442:10)
root@monerobux:~/headless-byteball#

I have to run "nodejs" not just "node" using this ubuntu server. That's the same thing, right? Seems like yes ( https://stackoverflow.com/questions/18130164/nodejs-vs-node-on-ubuntu-12-04 ), just checking tho...

Actually just tried to run "npm install" again and it's not finishing cleanly it seems:
Code:
root@monerobux:~/headless-byteball# npm install
loadDep:json-rpc2 -> reso \ |###############-----------------------------------------------------------|
WARN engine json-rpc2@1.0.2: wanted: {"node":"0.10.x || 0.12.x"} (current: {"node":"4.2.6","npm":"3.5.2"}npm WARN deprecated es5class@2.3.1: this package isn't maintained anymore because ES6+
extract:mkdirp -> gunzTar / |###########################################################---------------|
Killed

Is that because I'm using too new node/npm version possibly?
1085  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: July 17, 2017, 04:47:21 AM
Code:
Error: Cannot find module 'byteballcore/constants.js'

I am trying to start headless-byteball on a Ubuntu server 16.04. Installed node and npm from apt-get, cloned headless repo and core into home directory and headless directory, but still getting error shown above. Am I missing something stupid?
1086  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-23: update to 0.9.12.0] on: July 12, 2017, 07:34:58 PM
I need answer, How does it work?

I have 30khs .. right?

Estimate Mining Profits today: 21.43 AEON / day
Estimate Mining Profits 2 weeks before: UP to 60 ~ 70 AEON / day

Pls, how does it work? Only dificulty?

Thanks ..

The network adjusts difficulty every block based on the time between last fifty blocks (?) to try and keep an average block time of 4 min (?). So yes, only difficulty. Over last several weeks apparently the amount of hashrate on the network went up, so difficulty adjusts up, so you get less coins for the same amount of hash power compared to two weeks ago.
1087  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: July 11, 2017, 04:36:13 AM
Still have my monocle wallet.dat, amirichyet?
1088  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: July 09, 2017, 02:17:46 PM
Just to confirm--while you need to link BTC addresses to receive airdrop of bytes/blackbytes, the airdrop on existing GBYTE holders requires no linking--is that correct?

In other words, if a friend sends me some bytes to a new address, I don't have to link that address or anything, I'll just receive 0.2 bytes per byte tonight, right?

No.
Your GByte address needs to be linked to a bitcoin address (even if empty).   If you haven't moved your GByte, then you're already linked since you got them from a prior distrobution.  If in question, just check the transition site to see if your byteball is linked.

Now, if a friend sends to a NEW byteball receiving, then you must link to a bitcoin address (even if the btc addy is empty).  That's how it's been explained to me several times, and linking only takes a minute, so not going to risk not getting a bonus of 20%


I received the 20% byte bonus to an unlinked byteball address.  Shocked Grin
seems you don't need to link them!

I think you only need to link of you want to receive black bytes as well.
1089  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: July 08, 2017, 05:34:47 PM
would you buy some xmr right now?

Sure...one of the only credible alt coins out there.

I disagree.
Monero seems so hard to code that there are very few wallet providers supporting it. Remember, Jaxx gave up. Also no hardware wallets so good luck storing your coins outside of the exchange in a secure manner.

Basically Monero is in the same situation it was 1-2 years ago. Hardly real world use cases.
Actually, it is even worse now as even Crypto Kingdom is out of the picture.

The utility of Monero is very limited and basically it is just another shitcoin.
In my opinion, the current price is very lucrative selling opportunity - after all it is like 4-5 times higher than 1 year ago.

Jaxx is clearly incompetent, based on their terrible security practices. Ledger hw wallet integration seems forthcoming: https://www.reddit.com/r/Monero/comments/6invis/ledger_hardware_wallet_monero_integration/

Monero is just accepted on new dnm, even though alphabay seems dead. I think that makes it most accepted coin besides bitcoin anywhere on dnms.

Rpietila is an insane scammer. Good riddance to CK being gone (even though it seems to be continuing on in some fashion I think).

I'm not buying XMR right now, but I wouldn't let these bullshit reasons be the cause.
1090  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-23: update to 0.9.12.0] on: July 05, 2017, 11:10:02 PM
Does anyone know what happened to the hash rate? It went from 4Mh/s down to 2.75Mh/s. Why the sudden drop?

The coin is abandoned by the dev,

Really? I find that hard to believe. Did Smooth leave the project?

No, this g8tguy user has just been repeatedly spouting bullshit for the last week or two.
1091  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMY] Myriad 0.11.3.1 | Upgrade | 1st Multi-Algo | New algo (yescrypt) on: July 04, 2017, 04:40:11 PM
Updated infographic:



Thread on reddit: https://www.reddit.com/r/myriadcoin/comments/6l79ua/final_infographic_version_spread_it_far_and_wide/
1092  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [AEON] Aeon Speculation on: July 04, 2017, 02:16:31 AM
I want to know what Aeon holders think. Several hours ago we have seen another big pump to 48k satoshis. This has been only 1 of 3 pumps in under a month. Some say that maybe someone knows something, but if they really did why crash the price back down again leaving new bagholders stuck with their coins?



Maybe someone expects/knows that rebase is coming soon and with it some price action. I think it must just be expectation though, because only smooth knows when rebase will happen, and I doubt he is looking to buy up a few btc worth and try to dump afterwards...but who knows really.
1093  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Unitus (UIS): 1st Multi-Algo Merge-Mined on: July 03, 2017, 11:21:01 PM
Need some advise please on how to merge mine UIS with parent coin DGB and skein algorithm. Couldn't find anything Sad
The coins should be stored in their respective wallets for holding.
I'm mining currently on suprnova pool.

Thanks in advance

The easiest way to merge mine afaik is to run a p2pool node for your main coin and then solo merge mine your auxpow coin. I've never done it with digibyte, but I've done qubit and yescrypt algos for myriadcoin with unitus, and since digibyte is basically copy of myriad I guess it should work. Some old instructions I wrote here:
https://bitcointalk.org/index.php?topic=1121974.msg12323394#msg12323394
1094  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-23: update to 0.9.12.0] on: June 28, 2017, 05:55:11 PM
Well, I guess it's safe to say that the only developer abandoned the coin, as we didn't hear from him for quite a while, and now it is officially dead until future notice, so I would strongly advise for everyone who got emotionally attached to their  aeons and holding them until the last moment, to get rid of them as soon as possible in order to minimize the losses

Well, brand new account has pronounced official death. Pack it up boys, time to go home.  Roll Eyes
1095  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Vertcoin- 1 ASIC - 0- Lyra2REv2- Decentralised-GPU Mineable-Open Source on: June 28, 2017, 03:34:30 PM
Quote
I'm no expert in this story but from what I've read/been told ZeroVert was just a scam pump and dump coin. And he is no longer fully associated with VTC, just one of the creators. He expressed interest to help recently, since supposedly he still loves Vertcoin; but allegedly he has created about three pump and dump scam coins before bringing back Zcoin (same code as the original Zerocoin).

Ehhhh he probably watched completely transparent branded Dash/Dark explode after he beat them to confidential transactions.

In addition to their bugscammine & massively cutting inflation post social contract & said "fuck it.  I'm gonna get rich."  Guess I shouldn't blame him too much.

I've poked around and saw reference to Vert doing the first atomic crosschain transactions with litecoin but couldn't find much else.  Any idea who the current devs are and if there is truth to the rumor?

Confidential transactions is actually a specific technology that is patented by Greg Maxwell - a specific technology that neither vtc, drk/dash, zerovert, or zcoin use.

Current devs for vtc are led by James Lovejoy who is a student at MIT blockchain program. There have been no atomic swaps between vtc and ltc so far, but both have activated segwit, and when that feature is implemented in MIT lightning implementation or other implementation I think plan is to quickly test on mainnet.
1096  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: June 24, 2017, 05:07:48 PM
I have full backup file. But when I try restore from full backup file, my wallet loading ~30 sec (Import wallet...) and get the message "Incorrect password or file". If I use any other password I get same message immediately (it's mean that I use correct passsword, but file is broken).
Why it happens?
Maybe there are any way to fix the file?

I think if you wrote down your seed you can at least recover bytes (but not blackbytes).
1097  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: June 23, 2017, 10:51:34 PM
ArticMine, what do you think of proposals to have a dynamic block size for Bitcoin where rather than a coinbase penalty, a miner must solve a block of greater difficulty to increase the block size?
1098  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRS] Groestlcoin | Upgrade to NEW Groestlcoin Core ASAP | Segwit activated on: June 23, 2017, 06:07:08 PM
Great news on Groestlcoin! Who was the Giweaway winner? Has it already been announced or will it still be? Now what are the next steps of this project? The price of the coin may rise... I'll keep an eye on buying at better prices! Smiley

Winner:
from https://grsgiveaway.com/:
Quote
SUBSCRIPTION TIME HAS ENDED!
The winner has been chosen! We are in the process of a last audit to make sure the winner is legit. It'll be revealed in the next days. Thank you for your patience.

Next steps: https://bitcointalk.org/index.php?topic=525926.msg18570300#msg18570300

Nice, crossing my fingers.
1099  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Monero Fantasy Football League 2017 on: June 21, 2017, 07:33:33 PM
I would be willing to trade PayPal for 1 XMR for hueristic or anyone else with very good reputation.
1100  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Monero Fantasy Football League 2017 on: June 19, 2017, 09:30:32 PM
Some questions: Would this be an auto-draft?  Or are players responsible for their own picks (could be very time consuming)?  Is there a limit to free agency moves during the season?  What about trades between players (this can sometimes lead to suspicions of collusion)?  I also think Yahoo has a better FF user interface compared to ESPN, so that might be worth a look.

I think those are mostly all up for debate at this point. I don't have a very strong opinion on any except that auto draft seems kinda lame and boring (but don't know how much time is involved with actual drafting). I'll ping OP on IRC of he doesn't reply by tonight.
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 214 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!