Giter Club home page Giter Club logo

Comments (12)

splix avatar splix commented on August 23, 2024 1

You can create another address on that parity node (parity account new), it can be different from address used for mining. And transfer small amount of ethers to that address, to pay for gas. That temporal address will be used only for sending claim transactions and paying for gas, but main address will be still rewarded with BEC

from bec.

splix avatar splix commented on August 23, 2024 1

ETC Block author receive reward, always. Regardless the source of "claim" transaction, which is sent from address specified as --bec-address. So you can use any available address for --bec-address

from bec.

igorwhite avatar igorwhite commented on August 23, 2024 1

Thank I understand. I'm going to try now

from bec.

 avatar commented on August 23, 2024 1

Bug with 0 nonce. send one tx from the new account and it should work.

from bec.

igorwhite avatar igorwhite commented on August 23, 2024

Then what address --bec-address should I specify?

from bec.

splix avatar splix commented on August 23, 2024

this one, newly created address

from bec.

igorwhite avatar igorwhite commented on August 23, 2024

--author I save old ?

from bec.

splix avatar splix commented on August 23, 2024

Yes, keep existing value for --author (that address will receive both ETC and BEC)

from bec.

igorwhite avatar igorwhite commented on August 23, 2024

What I'm doing wrong?

BitEther Coin transaction is not ready for nonce 0
thread '' panicked at 'arithmetic operation overflow', util/bigint/src/uint.rs:1153
stack backtrace:
1: 0x559cc70c318a - std::sys::imp::backtrace::tracing::imp::write::h3188f035833a2635
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:42
2: 0x559cc70ca65f - std::panicking::default_hook::{{closure}}::h6385b6959a2dd25b
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/panicking.rs:349
3: 0x559cc70ca25e - std::panicking::default_hook::he4f3b61755d7fa95
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/panicking.rs:365
4: 0x559cc70cab07 - std::panicking::rust_panic_with_hook::hf00b8130f73095ec
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/panicking.rs:553
5: 0x559cc6a816ff - std::panicking::begin_panic::haa6e343a5b54e680
6: 0x559cc6bfa325 - ethcore::miner::miner::Miner::prepare_block::h752a90bc47583ce9
7: 0x559cc6bfcb43 - ethcore::miner::miner::Miner::prepare_work_sealing::hd71c7a353a679303
8: 0x559cc66644af - <ethcore_rpc::v1::impls::eth::EthClient<C, SN, S, M, EM> as ethcore_rpc::v1::traits::eth::Eth>::work::hf308277fc2575b3a
9: 0x559cc6604480 - <jsonrpc_core::io::DelegateMethod<T, F> as jsonrpc_core::commander::MethodCommand>::execute::hb3d8fdbcbcdd18ce
10: 0x559cc6a0cac9 - jsonrpc_core::commander::Commander::execute_method::he8a938d423206334
11: 0x559cc6a0dbe4 - jsonrpc_core::request_handler::RequestHandler::handle_call::h59c41096b0a3501b
12: 0x559cc6a0d0e3 - jsonrpc_core::request_handler::RequestHandler::handle_request::h83dfa1353ea8432b
13: 0x559cc6a0fc33 - jsonrpc_core::io::IoHandler::handle_request::hdaff26f656be9db3
14: 0x559cc69f0823 - <jsonrpc_http_server::handler::ServerHandler as hyper::server::Handlerhyper::net::HttpStream>::on_request_readable::hbc3f8433dddf7840
15: 0x559cc69e948d - <hyper::http::conn::ConnInner<K, T, H>>::read::hb4357a68be805f91
16: 0x559cc69e95f8 - <hyper::http::conn::ConnInner<K, T, H>>::read::hb4357a68be805f91
17: 0x559cc69e936a - <hyper::http::conn::ConnInner<K, T, H>>::read::hb4357a68be805f91
18: 0x559cc69e75c3 - <hyper::http::conn::ConnInner<K, T, H>>::on_readable::hd96689d17eeeadbb
19: 0x559cc69e5905 - <hyper::http::conn::Conn<K, T, H>>::ready::hc2fb36ac137ccc3e
20: 0x559cc69da50f - <mio::event_loop::EventLoop>::run_once::ha86250f482adc334
21: 0x559cc69e2a0f - drop::hd1d42b98c799ed89
22: 0x559cc69d9dd7 - std::panicking::try::do_call::he3eb8ca0d5781053
23: 0x559cc70d1bfa - __rust_maybe_catch_panic
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libpanic_unwind/lib.rs:98
24: 0x559cc69e3404 - <F as alloc::boxed::FnBox>::call_box::h28cf2ce501979a6c
25: 0x559cc70c9954 - std::sys::imp::thread::Thread::new::thread_start::he018521f53b24939
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/liballoc/boxed.rs:615
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/sys_common/thread.rs:21
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libstd/sys/unix/thread.rs:84
26: 0x7f465bd396f9 - start_thread
27: 0x7f465c9e7b5c - clone
28: 0x0 -
2017-02-20 20:55:18 Finishing work, please wait...

from bec.

igorwhite avatar igorwhite commented on August 23, 2024

etherninja
Many thanks! It helped!

from bec.

splix avatar splix commented on August 23, 2024

@EtherNinja thanks for providing a workaround, it seems I didn't test with an empty account

from bec.

splix avatar splix commented on August 23, 2024

rel #2

from bec.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.