node icon indicating copy to clipboard operation
node copied to clipboard

Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockchain network.

Results 24 node issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I tried to reproduce issue #27 with parameter to force smartcontract execution in config.ini. Chain was resolving around 10 blocks / 20 sec as initial conditions. The...

**Describe the bug** Upon starting my node (testnet v4.2.416) my logfile shows the following: `[2019-06-07 11:30:48.491091] [0x00007f37bb4057c0] [debug] Wallet with negative balance (-0.0077168) detected: 6100C7689D0446141532FF4FB1E0E8165ADCF1A104FDD1189E37459671584EE5 (7XfEfVkMxj78Y5N9PDHtkzcUuUWbnhJEyFrWH2U59N2Q) [2019-06-07 11:30:48.491117] [0x00007f37bb4057c0] [debug]...

**Describe the bug** I created a smartcontract to act as escrow for betting. I do this : ``` Object[] params = new Object[] { owner, amount }; System.out.println("send token to...

Many Linux users are faced with the problem of running the node, wallet, executor via the command line interface. It would be healthy to create a launcher that would do:...

enhancement