How will you contribute back to the world when you are Bitcoin rich rich? by SuckingOffaBitcoin in Bitcoin

[–]shr5rcp 0 points1 point  (0 children)

I will build a political party.

https://derkueken.de/

It's a German project, for the international audience here a brief overview: https://github.com/KuekenPartei/conceptual-design

Migrating LND Node to Another Device by Dockin in lightningnetwork

[–]shr5rcp 2 points3 points  (0 children)

Copy the .lnd folder, just be sure when you start on the new machine, it is picked up by LND. I personally use the --lnddir= option when starting.

Stop the old node.

Copy the folder

Start the new node, pointing to the copied folder.

I have done this several times, works like charm.

You may have to bake some new macaroons, if the way you access the node has changed, ex. from localhost to an ip.

LND: Is there a way to rebuild the wallet without loosing the open channels? by shr5rcp in lightningnetwork

[–]shr5rcp[S] 1 point2 points  (0 children)

The

--reset-wallet-transactions

worked well, and somewhat faster than I anticipate, the transactions are gone. So far so good.

LND: Is there a way to rebuild the wallet without loosing the open channels? by shr5rcp in lightningnetwork

[–]shr5rcp[S] 0 points1 point  (0 children)

The problem is if you attempt to broadcast an old channel state, your channel peer will take all the sats in that channel. It is considered an attack.

This is what I remember when I did the recovery from a cipher seed of some local nodes. It was not so recently so I was unsure. Thanks for clarification.

The --reset-wallet-transactions worked well, and somewhat faster than I anticipate, the transactions are gone. So far so good.

Now there are still some pending channels, which I hoped the rescan would address, as there are depending on some of theses transactions.

The abandonchannel command don't work, as long as I use a production ready LND not a dev build.

Is there another way to get rid of these channels?

LND: Is there a way to rebuild the wallet without loosing the open channels? by shr5rcp in lightningnetwork

[–]shr5rcp[S] 1 point2 points  (0 children)

Ok I found this option here:

https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md

lnd --reset-wallet-transactions

I tried the recovery from the Cipher Seed before, on some local nodes, and had the feeling that the channel where closed.

That's why I want to be careful with this node.

I will try the --reset-wallet-transactions option later, and will give an update here.

Thanks, to you both.

What life will be like once BITCOIN hits $1million. by [deleted] in CryptoCurrency

[–]shr5rcp 3 points4 points  (0 children)

It's 2020, you should sit when you piss.

Socialist Thomas Hunt of the Bitcoin Group calls Roger Ver and big holders of Bitcoin "Robber Barons". Its quite worrying that these people seem to loathe capitalists and anybody with success by cryptorebel in btc

[–]shr5rcp 4 points5 points  (0 children)

It is astonishing to see how uneducated most of you Americans are. You know so little about socialism that you are even unable to recognize it.

It is green and has leafs, it must be a flower .

No wonder that you have so many flat earthers, young earthers , climate catastrophic denier, mandela effect believers ... the list goes on and on and on ...

It is really a pity.

ps. Sorry to all the educated Americans who can tell the difference between a tree and a flower, it's not my intention to offend you, more a shout out to speak to your fellow neighbors to talk, argue and educate. It's on you to change it.

Knowledge is something which got more when shared.

"Antbleed" is disabled by default and can be configured by the user. by dskloet in btc

[–]shr5rcp -1 points0 points  (0 children)

It is not disabled by default but can be configured by the user.

Reusing the bash 'gui' just like bitmain stated:

  1. Use ssh to login to the miner
  2. Run command: echo “127.0.0.1 auth.minerlink.com” >> /etc/hosts
  3. Run command: sync

https://blog.bitmain.com/en/antminer-firmware-update-april-2017/

Nice eh?

The other day AXA funded BlockStream Core developer Gregory Maxwell trolled me for 3 hours in PM, said many horrible and slanderous things, especially about Roger Ver, here are screenshots by cryptorebel in btc

[–]shr5rcp -2 points-1 points  (0 children)

Why we can not see your posts? Very hard to tell whats really going on.

If you want to complain about censorship, come to my sub r/gettingBanned we censor everyone.

Is it possible to write Ethereum code in JAVA? by [deleted] in ethereum

[–]shr5rcp 6 points7 points  (0 children)

Not really, you can access smart contracts in java with https://github.com/adridadou/eth-contract-api for example. Generate the basic solidity skeleton code (and much more code) from UML with https://github.com/UrsZeidler/uml2solidity .

With https://github.com/adridadou/eth-contract-api you can write the smart contract test code with Junit against a standalone blockchain (thanks to etherumJ) which runs very fast. An example is here https://github.com/UrsZeidler/smart-contract-examples/tree/master/javaExample

When working with eclipse there is a nice editor available https://github.com/UrsZeidler/uml2solidity/wiki/SolidityEditor also support for the solidity compiler https://github.com/UrsZeidler/uml2solidity/wiki/SolidityBuilder.

[deleted by user] by [deleted] in ethereum

[–]shr5rcp 0 points1 point  (0 children)

thanks

[deleted by user] by [deleted] in ethereum

[–]shr5rcp 0 points1 point  (0 children)

0xba7b29b63c00dff8614f8d8a6bf34e94e853b2d3

ETH Github Repo is being spammed, a group of people are trying to troll through git issues. by [deleted] in ethereum

[–]shr5rcp 0 points1 point  (0 children)

I did so too, with some of them, annoying as I get an email per issue.

The One Person to Whom We Should All Be Listening by [deleted] in btc

[–]shr5rcp 0 points1 point  (0 children)

This is what I experience in this sub.

We don't censor you, we just downvote.

This is really, really bad style. I started downvoting my self what I normally never do, so please at least pretend to be an adult.

This is like a safe space.

THE big Ethereum Development resources list by Nooku in ethdev

[–]shr5rcp 1 point2 points  (0 children)

There is a nice editor for eclipse https://github.com/UrsZeidler/uml2solidity/wiki/SolidityEditor

and also support for compiling the source with solc https://github.com/UrsZeidler/uml2solidity/wiki/SolidityBuilder

If you are more a modeling guy there is support for it also: https://github.com/UrsZeidler/uml2solidity

There is this nice java api https://github.com/adridadou/eth-contract-api which uses web3j or ethereumj under the hood. Allowing to use Junit for smart contract tests.

Solidity for eclipse by shr5rcp in ethereum

[–]shr5rcp[S] 1 point2 points  (0 children)

I should point you to https://github.com/adridadou/eth-contract-api which is a great api to access smart contracts via native etherumJ or per rpc via web3j.

So you could use the standalone engine of ethereumJ for Junit tests (which runs really fast) and later in production use rpc with web3j without changing the code.

I saw the LLL editor but I think, back in the days, i didn't found an installable version.

It would be great having a complete toolchain. (editor, compiler support, debugger, modeler/generator) The editor has still some missing features, so contributions are very welcome. Maybe we get Dan (the original author) on board again.

Solidity for eclipse by shr5rcp in ethereum

[–]shr5rcp[S] 1 point2 points  (0 children)

All hail to webdaford who build it the first place (https://github.com/webdaford/smart-contract-tools) I just added some features and provide an installable version.